html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
overflow-y: scroll;
}

/* end hack */

body {
	/*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
	/*PM background: #bbb; */
	/* Seitenhintergrund LINKS und RECHTS */
	background: #ffffff;
	/*PM color: #333; */
	/*color: #f7941e;*/
	color: #002776;
	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,#contentMain, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 900px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
	/*PM background: #fff url(../img/bg_content.gif); */
	/* Seitenhintergrund als Bilddatei */
	background: #fff url(../img/bg_content.gif) repeat-y;
}
#ct2 #fullheightcontainer {  /* width for layout ct2 */
	/*PM background: #fff url(../img/bg_content_c2.gif) repeat-y; */
	/* Seitenhintergrund als Bilddatei - nur linker Teil (200px) */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}

#contentWrap {
	width: 670px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 440px;
}
/* Anpassung der Linkfarbe (dunkleres orange) zur besseren Lesbarkeit */
#contentMain a:link {
	color: #002776;
}
#contentMain a:visited {
	color: #002776;
}
#contentMain a:hover {
	color: #8b8d8e;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 660px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}
/* Im ganz rechten Abschnitt der Seite ist die Überschrift h1 immer weiss */
#contentRight h1.csc-firstHeader { 
	color:#9a9b9c;
}


#right {
	width: 190px;
}

#header {
	height: 135px;
	left: 0;
	top: 0;
	/* PM background: #bbb; */
	/* background: #8b8d8e; */
	background: #ffffff;
}
#header img {
	position: absolute;
        top: 27px;
	right: 0px;
}
#logo {
	left: 0;
	top:27px;
	z-index: 2;
}
#servicemenu {
	top: 7px;
	right: 150px;
}
/* Links bzw. Hover im obersten Menü (Servicemenü) WEISS - bessere Lesbarkeit */
#servicemenu a:hover {
	color: #8b8d8e;
	text-decoration: underline;
}
#language {
	top: 8px;
	right: 0;
}
#language div {
	display: inline;
}

#search {
	top: 157px;
	left: 10px;
}
#printlink {
	top: 157px;
	right: 10px;
}

#rootline {
    width: 670px; /*width  of content-wrap*/
	top: 155px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
}

/* Linkfarbe in der Rootline wird durch dunkleres Orange ersetzt - bessere Lesbarkeit */
#rootline a:link {
    color: #002776;
}
#rootline a:visited {
    color: #002776;
}
#rootline a:hover {
    color: #8b8d8e;
}

#content {
        padding-top:  187px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#footer {
	/*PM background: #ccc; */
	/*background: #8b8d8e;*/
	background-image: url(/fileadmin/IMAGES/footer/footer.png);
	background-repeat: no-repeat;
		
	height: 35px;
	margin: -35px auto 0 auto;
	font-size: 90%; 
}
#footer p, #footer h6 {
	text-align: center;
	margin: 0;
	padding-top: 21px;
}
/* Im iPhone Safari-Browser werden Telefonnummern immer als Links angezeigt. Damit diese dann zu sehen sind,
   wurden Links im Footer auf WEISS gesetzt. Ansonsten wären die Links nicht sichtbar, da orange auf orange! */
#footer a:link, #footer a:visited, #footer a:hover {
	color: #ffffff;
}
/* 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 */



