@charset "utf-8";
/* BEWERTUNG */

.bewertungFormContainer{display:none; width:810px; margin:0 auto; margin-bottom:10px; padding:5px; background-image:url(images/forms/form_bg.png); border:1px solid #353535; color:white;}
.bewertungFormContainer table, .bewertungAddFormularForm table{margin:0 0 20px 5px;}
.bewertungFormContainer .tdLinks, .bewertungAddFormularForm .tdLinks{width:200px; text-align:right;}
.bewertungFormContainer h4{cursor:pointer;}
.bewertungFormHeader{}

#betriebInfoContainer{min-height:260px;}
#betriebInfoLeft{width:65%; float:left;}
#betriebInfoRight{width:20%; float:right; margin-right:50px; margin-top:20px; }
.betriebInfoHeader{}
.betriebInfoName{font-size:30px; color:#666; padding-top:30px; margin-left:20px;}
.betriebInfoBranche{font-size:16px; margin-left:50px;}
.kontakt{margin-left:50px;}

.einzelneBewertungenContainer{padding:5px; margin-top:5px; background-image:url(images/forms/form_bg.png); border:1px solid #353535; color:white;}
.durchschnittsbewertung{float:right;}
.einzelneBewertungenContainer span{font-weight:bold;}

.bewertungsPart{
	padding:10px; display:none;
}
.zeitraum{padding:10px;}
	 
.gesamtbeurteilung{text-align:center;}

/*bewertungAddFormularForm*/
.bewertungAddFormularForm{display:block; width:810px; margin:0 auto; padding:5px; background-image:url(images/forms/form_bg.png); border:1px solid #353535; color:white;}
textarea{background: transparent url(images/bewertung/textarea_bg.png); color:#000;}

.bewertungAddFormularFormBox{	 
	height:35px;
	line-height:35px;	
	background-image: url(images/forms/form_bg_light.png);
	font-size:14px;
	padding-left:10px;
	border-bottom:1px solid #353535;
	margin-bottom:10px;
}

.bewertungsPartAddFormular{padding-left:10px;}

/*buttons*/
#bewertungAnlegenButton, .gesamteBewertungAnzeigenButton, .gesamteBewertungAusblendenButton, .bewertungFreischaltenButton, .bewertungSperrenButton, #bewertungShowFormButton{
	height:33px;
	border:none;
	cursor:pointer;		
}

.gesamteBewertungAnzeigenButton{background: transparent url(images/bewertung/bew_button_show.png); width:280px;}
.gesamteBewertungAusblendenButton{background: transparent url(images/bewertung/bew_button_hide.png); width:280px;}
.bewertungFreischaltenButton{background: transparent url(images/bewertung/bew_button_freischalten.png); width:273px;}
.bewertungSperrenButton{background: transparent url(images/bewertung/bew_button_sperren.png); width:225px;}
#bewertungShowFormButton{background: transparent url(images/bewertung/bew_button_addshow.png); width:240px;}
#bewertungAnlegenButton{background: transparent url(images/bewertung/bew_button_add.png); width:230px; margin-left:285px;}


#bewertungAnlegenButton:focus,
#bewertungShowFormButton:focus,
.bewertungFreischaltenButton:focus,
.bewertungSperrenButton:focus,
.gesamteBewertungAusblendenButton:focus,
.gesamteBewertungAnzeigenButton:focus{background-position: 0 0;}

#bewertungAnlegenButton:active,
#bewertungShowFormButton:active,
.bewertungFreischaltenButton:active,
.gesamteBewertungAusblendenButton:active,
.bewertungSperrenButton:active,
.gesamteBewertungAnzeigenButton:Active{background-position: 0 -33px;}