html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #000000;	

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

/*----------all relative elements-----*/
body, #fullheightcontainer, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #header2, #topmenu, #topmenu2{
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:left;
}
/*---------none floated elements for CT_2-----*/
#ct2 #contentWrap { 
	float:left;
}

/*---------none floated elements for CT_3-----*/
#ct3 #contentWrap { 
	float:none;
}

/*---------none floated elements for CT_4-----*/
#ct4 #contentWrap { 
	float:left;
	width: 1000px;
}



/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
	width: 1000px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content.gif); /* Background for whole content: gray background left, dotline between content and right */	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}

#ct3 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;
}	
	
#ct4 #fullheightcontainer {  /* background for layout ct4 */
	background: #fff url(../img/bg_content_c4.gif) repeat-y;		
}

#content {
    padding-top:  295px;  /*distance to top = height of header*/
	padding-bottom:  0px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 770px; /* width = content - leftmenu - margin to leftmenu */
	
}
#contentMain {
	width: 540px;
	
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 755px;
	padding-left: 15px;

}

#ct3 #contentMain {  /* width for layout ct3 */
	width: 1000px;
	
}	
	
#ct4 #contentMain {  /* width for layout ct4 */
		width: 660px;
		padding-left: 30px;
		padding-right: 15px;
		
		
	
}


#contentRight {
	padding: 0 15px 0 10px; /*extra div for IE6*/
}

#right {
padding-top:17px; 
	width: 190px;
}


#header {
	height: 200px;
	left: 0;
	top: 0;
	background: #000000;
	}
	
#header img {
	position: absolute;
    top: 20px;
	right: 0px;
	z-index:1000;
}
#logo {
	left: 0;
	top:20px;
	z-index: 2;
}
#servicemenu {
	top: 7px;
	right: 350px;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {

	left:820px;
top:79px;
width:210px;
}
#printlink {
right:330px;
top:9px;
}
#rootline {
font-size:90%;
height:20px;
left:35px;
top:270px;
width:670px; 
padding-top: 5px;
}
#footer {
	background: #00000;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
/* 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 */

#links{
margin-left:15px;
float:left;
margin-top:20px;
width:180px;

}

#ads{
margin-left:20px;
float:left;
height:600px;
margin-top:20px;
width:180px;

}


#header2 {
left:0;
top:198px;
width:1000px;
background: url("../../user_upload/beispiele/bg_body.PNG") repeat-x scroll left top #000000;
height:75px;
}

#topmenu {
height:30px;
width:1000px;

}
#topmenu2 {
top:239px;
height:25px;
width:1000px;


}


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	background: #eaddb6 ;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;

	background: transparent;
}

.bubplastic.horizontal ul li a {
color:#000000;
display:block;
float:left;
font-family:"Verdana, Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
font-size:16px;

height:36px;
padding-left:24px;
padding-right:6px;
padding-top:8px;
text-decoration:none;
text-transform:none;
font-weight:bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent ;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	color:#830a3f;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	color:#eaddb6;
	
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
	}
	
	/* BUBBLE PLASTIC HORIZONTAL2 MENU */

.bubplastic.horizontal2 {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: #830a3f;
}
.bubplastic.horizontal2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.bubplastic.horizontal2 ul li {
	float: left;
	margin: 0;
	padding: 0;

	background: transparent;
}

.bubplastic.horizontal2 ul li a {
color:#FFFFFF;
display:block;
font-family:"Verdana, Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
font-size:15px;

height:25px;
padding-left:25px;
padding-right:0px;
padding-top:2px;
text-decoration:none;
text-transform:none;
}

.bubplastic.horizontal2 ul li a span.menu_ar {
	display: block;
	
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU 2*/



/* BUBBLE PLASTIC VERTICAL MENU 2*/

.bubplastic.vertical2 {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical2 ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical2 ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical2 ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical2 ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU2 */



/* AQUA HOVER 2*/
.bubplastic.aqua2 ul li a:hover,
.bubplastic.aqua2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua2 ul li a:hover span.menu_ar,
.bubplastic.aqua2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER 2*/
.bubplastic.blue2 ul li a:hover,
.bubplastic.blue2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue2 ul li a:hover span.menu_ar,
.bubplastic.blue2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER2 */
.bubplastic.gray2 ul li a:hover,
.bubplastic.gray2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray2 ul li a:hover span.menu_ar,
.bubplastic.gray2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER2 */
.bubplastic.lime2 ul li a:hover,
.bubplastic.lime2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime2 ul li a:hover span.menu_ar,
.bubplastic.lime2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER2 */
.bubplastic.orange2 ul li a:hover,
.bubplastic.orange2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange2 ul li a:hover span.menu_ar,
.bubplastic.orange2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER 2*/
.bubplastic.pink2 ul li a:hover,
.bubplastic.pink2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink2 ul li a:hover span.menu_ar,
.bubplastic.pink2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER2 */
.bubplastic.purple2 ul li a:hover,
.bubplastic.purple2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple2 ul li a:hover span.menu_ar,
.bubplastic.purple2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER 2*/
.bubplastic.red2 ul li a:hover,
.bubplastic.red2 ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red2 ul li a:hover span.menu_ar,
.bubplastic.red2 ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top right no-repeat;
}


