
/* Einrichten des Seitenhintergrunds */
/* ================================= */

BODY {
	margin: 0 0 0 0;
	background-image: url('backgrounds/bg_03.gif');
	background-repeat: repeat;
	text-align: left;
	min-width: 800px;
	max-height: 620px;
}


/* Einrichten der einzelnen DIVs */
/* ============================= */

DIV.block {
	width: 630px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -315px;
	z-index: 1;
}

DIV.logo {
	width: 65px;
	margin: 0 auto;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -365px;
	z-index: 2;	
}


DIV.buehne {
	width: 500px;
	height: 500px;
	margin: 0 auto;
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -251px;
	z-index: 3;
	text-align: left;
}


DIV.abschluss {
	width: 300px;
	margin: 0 auto;
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: -45px;
	z-index: 4;
	text-align: right;
}


DIV.menu {
	width: 150px;
	margin: 0 auto;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -457px;
	z-index: 5;
	text-align: right;
}

DIV.menu A {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

DIV.menu A:hover {
	color: #000000;
	text-decoration: none;
}
DIV.menu-level1-no {
	font-weight: normal;
	letter-spacing: 0.5px;
}
DIV.menu-level1-no A {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.menu-level1-no A:hover {
	color: #000000;
	text-decoration: none;
}

DIV.menu-level1-act {
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}
DIV.menu-level1-act A {
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
}



/* Einrichten der Schrift */
/* ====================== */

P, OL, UL, DIV, H1, H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #555555;
	text-decoration: none;
	padding-left: 0px;
	margin: 0px;
	
}


P A {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

P A:hover { 
	color: #000000;
}

H1 {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	color: #909090;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 21px;
}

.fusszeile {
	color: #CCCCCC;
	text-decoration: none;
}

.fusszeile a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.fusszeile a:hover {
	color: #000000;
}

.
