@charset "utf-8";
/* CSS Document */

/*   ====================================================================
CSS Document for screendesign by RGM Design
Last Update: XX. XXXX 2010
Author: Teilnehmer
Media: Screen

Structure: 	  1 Kalibrierung
              2 Allgemeine Definitionen
			  3. Anchors
		      4. Screendesign
		      5. Navigation	
			  6. Form
 ======================================================================== */

/* ==========================================
   1. Kalibrierung
   ========================================== */
*{
	margin:0;
	padding:0;
	border:0;
}
html{
	height:101%;
	margin-bottom:1px;
}
body{
	height:100%;
	width:100%;
}
/*****Abstand nach unten****/
h1,h2,h3,p,ol, ul{
	margin-bottom:0.8em;
}
/****Verschachtelte Listen**********/
ul ul, ol ol{
	margin-bottom:0;
}
/*****Liste****/
li{
	margin-left:1em;
}	

.clear{
	clear:both;
}

/* ===========================================
   2. Allgemeine Definitionen
   =========================================== */
html {
	font-size:75%
}

*{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:1em;
    text-decoration:none;
	font-style:normal;
	color:#333333;
} 
body{
	background-color:#fff;
}
h1,h2,h3{
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#414141;
	margin:0em 0 1em 0;
}
h1{
	font-size:2.0em;
	
}
h2{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
}
h3{ font-size:1.33em;
	font-weight:bold;
	margin-bottom:.75em;
}

h4{
	font-size:1em;
	font-weight:bold;
	padding:0.25em 0 0 0;
}
p{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;	
}
strong{
	color:#423d7c;
	font-weight:bold;
}
em{
	font-style:italic;
	color:#18116c;
}

a{
	color:#eea332;
	text-decoration:underline;
}
a:hover{
	color:#9b6310;
	text-decoration:none;
}
address{
	font-size:0.83em;
	color:#fff;
	text-align: center;
}



/* ===========================================
   3. Anchors
   =========================================== */


a{
	color:#505050;
	text-decoration:none;
	
	
}

#footer a{
	color:#fff;
	text-decoration:none;
}

/* ===========================================
   4. Screendesign
   =========================================== */


.bg_rot{background-color:rgb(0, 70, 200);  /*Hintergrundfarbe Heizung*/
}
.bg_blau{background-color:#f6f8fe;  /*Hintergrundfarbe Sanitaer*/
}
#wrapper{
	margin:10px auto auto auto;
	width:970px;
	
	background-color:transparent;
	
	
}

	
#header{
	width:100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#logohead{
 	position:absolute;
 	top: 30px;
 	left:15px;

	height: 120px;
    width: 310px;
	margin:0 auto;
	padding: 8px 0 0 10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.2);
}

#logohead img{
	width: 280px;
}
	
/****************
aside
*****************/
#aside{
	
padding:20px 0 0 10px;
	
}
#nav{
	margin:0 0 20px 0;
}
.titelfotomenu, .titelwebmenu{
	font-weight: bold;
	font-size: 14px;

}
.titelfotomenu{
	color:#a46f74;
}

.titelwebmenu{
	color:#879ec1;
	
}

#navweb{
	margin:0 0 50px 0;
}
#address_aside{
	margin:0 0 20px 0;

}
#facebook{
	width: 55px;
	margin:0 0 50px 10px;
}

#content{
	
	margin:20px 0 20px 00px;
	padding:10px 0 0 20px;
	background-color:transparent;
}




#menu{
	display:block;
	width:180px;
	/*width:15%;*/
	height:auto;
	margin:5px 0 10px 10px;
	background-color:transparent;
	float:left;
	
}

	

/*********
Home
**********/

.boxhome{
	height: 270px;
}


.boxhomeimg{
	
	height: 153px;
}
.boxhometext{
	width:230px ;
	height:70px;
	background-color: rgb(230,230,230);
	padding: 4px 4px 0 6px;
}
.boxhometext p:hover{
	color:#001df2;
}
.boxhometext:hover{
	background-color: rgb(240,240,240);
}
/*********
Team
**********/

.teamboxzeile{
	margin-top:40px;
	margin-bottom:15px;
}

.teambox{
	min-height:350px;
}
.teamfunktion{
	font-size: 12px;
}


/*********
 Referenzliste 
 ********/
#Referenzliste p{
	font-size: 12px;
}

#Referenzliste p.jahrzahlref{
	font-size: 12px;
	font-weight: bold;
	padding:25px 0 0 0;
	margin-bottom: 3px;
}

#Referenzliste p.blue{
	color:blue;
}

#Referenzliste .refeintrag{
	
}
#Referenzliste .zeilereffarbig{
	background-color: rgb(240,240,252)
}



/*********
 Formular   
 ********/
 
 
#Inputfield_Form_Vorname, #Inputfield_Form_Nachname, #Inputfield_Form_Email, #_Inputfield_Form_Email_confirm, #Inputfield_Form_Nachricht,
#Inputfield_Form_Telefon, #Inputfield_Form_Plz, #Inputfield_Form_Strasse, #Inputfield_Form_Ort, #Inputfield_ArztForm_Name_Arzt,
 #Inputfield_ArztForm_Ort_Arzt, #Inputfield_ArztForm_Name_Patient, #Inputfield_ArztForm_Tel_Patient{
	margin:5px 0 0 0;
	width: 330px;
	height: 20px;
	padding:0 0 0 5px;
	background-color: #eee;
} 

#_Inputfield_Form_Email_confirm{
	margin-left: 8.3em;
}


#Inputfield_Form_Nachricht{
	height:60px;
}
#Inputfield_submit{
	width:65px;
	height: 25px;
	padding:0px 0 0 6px;
	border:2px solid rgb(214,0,125);
	border-radius:6px;
	font-size: 13px;
}
#Inputfield_submit .ui-button{
	

}
.Inputfields,.Inputfields li {
list-style: none;
margin: 2em 0;
padding: 0;

}
.Inputfields li label {
font-weight: bold;
color: #000;
}
.Inputfields li p {
margin: 0 ;

}
.Inputfields li p.description {
font-style: italic;
}
.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
width: 100%;
background-color: #eee;
}
.Inputfields .InputfieldSubmit label {
display: none;
}
.ui-state-error-text {
color: red;
}


.maps{
	width: 750px;
	padding: 0;
}


.footer{
	padding-right: 0;
	padding-left:20px;
}
#footer{
	height:25px;
	padding-top:4px;
	text-align:center;
}
#footer.bg_blau{
	background-color:#001df2;
}
#footer.bg_rot{
	background-color:#E30613;
	
}


/****************
Bildergallerie
****************/
.streambildbox{
	
	max-width: 254px;
	height: 270px;
	
	
}

.streambildboxbild{
	background-color: rgb(240,240,240);
	height: 148px;
}

.streambildbox img{
	display:block;
	margin:10px auto;
}

.streambildboxtext{
	height:70px;
	background-color: rgb(230,230,230);
	padding: 4px 4px 0 6px;
}



.galbeschr{
	margin:20px 0 0 0;
}

.galbeschr h3{
	font-size: 14px;
	font-weight: bold;
}

/* ===========================================
   5. Navigation
   =========================================== */
/*Hintergrundboxen Navigation*/
#ueberschriftbox1, #ueberschriftbox2, #ueberschriftbox3{
    
	display:block;
	width:158px;
	text-align:left;
	padding:7px 0 7px 10px;
	margin:30px 0 10px 0;
	color:#333;
	border-radius:5px;
}


#menubox1{
	padding:0 0 20px 0;
	
}

#menubox2{
	padding:0 0 20px 0;
	
}
#menubox3{
	padding:0 0 20px 0;
	
	
}
/*Formatierung Menu*/
#aside ul{
	
	/*margin-top:15px;*/
}
#aside ul li{

	list-style-type:none;
	margin:5px 0px 5px 0px;
}

/*Hintergrund der Links*/
/*#menu .menukontakt a{background-color:#e9eaea; 
}
#menu .menusanitaer a{background-color:#def0f8;
}
#menu .menuheizung a{background-color:#fef6f6;
}*/

#aside ul li a{
	display:block;
	height:18px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0px 2px 8px;
	margin:0 0 0px 0px;
	color:#333333;
	font-size:13px;
	
	text-decoration: none;
	/*border-radius:5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);*/
	
	
}

#menubox1 ul li a:active, #menubox2 ul li a:active, #menubox3 ul li a:active{
	color:#fff;
}
#menubox1 ul li a:hover, a:focus{
	text-decoration: none;
	background-color:#a1a1a1;
	color:#fff;
}
#menubox2 ul li a:hover, #menubox2 ul li a:focus{
	text-decoration: none;
	background-color:#001df2;
	color:#fff;
}
#menubox3 ul li a:hover, #menubox3 ul li a:focus{
	text-decoration: none;
	background-color:#E30613;
	color:#fff;
}

	

#menubox1 ul li  a.on{
	color:#fff;
	background-color:#a1a1a1;
}
#menubox2 ul li  a.on{
	color:#fff;
    background-color:#001df2;
}
#menubox3 ul li  a.on{
	color:#fff;
    background-color:#e30613;
}


/*Formatierungen Links/Lieferanten*/
#tablinks a{
	color: rgb(80,80,80);
}

#tablinks a:link{
	color: rgb(80,80,80);
	background-color: transparent;
}

#tablinks a:visited{
	color: rgb(80,80,80);
	background-color: transparent;
}

#tablinks a:hover, a:focus{
	color: rgb(00,00,00);
}

#tablinks a:active{
	color: rgb(80,80,80);
	background-color: transparent;
}



/* ===========================================
   6. Form
   =========================================== */
input, textarea{
	  /* display:block;*/
	   width:16.67em;
	   font-size:1em;
	   font-weight:bold;
	   background-color:#eaf2e5;
	   margin:0 0 0.5em 20px;
   }
textarea{height:80px;
}
   
label{
	   font-size:1em;
	   display:block;
	   width:8.3em;
	   float:left;
   }
   


#submit{
	width:80px;
	height:20px;
	padding:2px 0 0 5px;
	margin:15px 0 0 120px;
	color:#000;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	cursor:pointer;
}
.textfieldRequiredMsg{
	margin:0px 0 0 20px;
}
 */