/*master
metropolis_neu*/

@font-face {
   font-family: agency_r;
   src: url(http://www.metropolispromotion.de/includes/agency_reg.TTF) format('truetype');
   }
@font-face {
   font-family: agency_b;
   src: url(http://www.metropolispromotion.de/includes/AGENCYB_2.TTF) format('truetype');
   }


body {
	background-attachment:fixed;
	margin-top:0px;
	background-color: #FFF;
}

#hg {
	width:866px;
	height:955px;
        box-shadow: 2px 2px 5px #94aa9d,
               -2px 2px 5px #94aa9d,
                2px -2px 5px #94aa9d,
               -2px -2px 5px #94aa9d;
	margin:0 auto;
	position: relative;
	margin-top:0px;
}

#banner {
	width: 866px;
	height: 400px;
	margin-top:0px;
	margin-left:0px;
    border: none;
	position:relative;
	float:left;
	z-index:5;
}

#navigationhaupt {
	width:866px;
	height:33px;
	margin-top:400px;
	margin-left:0px;
	position:absolute;
  background-color: #000;
	float:left;
	z-index:6;
}

#main {
	background-image:url(../bilder/main_hg.png);
  background-repeat: no-repeat;
	width:806px;
	height:482px;
	margin-top:433px;
	margin-left:0px;
	background-color: #FFF;
	position:absolute;
  overflow: auto;
	float:left;
	z-index:1;
}

/*
 #mainhaupt {
	width:470px;
	height:auto;
	margin-top:120px;
	margin-left:230px;
	position:relative;
	float:left;
	z-index:3;
}
*/


/*main
--------------------------------------------------------------------------------*/

#main {
  text-align: center;
	font-family: Arial,sans-serif;
	font-size:12pt;
	text-decoration:none;
	color: #000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#main a:link, #main  a:visited {
	text-decoration:none;
	color: #5c7177;
}

#main a:hover   {
	color: #94aa9d;
	text-decoration:none;
}


/*navigationhaupt
-------------------------------------------------------------------------------------------------------*/
#navigationhaupt {
	font-family: agency_r, 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:inline;
	padding: 0px 20px 0px 0px;
	text-decoration:none;
	float:left;
	color:#ffffff;
}

#navigationhaupt li a:hover   {
	color: #94aa9d;
	text-decoration:none;
}




/*classen
------------------------------------------------------------------------*/
.ueberschrift {
		text-align: center;
    color: #000;
    font-family: agency_b, arial;
    font-size: 18pt;
    font-weight: bold;
}

.bold {
    font-size: 12pt;
    font-family: arial;
    font-weight: bold;
}