A:link {
	color : #000000;
	text-decoration : underline;
}
A:visited {
	color : #000000;
	text-decoration : underline;
}
A:hover {
	text-decoration : none;
	color : #007D19;
}
A:active {
	color : #007D19;
	text-decoration : underline;
}

a.footerLink {
	color : #909090;
	text-decoration : underline;
}
a.footerLink:visited {
	color : #909090;
	text-decoration : underline;
}
a.footerLink:hover {
	color : #000000;
	text-decoration : none;	
}
a.footerLink:active {
	color : #000000;
	text-decoration : underline;
}


body { 
	margin-left: 10px;
	margin-right: 10px; 
	margin-top: 30px; 
	margin-bottom: 10px;
	background-color: #CDCDCD;
}

.balken {
 	background-color: #00921B;
 	background-image:url(/bilder/balken.jpg);
 	width: auto;
 	height: 20px;
}

.tabelle {
	background-color: #FFFFFF; 
	border-style:solid; 
	border-color:#909090; 
	border-width:1px;
}

.menue {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : small;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
 	width: auto;
 	height: 120px;
}

.inhalt {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : small;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text {
	color : #000000;
	font-family : Verdana, Arial;
	font-size : small;
}

.footer {
	color : #909090;
	font-family : Verdana, Arial;
	font-size : x-small;
	text-align: center;
	margin-top:5px;
}

.newsletter {
	background-color:#E2E2E2;
	color : #000000;
	font-family : Verdana, Arial;
	font-size : small;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
}


.input200 {
	background-color:#F5F5F5;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
	width:200px;
}
.input100P {
	background-color:#F5F5F5;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
	width:100%;
}
.button200 {
	background-color:#DCDCDC;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
	width:200px;
}
.button100P {
	background-color:#DCDCDC;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
	width:100%;
}
.input250 {
	background-color:#F5F5F5;
	border-style:solid;
	border-color:#9a9a9a;
	border-width:1px;
	width:250px;
}

.zeile {
	color : #000000;
	padding : 4px;
	background-color : #CDCDCD;
}

