/* schriftstil,abstände */

body
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #000000;
	background-color:#eaf1f7;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}


table,tr,td
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}


/* grundlayout*/
.inhalt 
{
	background-color: #ffffff;
}



.leisteun 
{
	background-color: #689bc0;
	color: white;  
	font-size: 10px;
	height: 20px;
	line-height: 20px;
}


.logo 
{
	color: black;
	height: 160px;
	background: #ffffff url("images/back2.jpg") ;
	background-position: 100% 0%;
}
.banner
{
	-moz-opacity: 0.66;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
	border: solid 1px #000000;
	background-color: #689bc0;
}

.hpname
{
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 24px;
}

ul{
list-style-type:square;
}


/* menue oben */

#menu2 a , #menu2 a:visited , #menu2 a:active 
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px verdana, times, serif;
	line-height: 24px;
	text-decoration: none;
	padding: 0px;
	text-align: center;
	width: 165px;
	background-image: url(images/bu.gif);
}

#menu2 a:hover
{
	color: #000000;
	text-decoration: none ;
	background: url("images/bu2.gif");
}




/* allgemeine links im text */

a:link, a:visited, a:active{ font: normal 12px/18px verdana, times, serif;text-decoration:underline;color:#000000}

a:hover{ font: normal 12px/18px verdana, times, serif;text-decoration:none;background-color:#689bc0;
color:#ffffff;}

/* Formularformatierung */


input, select, textarea {
	color:#7E9FC2;
	border-top-color: #7E9FC2;
	border-right-color: #7E9FC2;
	border-bottom-color: #7E9FC2;
	border-left-color: #7E9FC2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #eaf1f7;
}
