@charset "utf-8";
/* CSS Document */
/*links*/
a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
a:link {
	
}
a:visited {
	text-decoration:none;
}
a:hover{}
a:active{}

/*interne links*/
a.int{}

/*externe links*/
a.ext{}

a img {border:none;}

h1{
	font-size:2.2em;
	font-weight:bold;
	padding-top:0px;
	
	/*padding-bottom:0.6em;*/
	/*margin-bottom:0.8em;*/
	padding-top:0px;
	
}
h2{
	font-size: 1.1em;
	font-weight:bold;
}




body {
	text-align: center;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:2.0em;
	color:#FFFFFF;
}
body#nav{
text-align:center;
}
body#nav tr{
	text-align:center;
}
.tdlink { 
	display: block;
	height: 100%;
	width: 100%;
	font-size:1.2em;
}
.tdactive{
	background-color:#333333;
}
/*divs*/
div#wrapper {
	text-align:left;
	margin: 00px auto;
	width: 900px;
	/*background:#FFFF99;*/
	
}
div#header {
	width:auto;
	height:auto;
	margin: 0px auto;
}

div#menue {
	width:900px;
	height:auto;
	margin: 0px auto;
}
div#inhalt {
	
	width:auto;
	height:auto;
	margin: 30px auto;
	
	
}
div#inh_bild{
	float:left;
	width: 320px;
	/*background:#000099;*/
}
div#inh_text {
	width:auto;
	height:auto;
	margin-left:330px;
	/*background:#990000;*/
}
/*Leistungen*/
div#leistung_menu{
	float:left;
	width: 160px;
	/*background:#000099;*/
}
div#leistung_text {
	width:auto;
	height:380px;
	margin-left:170px;
	/*background:#990000;*/
}
div#leistung_bild{
	width:auto;
	height:auto;
	margin-left:30px;
}
div#leistung_text2{
	float:left;
	width: 450px;
}

div#leistung_menu a{
	text-decoration:none;
	font-weight:normal;
	/*text-align:center;*/
	font-size:1.0em;
	line-height:1.5em;
	/*text-transform:uppercase;*/
	/*border: 1px solid #FFFFFF;*/
	/*background:#000000;*/
}
div#leistung_menu a:hover {
	/*text-decoration:underline;*/
}
div#footer {
	width:auto;
	height:15px;
	line-height:1.3em;
	margin: 0px auto;
	text-align:center;
	color:#000000;
	background:url(images/footer.png) no-repeat;
	/*background-color:#00CC00;*/
}
div#googlemaps{
	float: right;
	width: 426px;
	height:auto;
}
div#inhalt_kontakt{
	margin-right:427px;
	width:auto;
	height:auto;
}
div#footer a{
	color:#000000;
}
div#kontaktfeld{
	border:thin;
	border-color:#999999;
	width:auto;
	height:auto;
}
form#kontakt{
}

.groesser {
	font-size:1.4em;
}

