@charset "utf-8";
#header_menu_top {
	position: relative;
	/*top: 22px;
	right: 0px;*/
	/*width: 359px;*/
	height: 30px;
	text-align: right;
	font-size: 11px;
	margin:auto;
}
#header_menu_top a {
	color: #666;
	text-decoration: none;
}
#header_menu_top a:hover {
	color:#b60001; 
}
#menu_left {
	text-transform: uppercase;
}
#menu_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#menu_left ul li {
	margin-bottom: 9px;
	color: #444;
}
#menu_left ul li a {
	color: #444;
	text-decoration: none;
}
#menu_left ul li a:hover {
	color:#b60001; 
	text-decoration: none;
}
#menu_left ul li.current a {
	color:#b60001; 
	font-weight: bold;
	background:url(../images/list_bull_3.gif) left center no-repeat;
	padding-left: 12px;
}
#objektbewertung {
	margin-right: 20px;
	margin-top: 25px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background: url(../images/objektbewertunglogo.gif) left center no-repeat;
	padding: 12px 0px;
	padding-left: 35px;
}
#objektbewertung a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7ba93d;
}
#ivd {
	margin-right: 20px;
	margin-top: 25px;
	/*background: url(../images/ivd2.jpg) left center no-repeat;*/
	padding: 12px 0px;
	padding-left: 0px;
	font: normal 11px arial,tahoma, arial, helvetica, sans-serif;
	color: #666;
	text-align: cleft;
}
#ivd img {
	margin: 5px 8px 5px 0px;
	float: lesft
}
/*
==============================================================================================================
==============================================================================================================
RESPONSIVE
==============================================================================================================
==============================================================================================================
*/

@media screen and (max-width: 901px) and (min-width: 601px)
{
#menu_left {
	text-transform: uppercase;
	margin-left:5px;
}
#menu_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#menu_left ul li {
	margin-bottom: 9px;
	color: #444;
}
#menu_left ul li a {
	color: #444;
	text-decoration: none;
}
#menu_left ul li a:hover {
	color:#b60001; 
	text-decoration: none;
}
#menu_left ul li.current a {
	color:#b60001; 
	font-weight: bold;
	background:url(../images/list_bull_3.gif) left center no-repeat;
	padding-left: 12px;
}
#objektbewertung {
	margin-right: 20px;
	margin-top: 25px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background: url(../images/objektbewertunglogo.gif) left center no-repeat;
	padding: 12px 0px;
	padding-left: 35px;
}
#objektbewertung a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7ba93d;
}
#ivd {
	margin-right: 20px;
	margin-top: 25px;
	/*background: url(../images/ivd2.jpg) left center no-repeat;*/
	padding: 12px 0px;
	padding-left: 0px;
	font: normal 11px arial,tahoma, arial, helvetica, sans-serif;
	color: #666;
	text-align: cleft;
}
#ivd img {
	margin: 5px 8px 5px 0px;
	float: lesft
}
}


@media screen and (max-width: 600px)
{
#menu_left {
	text-transform: uppercase;
	width:100%;
}
#menu_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight:bold;
	width:100%;
}
#menu_left ul li {
	margin-bottom: 4px;
	color: #666;
	display:block;
	float:none;
	display:inline-block;
	width:50%;
	height:24px;
	line-height:24px;
	text-align:center;

}
#menu_left ul li a {
	display:block;
	width:98%;
	height:22px;
	line-height:22px;
	color: #666;
	margin:auto;
	text-decoration: none;
	background:#efefef;
	vertical-align:center;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-shadow:none;
}
#menu_left ul li a:hover {
	color:#b60001; 
	text-decoration: none;
}
#menu_left ul li.current a {
	color:#fff; 
	font-weight: bold;
	background:none;
	background:#b60001;
	padding-left: 0;
	border:1px solid #8f0001;
}
#objektbewertung {
	margin-right: 20px;
	margin-top: 25px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	background: url(../images/objektbewertunglogo.gif) left center no-repeat;
	padding: 12px 0px;
	padding-left: 35px;
	display:none;
}
#objektbewertung a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7ba93d;
}
#ivd {
	margin-right: 20px;
	margin-top: 25px;
	/*background: url(../images/ivd2.jpg) left center no-repeat;*/
	padding: 12px 0px;
	padding-left: 0px;
	font: normal 11px arial,tahoma, arial, helvetica, sans-serif;
	color: #666;
	text-align: cleft;
	display:none;
}
#ivd img {
	margin: 5px 8px 5px 0px;
	float: lesft
}

}	