/*======================================================================
                  www.inter-grund.de - CSS Document		
======================================================================= */

* { padding:0;
	margin:0;
}

body {
	background: url(../images/bg_pattern.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fcfdfc;
	color:#666666;
}


/*======================================================================
                  www.inter-grund.de - DIV Settings		
======================================================================= */

#wrapper {
	width:771px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) repeat-y;
	
}

#header {
	width:771px;
	height:341px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#navi {
	width:771px;
	height:50px;
	background:url(../images/bg_navi.jpg) no-repeat;
}



#content_area {
	clear:both ;
	float:left;
	width:570px;
	min-height:300px;
	background:url(../images/bg_content_area.jpg) no-repeat;

}

*html #content_area {
	height:350px;
}

#content {
	padding-left:30px;
	padding-top:16px;
	width:535px;
	height:auto;
}

#right_area {
	float:right;
	width:183px;
	height:309px;
	background:url(../images/bg_right_area.jpg);
}

#footer {
	clear:both;
	width:771px;
	height:146px;
	background:url(../images/bg_footer.jpg) no-repeat;
}

#anschrift{
	width:755px;
	height:20px;
	padding-top:110px;
	margin:0 auto;

}


/*======================================================================
                www.inter-grund.de - Links and other Settings	
======================================================================= */

.absatz {
	line-height:20px;
	padding-bottom:10px;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#386A37;
	padding-bottom:24px;
}

.highlight_a {
	font-size:14px;
	font-weight:bold;
	color:#386A37;
}

.highlight_b {
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

.highlight_c {
	font-size:18px;
	font-weight:bold;
	color:#92AD91;
	padding-bottom:10px;
}

.highlight_d{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

#content ul {
	padding-left:25px;
	list-style-image:url(../images/arrow.png);
}

#content ul li {
	padding-left:10px;
}

#content a {
	text-decoration:none;
	font-weight:bold;
	color:#729471;
}

#content a:hover {
	text-decoration:underline;
}

#footer a {
	text-decoration:none;
	color:#666666;
}

#footer a:hover {
	text-decoration:underline;
}
/* ====================================================================
				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 */


/* =====================================================
                       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: #386A37;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

.ewcms_loopline {
	background-color: #F2F3F2;
	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;
}













