*{
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 11px;
}
body,html{
	height: 100%;
	font: 12px "Verdana";
	background: #ffffff;	
}
#gecko_scrollbar {
	display: none;
}
html>body #gecko_scrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	position: relative;
	min-height: 100%; /* Fuer moderne Browser */
	height: auto !important; /* Fuer moderne Browser */
	height: 100%; /* Fuer IE */
	background: url(/fileadmin/dam/_LAYOUT/bg_wrap.png) center top repeat-y transparent;
	border: 1px solid black;
}
#header {
	width: 1000px;
	height: 205px;
  /* float: static; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;	
}
#head_1 {
	width: 1000px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#topnav {
  height: 30px;
  line-height: 30px;
	background: transparent;
	position: absolute;
	left: 400px;
	right: 300px;
}
#search {
	width: 300px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 20px;
	background: transparent;
}
#banner {
	width: 1000px;
	height: 145px;	
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/fileadmin/dam/_LAYOUT/bg_banner.png) center top no-repeat transparent;
}
#logo {
	width: 267px;
	height: 55px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
#subtitle {
        height: 50px;
	width: 267px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 108px;
	text-align: center;
	vertical-align: top;
}
#left {
	width: 220px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: white;
}
#leftnavi {
	width: 190px; /* 190px + 10px = 200px */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 20px;
	background: transparent;
}
#content {
	width: 760px; /* 740px + 20px = 760px */
	float: left;
	min-height: 400px; /* Fuer moderne Browser */
	height: auto !important; /* Fuer moderne Browser */
	height: 400px; /* Fuer IE */
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #c6c6c6;
	background: transparent;
}
#content_shareit {
	float: right;
  background: transparent;
}
#content_printit {
	float: right;
  background: transparent;
}
#content_normal {
	width: 540px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}
#content_rand {
	width: 220px;
	float: left;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;	
}
#content2 {
	width: 760px; /* 720px + 20px = 740px */
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #c6c6c6;
	background: transparent;
}
#content_normal2 {
	width: 750px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	background: transparent;
}
#content_rand2 {
	width: 220px;
	float: left;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;	
}
#footer {
	width: 100%;
	height: 37px;
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	vertical-align: middle;
	line-height: 37px;
	background: #000000;
}
#footer_left {
	width: 50%;
	height: 37px;
	position: absolute;
  bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	vertical-align: middle;
	line-height: 37px;
	background: #000000;
}
#footer_right {
	width: 50%;
	height: 37px;
	position: absolute;
  right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;	
	text-align: right;
	vertical-align: middle;
	background: #000000;
  line-height: 18px;
}
.partition {
	overflow: hidden;
	clear: both;
	width: 950px;
}
/***********************************/
/* Box Small
/***********************************/
.fce_boxsmall_header {
  float: left;
  width: 220px;
  height: 10px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxsmall_header.png) center top no-repeat transparent;
}
.fce_boxsmall_content {
  float: left;
  width: 210px;
  padding: 0 5px 0 5px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxsmall_content.png) center top repeat-y transparent;
}
.fce_boxsmall_footer {
  float: left;
  width: 220px;
  height: 10px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxsmall_footer.png) center top no-repeat transparent;
}
/***********************************/
/* Box Big
/***********************************/
.fce_boxbig_header {
  float: left;
  width: 465px;
  height: 10px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxbig_header.png) center top no-repeat transparent;
}
.fce_boxbig_content {
  float: left;
  width: 455px;
  padding: 0 5px 0 5px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxbig_content.png) center top repeat-y transparent;
}
.fce_boxbig_footer {
  float: left;
  width: 465px;
  height: 10px;
	background: url(/fileadmin/dam/_LAYOUT/bg_boxbig_footer.png) center top no-repeat transparent;
}
/***********************************/
/* 50percent
/***********************************/
/* Spalte 1 */
.col_1 {
	overflow: hidden;
	float: left;
	width: 48%;
}

/* Spalte 2 */
.col_2 {
	overflow: hidden;
	float: right;
	width: 48%;
}

/* Spalte 100 */
.col_100 {
	overflow: hidden;
	float: left;
	width: 950px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;	
}

