html, body {  
}
/* not for mac ie\*/
html {
overflow-y: scroll;
}

/* end hack */

body {
	/*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
	background: #fff;
	text-align: center; /*IE centered content*/	
}
#fullheightcontainer {
	height: 600px;
}
/*----------all relative elements-----*/
body, #fullheightcontainer  {
	position: relative;
}
/*---------all absolute elements-----*/
#logo, #topmenu, #language {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu, #contentRight, #contentMain   { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content {
	width: 957px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_body.gif) no-repeat 0 30px; /* Background for whole content: gray background left, dotline between content and right */	
}
.home #fullheightcontainer {  
	background-image: url(../img/bg_body_home.gif);
}
.pic1 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen.jpg);
}
.pic2 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen2.jpg);
}
.pic3 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen3.jpg);
}
.pic4 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen4.jpg);
}
.pic5 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen5.jpg);
}
.pic6 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen6.jpg);
}
.pic7 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen7.jpg);
}
.pic8 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen8.jpg);
}
.pic9 #fullheightcontainer {  
	background-image: url(../img/bg_body_leistungen9.jpg);
}


#contentWrap {
	width: 750px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 430px;
	height:336px;
	overflow:hidden;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 693px;
}
#leftmenu {
padding-left: 60px;
}
#contentRight {
	padding: 0 57px 0 23px;
}
#right {
	width: 240px;
}
#logo {
	left: 720px;
	top: 510px;
	z-index: 2;
}
#topmenu {
top: 90px;
left: 58px;
}
#content {
	padding-top:  160px; 
}
#ct2.home #contentMain {
	text-align:left;
	height:357px;
}
#ct2.home #content {
	padding-top: 138px;
}
#language {
top: 558px;
left: 60px;
width: 300px;
color: #fff;
}
#language a, #language a: hover { 
color: #fff;
}

/* 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 */

.invisible, li dfn {
display:block;
height:0;
left:-2000px;
position:absolute;
width:0;
}

/*  -----CSS Einstellungen fuer horizontales Menues----- */

#topmenu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	/* text-transform: lowercase;*/
}
#topmenu li {
    float:left;
	margin: 0px;
	padding: 0;
	list-style: none;
	display:block;
	line-height: 25px;
	border-right: 1px solid #b3b7d5;
	background: none;
}
#topmenu a, #topmenu li .CURnoLink {
	text-decoration: none;
	display:block;
	padding: 0 45px;
	padding: 0 37px;
}
#topmenu a {
	font-weight: normal;
	color: #333;
}
#topmenu a:hover {
	text-decoration: none;
	color: #134D91; 
}
#topmenu li.first a, #topmenu li.first .CURnoLink {
padding-left: 0;
}
#topmenu li.last {
	border-right: none;
}
#topmenu li.ACT a, #topmenu li .CURnoLink {
	color: #134D91;
	font-weight: bold;
}
/*  -----CSS Einstellungen fuer vertikales Menues----- */
/*  ----- Änderung 21.10.2009 width von 111 nach 120 CZ ----- */
#leftmenu ul {
	margin: 0;
	padding: 0;
	width: 120px;
	overflow: hidden;
	font-size: 95%;
}
* html #leftmenu ul {
	margin-bottom: 0; 
}
#leftmenu li {
    display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

#leftmenu li a {
	text-decoration: none; 
	color: #333;
}
#leftmenu a:hover {
	color: #134D91;
	text-decoration: none; 
}
#leftmenu li.ACT a, #leftmenu li .CURnoLink { 
	color: #134D91;
	font-weight: bold;
}
#leftmenu li a, #leftmenu li .CURnoLink { 
	padding: 0 0 15px 0; 
	display: block;
	height:auto;
}
#leftmenu li.SUB a, #leftmenu li.SUB .CURnoLink { 
	padding: 0 0 2px 0; 
}
#leftmenu li.SUB li li.last a, 
#leftmenu li.SUB li li.last .CURnoLink,
#leftmenu li.SUB li.SUB li.last span.CURnoLink  { 
	padding: 0 0 15px 4px;	
}

#leftmenu li.SUB li a, 
#leftmenu li.SUB li .CURnoLink,
#leftmenu li.SUB li.last li a,
#leftmenu li.last li.last span.CURnoLink,
#leftmenu li.last li.last a { 
	padding: 0 0 2px 4px;
}
#leftmenu li.SUB li.NO a { 
	color: #333;
	font-weight: normal;
}
#leftmenu li.CUR li {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

/* ----Einstellungen für Servicemenu----- */
#servicemenu ul {
	padding: 0;
}
#servicemenu li {
    padding: 0 8px;
	margin: 0px;
	list-style: none;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#servicemenu li a{
	text-decoration: none;
}
