html, body {
	padding:0;
	margin:0;
}

body {
	background-color: #e1ddd9;
	font-size: 13px;
	font-family: PMingLiU, MingLiU, FreeSerif, serif;
	color:#564b47;
	text-align: center;
}

/* ----------Links-------------- */
a:link {						
	color: #564b47;
	text-decoration: none;
}				
a:visited {
	color: #564b47;
	text-decoration: none;
}
a:active {
	color: #564b47;
	text-decoration: none;
}
a:hover {
	color: #a66345;
	text-decoration: none;
}
a.lang:link {
	color: #a66345;	
}
a.lang:visited {
	color: #a66345;	
}
a.lang:active {
	color: #a66345;	
}
a.lang:hover {
	color: #a66345;	
	font-weight: bold;	
}

/* ----------bar text (leiste oben+footer)-------------- */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right; 
	font-size: 11px;
	text-transform:uppercase;
	background-color: #fadc18;  
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px 
}

h1#top {
	
	font-size: 12px;
	text-transform:none;
	font-weight: normal;
}

/* ----------content Überschrift-------------- */
h2 {

	font-family: PMingLiU, MingLiU, FreeSerif, serif;
	text-align: left;
	font-size:24px;
	font-weight: bold;
	padding: 0px;
	margin: 30px 0px 20px 0px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	padding:0;
	margin: 50px auto;	
	background-color: #FAF1B7;
} 

/* ----------container für navigation links und content rechts----------------- */
#inner { 	
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
} 

/* --------------left navigavtion------------- */
#left {
	width:200px; 
 	float:left; 
}
/* ----------menue-liste-------------- */
ul {
	list-style: disc outside;	
	padding: 12px 0 0 20px;
	margin:0;
	line-height: 1.5;
}
ul li {
	margin: 2px 0px;
	padding: 0;
}
ul ul {
	list-style: circle outside;
	margin:0;
	padding: 0 0 0 20px;
	line-height: 1.5;
}
ul ul li {
	margin: 2px 0px;
	padding: 0;
}
li.aktiv {
	color: #a66345;	
}
li.inaktiv {
	color: #564b47;
}
a.aktiv:link { 
	color: #a66345;	
	text-decoration:none
}
a.aktiv:visited { 
	color: #a66345;	
	text-decoration:none
}
a.aktiv:active { 
	color: #a66345;	
	text-decoration:none
}
a.aktiv:hover { 
	color: #a66345;	
	text-decoration:none
}

/* -----------------Inhalt--------------------- */
#content{ 
	text-align: left;
	float:left; 
	background-color: white;
	padding: 0 20px 30px 20px;
	width: 560px;
	min-height: 600px;
	font-size: 16px;
	line-height: 2;
}
* html #content {
	height: 600px;	/* IE 5 u. 6 Hack für 100 % Höhe */
	width:600px;     /* IE Version 5.x */
	 w\idth:560px;  /* IE Version 6.x  */
} 
ul.content {
	list-style: circle outside;
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 2;
}
ul.content li{
	padding: 0;
	margin: 0;
}
a.content:link {						
	color: #a66345;
	text-decoration: none;
}
a.content:hover {
	color: #a66345;
	text-decoration: none;
}
a.content:active {
	color: #a66345;
	text-decoration: none;
}
a.content:visited {
	color: #a66345;
	text-decoration: none;
}
#content2{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float:left; 
	font-size: 12px;
	line-height: 1.5;
	padding: 0 20px 30px 20px;
	width: 560px;
	min-height: 600px;
	background-color: white;
}
* html #content2 {height: 600px;} /* IE Hack für 100 % Höhe */

a.content2 {						
	color: #a66345;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5;
}
a.content2:hover {
	color: #a66345;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.5;
}
p.error {
	font-style:italic;
}
.img_content_rechts {
	border: none;
	float: right;
	padding: 0 20px 10px 20px;
	font-style:italic;
}
.img_start_container {
	border: none;
	padding: 0 0 0 110px;
	font-style:italic;
	width: 380px;
	height: 230px;
}
.img_start_container2 {
	border: none;
	padding: 30px 0 0 215px;
	font-style:italic;
	width: 150px;
	height: 220px;
}
.img_start {
	float: left;
	border: none;
	padding: 0 40px 0 0;
	font-style:italic;
	width: 150px;
}
.img_noscript {
	display: inline;
	font-style: italic;
	padding: 0;
	margin: 0;
}


/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
} 



