body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/background.gif) repeat-y top center;
	text-align: center;
	font-family: Lucida Grande, Trebuchet MS, sans-serif;
	}

#wrapper {
	margin: 0 auto;
	width: 550px;
	background: #000 url(../images/wrapper.jpg);
	text-align:left;	
	position: relative;
	}

#header {
	margin: 0 10px;
	color: #FFF;
	height: 300px;
	}
.headerHome {
	background: #000066 url(../images/header.jpg);
	}



#header h1 {
	padding: 0;
	margin: 0;
	}

#menu {
	position: absolute;
	top:300px;
	left: 0;
	margin: 0 0px;
	background: #092355 url(../images/navigation_bg.gif) no-repeat top left;
	color: #FFF;
	height: 71px;
	}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 136px;
	height: 71px;
	border-right: 1px solid #003545;
	font-size: 0.8em;

	}

.nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
	text-align: center;
	padding-top: 46px;
  padding-bottom: 10px;
	}

.nav li a:hover {
	background: #037496 url(../images/navigation_bg_over.gif) no-repeat top left;
	color: #063D4E;
	}
  #inactiveNavElement {
	border: 0;
	width: 109px;
  border-right: 1px solid #003545;
  background: #037496 url(../images/navigation_bg_inactive.gif) no-repeat top left;
	}

#lastNavElement {
	border: 0;
	width: 139px;
	}

#content {
	margin: 0 10px;
	}

#mainContent {
	background: #FFF;
	width: 335px;
	position: absolute;
	top: 371px;
	left: 0;
	margin-left:10px;
	}

#subContent {
	background: #04151c url(../images/subContent_bg.jpg) no-repeat top left;
	position: absolute;
	top: 371px;
	right: 10px;
	width: 190px;
	color: #FFF;
	}

#subContent h1 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: transparent url(../images/info.gif) no-repeat;
	height: 100px;
	}



#subContent a {
	color: #FFF;
	text-decoration: none;
	}

#subContent a:hover {
	color: #085A73;
	}

#subContent ul {
	list-style: none;
	margin: 0;
	padding: 0 0 50px 0;
	}

#subContent li {
	padding: 3px 10px 10px 10px;
	margin: 0 10px;
	color: #FFF;
  font-size: 0.9em;
	background: transparent;
	}

.feinheader {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: transparent url(../images/fein.gif) no-repeat;
	height: 100px;
	}
  .impresshead {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: transparent url(../images/impress.gif) no-repeat;
	height: 100px;
	}
    .friendshead {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: transparent url(../images/freunde.gif) no-repeat;
	height: 100px;
	}



h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight:normal;
	font-size:1.8em;
	margin: 0 20px 20px 20px;
	color: #063D4E;
	}

h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight:normal;
	font-size:1.6em;
	margin: 0 20px 20px 20px;
	color: #063D4E;
	}

h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-weight:normal;
	font-size:1.0em;
	margin: 0 20px 20px 20px;
	color: #000;
	}


a {
	text-decoration: none;
	color: #777;
	}

a:hover {
	color: #006699;
	}

span {
	display: none;
	}

p {
	margin: 5px 0;
	font-size: 1.0em;
	padding: 0 20px 10px 20px;
	line-height: 1.3em;
	}

.clear {
	clear: both;
	margin-top: 50px;
	font-size: 0.7em;
	color: #666666;
	padding-bottom: 20px;
	height: auto;
	} 
.textlist {
	list-style: disc;
	font-size: 0.8em;
		}
.centered {
	text-align: center;
}		


