/*master
metropolis_neu*/

@font-face {
	font-family: text1;
	src: url(http://www.planet-entertainia.de/includes/1.TTF) format('truetype');
}
@font-face {
	font-family: text2;
	src: url(http://www.planet-entertainia.de/includes/2.TTF) format('truetype');
}


body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
}

#hg {
	width:1150px;
	height:795px;
	margin:0 auto;
	margin-top:0px;
	background-image:url(../bilder/hg_4.png);
	position:relative;
}

#navigationhaupt {
	width:150px;
	height:auto;
	margin-top:200px;
	margin-left:880px;
	position:absolute;
	float:left;
	z-index:1;
}

#main {
	width: 550px;
	height: 472px;
	margin-top:208px;
	margin-left:310px;
	border: none;
	overflow: auto;
	position:absolute;
        opacity: 0.9;
	float:left;
	z-index:3;
}

#foot {
	width: auto;
	height: auto;
	margin-top:730px;
	margin-left:310px;
	position:absolute;
	float:left;
	z-index:4;
}



/*main
--------------------------------------------------------------------------------*/

#main, #main table{
	font-family: Arial,sans-serif;
	font-size:13pt;
	letter-spacing: 0.2pt;
	text-decoration:none;
        font-weight: bold;
	padding: 20px 20px 20px 20px;
	color: #000;
        background-color: #f4dcb2;
}

#main a:link, #main a:visited{
	text-decoration:none;
	font-size:13pt;
	color: #86b4f8;/*#f0a040;*/
}

#main a:hover {
	color: #000000;
	text-decoration:none;
}


/*navigationhaupt
-------------------------------------------------------------------------------------------------------*/
#navigationhaupt {
	font-family: text2, arial;
	font-size:18pt;
	/*font-weight: bold;*/
}

#navigationhaupt ul {
	list-style: none;
	width: auto;
	margin-top: 0;
	margin-left:70px;
	height: 20px;
	padding:0;
}

#navigationhaupt li a:link, #navigationhaupt li a:visited, #navigationhaupt li {
	display:block;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	float:left;
	color:#f4dcb2;/*fffbc6*/
}

#navigationhaupt li a:hover   {
	color: #3f2c1d;/*#e0c99f;*/
	text-decoration:none;
}

/*foot
--------------------------------------------------------------------------------------------------------*/
#foot {
	font-family: text1, arial;
	font-size:15pt;
	color: #e0c99f;
	/*font-weight: bold;*/
}




/*classen
------------------------------------------------------------------------*/
.ueberschrift {
	text-align: center;
	color: #000;
	font-family: text2, arial;
	font-size: 18pt;
	font-weight: bold;
}

.bold {
	font-size: 12pt;
	font-family: arial;
	font-weight: bold;
}

.zeile {
	line-height: 25px;
}