@charset "utf-8";

/***************INITIALISIERUNG***************************/

html {
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
	background-color: #F8EADD;
	background-image: url(../img/bodybackgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../img/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

/***************************HEADER******************************/

#header { 
	padding: 0 10px 0 70px;
	position: relative;
} 

#header span {
	display: none;
}

#header h1 {
	margin: 0px;
	height: 147px;
	width: 358px;
	background-image: url(../img/Schriftzug.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#header h1 a {
	display: block;
	height: 147px;
	width: 358px;
}

#header img {
	border: none;
}

#logo {
	position: absolute;
	top: 10px;
	right: 120px;
}

#Top_Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 27px;
	right: 252px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #484685;
	padding: 0;
	margin: 0 auto;
}

#Top_Nav li{
	list-style:none;
}

#Top_Nav li a {
	color: #464683;
	text-decoration: none;
	width: 150px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #484685;
}
#Top_Nav li .top_active, 
#Top_Nav li a:hover, 
#Top_Nav li a:focus{
	background-color: #47BDA5;
	color: #1FDF0C;
}


#header #breadcrumb {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #547E2C;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
	margin: 0 0 5px -40px;
}
#header #breadcrumb a {
	font-style: italic;
	text-decoration: none;
	color: #547E2C;
}

#header #breadcrumb a:hover,
#header #breadcrumb a:focus{
	font-style: italic;
	text-decoration: underline;
	color: #547E2C;
}



#Bottom_Nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 -10px -70px;
	height: 29px;
	background-image: url(../img/navleiste.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 980px;
}

#Bottom_Nav li {
	float: left;
	list-style:none;
}
#Bottom_Nav li a {
	display:block;
	height: 29px;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	width: 120px;
	color: #360;
}

#Bottom_Nav li .bottom_active, 
#Bottom_Nav li a:hover, 
#Bottom_Nav li a:focus{
	color: #690;
	background-image: url(../img/nav_active.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#Bottom_Nav li .bottom_active{
	font-style: italic;
}



/*************************MAIN**************************/




#inhalt{
	width: 100%;
	padding: 0px;
	background-image: url(../img/weiss.png);
	background-repeat: repeat;
	background-position: left top;
}
 


