/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:500px;
}

body {
	margin:0;
	padding:0;
	font-family:verdana, times, serif;
	font-size:80%;
	color:#808081;
	min-width:924px;
	background:white url(../upload/design/hintegrund.gif) no-repeat;
}

img {
	border:none;
}

h1 {
	margin:0;
	font-size:180%;
}

p {
	margin-top:none;
}

/****************************
+++ Grundstruktur +++
****************************/

#header {
	margin:0 0 8px 84px;
}

#hauptnavigation {
	margin:0 0 0 54px;
	height:16px;
	font-size:95%;
}

#headline {
	height:43px;
	padding:45px 0 0 200px;
	font-family:"Times New Roman", Times, serif;
}

#headline h1{
	margin:0;
	font-size:180%;
	color:#A946A9;
}

#unternavigation {
	width:180px;
	float:left;
	font-size:95%;
}

#inhalt {
	padding:0px 20px 0 20px;
	width:430px;
	float:left;
}

#rechts {
	float:left;
	width:188px;
}

#bild {
	width:188px;
	height:118px;
	margin:1px 0;
	background:#808080;
}

#bild img {
	width:188px;
	height:118px;
}

#text {
	width:164px;
	height:90px;
	padding:15px 12px;
	color:#FFCC66;
	font-family:"Times New Roman", Times, serif;
}

#text h1{
	font-size:140%;
	font-weight:lighter;
}

.trenner {
	clear:both;
	font-size:1px;
	height:1px;
	display:block;
}

#fusszeile {
	margin:50px 0px 0px 380px;
	width:545px;
	text-align:right;
	background:#A946A9;
	color:white;
	font-size:85%;
	line-height:1.8em;
}

#fusszeile span{
	padding-right:15px;
}

#fusszeile a{
	color:white;
	text-decoration:none;
}

#abschluss {
	font-size:85%;
	height:1.8em;
	background:#A946A9;
	
}

/****************************
+++ Hauptnavigation +++
****************************/

#hauptnavigation a {
	color:white;
	text-decoration:none;
}

#hauptnavigation a.act {
	color:#FFCC66;
	font-weight:bold;
}

#hauptnavigation ul {
	margin:0;
	padding:0 50px 4px 60px;
	background:#A946A9;
	display:inline;
	color:white;
}

#hauptnavigation ul li {
	display:inline;
	padding-right:15px;
}

/****************************
+++ Unternavigation +++
****************************/
#unternavigation a {
	color: #A946A9;
	text-decoration:none;
	line-height:1.5em;
}

#unternavigation a.act {
	font-weight:bold;
}

#unternavigation ul {
	margin:0;
	padding:0;
	text-align:right;
	list-style:none;
}

