/*****************************************************
 *                                                   *
 *               Für die Vermieter                   *
 *                                                   *
 *****************************************************/

.textkörper 
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 12px;
	color:	#7E7E7E;
	line-height: 17px;
	text-align: justify;
}


.textkörper_fett
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 12px;
	color:	#7E7E7E;
	font-weight: bold;
	line-height: 17px;
	text-align: justify;
}


.fehlermeldung
{
	font-family: Arial,Verdana, Sans-Serif;
	font-size: 12px;
	color:	#C41502;
	text-align:	center;	
}


.kalender_kopf
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 12px;
	font-weight:bold;
	color:	#FFFFFF;
	text-align: center;
	background-color:#7B934A;
	
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:2px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;		
}


.kalender_wochentag
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 10px;
	color: #FFFFFF;				
	text-align:	center;
	border-width: 1px;
	background-color:#bd8;
	
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;				
}


.kalender
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 10px;
	color: #FFFFFF;				
	text-align:	center;
	border-width: 1px;
	
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;				
}


.kalender_frei
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 10px;
	/*color:	#7E7E7E;	*/
	color: #999999;	
	text-align:	center;
	border-width: 1px;	
	/*background-color: #FFFFCC;*/
	background-color: #FFFFFF;
	
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;			
}



.kalender_besetzt
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 10px;
	color:	#7E7E7E;	
	text-align:	center;
	border-width: 1px;
	background-color:#FF0033;
	
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;				
}


.kalender_unbekannt
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 10px;
	color:	#7E7E7E;	
	text-align:	center;
	border-width: 1px;
	
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #7B934A;
	border-right-color: #7B934A;		
	border-bottom-color: #7B934A;		
	border-left-color: #7B934A;				
}



.foto_kopf
{
	font-family: sans-serif,Verdana,Arial;
	font-size: 12px;
	font-weight:bold;
	color:	#FFFFFF;
	text-align: center;
	background-color:#7B934A;
	
}


.foto_upload
{
	font-family: Arial,Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;	
	background-color: #7B934A;
	color: #fff;
	text-decoration: none;
	text-align: center;
}


div.uploader 
{
  	position: relative;	
	background-image:url(../image/Fotos_Aussuchen.png);
  	width: 175px;
  	height: 28px;
  	overflow: hidden;
}


input.uploadbox 
{	
  	position: absolute;
  	right: 0px;
  	opacity: 0;
  	filter: alpha(opacity: 0);
}


div.uploader_img 
{
  	background-image:url(../image/Fotos_Aussuchen.png);
  	white-space: normal;
  	width: 175px;
  	height: 28px;
}



