html {min-height: 100%;}

* {

	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body {
	margin: 0;
	padding: 0;	
}

.clearer {clear: both; font-size: 0;}
.left {float: left;}

.main_container {
	padding-bottom: 1px;
	
}

.container {
	border: 1px solid #000000;
	background: #E5E5E5;
	font-size: 1.0em;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	margin-top: 5px;
}

.header {
	height: 160px;
	margin-bottom: 0px;
}


.content {
	float: right;
	width: 745px;
/*	height: 450px;*/
	margin-top: 2px;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}



.navigation {
	float: left;
	width: 210px;
	height: 464px;
	margin-top: 0px;
	/*	background-color: #E5E5E5;*/
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	font-size: 1.3em;
	color: #E5E5E5;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ### nav1st - 1. Ebene  ######################################## */

ul.nav1st {
	font-size:1.1em;
}

ul.nav1st li {
	display: block;
	color:#000099;
	font-weight:bold;
	width: 180px;
}

ul.nav1st a, 
ul.nav1st a:link,
ul.nav1st a:visited {
	display: block;
	background-image: url(../images/bg_button_hauptnav.gif);
	background-position: -4px 0px;
	height: 20px;
	padding-right: 8px;
	padding-top: 3px;
	padding-left: 5px;
	color: #E5E5E5;
	text-decoration: none;
	background-repeat: no-repeat;
}

ul.nav1st a:hover {	
	background-position: 0px -21px;	
	color: #E5E5E5;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background-position: 0px -21px;	
	color: #E5E5E5;
}

ul.nav1st li a.current:hover {
	background-position: 0px -21px;	
	color: #FFFFFF;
}


.footer {
	border-top: 1px solid #000000;
	color: #676767;
	margin-top: 8px;
	padding: 2px 4px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
