				/*Horizontales-Vertikales zentrieren*/

html, body {
		height:100%;
		background-color: #ffffff;
		color: #e5d19e;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		margin: 0;
		padding: 0;
}

body {
	text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom: -384px;
	float:left;
}

.hidden {
	display: none;
}

				/*Seitenaufbau*/


#container {
	text-align: left;
	width: 1024px;
	height: 802px;
	margin: 0 auto;
	position: relative;
	clear: left;
	background-color: #e5d19e;
	color: inherit;
}


#sidebar {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 668px;
	float: left;
	border-top: 3px solid #993333;
	background-color: inherit;
	color: inherit;	
}

#kopf {
	margin: 0;
	padding: 0;
	height: 134px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 864px;
	height: 653px;
	background-color: #f9f4e0;	
	border-top: 3px solid #993333;
	color: inherit;
}

#content2 {
	float: right;
	width: 864px;
	height: 653px;
	background-color: #f9f4e0;
	border-top: 3px solid #993333;
	color: inherit;
	background-image: url(images/introbild2.jpg);
	background-repeat: no-repeat;
}

#content_links {
	width: 514px;
	height: 653px;
	float: left;
	background-color: inherit;
	color: inherit;
}

#content_rechts {
	float: left;
	width: 350px;
	height: 653px;
	background-color: inherit;
	color: inherit;
}

#imagebild {
	height: 403px;
}

#newsbox {
	width:350px;
	height:250px;
	background-image: url(images/newsbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: inherit;
	padding-top: 45px;
}

#skizze {
	width: 600px;
	height: 600px;
}

				/*Navigation*/
				
ul.menu1, ul ul {
	margin: 0;
	padding: 50px 0 0 0;
	border:0;
	list-style-type:none;
	height:600px;
	overflow:hidden;
	width:160px;
	text-align:left;
	font-size: 16px;
	background-color: inherit;
	color:#ffffff;
}



ul.menu1 ul {
	margin-left:1em;
	color: inherit;
	background-color: inherit;
}

ul.menu1 li {
	text-indent:0.5em;
	color: inherit;
	background-color: inherit;
}

ul.menu1 li.drop a:hover {
	background-color: #cca63e;
	color: inherit;
}

ul.menu1 li a, 
ul.menu1 li a:visited {
	display:block; 
	width:14em; 
	height:2em; 
	line-height:1.9em; 
	text-decoration:none; 
	background-color: inherit;
	color:#ffffff;
}

				/*Footer*/

#footer {
	float: right;
	width: 864px;
	height: 15px;
	font-size: 11px;
	background-color: inherit;
	color: #993333;
	text-align: center;
}


			/*Pop Up*/

#popup {
	width: 400px;
	height: 500px;
	overflow: auto;
	background-color: #f9f4e0;
}


				/*Stile*/
				
.h1 {
	font-weight: bold;
	font-size: 46px;
	letter-spacing: 2px;
	padding-left: 30px;
}

.abstand {
	letter-spacing: 20px;
}

.lauftext {
	color: black;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.lauftext a {
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}


.news {
	padding-left: 30px;	
	background-color: inherit;
	color: #FFFFFF;
	line-height: 20px;
}

.news a {
	color: black;
}

.kontakttext {
	font-size: 10px;
	background-color: inherit;
	color: black;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
