body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	color: black;
	font-size:95%;
	font-family: helvetica, arial, sans-serif;
}
#wrapper{
	text-align: left;
	width: 800px;
	background-color:#ffffff;
	border: 1px solid #ebebeb;
	padding: 5px;
	height: 1300px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}
#content-wrapper{
	margin: 0 0 0 195px;
	
	
}
#main{
	margin-top: 5px;
	position: relative;
}
#left{
	float: left;
	text-align: right;
	width: 175px;
	border-right: 1px solid black;
	padding-right: 5px;
	height: 200px;
	line-height: 1.5;
	
}	

a {	
	color: black;
	text-decoration: none;
}
#content {
	text-align: justify;
	color: black;
	padding: 5px;
	margin: 0;
}
#content a{
	border-bottom: 1px solid;
}
#top{	
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid;
}
#keinemarkierung a{
	border-bottom: 0px;
	}

.zeilenabstand{
	line-height: 1.5;
}
h1 {
	font-size:100%;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
}
.ueberschrift{
	font-weight: bold;
}
.fehler {
	  color: red;
	  }
ul{
 	line-height: 1.5;
	list-style-type:circle;
}
li{
	margin: 10px 0px 10px 0px;
}
input, textarea, select {
			border: 1px solid;
}

	
	

		
