
/* schriftstil,abstände */

body {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #002000;
	background-color: #e4f1e4;
	font-family: verdana,arial;
	font-size: 10pt;
}


table,tr,td {
	 color: #002000;
	 font-family: verdana,arial; 
	 font-size: 10pt;
	 }

	 
/* scrolleiste internet explorer ab vers.5.5 */

body {
	scrollbar-arrow-color: #002000;
	scrollbar-base-color: #d1e9d1;
	scrollbar-highlight-color : #d1e9d1;
	scrollbar-shadow-color : #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}

/* menu top */

.banner {
		background : url(../layout/logo.gif);
		background-repeat : no-repeat;
		background-position : right;
}

/* menu oben */


.menu1 {
	display: block;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight : 600;
	padding-left: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px auto;
	border-bottom : solid 1px  #ffffff;
	text-align: center;
}

#menu1 a:visited{
	background-color: #E4F1E4;
	color: #006201;
	text-decoration: none;

}

#menu1 a:active{
	background-color: #E4F1E4;
	color: #006201;	
	text-decoration: none;
}

#menu1 a:hover {
	background-color: #E4F1E4;
	color: #006201;
	text-decoration: underline;
}

#menu1 a:link{
	background-color:#E4F1E4;
	color: #006201;
	text-decoration: none;
}

/* menütitel,seitentitel , fusstext*/

.leiste {
	background-color: ##d1e9d1;
	color:#002000;
	text-decoration: none ;
	font-family:verdana, sans-serif;
	font-size: 10pt;
	font-weight : 600;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px auto;
	height:19px;
}

.fusstext{
	background-color: #FFFFCC;
	color:#f4fff4;
	text-decoration:none ;
	font-family:verdana, sans-serif;
	font-size: 8pt;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px auto;
	border-bottom:solid 1px #002000;
	border-top:solid 1px #002000;
	height:19px;
	text-align : center;
}

 H1 {
	color : #d1e9d1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 17px;
}

/* allgemeine links im text */

a:link{
	color: #006633;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:visited{
	color: #006633;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:active{
	color: #006633;
	text-decoration:underline;
	font-family: verdana;
	font-size: 10pt;
}

a:hover{
	color: #006633;
	background-color: #d1e9d1;
	text-decoration:none;
	font-family: verdana;
	font-size: 10pt;
}


form {margin-bottom:0px;}

/* div */

