* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	background: linear-gradient(top, #868686 0%, #bfbfbf 24%, #ffffff 100%); 
	background: -moz-linear-gradient(top, #868686 0%, #bfbfbf 24%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #868686 0%, #bfbfbf 24%, #ffffff 100%); 
	background: -ms-linear-gradient(top, #868686 0%, #bfbfbf 24%, #ffffff 100%); 
	background: -o-linear-gradient(top, #868686 0%, #bfbfbf 24%, #ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#868686, endColorstr=#ffffff,GradientType=1);
	background-repeat: no-repeat;
	}

#container {
	//margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	background-color: #FFFFFF;
	border-top: 5px solid #5b5b5b;
	}

#logo {
	width: 1050px;
	//border: 1px solid orange;
	}
	
#logo img {
	padding: 40px 0px 40px 15px;
	//height: 90px;
	}
	
img#verband {
	float: right;
	vertical-align: center;
	//margin-top: 10px;
	margin-right : 20px;
	height: 90px;
}
	
#header {
	width: 1050px;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	//border: 1px solid #e0e6cb;
	//border: 1px solid green;
	}
	
#navigation_left {
	clear: both;
	float: left;
	width: 250px;
	//border-right: 3px solid #e0e6cb;
	//height: 500px;
	//border: 1px solid yellow;
	}
	
#content_right {
	float: right;
	width: 800px;
	//height: 700px;
	//border: 1px solid blue;
	}

#footer{
	clear: both;
	width: 1050px;
	height:35px;
	background-color: #5b5b5b;
	//border-top: 3px solid #e0e6cb;
	//border: 1px solid black;
	}

/* navigation menu */
/* ========================================== */

ul#nav {
	list-style-type: none;
	margin: 40px 0px 40px 0px;
	padding-left: 20px;
	color: #bfbfbf;
	
	}

ul#nav li {
		//width: 120px;
		//text-align: center;
		position: relative;
		//float: left;
		margin-right: 4px;
		}
		
ul#nav a {
		text-decoration: none;
		display: block;
		height: 28px;
		line-height: 28px;
		background-color: #FFFFFF;
		border-bottom: 0.5px solid #e3e3e3;
		font-family: Arial;
		font-size: 13px;
		font-weight: normal;
		color: #5b5b5b;
		padding-left: 10px;
		padding-right: 10px;
		}
		
ul#nav li:hover > a {
		color: #528b16;
		background: linear-gradient(top, #e3e3e3 0%, #e3e3e3 24%, #ffffff 100%); 
		background: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 24%, #ffffff 100%);
		background: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 24%, #ffffff 100%); 
		background: -ms-linear-gradient(top, #e3e3e3 0%, #e3e3e3 24%, #ffffff 100%); 
		background: -o-linear-gradient(top, #e3e3e3 0%, #e3e3e3 24%, #ffffff 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#ffffff,GradientType=1);
		background-repeat: no-repeat;
		}

ul#nav a:active {
		font-weight: bold;
		}
		
			
/* ========================================== */

h1 {
	padding: 40px 40px 15px 40px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #528b16;
	}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #5b5b5b;
	padding: 0px 40px 10px 40px;
	margin: 0px;
	}

p {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.7em;
	font-weight: normal;
	color: #5b5b5b;
	padding: 0px 40px 20px 40px;
	margin: 0px;
}

p.text {
	}
	
p.aufzaehlung{
	line-height: 2.1em;
	}

	#footer a{
	text-decoration: none;
	margin-left: 10px;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
	top: 10px;
	}
	
#footer span {	
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 10px;
	position: relative;
	padding-top: 10px;
	float:right;
	}
	
img.left {
	padding-right: 45px;
	}
	
img.right {
	float: right;
	padding: 40px 40px 0px 0px;
	}

table {
	margin: 10px 40px 20px 40px;
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
	}
td {
	font-family: Arial;
	font-size: 13px;
	color: #5b5b5b;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 3px 3px 3px 3px;
	}

td.year {
	width: 100px;
	}
	

