* {
  color: #ffffff;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  background-color: #000000;
}



a {
	color: #A9A7A8;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}



.footer {
	color: #737172;
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	display: block;
}

.footer a {
	color: #737172;
	text-decoration: none;
}


.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 6pt;
}

h1 {
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-top: 6pt;
	margin-bottom: 6pt;
}


h2 {
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-top: 6pt;
	margin-bottom: 6pt;
	border-bottom: 1px solid #5b4900;
}

h3 {
	color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-top: 6pt;
	margin-bottom: 6pt;
}




  /***********/
 /* Content */
/***********/


#frame {
	height: auto !important;
	width: 668px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 -332px 0 -332px;
	border: 0;
}

#header {
	clear: both;
    height: 107px;
	width: 666px;
	background-color: #000;
	border: 0;
	padding: 0px;
	margin: 0px;
}

#panorama {	
	clear: both;
    height: 214px;
	width: 666px;
	background-color: #000;
	border: 0;
	padding: 0px;
	margin: 0px;
	border-left-color: #A7A7A7;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #A7A7A7;
	border-right-style: solid;
	border-right-width: 1px;
}


#navigation {
	clear: both;
	width: 666px;
    height: 33px;
	line-height: 33px;
	display: block;
	padding: 0px;
	margin: 0px;
	border-top-color: #A7A7A7;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #A7A7A7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #A7A7A7;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #A7A7A7;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #272E36;
	text-align: center;
	text-transform: uppercase;
	color: #E0E0E0;
	font-weight: bold;
	background-color: #1A1F24;
}

#content {
	clear: both;
	width: 621px;
	padding: 15px 30px 15px 15px;
	height: auto !important;
	background-color: #272E36;
	border-left-color: #A7A7A7;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #A7A7A7;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #A7A7A7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: justify;
}

#footer {
	clear: both;
    height: 30px;
	width: 668px;
	background-color: #000;
	border: 0;
	padding: 0px;
	margin: 0px;
}




  /**************/
 /* Navigation */
/**************/

ul#mainnavigation {
	text-align: center;
	list-style: none;
	float: left;
}

ul#mainnavigation, #mainnavigation ul {
	height: auto !important;
	height: 1px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#mainnavigation li {
	height: auto !important;
	height: 24px;
	line-height: 24px;
	display: block;
	width: 111px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation a {
	color: #E0E0E0;
	text-decoration: none;
}


#navigation a:hover {
	color: #FFCC00;
	text-decoration: none;
}



  /**************/
 /* Trennlinie */
/**************/

hr {
	border: 0px;
	background-color: #A7A7A7;
	height: 1px;
	border-style: solid;
}




  /**********/
 /* Bilder */
/**********/

IMG.pics {
	border-color: #A7A7A7;
	border-style: solid;
	border-width: 1px;
}


