/*
	MFOC
*/
html, body {
margin: 0;
padding: 0;
}

body {
color: #fff;
font-family: Verdana;
font-size: 101%;
margin: 20px 0px;
text-align: center;/*fuer IE_quirks*/
width: auto;
}

/* mainboxes */

#wrapper {
	position: relative;
	margin: 10px auto;
	width: 760px;
	height: auto;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

#header_container {
	position: fixed;
	top: 0px;
	margin: auto;
	clear: both;
	padding: 0px;
	width: 760px;
	height: 185px;
	z-index: 1;
}

#rand_oben {
	position: relative;
	top: 0px;
	margin: auto;
	clear: both;
	padding: 0px;
	width: 760px;
	height: 20px;
	z-index: 1;
	background-color: #FFFFFF;
}

#header_ohren {
	position: absolute;
	background-image: url(../images/header_ohren.gif);
	height: 150px;
	width: 760px;
	clear: both;
	z-index: 1;
}
#header_musick {
	position: absolute;
	background-image: url(../images/header_musick.gif);
	height: 150px;
	width: 760px;
	clear: both;
	z-index: 1;
}
#header_cia {
	position: absolute;
	background-image: url(../images/header_cia.gif);
	height: 150px;
	width: 760px;
	clear: both;
		z-index: 1;
}
#header_presse {
	position: absolute;
	background-image: url(../images/header_presse.gif);
	height: 150px;
	width: 760px;
	clear: both;
		z-index: 1;
}
#header_booking {
	position: absolute;
	background-image: url(../images/header_booking.gif);
	height: 150px;
	width: 760px;
	clear: both;
		z-index: 1;
}
#header_guestlist {
	position: absolute;
	background-image: url(../images/header_guestlist.gif);
	height: 150px;
	width: 760px;
	clear: both;
	z-index: 1;
}
#header_hq {
	position: absolute;
	background-image: url(../images/header_hq.gif);
	height: 150px;
	width: 760px;
	clear: both;
	z-index: 1;
}

#navi {
	position: absolute;
	font-size: 70%;
	top: 170px;
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 5px 0px 5px 0px;
	height: 15px;
	width: 760px;
	border-color: #666666;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	z-index: 2;
	background-color: #FFFFFF;
}


#content_container {
 position: absolute;
 width: 760px;
 height: 100%;
 top: 180px;
 overflow: visible;
}

#content_links {
	position: absolute;
	width: 320px;
	float: left;
	padding: 10px 0px 10px 0px;
	height: 100%;
	font-size: 75%;
	overflow: visible;
}

#content_rechts {
	position: absolute;
	padding: 10px 10px 10px 0px;
	height: 100%;
	width: 410px;
	float: left;
	left: 340px;
	font-size: 75%;
	overflow: visible;
}

#footer {
	position: fixed;
	font-size: 70%;
	bottom: 0px;
	height: 25px;
	clear: both;
	width: 760px;
	margin: auto;
	padding: 5px 0px 0px 0px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	z-index: 1;
	background-color: #FFFFFF;
}



/* set all to 0 */
h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
}

/* headings */
h1, h2 {
	margin: 0px 0px 10px 0px;
}

h1 {
color: #999999;
font-size: 150%;
}

h2 {
color: #FFFFFF;
font-size: 125%;
}

h3 {
font-size: 105%;
}

h4 {
	font-size: 101%;
	color: #FFCCFF;
}

/* Texte */

#content_links p, #content_links li {
	line-height: 150%;
	padding: 10px 0px 10px 0px;
}

#content_rechts p, #content_rechts li {
	line-height: 150%;
	padding: 10px 0px 10px 0px;
}


/* Links */
#content_links a {
	text-decoration: none;
	color: #CC00CC;
}

#content_rechts a {
	text-decoration: none;
	color: #CC00CC;
}

#footer a, #navi a {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer a:link, #navi a:link {
	color: #CC00CC;
}
#footer a:visited, #navi a:visited {
color: #CC00CC;
}
#footer a:hover, #navi a:hover {
	padding: 0px 5px 0px 5px;
}
#footer a:active, #navi a:active {
}

.floatleft {
	clear: left;
	float: left;
}
.floatright {
	clear: right;
	float: right;
}

/* Angaben nur fuer den Internet Explorer mit Star HTML Hack */


* html #header_container {
position: absolute;
top: -20px;
height: 185px;
}

* html #content_container  {
position: relative;
top: 170px;
}

* html #footer  {
visibility:hidden;
background-color: transparent;
}


.bildumlauf {
	padding-right: 10px;
	padding-bottom: 5px;
}
