@charset "utf-8";
/* CSS Document */

body {
		margin:0;
		/*background-color:#aec821;*/
		background-image:url(img/bg.png);
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 16px;
		color: #444444;
		}
		
		
ul {
	list-style-type:none;
	line-height:19px;
	}
	
.beschreibung a, .beschreibung a:link, .beschreibung a:visited, .beschreibung a:active,li a,li a:link,li a:visited,li a:active {
		font-weight:bold;
		border-bottom: 1px dotted #FFFFFF;
		padding-bottom: 2px;
		text-decoration: none;
		color: #444;
		}
		
.beschreibung a:hover {
		border:none;
		color: #000;
		}

		
#container {
			margin: 10px auto auto auto;
			width: 900px;
			}
.back {
		padding-left: 739px;
		padding-bottom: 5px;
		border-bottom: 1px dashed #FFFFFF;
		width: 66px;
		}

#did {
		margin: 20px auto 70px auto;
		}
		
#farbfeld {
			border-left: 1px dashed #fff;
			padding-left: 10px;
			position:relative;
			float:right;
			right: 93px;
			}
			
img {
		border:none;
		margin:5px 5px 0 0;
		}
		
.lang {
	width: 805px;
	text-align:justify;
	}
		
#navigation {
			margin:100px auto 220px auto;
			}
		
#navigation img {
			margin:10px 5px 10px 5px;
			border-bottom: 1px dashed #FFFFFF;
			padding-bottom: 5px;
			}
			
#navigation img:hover {
					border-bottom: none;
					margin:10px 5px 11px 5px;
					}
					
.headline {
			display:block;
			width:805px;
			border-bottom: 1px dashed #ffffff;
			padding-bottom: 5px;
			margin-top: 100px;
			}
			
.text {
		width:400px;
		text-align:justify;
		}
		
		
.beschreibung {
		background-color:#FFFFFF;
		}