/* CSS Document */

body {
	background: #594e3d;	
	text-align: center;
	padding: 5px 30px 10px 30px;
	margin: 0;
}

#Rahmen {
	width: 900px;
	background: #E4D3A6 url(../Bilder/Hintergrund.png) top repeat-x;
	margin: auto;
	min-height: 650px;
	border: 1px solid #fff;
	text-align: center;
}

* html #Rahmen {
	height: 650px;	
}

#Header {
	/* background: url(../Bilder/Bild2.jpg) center 0px no-repeat; */
	height: 220px; /* 220 */
	width: 900px; 
	max-width: 900px;
	overflow: hidden;
	text-align: left;
}

#Animation {
	position:absolute;
	top:6px;	
}

* html #Animation {
	top: 0px;
}

#Ueberlagerung {
	position:absolute;
	top:6px;	
	margin-left: 50px;
}

* html #Ueberlagerung {
	top: 0px;
}

#Navi-Top {
	background: url(../Bilder/Navi-Top-HG.png) top no-repeat;
	height: 25px;
	width: 780px; /* 800-20 */
	margin: auto;
	text-align: right; 
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0 20px 0 0;
}

* html #Navi-Top {
	width: 800px;
}

#Navi-Top table {
	text-align: right;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#Navi a, #Navi-Top a {
	color: white;
	text-decoration: none;
}

#Navi {
	background: url(../Bilder/Navi-HG.gif) top no-repeat;
	height: 45px;
	width: 800px;
	margin: auto;
	text-align: center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	color: #ffffff;
	text-transform: uppercase;
}

#Navi table {
	text-align: center;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	color: #ffffff;
	text-transform: uppercase;
}

#Navi table tr .active {
	background: url(../Bilder/Navi-HG-A.gif) top repeat-x;
}

#Logo {
	padding: 30px 0 0 30px;
	height: 121px;
	text-align: left;
}

* html #Logo {
	height: 151px;	
}

/* --- Inhalt --- */

#Inhalt {
	width: 800px;
	background: #fff;
	text-align: left;
	font: 11px/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	min-height: 350px;
}

* html #Inhalt {
	height: 350px;	
}

#Inhalt table, #Text table {
	color: #666;
	font: 11px/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#Inhalt h1 {
	background: url(../Bilder/Heading-HG.gif) 0 0 no-repeat;
	font: 19px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 53px 0 0 10px;
	margin: 10px 0 0 10px;
}

#Inhalt h2 {
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 70px 0 5px 0;
	border-bottom: 1px solid #C4B8A5;
} 

#Inhalt h3 {
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #C4B8A5;
} 

#Text table img {
	padding: 3px;
	border: 1px solid #C4B8A5;
	margin: 2px;
}

ul {
	list-style-image: url(../Bilder/ul.gif);
}

form {
	margin: 0;
	padding: 5px;
	background-color: #f9f9f9;
}

#Inhalt a {
	color: #666;	
}

#Inhalt a:hover {
	color: #444;	
}

#Text {
	float: left;
	width: 480px;
	padding: 5px 10px 5px 10px;
	border: none;
}

* html #Text {
	width: 500px;
}

#Aufmacher {
	border-top: 1px solid #C4B8A5;
	border-bottom: 1px solid #C4B8A5;
	height: 193px; /* = 193 - 20 */
	width: 540px;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

* html #Aufmacher {
	height: 193px;
}

#Heading {
	float: left;
	width: 210px; /* = 220 - 20 */
	padding: 5px 10px 5px 10px;
}

* html #Heading {
	width: 220px;	
}