body {
	margin: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color:#A2A2FF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#E0E0E0;
}

body, table, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

h1.titel {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F8262D;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F8262D;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #F8262D;
	margin-bottom: 3px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #F8262D;
	margin-bottom: 6px;
}

p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
}

hr {
	margin-top: 0px;
	margin-bottom: 3px;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 3px;
}

input {
 color: #000000;
 border: 1px solid #A2A2FF;
 background-color: #FFFFFF;
}

a:link, a:active, a:visited {
	color:#E20000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

a:hover {
	color: #E20000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline overline;
	padding: 3px;
}

/* Tabellen */
table {
	border-spacing: 0px;
}

.top {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	border-spacing: 0px;
}

.global {
	width: 98%;
	border: none;
	padding: 0px;
	border-spacing: 0px;
}

.navi {
	height: 100%;
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0px;
	border-spacing: 0px;
}

.footer {
  background-color: #A2A2FF;
	text-align: left;
	vertical-align: top;
	height: 10px;
}

th {
	text-align: left;
	padding: 3px;
}

.head {
	background: #CCCCCC;
	border-spacing: 10px;
	padding: 3px;
	vertical-align: top;
}	

.one {
	background: #A2A2FF;
	padding: 3px;
	vertical-align: top;
}

.two {
	background: #E1E1FF;
	padding: 3px;
	vertical-align: top;
}	

.event {
	color: #990000;
	font-weight: bold;
}

.important {
	background: #FF0000;
	color: #000000;
	font-weight: bold;
	border-spacing: 10px;
	padding: 3px;
	vertical-align: top;
}

.ferien {
	color: #000000;
	background: #9DF79B;
}

.contact {
	background: #FFFFFF;
}

/* Navigation Background*/
.navi_bg {
  background-color: #A2A2FF;
}

.navi_bg_active {
  background-color: #E1E1FF;
}

/* Navigation Links*/
.level1 a:link, .level1 a:active, .level1 a:visited {
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	line-height:15pt;
	text-decoration: none;
}

.level1 a:hover {
	color: #E20000;
	font-size: 12px;
	font-weight: bold;
	line-height:15pt;
	text-decoration: none;
}

.level2 a:link, .level2 a:active, .level2 a:visited {
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	line-height:15pt;
	text-decoration: none;
}
.level2 a:hover {
	color: #E20000;
	font-size: 12px;
	font-weight: normal;
	line-height:15pt;
	text-decoration: none;
}

.level2 a:link, .level2 a:active, .level2 a:visited {
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	line-height:15pt;
	text-decoration: none;
}
.level2 a:hover {
	color: #E20000;
	font-size: 12px;
	font-weight: normal;
	line-height:15pt;
	text-decoration: none;
}

/* Diverses */
.effect {
/* Bilderschatten; >=IE5.5 / NS6.2 */
   filter:progid:dxImageTransform.Microsoft.dropShadow(color=silver,offX=3,offY=3,positive=true);
   border: 1px solid black;
}

/* Farbverlauf; nur MS! */

.verlauf {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFFFFF,endColorStr=#A2A2FF);
}

.titel {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

.titelred {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	color: #F8262D;
}

.adress {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

/* Created by  */
.createdby {
	font-size: 10px;
	text-align: left;
	color: #CCCCCC;
}

.createdby a:link, .createdby a:active, .createdby a:visited, .createdby a:hover {
	color:#CCCCCC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

