/*layout positioning, basic structure/layout *****************/

/******* given from template */

div#wrapper {
	float:left;
	width:100%;
	padding-bottom: 0px;
}

div#content {
	margin: 0 280px 0 40px;
	min-height: 500px;
	overflow: visible;
	/*background-color: #bfe;*/
}

div#footer {
	clear:left;
	width:100%;
height: 30px;
	background: #72bcb3 url(/camh/media/template/footer_bg.png)  no-repeat;
	behavior: url(/camh/css/iepngfix.htc);
position: relative;
color: #fff;
}

/******* end added to the layout structure*/

div#navi_col div#navi_col_left_padding { /*additional div in left colum*/
	margin-left: 23px;
	/*background-color: #fbe;*/
}

div#content div#content_padding{
	margin-right: 35px;
	/*background-color: #fbe;*/
}



#page_container {
	width: 977px;
	margin: 0 auto 0 auto;
	background: transparent url(/camh/media/template/page_bg.png) left 181px repeat-y;
	behavior: url(/camh/css/iepngfix.htc);

}

#border_right {
	width: 100%;
}

/*header*/

#header_print {
	position: relative;
	width: 950px;
	height: 177px;
	margin: 0 10px;
display: block !important;
}

#header, .hide_search_209 div.search_bg, .hide_search_209 input, a#logo, #dekobild, #verlauf, a#contact, .search_bg, .search_field_common, .search_button_common, #main_navi, #subnavi, a#print_icon, .to_top, #footer, div#div#context_col, div#navi_col {
	display: none !important;
}

a[href^="http"]:after {
    content: " (" attr(href) ") ";
}


