
/* Formatierung HTML */
html {
	scrollbar-face-color:#FEE1B2;
	scrollbar -highlight- color:white;
	scrollbar -shadow- color:white;
	scrollbar -3dlight- color:white;
	scrollbar -arrow- color:white;
	scrollbar -track- color:white;
	scrollbar -darkshadow- color:white;
	color       : #414E5D;
	font-family : Arial,Futura,sans-serif;
	font-weight : normal;
	font-style  : normal;
	font-variant: normal;
	font-size   : 11px;
	margin      : 0;
	padding     : 0;
}
body {
	background-color: #fff4df;

}

.bgoben {
	background-image: url(images/bgoben.jpg);
	background-repeat  : repeat-x;
	}
.bunten {
	background-color: #FECE85;
	background-repeat  : repeat-x;
	}
.bgmenue {
	background-image:url(images/bgmenue.jpg);
	background-repeat:no-repeat;
	font-weight    : bold;
	font-size      : 12px;
	padding-left: 60px;
	color:#00A6EB;
	}
.inhalt {
	padding-left:10px;
	padding-right:10px;
	vertical-align:bottom;
	text-align:justify;
	}
.markiert {
	font-weight:bold;
	color:#F28E00;
	}
.markiert2 {
	font-weight:bold;
	color:#F28E00;
	font-size:12px;
	}
.rechts {
	vertical-align:bottom;
	text-align:right;
	}
.unten {
	padding-left:10px;
	vertical-align:bottom;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:25px;
	text-align:left;
	}
.blau {
	padding-left:40px;
	}
.bg
	{
	color       : #ffffff;
	background  : #ffffff;
	}


.tabelle
{
	border-width : 1px;
	border-style	: solid;
	border-color:	#FECE85;
	background-color:#FFFBF2;
	font-size  : 11px;
	text-align:left;
	border-collapse:collapse;
}

	
/* Links */
a:link,
a:visited {
	color          : #0D2C50;
	text-decoration: none;
	font-weight    : bold;
	font-size      : 12px;
	font-family    : Arial,sans-serif;
}

a:hover {
	color          : #00A6EB;
	text-decoration: none;
	font-weight    : bold;
	font-size      : 12px;
	font-family    : Arial,sans-serif;
	background-color:#FFF4DF;
}

a.link1:link,
a.link1:visited {
	color          : #00A6EB;
	text-decoration: none;
	font-weight    : bold;
	font-size      : 12px;
	font-family    : Arial,sans-serif;
	background-color:#FFF4DF;
}

a.link1:hover {
	color          : #00A6EB;
	text-decoration: none;
	font-weight    : bold;
	font-size      : 12px;
	font-family    : Arial,sans-serif;
}
a.link2:link,
a.link2:visited {
	color          : #0D2C50;
	text-decoration: none;
	font-weight    : normal;
	font-size      : 11px;
	font-family    : Arial,sans-serif;
}

a.link2:hover {
	color          : #00A6EB;
	text-decoration: none;
	font-weight:normal;
	font-size      : 11px;
	font-family    : Arial,sans-serif;
}

a.link3:link,
a.link3:visited {
	color          : #ffffff;
	text-decoration: none;
	font-weight    : normal;
	font-size      : 13px;
	font-family    : Arial,sans-serif;
	background-color:#f09101;
}

a.link3:hover {
	color          : #ffffff;
	text-decoration: none;
	font-weight:normal;
	font-size      : 13px;
	font-family    : Arial,sans-serif;
		background-color:#00a6eb;
}




input, select, textarea
   { border-width:1pt; 
   border-style:solid; 
   border-color:#414E5D;
   font-size: 12px;
   font-weight:bold;
   color:#414E5D;
   background-color:#FFFBF2
   }