html, body {  
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #5f5e5e url(../img/bg_body.gif) repeat-x 0 0;
	color: #000;
	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*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#spacer,#contentMain, #contentRight, #contentBorder, #sponsorlogo, #newsletter, leftwrapper { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 940px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {	
	background: #fff url(../img/bg_content_940px_April2009.jpg) no-repeat 0 148px;
}
#ct2 #fullheightcontainer {  /* width for layout ct2 */
	
}

#contentWrap {
	width: 736px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 480px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 726px;
}
#contentRight {
	padding: 0 10px 0 10px; /*extra div for IE6*/
}
#right {
	width: 236px;
}
#right img {
	border: 1px solid #CCCCCC;
        text-align: center;
}

#header {
	height: 220px;
	left: 0;
	top: 0px; 
	
}
#header2 img {
	position: absolute;
        top: 20px;
	right: 0;
}
#logo {
	left: -20px;
	top: 20px; 
	z-index: 2;
}
#servicemenu {
	top: 90px; 
	right: 10px;
}

#sponsorlogo img {
	width: 170px;
	border: 1px solid #D0D0D0;
        text-align: center;
	margin: 10px 0 -10px 10px;
}

#newsletter {
	width: 170px;
	height: 33px;
	border: 1px solid #fff;
	background: #00529b;
	color: #fff;
        text-align: center;
	margin: 10px 0 10px 10px;	
}
#newsletter p {
	text-align: center;
        padding-top: 8px;
}
#newsletter a {
	color: #fff;
	font-weight: bold;
        text-decoration: none;

}
#newsletter a:hover {
        text-decoration: underline;
}


#leftwrapper{
	width: 190px;
}

#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}

#search {
	top: 120px; 
	right: 10px;
}
#printlink {
	top: 162px; 
	right: 10px;
}

#rootline {
        width: 695px; /*width  of content-wrap*/
	top: 170px; 
	left: 205px;
	height: 20px;
	font-size: 85%; 
}

#content {
        padding-top:  220px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#footer {
	background: #00529B;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 85%; 
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
	color: #fff;
}
#footer a {
	color: #fff;
        text-decoration: none;
}
#footer a:hover {
        text-decoration: underline;
}


/* 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 */



/*GoogleAdsense*/
#adsenseCenter {
	margin: 10px auto;
	background-image: url(../img/ads.gif);
	background-repeat: no-repeat;
	/*background-position: 2px 2px;
	height: 60px;
	width: 480px;*/
	padding-left:12px;
}
#adsenseLeft1 {
	clear:left;
	margin: 10px 0 10px -2px;
	background-image: url(../img/ads.gif);
	background-repeat: no-repeat;
	padding-left:8px;
}
