* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font: normal 1em verdana, sans-serif;
}

body {
text-align: center; /* F�r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksb�ndig ausgerichtet sind */
}

html, body {
height: 100%;
background: black;
padding: 0px;
}

/* DIV-Boxen */

div#wrapper {
position:relative;
margin: 0 auto;
margin-top: 0px;
width: 770px;
margin-bottom: -20px;
min-height: 100%;
height: auto !important;
height: 100%;
background: url(../images/bgcontainer.gif) repeat-y;
}

div#header {
	height: 170px;
	margin: 0 auto;
	width: 760px;
	padding-left: 0px;
	padding-top: 0px;
/*		padding: 0px 0px 0 0;*/
		background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#name{
	width:300px;
	float:right;
	color: #407701;
	font-size: 48px;
	font-style: italic;
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
	}

#navigationTop a{
	list-style: none;
	padding: 0px 12px 0 12px;
	text-decoration: none;
	color: black !important;
	font-weight: bold;
}

#navigationTop a:hover{
	color: #990033 !important;
}

#navigationTop {
background: #FFF url(../images/nav_bg.jpg) repeat-x;
	height: 51px;
	margin: 0 auto;
	margin-left: 5px;
	padding-top: 20px;
	width: 760px;
	float:left;
	text-align: center;
	font-weight:bold;
	color: black;
	font-size: 16px;
}

#centerCol {
/*margin: 0 200px;*/
margin: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
padding-top: 60px;
color: #DDD;
/*	font: normal 9pt "Lucida Sans Unicode",sans-serif;*/
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fdfcfc;
	background-color: #1a4800;
}

div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 750px;
background: #958463 url(../images/foot_bg.jpg) repeat-x;
font-size: 10px;
margin-left: 5px;
padding: 5px;
padding-bottom: 2px;
padding-top: 2px;
height: 18px;
color: black;
}

div#footer a {
  color: #00bcff !important;
	text-decoration: underline;

}

div#footer a:hover {
  color: #FF9941 !important;
}

.left    {float: left;}
.right   {float: right;}
.clearer {clear: both;}