@charset "utf-8";
BODY,P,A,TABLE,TR,TD,OL,UL,LI,SPAN,nobr,b,i,div { font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
table,tr,td { 
	border-collapse:collapse; 
	/* border-style:none;  */
	} 

BODY {
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	width: 100%; 
	background-image:url(../img/bg.gif); 
	background-repeat: repeat; 
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	line-height: 20px; 
	}

P,TD,DIV,OL,UL {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	line-height: 20px; 
	}

.textkl {
	font-size: 10px; 
	line-height: 15px; 
	}
	
H1 {
	font-size: 28px; 
	letter-spacing: 2px; 
	font-weight: bold; 
	padding-left: 10px; 
	border-left: 6px double #40b449; 
	margin: 0 0 5px 0; 
	line-height: 30px; 
	color: #0678c5; 
	}
	
H2 {
	font-size: 14px; 
	letter-spacing: 1px; 
	margin: 0px 0px 5px 0px; 
	line-height: 20px; 
	color: #40b449; 
	font-weight:bold; 
	}

.kontakt { 
	background-color:#dff3fa; 
	border-style: none; 
	}


/* Highlighting */
.bginhalt { 
	background-color:#FFFFFF; 
	border-color:#40b449; 
	border-width:1px; 
	border-style:solid;
	}

/* Links */
ul#Navigation {
	margin: 0; padding: 0;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	padding-left: 0;
	padd\ing-left: 0;
}
ul#Navigation li {
	list-style: none;
	margin: 0px 0px 10px 0px; 
	padding: 0;
}


.textlink { font-size:12px; line-height: 20px; }
a.textlink:link { color:#5ec2e5; text-decoration:underline; }
a.textlink:visited { color:#5ec2e5; text-decoration:underline; }
a.textlink:active { color:#40b449; text-decoration:none; }
a.textlink:hover { color:#40b449; text-decoration:none; }

.textkllink { font-size:10px; line-height: 15px; }
a.textkllink:link { color:#5ec2e5; text-decoration:none; }
a.textkllink:visited { color:#5ec2e5; text-decoration:none; }
a.textkllink:active { color:#40b449; text-decoration:underline; }
a.textkllink:hover { color:#40b449; text-decoration:underline; }

a img { border:none; }
