/* css-class to build site www.wagner-biedenkopf.de by ixsess@web.de */

/* wagner-biedenkopf Farben


*/
body, html {
	margin: 0; 
	padding: 0;
	height: 100%;
	background: #D6D6D6 url(/fileadmin/template/img/bg_body.jpg) repeat-y top fixed;
}

* html body, html {
	overflow-y: hidden;
}

body[id], html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index:20;
	text-align: center;
}

* html #header-container {
	position: absolute;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 55px;
	background: #D6D6D6 url(/fileadmin/template/img/header.jpg) no-repeat left top;
	text-align: left;
}

#header-link a {
	width: 500px;
	height: 55px;
	display: block;
	float: left;
}
#middle-center {
	position: absolute;
	top: 35px;
	width: 100%;
	margin: 0;
	text-align: center;
	height: 1px;
	z-index:25;
}
#middle-center[id] {
	position: fixed;
}
#menu-container {
	margin: 0 auto;
	width: 764px;
	height: 185px;
	text-align: left;
	background: url(/fileadmin/template/img/header_pic.jpg) no-repeat left top;
}
#slideoutnavi {
	width: 360px;
	height: 185px;
	float: left;
	background: transparent;
}

#slideoutnavicode {
	position: relative;
}
*html #slideoutnavicode {
	top: -185px;
}

#icons {
	float: left;
	height: 40px;
	width: 404px;
	margin-top: 145px;
	background: #245E19;
}

#middle-center-container {
	margin: 0 auto;
	width: 764px;
	height: 1px;
	text-align: left;
}

.right {
	width: 170px;
	height: auto;
	margin-right: 30px;
	padding-top: 15px;
	float: right;
}
* html .right {
	margin-right: 15px;
	height: 1%;
}

* html #container {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	overflow-y: scroll;
	z-index:2;
	text-align: center;
}
#content {
	position: static;
	margin-left: 17px;
	text-align: left;
	width: 764px;
	z-index:1;
}
#content[id] {
	margin: 0 auto;
}

.content-spacer {
	height: 220px;
	width: 764px;
}
.content-space {
	margin: 0px 200px 0px 0px;
	width: 564px;
	padding-bottom: 80px;
}

.content {
	padding: 10px 15px 10px 15px;
}
.content-start {
	padding: 0;
}

#footer-container {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	text-align: center;
	z-index: 70;
}
* html #footer-container {
	position: absolute;
	bottom: -1px;
}

#footer {
	width: 800px;
	height: 80px;
	background: #d6d6d6 url(/fileadmin/template/img/footer.jpg) no-repeat left top;
	margin: 0 auto;
}

/* ############################## ICONS Start########################################## */
a.top1 {
	margin-top: 10px;
	margin-left: 43px;
	width: 15px;
	height: 15px;
	float: left;
	background: url(/fileadmin/template/img/icon_top.gif) no-repeat 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
a.top1:hover {
	background: url(/fileadmin/template/img/icon_top.gif) no-repeat 0px 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a.top1 span {
	display: none;
}
a.top2 {
	margin-top: 10px;
	margin-right: 42px;
	width: 15px;
	height: 15px;
	float: right;
	background: url(/fileadmin/template/img/icon_top.gif) no-repeat 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
a.top2:hover {
	background: url(/fileadmin/template/img/icon_top.gif) no-repeat 0px 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a.top2 span {
	display: none;
}

a.icon-mail {
	margin-top: 12px;
	margin-left: 228px;
	width: 15px;
	height: 15px;
	float: left;
	background: url(/fileadmin/template/img/mail.gif) no-repeat 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

a.icon-mail:hover {
	background: url(/fileadmin/template/img/mail.gif) no-repeat 0px 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
a.icon-mail span {
	display: none;
}


a.sitemap {
	margin-top: 11px;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	background: url(/fileadmin/template/img/sitemap.gif) no-repeat left bottom;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

a.sitemap:hover {
	background: url(/fileadmin/template/img/sitemap.gif) no-repeat left top;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a.sitemap span {
  display: none;
}

a.print {
	margin-top: 11px;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	background: url(/fileadmin/template/img/print.gif) no-repeat left bottom;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

a.print span {
  display: none;
}

a.print:hover {
	background: url(/fileadmin/template/img/print.gif) no-repeat left top;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a.icon-pdf {
	margin-top: 11px;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	background: url(/fileadmin/template/img/pdf.gif) no-repeat left bottom;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

a.icon-pdf span {
  display: none;
}

a.icon-pdf:hover {
	background: url(/fileadmin/template/img/pdf.gif) no-repeat left top;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a.search {
	margin-top: 11px;
	margin-left: 20px;
	width: 15px;
	height: 15px;
	background: url(/fileadmin/template/img/search.gif) no-repeat left bottom;
	float: left;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

a.search span {
	display: none;
}

a.search:hover {
	background: url(/fileadmin/template/img/search.gif) no-repeat left top;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/* ############################## ICONS ENDE########################################## */


/* ############################# LANGUAGE START ###################################### */
#language {
	float: right;
	width: 65px;
	height: 23px;
	margin: 2px 18px 0px 0px;
}
* html #language {
	margin: 2px 8px 0px 0px;
}
.language_uk a, .language_uk_cur a {
	background: url(/fileadmin/template/img/f_english.gif) no-repeat 0px -46px;
	width: 32px;
	height: 23px;
	float: left;
}
.language_uk_cur a {
	background: url(/fileadmin/template/img/f_english.gif) no-repeat 0px 0px;
}
.language_uk a:hover, .language_uk_cur a:hover {
	background: url(/fileadmin/template/img/f_english.gif) no-repeat 0px -22px;
}
.language_uk span, .language_uk_cur span {
	display: none;
}
.language_tr a, .language_tr_cur a {
	background: url(/fileadmin/template/img/f_turkey.gif) no-repeat 0px -46px;
	width: 32px;
	height: 23px;
	float: left;
}
.language_tr_cur a {
	background: url(/fileadmin/template/img/f_turkey.gif) no-repeat 0px 0px;
}
.language_tr a:hover, .language_tr_cur a:hover {
	background: url(/fileadmin/template/img/f_turkey.gif) no-repeat 0px -22px;
}
.language_tr span, .language_tr_cur span {
	display: none;
}
.language_de a, .language_de_cur a {
	background: url(/fileadmin/template/img/f_german.gif) no-repeat 0px -46px;
	width: 32px;
	height: 23px;
	float: left;
}
.language_de_cur a {
	background: url(/fileadmin/template/img/f_german.gif) no-repeat 0px 0px;
}
.language_de a:hover, .language_de_cur a:hover {
	background: url(/fileadmin/template/img/f_german.gif) no-repeat 0px -22px;
}
.language_de span, .language_de_cur span {
	display: none;
}

/* ############################# LANGUAGE ENDE ###################################### */
