

body {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: b4d1e1;
	scrollbar-highlight-color : silver;
	scrollbar-shadow-color : black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #F5FBFB;
	color:#666666;
	margin:0;
	margin-top: 10px;
	padding:0;
	margin-bottom: 10px;
}

A:link {
				COLOR:#000000;
}

A:visited {
				COLOR:#000000;
}

A:active {
				COLOR:#FF0000;
}

A:hover {
				COLOR:#FF0000;
}

textarea, file {
	background-color:#F5FBFB;
	border:#000000 1px solid;
	color:#000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: b4d1e1;
	scrollbar-highlight-color : silver;
	scrollbar-shadow-color : black;
}

	
.textfeld { 
	background-color:#F5FBFB;
	border:#000000 1px solid;
	color:#000000;
}

.button {
	background-color:#BFDBDF;
	color:#000000;
	border-color:gray;
	border-style:solid;
	border-width:1px;
}

.struktur {
	border:solid 0px #000000;
	margin:0px;
	width:100%;
	background-position:center top;
}

.strukturheader {
	width:100%;
	height:196px;
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.strukturseiten {
	width:100%;
	/*height:1000px;*/
	min-height: 350px;
	background-image:url(img/seiten.png);
	background-repeat:repeat-y;
	background-position:center top;
}

.inhalttext {
	width:850px;
	text-align:left;
}

.strukturfooter {
	width:100%;
	height:196px;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.strukturmenue {
	width:100%;
	height:40px;
	text-align:center;
	background-image:url(img/menuenormal.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#menuelink a, #menuelink a:visited , #menuelink a:active {display: block;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-family:georgia,verdana, sans-serif;
	font-size: 15px;
	padding-left: 0px;padding-right: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	background:transparent;
	border:solid 1px #000000;
}


#menuelink a:hover {background-color:#303030; text-decoration:none ;
	color:#fff;
	text-decoration:none;
	background-image:url(img/linkhover.png);
	background-repeat:repeat-x;
	background-position:center top;
	border:solid 1px #000000;
}
