*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	border: 1px solid #000;
}

#head {display: none;}
#nav {display: none;}
#leftnav {display: none;}
#rightnav {display: none;}

#container {
	margin: 0;
	border: none;
	padding: 10px;
	background-color:#FFF7DF;
	}
	
#container2 {
	border: 1px solid #4F0000;
	margin: 10px auto;
	max-width: 1024px;
	background-color:#FFF7DF;
	}
#content{
	background-color:#FFF;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;	
	border-top: 1px dashed #CCC;
	}
#content h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dashed #CCC;
	}
#content h1.oben {
	padding: 10px 10px 0 10px;
	border-top: 1px dashed #CCC;
	border-bottom: none;
	}
	
#content h2 {
	font-size: 1.0em;
	text-align: left;
	padding: 10px 10px 0.5em 10px;
	}
#content h2.unten {
	border-bottom: 1px dashed #CCC;
	}
#content h2.oben {
	padding: 10px 10px 10px 10px;
	border-top: 1px dashed #CCC;
	border-bottom: none;
	}
#content h2.sterne {
	padding: 10px 10px 10px 10px;
	border-top: 1px dashed #CCC;
	border-bottom: none;
	float: right;
	}
#content h3 {
	font-size: 0.9em;
	text-align: left;
	padding: 0 10px 1em 10px;
	}
#content h3.sterne {
	padding: 10px 10px 10px 10px;
	border-bottom: none;
	float: right;
	}
#content h4 {
	font-size: 0.9em;
	text-align: left;
	padding: 0 10px 1em 10px;
	font-weight: normal;
	text-decoration: underline;
	}

.noborder {
	border: none;
	}
	
#content p {
	padding: 0 10px 1em 10px;
	text-align: left;
	}
#content ul {
	list-style-position: outside;
	list-style-image: url('../images/aufzaehlung.gif');
	}
#content ul, #content ol {
	margin: 0 10px 1em 60px;
	}
	
#content blockquote.mittel {
	margin-left: 40px;
	}
	
#content a:link, #content a:visited {
	text-decoration: none;
	color: #009;
	}
#content a:hover {
	text-decoration: underline;
	color: #00F;
	}
	
form, input, textarea {
	border: 1px solid #EEE;
	}

form#comment input#submit {	
	width: 100px;
	margin: 10px 0 0 45%;
	border: 1px solid #000;	
	}
form#comment {
	margin: 0 20px 10px 20px;
	padding: 20px 20px 0 20px
	}
form#comment textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 97%;
	}
			
form#obfuscation {
	width: 500px;	
	padding-top: 20px;
	margin: 20px 0 20px 40px;
	}
form#obfuscation label {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 200px;
	padding-right: 20px;
}
form#obfuscation input {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 10px;
	}
form#obfuscation br {
	clear: left;
}
form#obfuscation input#button {	
	width: 100px;
	margin: 10px 0 20px 200px;
	border: 1px solid #000;	
	}
form#obfuscation textarea {
	width: 95%;
	margin-left: 2.5%;
	}
	
	
abbr {font-style: italic;}	

.bold {font-weight: bold;}
.boldcenter {text-align: center;font-weight: bold;}
.center {text-align: center;}
.hide {display: none;}

#right-ad {display: none;}

#xhtml {
/*	position: relative;
	clear: right;
	margin-left: 40px; */
	position: absolute;
	left: 50px;
	z-index: 15;
	margin-top: -40px;
	}
		
#footer {
	clear: both;
	border-top: 1px solid #000;
	background-color: #999999;
	font-size: 0.7em;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #EEE7DA;
	}

#footer a:hover {
	color: #00E;
	}

#leftfooter {
	float: left;
	margin-left: 10px;
	}
#centerfooter {
	text-align: center;
	}
#rightfooter {
	float: right;
	margin-right: 10px;
	}