@import "nav.css";


/* Struktur */
body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background: #a4bf0c;
	}

#globalcontainer{
	width: 734px;
	background-color: #83847d;
	margin: 0px auto;
	margin-top: 20px;
	border: 10px solid #fff;
	text-align: center;

	}
	
#headercontainer{
	background: url(../img/header.jpg) no-repeat;
	width: 734px;
	height: 180px;
	text-align: left;	
	}
	
#navcontainer{
	background: url(../img/bg_nav.jpg) no-repeat;
	width: 734px;
	height: 21px;
	position: relative;
	top: 180px;
	text-align: left;
	padding-left: 165px;
	}
	
#maincontainer{
	width: 734px;
	}
	
#leftcontainer{
	float: left;
	width: 228px;	
	
	}
	
#subnavcontainer{
	background-color: #83847d;	
	padding: 6px 0px 0px 13px;
	text-align: left;
	min-height: 280px;
	}
	
#contentcontainer{
	color: #4F4F4F;
	background-color: #fff;
	float: left;
	width: 496px;
	text-align: left;
	min-height: 250px;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	margin-top: 20px;
	padding-left: 6px;
	}
	
#contentleft{
	float: left;
	width: 237px;
	font-size: 1.1em;
	}
	
#contentright{
	float: left;
	width: 237px;	
	font-size: 1.1em;
	margin-left: 7px;
	}
		
#content {
	padding: 0px 0px 3px 7px;
	}
	

#footer{
	clear: both;
	width: 734px;
	height: 17px;
	background-color: #fff;	
	}
	
#footerleft{
	float: left;
	width: 228px;
	background-color: #83847d;
	}

#footerright{
	font-size: 0.9em;
	float: left;
	width: 483px;
	color: #83847d;
	text-align: left;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	border-top: 1px solid #83847d;
	}
	
h1{
	font-size: 1.1em;
	border-bottom: 1px solid #83847d;
	padding: 0px 0px 2px 0px;
	margin: 15px 0px 10px 7px;
	font-weight: regular;
	color: #728508;
	}
	
h2{
	color: #a4bf0c;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 8px;
	}
	
#fettgruen{
	color: #a4bf0c;
	font-size: 1.0em;
	font-weight: bold;
	}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

li{
	line-height: 15px;

	}
	
tr, div {
	font-size: 0.88em;
	color: #000;
	line-height: 1.4em;
	}
	
#imagehp{
	padding: 5px 0px 3px 1px;
	}
	
	
	
.button{
	border-left: 1px solid #75A0A6;
	border-top: 1px solid #75A0A6;
	border-right: 1px solid #036356;
	border-bottom: 1px solid #036356;
	background: #75A0A6;
	height: 17px;
	font-size: 10px;
	color: #fff;
	}
	
	
a:link, a:visited {
	color: #728508;
	text-decoration: none;
	}
	
a:hover {
	color: #E4ECB7;
	}


a.footer, .footerlink a {
	color: #A4BF0C;
	text-decoration: none; 
	}
	
a.readon, .readonlink a {
	color: #728508;
	text-decoration: none; 
	padding: 0px 0px 10px 13px;
	background: url(../img/arrow_readon.gif) no-repeat;
	}

