/*****************************************************
 *                                                   *
 *                 Für die Mieter                    *
 *                                                   *
 *****************************************************/
 
 
 /*****************************************************
 *                                                    *
 *                  left Sidebar                      *
 *                                                    *
 *****************************************************/
 
 
 
#left_sidebar h1
{
	font-family: Arial,Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	margin: 0px;
	padding: 4px 3px 3px 10px;
	border-bottom: 1px solid #7B934A;  
	background-color: #7B934A; 
}


.unterpunkt a
{
	font-family: Arial,Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 117px;
	color: #7B934A;
	display: block;
	padding: 3px 3px 3px 20px;  
	background-color: #ffffff;
	text-decoration: none;  
}

.unterpunkt a:link,visited,active
{
	text-decoration: none;
	color: #7B934A; 
}

.unterpunkt a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #bd8; 
}

.unten_grau
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

.unten_gruen
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B934A;
}



/*****************************************************
 *                                                   *
 *                  right Sidebar                    *
 *                                                   *
 *****************************************************/



#right_sidebar h1
{
	font-family: Arial,Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #728844;  
	background-color: #728844; 
}

#right_sidebar h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #aaab9b;
	line-height: 1.3;
	margin: 10px 10px 10px 10px;
}


#right_sidebar input
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
   	color: #666666;
   	border: 1px solid #969696;
	margin: 0 10px 10px 10px;
}
