/* allgemeine Definition */
body, td, p, div, .buttonklasse2, ol, ul, li, dt, dd, span, input, select { font-family: verdana, sans-serif; }
body, td, p, div, .buttonklasse2, ol, ul, li, dt, dd, span, input, select { font-size: 13px; }

.buttonklasse2 {
	background-color: #cccccc;
	padding: 1px;
	border: solid 1px #ff6600;
}

/* allgemeine Groessendefinition */
.size1 { font-size: 9px; }
.size2 { font-size: 11px; }
.size3 { font-size: 14px; }
.big { 
	font-size: 16px; 
	font-weight: 700;
}

/* Linkdefinition */
a:active { color: #003366 }
a:link { color: #003366 }
a:visited { color: #000000 }
a:hover { color: #003366 }

/* Zusatzdefinitonen */
b { font-weight: 600; }
h1, h2 {
	font-weight: 600;
	font-size: 14px;
}
sup {
	font-size: 8px;
	vertical-align: super
}