/* CSS Document */

html, body {
   height: 100%;
}

body,td,th {
	font-size: 14px;
	line-height: 1.8em;
	color: #BBB;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	
}
a:link {
	color: #88bb44;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #88bb44;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #BBB;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #BBB;
	text-decoration:none;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #BBB;
	margin:0; padding:0;
	margin-bottom:10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 14px;
	color:#FF0000;
}

.klein {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration:none;
}

a.footer {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}

a:link.button {
	color: #BBB;
	text-decoration:none;
	font-weight:bold;
}
a:visited.button {
	color: #BBB;
	text-decoration:none;
	font-weight:bold;
}
a:hover.button {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}
a:active.button {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}
	
/* ------------ Formularfelder ------------ */

input.form {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: uppercase;
	background-color: 		#444444;
	color: 			#AAAAAA;
	font-weight: 	bold;
	background-image:  	url("images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid 	#666666;
	border-bottom: 	1px solid 	#666666;
	border-right: 	1px solid 	#666666;
	border-top: 	1px solid 	#666666;
	width:250px;
	}
	
textarea.form {font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; text-decoration: uppercase;
	background-color: 		#444444;
	color: 			#AAAAAA;
	font-weight: 	bold;
	background-image:  	url("images/form_bg.gif");
	background-repeat: 	no-repeat;
	border-left: 	1px solid 	#666666;
	border-bottom: 	1px solid 	#666666;
	border-right: 	1px solid 	#666666;
	border-top: 	1px solid 	#666666;
	scrollbar-face-color: 	#444444;
	scrollbar-track-color: 	#444444;
	scrollbar-arrow-color: 	#555555;
	scrollbar-shadow-color: 	#666666; 
	scrollbar-3dlight-color: 	#444444;
	scrollbar-highlight-color:	#666666;
	scrollbar-darkshadow-color:	#444444;
	buttonface: 		#666666; 
	width:250px;
	}
	
input.button {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; width: 110px; height: 20px;
	background-color:		#444444;
	color:			#BBBBBB;
	border-left: 	1px solid 	#777777;
	border-bottom: 	1px solid	#222222;
	border-right: 	1px solid	#222222;
	border-top: 	1px solid	#777777; 
	}
	
/* ------------ Design ------------ */

#main {
	width:980px;
	background-color:#000;
	margin:0 auto;
	text-align:left;
	min-height: 100%;
}

* html #main {height: 100%;}

#logo {
	width:180px;
	height:145px;
	float:left;
}

#navi {
	width:512px;
	height:145px;
	float:left;
	background-image:url(../images/navhgr.jpg);	
	padding-left:115px;
}

#language {
	width:173px;
	height:130px;
	float:left;
	text-align:right;
	padding-top:15px;
}

#top {
	clear:left;
	width:980px;
	height:205px;
	float:left;
}

#content {
	clear:left;
	width:980px;
	padding-top:30px;
	line-height:18px;
}

#footer {
	width:980px;
	height:22px;
	position: fixed; bottom: 0;
	background-image:url(../images/footer.jpg);
	font-size:11px;
}

<!--
#navi ul {
	list-style:none;
	padding:0;
	margin:0;
}

#navi ul li {
	float:left;
}

#navi ul li a {
	display:block;
	color:#bbbbbb;
	text-decoration:none;
	text-align:center;
	margin-right:14px;
	margin-top:64px;
	font-weight:bold;
	margin-bottom:20px;
	width:116px;
}

#navi ul li a.last {
	margin-right:0px;
}

#navi ul li a:hover {
	color:#FFFFFF;
}

#navi ul li a.active {
	color:#FFFFFF;
}

#subnavi {
	clear:left;
	padding-left:150px;
	height:15px;
	padding-top:15px;
}

#subnavi a{
	text-decoration:none;
}

#subnavi a.active{
	color:#FFF;
}

#foot {
	margin-left:20px; padding-top:0px; width:200px;
}

#foot a{
	text-decoration:none;
}
