/*Seitenaufbau*/

	html,body { 
		margin:0;
		padding:0;
		text-align: center;
		color: #033F26;
		background: url(../bilder/verlauf.png) center top no-repeat;
	}
					
	body {
		font-family: Verdana, Arial, sans-serif;
		color: #033F26;
		font-size: 8pt;
	}
	
	img {
		border: 0;
		vertical-align: top;
	}

	h1 {
		margin-top: 10pt;
		font-size: 15pt;
	}

	h2 {
		margin-top: 10pt;
		font-size: 13pt;
	}

	a {
		color: #033F26;
	}
	
	.fehler {
		color: #aa0000;
	}

/*Kopf mit Hauptmenue */

	div#header {
		margin: 0; 
		height: 100px;
		width: 1000px;
		background: url(../bilder/banner.jpg) no-repeat bottom left;
	}
	
	div#menu {
		margin-top: -17px;
		height: 18px;
		letter-spacing: 0.2em;
		font-weight:bold;
		width: 1000px;
		text-align: left;
		color: #FFF876;		
	}
	
	div#menu a {
		color: #FFF876;
		text-decoration: none;
	}

	div#menu a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

/*Inhaltsbereich*/

	div#container {
		text-align:left;
		width:1000px;
		margin: auto;
	}
	
	div#wrapper {
		float:left;
		width:100%;
		border-top: 1px solid #00824F;
	}
	
	div#content {
		margin-left: 210px;
		width: 580px;
		padding: 8px 0px 0px 0px;
		margin-bottom: -8px;		
	}

	div#content img.content {
		width: 580px;
		margin-top: -4px;
	}

	div#content p {
		line-height:1.4; 
	}

	div#content table {
		width: 100%;
	}

	div#content table th {
		color: #ffffff;
		background: #033F26;
	}

	div#content table tr.even {
		background: #ffffff;
	}

	div#content table tr.odd {
		background: #fff9a2;
	}

	div#content table td {
		vertical-align: top;
		text-align: left;
		padding: 2px;
	}

/* Men�bereich links  */

	div#left {
		float:left;
		width:200px;
		margin-left:-995px;
		padding: 8px 0px 0px 0px;
	}
	
	div#left a {
		font-weight: bold;
		color: #033F26;
	}

	div#left a:hover {
		font-weight: bold;
		color: #F96615;
	}

/* Bereich rechts */

	div#right {
		float:left;
		width:200px;
		margin-left:-205px;
		padding: 8px 0px 0px 0px;
	}
	
	div#right a {
		font-weight: bold;
		color: #033F26;
	}

	div#right a:hover {
		font-weight: bold;
		color: #F96615;
	}
	
/* Bildleiste */

	div#bildleiste img {	
		width: 200px;
		margin-bottom: 0px;
		margin-top: -3px;
		border-width: 0px;
		
	}
	
	div#bildleiste p {
		background: #ffffff;
		width: 188px;
		padding: 5px 5px 5px 5px;
		margin-top:-3px;
		margin-bottom:8px;
		line-height: 1.4em;
		border-width: 1px;
		border-style: solid; 
	}	

/* Content Bereich */

	div#contentbox {
		/*background: #C9DC99 url(bilder/content/box_bg.gif) no-repeat bottom right;*/
		background: #ffffff;
		width: 549px;
		padding: 10px 10px 100px 19px;
		margin-top:-5px;
		line-height: 1.4em;
		border-width: 1px;
		border-style: solid; 

	}	

	div#contentbox img.thumb {
		width: 200px;
	}

	div#contentbox img {
		width: 549px;
	}

	div#contentbox a {
		font-weight: bold;
		color: #033F26;
	}

	div#contentbox a:hover {
		font-weight: bold;
		color: #F96615;
	}

	div#contentnavigation {
		/*background: #C9DC99 url(bilder/content/box_bg.gif) no-repeat bottom right;*/
		background: #C9DC99;
		width: 549px;
		padding: 10px 10px 10px 19px;
		margin-top:-5px;
		margin-bottom: 50px;
		line-height: 1.4em;
		border-width: 1px;
		border-style: solid;
	}	

	div#menuleiste {
		background: #C9DC99;
		width: 190px;
		padding: 5px 5px 5px 5px;
		margin-top:-3px;
		margin-bottom:8px;
		line-height: 1.4em;
		border-width: 1px;
		border-style: solid;
		font-size: 9pt;
	}	
	
	div#menuleiste a {
		text-decoration: none;
	}

	div#menuleiste a:hover {
		text-decoration: none;
	}

	div#menuleiste p {
		margin-top: -0px;
		margin-bottom: 0px;
		padding: 2px 2px 10px 5px;
		width:178px;
		border-width: 0px;
		background: #C9DC99;
		border-right-width: 5px;
		border-style: solid; 
	}	

	div#menuleiste p.img {
		text-align: center;
		border-style: solid; 
	}	

	div#menuleiste p.img img {
		align: center;
		margin-top: 5px;
		margin-bottom: 0px;
		width:150px;
		border-width: 1px;
		border-style: solid;
		border-color: #033F26;
	}	

	div#menuleiste p.img2 {
		padding: 0px;
		width: 185px;
		padding-bottom: 15px;
	}
	
	div#menuleiste p.img2 img {
		align: center;
		margin-left: 0px;
		margin-top: 5px;
		margin-bottom: 2px;
		padding: 0px;
		width:180px;
		border-width: 0px;
	}	

	div#menuleiste p.caption {
		margin-top: 0px;
		background:#033F26;
		padding: 5px 0px 5px 5px;
		width:185px;
		color: #ffffff;
		font-weight: bold;
		border-width: 0px;
	}	
	
	div#menuleiste p.caption a {
		color: #ffffff;
	}

/* Listen */

div.listitem {
	/*background: #C9DC99 url(bilder/content/box_bg.gif) no-repeat bottom right;*/
	background: #ffffff;
	width: 549px;
	padding: 10px 10px 10px 19px;
	margin-top: -5px;
	line-height: 1.4em;
	border-width: 1px;
	border-style: solid;
	vertical-align: top; 
}

div.listitem img {
	vertical-align: top; 
}

div.listitem img.thumb {
	width: 150px;
}

div.listhead {
	/*background: #C9DC99 url(bilder/content/box_bg.gif) no-repeat bottom right;*/
	background: #C9DC99;
	width: 549px;
	padding: 10px 10px 10px 19px;
	margin-top: -5px;
	line-height: 1.4em;
	border-width: 1px;
	border-style: solid;
	vertical-align: top; 
}


/* Formular */

.form {
	background-color: #E7F3DB;
	border: 1px solid #033F26;
	color: #033F26; 
}

