/* Colors:
	dunkelblau: #0E0055
	hellblau:   #E6E5EE
	dunkelgelb: #FFC000
	hellgelb:   #FFF7DA
*/

body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: center;
	margin: 0px;
}
.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10.5px;
}

.basic {
	font-size:10.5px;
	font-weight:100;  
	background-color: #FFFFFF;  
	padding: 5px;
}
p,li,span,td {
	font-size:10.5px;
	font-weight:100;  
}
h1 {
	font-size:18px;
	font-weight:800;  
}
.comment {
	font-size:9px;
	font-weight:100;  
	font-style:italic;
	color:#555555;
	background-color: #FFFFFF;  
}

td.titleheader {
	font-size:18px;
	font-weight:800;  
	background-color: #EFF7FF;  
	color:AAAAAA;
	padding: 10px;
}
td.themeheader {
	font-size:14px;
	font-weight:200;  
	background-color: #48A7D8;  
	color: #FFFFFF;
	padding: 10px;
}
td.menubar {
	font-size:10.5px;
	font-weight:200;  
	background-color: #EFF7FF;  
	padding-top: 5px;
}
td.sectionbar {
	font-size:10.5px;
	font-weight:800;  
	background-color: #CBE6FF;  
	padding: 5px;
}
tr.sectionbar {
	font-size:10.5px;
	font-weight:800;  
	background-color: #CBE6FF;  
	text-align:center;
}
td.boxheader {
	font-size:10.5px;
	font-weight:200;  
	background-color: #48A7D8;  
	padding: 10px;
}
td.tableheader {
	font-size:10.5px;
	font-weight:200;  
	background-color: #48A7D8;  
	padding: 3px;
}
td.boxitem {
	font-size:10.5px;
	font-weight:200;  
	background-color: #CBE6FF;  
	padding: 5px;
}
tr.boxitem {
	font-size:10.5px;
	font-weight:200;  
	background-color: #CBE6FF;  
	padding: 5px;
}
td.calhightlight {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:800;
	color:#000000;
	background-color:#CBCEEF;
}
tr.calheader {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:800;
	color:#000000;
	background-color:#CBCEEF;
}
td.calweekend {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:800;
	color:#000000;
	background-color:#EEEEEE;
}

a {
	font-size: 11px;
	color: #0E0055;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 970px;
	background-color: #0E0055; /* Mozilla 1.4 */
	color: #0E0055; /* IE 6 */
	border: #0E0055; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 5px auto;
}

input,select,textarea {
	font-size: 11px;
	font-family:Arial;
	border: 1px solid #7F9DB9;
	background-color:FFFFF1;
	padding: 1px;
}

input.button {
	background-color: #48A7D8;
	border: 0px;
	height: 25px;
	width: 80px;
	font-size: 12px;
	font-weight:bold;
	color:#EFF7FF;
}

