@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	color: #F8F601; 
	background-color:#000000;
	min-width:1024px; 
}

* html body {
  padding:150px 0 20px 0; 
  }

#content {
	position:fixed;
	top:150px;
	left:0;
	bottom:20px; 
	right:0; 
	padding:20px;
	text-align: center;
	overflow:auto; 
}

* html #content {
  height:100%; 
  width:100%; 
  }

#header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:140px;
	background-color:#000000;
}

* html #header {height:140px;}



#footer {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F8F601;
	background-color: #212121;
	word-spacing: 6px;
	text-align: center;
}	

* html #footer {height:20px;}


h1 {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #F8F601;
	border-bottom: 1px solid #F8F601;
	text-align: left;
	margin-left: 150px;
}
h2 {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #F8F601;
	text-align: left;
	margin-left: 250px;
}

h3 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	margin-left: 250px;
}

p {
	margin-left: 250px;
	text-align: left;
	color: #CCCCCC;
	margin-right: 50px;
}

ul#li li {
	margin-left: 250px;
	text-align: left;
	color: #CCCCCC;
	margin-right: 50px;
}

#titel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #F8F601;
}


A:link { color: #F8F601;}
A:visited { color: #FFFFFF;}
A:active { color: #FFFFFF; }

ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	padding: 5px 20px;
	margin: 0px 2px;
	border: 2px solid #212121;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	color: #F8F601;
}

ul#nav li a:hover {
	padding: 5px 20px;
	margin: 0px 2px;
	border: 2px solid #212121;
	background-color: #F8F601;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

img#book {
	float: right;
	margin-right: 150px;
}


