body {
	margin:0;
	padding:0;
	background-color:#e6e6e6;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

h1 {
	color:#FF9900;
	font-size:20px;
}

h2 {
	color:#FF9900;
	font-size:14px;
	margin:0;
	padding:0;
}

blockquote {
	background-color:#e6e6e6;
	border:1px;
	border-color:#999;
	color:#666;
	border-style:solid;
	margin:0;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	line-height:16px;
	font-style:italic;	
}

.zitierte {
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;
}

a:link,a:visited {
	color:#FF9900;
	text-decoration:underline;
}

a:hover,a:active {
	color:#FF9900;
	text-decoration:none;
}

#wrapper {
	text-align:left;
	margin:auto;
	width:963px;
	background-image:url(bilder/wrapper_bg.jpg);
}

#links {
	float:left;	
	width:244px;		
}

#rechts {
	float:left;
	width:244px;
	background-image:url(bilder/rechts_bg.jpg);
	background-repeat:no-repeat;		
}

#kopf {
	float:left;
	width:475px;	
}

#menue {
	margin-top:10px;
}

#menue ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}

#menue li {
	list-style-type:none;
	line-height:20px;
	padding-left:10px;
	margin:0;
	padding:0;
	color:#ff9900;
	font-weight:bold;
	text-indent:15px;	
}

#menue li a:link {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666;			
}

#menue li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666;			
}

#menue li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ff9900;			
}

#menue li a:active {
	text-decoration:none;
	font-weight:bold;
	color:#ff9900;			
}

#content {
	background-color:#fff;
	width:475px;
	float:left;	
}

#contenttext {
	padding:20px;
}