/************************************************************************************/
/* Generelle HTML Tags */

html, body
{
height: 100%;

	/*height:auto !important; 
	height:100%; 
	min-height:100%; */


width: 100%;
margin: 0px;
padding: 0px;
background-color: #fff;
background-image:url(../images/design/bg_layout3.gif);
background-repeat: repeat-y;
background-position: top center; 
}

body {
text-align: center;}

/********** IE 6 PNG FIX */
.pngfix { behavior: url(../scripts/iepngfix.htc) }

/************************************************************************************/
/* Div Layout    border: 1px solid #000; */
/*#wrapper {
	position:absolute;
	height:100%;
	width:100%;
	background:url(../images/design/page-background-mitlogoWASSER.jpg) no-repeat 0px 77px;
	z-index:1;}*/

#divLayout
{
text-align: left;
padding: 0px;
width: 950px;
margin: 0px auto;
min-height:765px;
height:100%;
position: relative;
display: inline-block;
background:url(../images/design/page-background-mitlogo4.jpg) no-repeat 0px 77px;
background:url(../images/design/page-background-logo02.jpg) no-repeat 0px 77px;
background-color: transparent;
}

#divLayoutStart
{
text-align: left;
padding: 0px;
width: 950px;
margin: 0px auto;
min-height:900px;
height:100%;
position: relative;
display: inline-block;
background:url(../images/design/page-background-ohnelogo5.jpg) no-repeat 0px 77px;

}
#divLayoutBgf
{
text-align: left;
padding: 0px;
width: 950px;
margin: 0px auto;
height:auto !important;
min-height:1090px;
height:100%;
position: relative;
display: inline-block;
background:url(../images/design/page-background-ohnealles.gif) no-repeat 0px 77px;
background-color: #FFFFFF;
}



#FlashplayerID {
	outline:none;
	margin:0px 0 0 40px;
}
/************************************************************************************/
/* Div Header  border: 1px solid #333; */
#divHeader{
height: 77px;
width: 100%;
padding: 0px;
margin: 0px;
/* border: 1px solid #333;
background-color: #fff;*/
background-image:url(../images/design/bg_header.gif);
background-repeat: repeat-x;
}
#divHeader img.logotrinktimer{
	position:absolute;
	top:135px;
	left:715px;
	z-index:10;}
/************************************************************************************/
/* Div Content    background-color: #CCC;   */
#divContent{
width: 100%;
margin: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 0px;
float: left;
position:absolute;
background-color: transparent;
z-index:1;
}

#trinktimerwelle {
	position:absolute;
	/*bottom:265px;*/
	top:120px;
	left:200px;
	width:750px;
	height:421px;
	background-color:transparent;
	z-index:0;
	border:0;
	}
#mediaplayer:hover {
	cursor:default;
	}
/************************************************************************************/
/* Content Divs   background-color: #FFF; transparent   */

#ContentdivNav {
position: relative;
top:107px;
padding-left: 0px;
padding-top: 9px;
margin: 0px;
width: 190px;
float: left;}

#ContentdivCenterstart {
position: absolute;
z-index:1;
margin: 0px 0 0 165px; /*168px*/
padding: 0px;
width: 730px;
/*min-height: 430px;*/
/*float: left;*/
/*background:url(../page-background-mitlogo.jpg) no-repeat 0 0;*/
}

#ContentdivCenter {
position: absolute;
z-index:1;
margin: 40px 0 0 205px; /*168px*/
padding: 0px 5px 15px 15px;
width: 730px;
/*min-height: 430px;*/
/*float: left;*/
background:url(../page-background-mitlogo.jpg) no-repeat 0 0;
}

/* org breite 400px */
#ContentdivRight {
position: relative;
margin: 0px;
padding: 0px 15px 15px 15px; /* 0px oben (boxen) */
width: 370px;
float: left;
z-index:100;
}



/************************************************************************************/
/* Div Foot     border: 1px solid #000;    */
#divFoot
{
background-color:#fff;
padding: 0px;
height: 50px;
width: 950px;
position: fixed;
bottom: 0px;
z-index:100;
margin:0px auto;
}

/* IE6 Hack */
* html #divFoot
{
margin-top: -50px;
}


/************************************************************************************/
/* Header Divs   background-color: #FFF; transparent   */

#HeaderdivPic {
z-index: 20;
position: absolute; 
margin-top: 77px; 
margin-left: 180px; 
padding: 0px; 
width: 410px; 
height: 200px; 
background-color: transparent;}

#HeaderdivSlogan {
z-index: 20;
position: absolute; 
margin-top: 277px; 
margin-left: 180px; 
padding: 0px; 
width: 410px; 
height: 75px; 
background-color: #7AB800;}

#HeaderdivLogoSlogan {
position: absolute; 
margin-top: 25px; 
margin-left: 32px;
z-index: 100;}

#HeaderdivLogo {
position: absolute; 
right: 50px;
margin-top: 14px; }


div.bubble img {
	padding:0px;
	margin:20px 0px 0 -30px;}
div.bubble a:hover {
	background-color:transparent;}

/************************************************************************************/
/* Foot Divs   background-color: #FFF; transparent   */

#FootdivShadow {
top: 0px; /*-6px *//*484*/
position: absolute; 
padding: 0px; 
margin: 0px;
}

#FootdivAdresse {
position: absolute; 
width: 100%;
margin: 6px 0 0 0; /*margin:490px 0 0 0*/
padding-top: 14px; 
padding-left: 15px;
}

/************************************************************************************/
/* logout Box  */
#divLogout {
	position: absolute;
	top: 7px;
	right: 15px;
}


/* IE6 Hack */
* html #divLayout
{
height: 100%;
}


