html, body {  
	height: 100.01%;
	margin: 0;
	padding: 0;
}
body {
	background: #666;
	color: #333;
	text-align: center; /*IE centered content*/	
}

#fullheightcontainer, #wrapper {
     	min-height: 100%;	
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
	height: 100%;
}
/*hack end*/

/* Startseite nicht auf voller Browaerfensterhoehe*/
body.home, body.home #fullheightcontainer, body.home #wrapper {
     	min-height: auto;
	height: auto;  	
}
body.home #contentWrap {
	padding-bottom:0;
} 

/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, #headerimg,
#servicemenu, #topmenu, #topmenu2  {
	position: absolute;
}
/*---------all floated elements left-----*/
#contentMain, #contentRight { 
	float:left;
}
/*---------all floated elements right-----
#contentWrap { 
	float:right;
}
*/
/*----------width of whole content-----*/
#fullheightcontainer, #header, #footer {
	width: 970px; 
}
#fullheightcontainer, #header, #content, #footer, #topmenu {
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_page.gif) repeat-y;	
}

#content {
    padding: 335px 5px 40px 5px;
}
#contentWrap {
	width: 960px; /* width = content - leftmenu - margin to leftmenu */
	padding-bottom:20px;
}
#contentMain {
	padding: 0 30px; 
}
#main {
	width: 580px;
}
/*---- width for layout ct2 -----*/
#ct2 #main, #ct2 #right {  
	width: 420px;
}
/*---- width for layout ct3 -----*/
#ct3 #main {  
	width: 900px;
}

#contentRight {
	padding: 0 30px 0 15px;
}
#right {
	width: 275px;
	
}
#contentBorder {
        clear: both;
}
.border {
	width: 240px;
	float: left;
}
#header {
	height: 98px;
	left: 0;
	top: 0;
	background: #666;
}
#headerimg {
        top: 98px;
	left: 0px;
	height: 208px;       
	width: 970px;
	overflow: hidden;
	background: transparent url(../img/bg_headerimg.gif) repeat-x 0% 100%;
}
#headerimg img {
	margin: 0px 5px;
}
#logo {
	left: 5px;
	top:10px;
	z-index: 2;
}
#topmenu {
	top: 78px;
	left: 5px;
	height: 18px;
	width:960px;
	border-bottom: 2px solid #fff;
}
#topmenu2 {
	top:98px;
	left:645px;
	width:320px;
	height:196px;
	background: #A43519;
	opacity: 0.9;
	filter: alpha(opacity = 90);

}
/*alternative Farbe fuer Navigation: gruen, im page layout einstallbar*/
body.green #topmenu2 {
	background: #92a87b;
}
body.green #topmenu2 li a:hover, body.green #topmenu2 li .CURnoLink {
	background: #c1d4b3;
}

/*alternative Farbe fuer Navigation: blau, im page layout einstallbar*/
body.blue #topmenu2 {
	background: #0000ff;
}
body.blue #topmenu2 li a:hover, body.blue #topmenu2 li .CURnoLink {
	background: #1e90ff;
}

#topmenu2 ul a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}
#address {
	color: #fff;
	padding: 15px;
}
#address a {
	color: #fff;
}
#footer {
	background: #666 url(../img/bg_footer.gif) no-repeat 50% 0%;
	height: 40px;
	margin: -40px auto 0 auto;
}
/* ----Einstellungen fuer Servicemenu----- */
#footer ul {
	margin: 0;
	padding: 5px 0 0 10px;
}
#footer li {
        padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#footer li a{
	text-decoration: none;
	color: #000;
}
#search {
	position: relative;
	float: right;
	left: 0px; 
	top: 7px;
	width: 145px;
}

/* css classes to deactivate floats*/
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */





