html, body {
	width: 100%;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	background: #170e2b;
	text-align: center;
	color: #a098d1; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
}

/* Site-Design */

#container {
	margin: 0px auto; 
	border: 0px;
	padding: 0px;
	width: 924px;
	height: auto;
	min-height: 100%;
	text-align: left;
	background: #344092 url(../upload/design/background.gif) repeat-y;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

#top {
	position: fixed;
	height: 111px;
	width: 924px;
	z-index: 2;
}

	#logo {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 369px;
		height: 111px;
	}

	#banner {
		position: absolute;
		left: 369px;
		top: 0px;
		width: 555px;
		height: 111px;
	}

#subnav {
	position: fixed;
	top: 111px;
	width: 924px;
	height: 25px;
	padding: 10px 0 0 10px;
	background: url(../upload/design/background_subnav.jpg) no-repeat;
	z-index: 3;
} 
	
#navigation {
	position: fixed;
	top: 166px;
	width: 154px;
	height: auto;
}
	
#text_index {
	float: left;
	width: 550px;
	height: auto;
	margin: 153px 0px 0px 154px;
	padding: 0px 20px 0px 20px;
	z-index: 1;
}

#text_allgem {
	float: left;
	width: 730px;
	height: auto;
	margin: 153px 0px 0px 154px;
	padding: 0px 20px 0px 20px;
	z-index: 1;
}
	
#rightmargin {
	float: right;
	width: 180px;
	margin: 158px 0px 0px 0px;
}

/* Text-Styles */

a:link, a:visited {
	text-decoration: none;
	color: #fc3; 
}
	
a:hover, a:active {
	text-decoration: none;
	color: #003; 
}
	
a.nav:link, a.nav:visited {
	display: block;
	text-decoration: none;
	color: #a098d1;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	border-bottom: 2px solid #343182;
}
	
a.nav:hover, a.nav:active {
	color: #eab452;
}
	
a.nav_on {
	color: #eab452;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	border-bottom: 2px solid #343182;
}
	
a.button {
	text-decoration: none;
	background-color: #a098d1;
	color: #344092;
	border: 3px double #344092;
	padding: 3px 5px;
}

h1.margin {
	color: #a098d1;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0px;
	border-bottom: 2px solid #343182;
}

a.termine:link, a.termine:visited {
	display: block;
	text-decoration: none;
	color: #a098d1;
	font-size: 10px;
	padding: 5px 0 5px 10px;
}
	
a.termine:hover, a.termine:active {
	text-decoration: underline;
}
	
a.subnav:link, a.subnav:visited {
	text-decoration: none;
	font-size: 10px;
	color: #a098d1;
	padding: 20px 10px 0 0;
}
	
a.subnav:hover, a.subnav:active {
	text-decoration: underline;
}
	
.newsletter {
	color: #a098d1;
	font-size: 10px;
	padding-left: 10px;
}
	
.input_newsletterselect {
	background-color: #a098d1;
	color: #344092;
}
	
h1 {
	display: block;
	color: #eab452;
	font-size: 18px;
	font-weight: bold;
}

a img, a img {
	border: 1px solid #a098d1;
}
	
button, input {
	font-size: 10px;
}
	
.textfield {
	color: #344092;
	background-color: #a098d1;
	margin: 2px 0 0 0;
}

.bildrahmen {
	border: 1px solid #a098d1;
}

