@charset "utf-8";
/* ============================================================================================
                            www.wohnungsverwaltung-kurtz.de - CSS Document 
===============================================================================================*/

*{ padding: 0;
   margin: 0;
   outline:none;
 }
 
body {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000;
	background-color:#668203;
}

/* ============================================================================================
                            www.wohnungsverwaltung-kurtz.de - CSS Document
===============================================================================================*/
#container {
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_pattern.jpg) #fdfadb repeat-x;
}

#wrapper {
	width:870px;
	height:auto;
	margin:0 auto;
	background:#fdfadb;
}


#navi_area {
	width:870px;
	height:64px;
	background:url(../images/bg_navi.jpg) no-repeat;
}

#header_area {
	width:870px;
	height:238px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#main {
	width:870px;
	min-height:300px;
	background:url(../images/bg_main.jpg) no-repeat;
	background-color:#fdfadb;
	padding-top:15px;
}

* html #main {
	height:300px;
}

#left_area {
	width:253px;
	height:310px;
	float:left;
	padding-left:18px;
}

#anschrift_box {
	width:251px;
	height:123px;
	background:url(../images/bg_anschrift.jpg) no-repeat;

}

#mietangebote_box {
	width:251px;
	height:123px;
	background:url(../images/bg_mietangebote.jpg) no-repeat;
	margin-top:10px;

}

#mietangebote_box a {
	text-decoration:none;
	color:#F1E7B2;

}

#mietangebote_box a:hover {
	text-decoration:none;
	color:#482C02;

}

#content {
	width:554px;
	height:auto;
	float:right;
	padding:0 24px 0 0;	
}

#content a {
	text-decoration:underline;
	color:#BD7B00;
}

#content a:hover {
	text-decoration:none;
	color:#BD7B00;
}
 
#footer_area {
	clear:both;
	width:100%;
	height:126px;
	background:url(../images/bg_footer.jpg) repeat-x;
}

#footer_content {
	width:870px;
	height:126px;
	margin:0 auto;
}


/* ============================================================================================
                            www.wohnungsverwaltung-kurtz.de - H Settings
===============================================================================================*/

#left_area h1#title_anschrift {
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#b6710c;
	padding-left:3px;

}

#left_area h1#title_mietangebote {
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#482c02;
	padding:23px 0 0 75px;

}

#content h1 {
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#668203;
	padding-bottom:13px;
}

#content h2 {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#97BD12;
}

#content h3 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#CC8C01;
}

#content h4 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#668203;
	padding-bottom:13px;
}
/* ============================================================================================
                            www.wohnungsverwaltung-kurtz.de - CSS Document
===============================================================================================*/
p {
	line-height:20px;
	padding-bottom:10px;

}

#content ul {
	padding-left:20px;
	list-style-type:none;
	list-style-image:url(../images/bullet_01.gif);
	margin-bottom:10px;
}



/* ============================================================================================
                                 EWCMS Settings
===============================================================================================*/


a.ewcms_edit_link {
	height: 40px;
	line-height: 40px;
}

#ewcms_edit_controller {
    position: absolute;
    top:5px; left:0px;
    z-index:100;
    width:100%;
    height:21px;
	padding: 5px 0px 0px 0px;
	background-image: url(../images/bg_logout.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#ewcms_edit_controller img {
	border: none;
}

.ewcms_loopstart, .ewcms_loopend {
	background-color: #353F7C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

.ewcms_loopline {
	background-color: #9ba9c8;
	padding: 2px;
	margin: 5px 0px 5px 0px;
}
a.ewcms_edit_link {
	height: 40px;
	line-height: 40px;
}
.ewcms_loopline_delimg, .ewcms_loopline_downimg, .ewcms_loopline_upimg, .ewcms_edit_img, .ewcms {
	border: none;
}
a.ewcms_loopline_dellink, a.ewcms_loopline_dellink:link, a.ewcms_loopline_dellink:visited, a.ewcms_loopline_downlink, a.ewcms_loopline_downlink:link, a.ewcms_loopline_downlink:visited, 
a.ewcms_loopline_uplink, a.ewcms_loopline_uplink:link, a.ewcms_loopline_uplink:visited, a.ewcms_edit_link, a.ewcms_edit_link:link, a.ewcms_edit_link:visited, a.ewcms_loopend_newlink, a.ewcms_loopend_newlink:link, a.ewcms_loopend_newlink:visited {
	background-color: transparent;
}

.cmsimage {
	border: 2px solid #ECE8E7;
}



/* ============================================================================================
				CLEARFIX Settings
======================================================================= */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

