body {
	text-align: center;
	background: #efefef url(../pic/main-bg.gif) repeat-y center;
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

#content_container a:hover {
	border-style: solid;
	color: #000;
}

#all_container {
	position: relative;
	margin:0 auto;
	width: 800px;
	height: auto;
	text-align: left;
	z-index: 2;
}


#fill_container {
	position: relative;
	margin:0 auto;
	padding:0;
	width: 798px;
	height: 100%;
	text-align: left;
	
	z-index:1;
}

#menufill_container {
	position: relative;
	left: 1px;
	width: 200px;
	height: 100%;
	margin: 0;
	z-index: 5;
}



#header_container {
	position: relative;
	top: 0; left: 2px; right: 1px;
	width: 797px;
	height: 100px;
	z-index: 5;

}


/* IE only */
#quote_center1 {
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-left: 285px;
}
/* other browsers */
#quote_center1[id] {
	display: table;
	position: static;
}

/* IE only */
#quote_center2 {
	position: absolute;
	top: 50%;
}
/* other browsers */
#quote_center2[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#quote_container {
	position: relative; top: -50%;
	font-size: 0.7em;
	z-index: 11;

	width: 460px;
	max-height: 95px;
	overflow: hidden;
	
	background: #fff url(../pic/anfuehrungsz-auf.png) no-repeat 1px 0;
	padding: 0;
	margin: 0;
}

#quote_container p {
	padding: 2px 34px 0 34px;
	margin: 0 !important;
}

#quote_container cite {
	padding: 0 2px 2px 0;
	margin: 0 !important;
}


#quote_container p.close {
	background: url(../pic/anfuehrungsz-zu.png) no-repeat bottom right;
	padding-bottom: 0em;
}

#quote_container cite {
	display: block;
	text-align: right;
}


#menu_container {
	position: absolute;
	padding-bottom: 250px;
	left: 2px; top: 270px;
	width: 199px;
	height: auto;
	z-index: 5;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Hauptmenü-Block */
#menu ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 1em 0 0 10px;
	padding: 0;
	display: block;
	width: 175px;
}
/* Hauptmenü-Items (Level 1) */
#menu ul li {
	margin: 1em 0 1em 0;
	display: block;
}
/* Submenü-Block */
#menu ul ul {
	margin: 0;
}
/* Submenü-Items (Level 2) */
#menu ul ul li {
	margin: 0.8em 0 0.8em 20px;
	font-size: 1em;
}

#menu a {
	border-style: solid;
	border-width: 1px 1px 1px 20px;
	padding: 0 0 0 8px;
	margin:0;
	display: block;
}

#menu ul li.nav_home a {
	border-color: #ccccb1;
}

#menu ul li.nav_home a:hover {
	background-color: #e6e6c8;
}

#menu ul li.nav_ueber_uns a {
	border-color: #aaaaaa;
}

#menu ul li.nav_ueber_uns a:hover {
	background-color: #e6e6e6;
}

#menu ul li.nav_events a {
	border-color: #dcdc9c;
}

#menu ul li.nav_events a:hover {
	background-color: #f3f3ce;
}

#menu ul li.nav_adresse a {
	border-color: #adb6e6;
}

#menu ul li.nav_adresse a:hover {
	background-color: #e0e5ff;
}

#menu ul li.nav_linksammlung a {
	border-color: #c2b3e6;
}

#menu ul li.nav_linksammlung a:hover {
	background-color: #e9e1ff;
}

#menu ul a#selected {
	font-weight: bold;
}

#menu ul ul a#active {
	font-weight: bold;
}

#logo {
	position: absolute;
	z-index: 10;
	top:0; left:2px;
	float:left;
}

#content_container {
	position: absolute;
	top: 150px;	left: 255px; right: 25px;
	min-height: 200px;
	padding: 1em;
	
	z-index:18;
}
