/*
+++++++++++++++++++++++++++++++++++
ALLGEMEINE BEREICHE FORMATIEREN ---
+++++++++++++++++++++++++++++++++++
*/

#page {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 900px;
	height: 660px;
	margin-left: -480px;
	z-index: 0;
}

#content {
	background:url(images/bg_content.png) no-repeat;
	position: absolute;
	top: 152px;
	left: 93px;
	z-index: 2;
	width: 718px;
	height: 468px;
}

#header {
	background: url(images/bg_header.png);
	position: absolute;
	top: 0px;
	left: 100px;
	width: 826px;
	height: 436px;
	z-index:1;
}

#footer {
	background: url(images/bg_footer.png) no-repeat;
	position: absolute;
	top: 613px;
	left: 102px;
	z-index:1;
	width: 700px;
	height: 35px;
}

#main {
	position: absolute;
	top: 67px;
	left: 16px;
	z-index:2;
	width: 510px;
	height: 390px;
	overflow: auto;
}

#navi {
	position: absolute;
	top: 129px;
	left: 160px;
	z-index:1;
}

#headwaymusic {
	position: absolute;
	top: 9px;
	left: 15px;
	z-index:2;
}

#nextshows {
	position: absolute;
	top: 5px;
	left: 540px;
	width: 150px;
	height: 380px;
	z-index: 5;
}

	
/*
+++++++++++++++++++++++++++++++++++
ALLGEMEINE FORMATIERUNGEN ---------
+++++++++++++++++++++++++++++++++++
*/


body { background:url(images/background.jpg) repeat; }

p { font-family: verdana; font-size: 10px; color: #FFF; }
td { font-family: verdana; font-size: 10px; color: #343c40; }

h1 { visibility: hidden; font-size: 1px; }

a { color:#FFF; text-decoration: none; }
a:hover { color:#d4d7ae; }

hr { display: none; }

img { border: 0px; }

#topic {
	position: absolute;
	top: 33px;
	left:9px;
	width: 146px;
	height: 34px;
	background: url(images/bg_topic.png) no-repeat;
}

#topic img { margin-top: 10px; margin-left: 10px; }

.formular {
	width: 430px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 8px 0px;
	background: #fcfcfb;
	border: 1px solid #e5e3e1;
	font-size: 11px;
	color: #343c40;
	font-family: "Verdana";
}

.inlay {
	width: 430px;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border: 1px solid #ece6cf;
	background: #d4d7ae;
}

.textarea {
	width: 430px;
	height: 95px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 8px 0px;
	background: #fcfcfb;
	border: 1px solid #e5e3e1;
	font-size: 11px;
	color: #343c40;
	font-family: "Verdana";
}

/*
+++++++++++++++++++++++++++++++++++
BEREICHE - FORMATIERUNGEN
+++++++++++++++++++++++++++++++++++
*/
#modul_kontaktformular { width: 450px; margin-left: 20px; }

/* ++++++++++++++++++++++++++++++ #BLOGEINTRAG  ++++++++++++++++++++++++++++++ */
.blogeintrag { border-bottom: 1px dashed #d4d7ae; width: 450px; margin-left: 10px; }
.blogeintrag p.titel { font-weight: bold; font-size: 14px; color: #d4d7ae; }
.fett { font-weight: bold; color: #d4d7ae; }
.fettw { font-weight: bold; color: #fff; }
.autor { color: #d4d7ae; font-weight: bold; }
.datum { color: #d4d7ae; font-weight: bold; font-size: 10px; }

/* ++++++++++++++++++++++++++++++ #MODUL_LINKS  ++++++++++++++++++++++++++++++ */
#modul_links p strong { font-weight: bold; font-size: 12px; color: #d4d7ae; }

/* ++++++++++++++++++++++++++++++ #FOOTER  ++++++++++++++++++++++++++++++ */
#footer p { color: #000; margin-top: -30px; margin-left: 100px; }
#footer a { color: #000; }
#footer a:hover { color: #8E926C; }
#footer img { margin-top: 3px; margin-left: 5px; }
/* ++++++++++++++++++++++++++++++ #NAVI  ++++++++++++++++++++++++++++++ */

#header table { margin-top: 123px; margin-left: 5px; }
#header table tr td { background: #fff; width: 100px; height: 31px; }
#header table tr td:hover { background: #8E926C; }
#header table tr td:hover p { color: #8E926C; }
#header table tr td p { color: #fff; font-weight: bold; font-size: 7pt; }

	