body{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}


#container{
	margin: auto;
	text-align: center;
	width: 890px;
}

#header{
	height: 105px;
	width: 890px;
	background-image:url(../images/header.jpg);
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#middle{
	width: 900px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

#menuarea{
	float:left;
	width: 165px;
	padding: 25px 0px 200px 0px;
	text-align: left;
}

#content{
	width: 465px;
	float: left;
	margin: 25px 10px 25px 10px;
	color: #666666;
	text-align: left;
}

#contentright{
	width: 230px;
	float: left;
	margin: 25px 10px 25px 10px;
	color: #666666;
	text-align: left;	
}

#bottom{
	height: 15px;
	width: 900px;
	background-color: #e0e0e0;
	line-height: 15px;
	vertical-align: middle;
	position: relative;
	text-align: left;	
}

#bottommenu{
	padding-left: 175px;
}

#address{
	position: absolute;
	top: -120px;
	left: 29px;
	color: #666666;
}


/*Menü*/
#menuarea ul{
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.naviLevel li{
	padding: 0px 10px 0px 29px;
/*	height: 18px;
	line-height:18px;*/
	vertical-align: middle;
}


#menuarea a:link, #menuarea a:visited{
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menuarea a:hover, #menuarea a:active, #menuarea a.naviActive  {
	color: #006699;
	display: block;	
}

.selected{
	background-color: #e0e0e0;
	width: 126px;
	color: #006699;
}


/*Formatierung*/
#bottommenu a{
	color: #666666;
	text-decoration: none;
}

#address a{
	color: #666666;
	text-decoration: none;

}

#header a{
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

h1{
	font-size: 13px;
	color: #666666;
}

h2{
	font-size: 13px;
	color: #006699;
}

h3{
	font-size: 12px;
	color: #666666;
}


h4{
	font-size: 12px;
	color: #006699;
}

h5{
	font-size: 11px;
	color: #666666;
}

h6{
	font-size: 11px;
	color: #006699;
}


#middle a{
	color: #000000;
	font-weight: bold;
}

#sitemap a{
	text-decoration: none;
	color:#666666;
}

.rahmenblau, .rahmenblau td{
	border: 1px solid #006699;
	border-collapse:collapse;
}

.rahmengrau, .rahmengrau td{
	border: 1px solid #666666;
	border-collapse:collapse;
}



/*Kontaktformular*/

.tx-pilmailform-pi1 label
{
	display:table-cell;
	width:100px;
	float:left;
	vertical-align:middle;
	padding-top:3px;
	font-size: 11px;	
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea
{
	border-width:1px; 
	border-color:#7D7E78;
	border-style:outset;
	color: #666666;
	font-size: 11px;
}

.tx-pilmailform-pi1 input
{
	width: 150px;
}

.button {
	height:18px;
	border-bottom-style:ridge;
	border-color:#999999;
	background-color:#c2c2c2;
	color: #666666;
	font-size: 11px;
} 

.tx-pilmailform-pi1 br
{
	clear:both;
}

.error{
	color: red;
}

/*Textformatierung*/
p{
	margin: 0px;
	padding: 0px;
}