/********************************************************/
/* Editierbarer Bereich f?r die Farbgestaltug der Seite */
/********************************************************/

/* Erste Farbe der Seite (Basisfarbe) */
.colored{
	color:#FFAA50;
}
/* Seitentitel */
#pagetitle h1{
	color:#999999;
	margin-top:0px;
	font-size:1.8em;
}
/* Farbleiste */
#coloredstripe{
	background-color:#FFAA50;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	height:5px;
	font-size:2px;
}
/* Farbe der Hyperlinks */
a{
	color:#0E31A7;
	text-decoration:none;
}
#exlinks{
	background-color:#f5f5f5;
	border: 1px solid #d6d6d6;
	padding:20px;
}
/********************************************************/

a:hover{ text-decoration:underline;}

a.providerlink{
	color:#333333;
}
p{
	 text-align:justify;
}
div.teamItem{
	width:49%;
	float:left;
	margin-bottom:5px;
	background-color:#999999;
}
div.photo{
	float:left;
	width:100px;
	background-color:#FF0000
}
div.info{
	margin-left:10px;
}
#head a{ 
	text-decoration:none; 
	font-weight:bold; 
	color:#888888;
	margin-right:20px;
}
#head a:hover{
	color:#333333;
} 
body, textarea, input{
	font-family:  Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	color:#333333;
	font-size:12px;
}
#page{
	text-align:left; 
	width:800px; 
	margin-top:30px
}
#pagetitle{
	height:55px;
	text-align:right;
}
#contentleft{	
	width:580px;	
	padding-left:0px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:20px;
	float:left;
}
#contentleft h1{
	font-size:1.5em;
	font-weight:normal;
	margin-top:0px;
}
#contentleft h2{
	font-size:1.1em;
	font-weight:bold;
}
#contentleft p{
	line-height:1.5em;
}
#contentright{
	width:199px;
	padding-top:40px;
	float:right;
	/*text-align:center;*/
}
#contentright p{
	font-size:11px;
}
#copyright{
	background-image:url(../img/bgr_footer.gif);
	height:20px;
	padding-left:20px;
	border:1px solid #DBDBDB;
	line-height:20px;
	font-size:11px;
}
#copyright a{
	color:#666666;
	text-decoration:none;
}
#head{
	background-image: url(../img/bgr_head.gif);
	height:40px;
	border:1px solid #DBDBDB;
	padding-left:20px;	
	line-height:40px;
}
#wasearch{
	text-align:right;
	padding:5px;
	margin-bottom:20px;
}
#wasearch input.textfield{
	width:30%;
}
#wasearch label{
	color:#666666;
	font-weight:normal;
}
#wanavbar{
	margin-top:20px;
	padding:5px;
	border-top:3px double #DBDBDB;
}
#wanavbar a.navright{
	float:right; 
	text-align:right;
}
#wanavbar a.navleft{
	float:left; 
	text-align:left;
}
#businesshours{
	margin-bottom:30px;
}
#wdlogo{
	margin-top:40px;
	margin-bottom:20px;
}
#impressum{
	width:160px;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	color:#666666;
}
#ft_impr{
	margin-top:10px;
	font-size:11px;
	color:#999999;
	text-align:center;
}
#spacer{
	height:20px;
}
a.nocolor{
	color:#999999;
}
ul{
	line-height:1.6em;
	margin-bottom:0px;
}
.hidden{
	display:none;
}
.fixfloat {
	float:none; 
	clear:both; 
	width:1px; 
	margin:0px; 
	font-size:0px; 
	line-height:0px; 
	height:0px;
}
.bordered{
	 border:1px solid #DBDBDB;
}
caption{
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	line-height:3em;
}
th{	
	/*vertical-align:middle;*/
	color:#666666;
	background-color:#EDEDED;
}
th.horTH{
	width:25%;
	padding-left:10px;
	text-align:left;
}
td.horTD{
	width:75%;
	padding-left:30px;
}
table{
	font-size:1em;
}
input{
	font-size:1em;
	border:1px solid #CCCCCC;
	margin:0px;
}
form{
	margin:0px;
	padding:0px;
}
fieldset{
	border:1px solid #DBDBDB;
	padding-top:20px;
	padding-bottom:20px;
}
fieldset legend{
	font-weight:normal;
	font-size:1.2em;
	color:#666666;
	margin-left:10px;
}
form.kontaktForm{
	margin-top:40px;
	border:1px solid #DBDBDB;
}
input.kontaktInput{
	width:95%;
}
textarea.kontaktArea{
	border:1px solid #CCCCCC;
	width:95%;
}
label{
	font-weight:bold;
	color:#666666;
}

