/* Comedy Walk Acts CSS by Vera Zimperfeld */

* { margin:0; padding:0; }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(../gfx/bg_main.gif) top left repeat-x;
	background-color:#d8d7d3;
}

html, body {
	height: 100%;
	}


a {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	}
	
	.a{text-decoration:underline;}
	
a:hover{
	color: #f4b100;
}

img {
	border:none;
}

p{
	line-height:170%;
	margin-bottom:10px;
}
	
	
.text {
	display:none;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:150%;
	padding-bottom:10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	line-height:150%;
	padding-bottom:5px;
}

#mainwrap {
	margin:auto;
	padding:0;
	text-align:center;
	width:980px;
	background:url(../gfx/bg_mainwrap.gif) top left no-repeat;
	min-height: 100%;
	position: relative;
}

* html #mainwrap {
	height: 100%;
	} 
	
#container {
	margin:auto;
	padding:0;
	text-align:center;
	width:980px;
	overflow:auto;
}


#head {
	width:980px;
	height:300px;	
}

#head_left {
	width:213px;
	height:250px;
	float:left;
	padding:50px 4px 0 64px;
}

#head_right {
	width:699px;
	height:272px;
	margin-top:28px;
	float:left;
}

.headsmall {
	font-size:9px;
}

#content {
	width:599px;
	float:left;
	text-align:left;
	padding:50px;
}

#content ul {
	margin:10px 0 10px 30px;
}

#content ol {
	margin:10px 0 0 31px;
}

#content li {
	padding:4px 0 4px 5px;
	line-height:170%;
}

#info_text {
    font-size:10px;
	margin-top:600px;
}



/*--------------- NAVI-AREA ----------------------------------------------------*/


#navi_wrap {
	width:213px;
	padding-right:4px;
	padding-left:64px;
	float:left;
	text-align:left;
}

#navi {
	width:213px;
}

#navi ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

#navi ul li {
	margin:0;
	padding:0;
	display:block;
}

#navi ul li a {
	width:183px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	padding:5px 0 5px 30px;
	border-bottom:1px solid #fff;
	background:url(../gfx/navi_no.gif) top left repeat-x;
}



#navi ul li a#aktiv {
	color:#fff;
	background:url(../gfx/navi_ro_aktiv.gif) top left repeat-x;
}

#navi ul li a:hover {
	color:#fff;
	background:url(../gfx/navi_ro.gif) top left repeat-x;

}

#navi ul li a.special {
	background:url(../gfx/navi_special_no.gif) top left repeat-x;
}

#navi a:hover.special {
	color:#fff;
	background:url(../gfx/navi_special_ro.gif) top left repeat-x;	
}

#navi ul li a#aktivspecial {
	color:#fff;
	background:url(../gfx/navi_special_ro_aktiv.gif) top left repeat-x;	
}
	
#navi ul li a.paket, #navi ul li a#aktivpaket {
	width:193px;
	margin-bottom:5px;
	padding:5px 0 5px 20px;
	color:#FFF;
	background:url(../gfx/navi_special_ro.gif) top left repeat-x;	
}

#navi a:hover.paket {
	color:#fff;
	background:url(../gfx/navi_ro.gif) top left repeat-x;	
}

#navi ul li a#aktivpaket {
	background:url(../gfx/navi_special_ro_aktiv.gif) top left repeat-x;	
}

#navi ul li a.mass, #navi ul li a#aktivmass {
	width:193px;
	margin-top:5px;
	padding:5px 0 5px 20px;
	color:#fff;
	background:url(../gfx/navi_ro.gif) top left repeat-x;	
}

#navi a:hover.mass {
	color:#333;
	background:url(../gfx/navi_no.gif) top left repeat-x;	
}

#navi ul li a#aktivmass {
	background:url(../gfx/navi_ro_aktiv.gif) top left repeat-x;	
}



.trenner_eins {
	width:193px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background-color:#ecaa00;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:5px 0 5px 20px;
	border-bottom:1px solid #fff;
}

.trenner_zwei {
	width:191px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background-color:#7e7e7e;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:5px 0 5px 22px;
	border-bottom:1px solid #fff;
}


/*--------------- ENDE NAVI-AREA ----------------------------------------------------*/	



