

body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

#container {
	text-align: left;
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#logo {
	margin: 10px 0 10px 20px;
	float: left;
}

#logo a img {
	border-width: 0px;
	border-style: none;
	}

.clear {
	clear: both;
}

#header {
	height: 150px;
	background-image: url(/assets/site/images/header_bg.gif);
	margin-top: -5px;
}


#slogan {
	width: 650px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 120px;
}

#meta_navigation {
	margin: 75px 5px 0 0;
	height: 35px;
	width: 400px;
	float: right;
}

#meta_navigation a {
	color: #909090;
}

.meta_nav_el_inaktiv {
	background-color: #e3e3e3;
	font-style: normal;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 8px;
	font-weight: normal;
	margin-left: 5px;
	border: 1px solid #909090;
}

.meta_nav_el_aktiv {
	background-color: #e3e3e3;
	font-style: normal;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 8px;
	font-weight: normal;
	margin-left: 5px;
	border: 1px solid #909090;
}

.meta_nav_el_inaktiv a{
	text-decoration: none;
	color: #fff;
}

.meta_nav_el_aktiv a{
	text-decoration: none;
	color: #fff;
}

.metanav {
	line-height: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-repeat: repeat-x;
	float: right;
	background-image: url(/assets/site/images/meta_nav_bg.gif);
	height: 55px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	font-weight: normal;
}

.metanav a {
	text-decoration: none;
	color: #fff;
	font-style: none;
}

#nav {
    width: 100%;
    overflow: hidden;
    float: left;

}

#nav ul {
	background-image: url(/assets/site/images/main_navi_bg.gif);
	height: 35px;
	padding-left: 0px;
	margin: 0;
}

#nav ul li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 2%;
	padding: 10px 10px 0 10px;
	font-size: 1em;
	height: 25px;
}

#nav ul li a,
#nav ul li strong {
	color: #5b5b5b;
	text-decoration: none;
	height: 35px;
  }

#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li a:active  {
	color: #333;
}

#nav2 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#nav2 ul {
    margin:0;
	display: inline;
	float: left;
	padding: 0;
}

#nav2 ul li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}

#nav2 ul li a,
#nav2 ul li strong {
	background: transparent;
	color: #fff;
	display: block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding: 0.6em 0.7em;
	font-size: 1em;
	font-weight: normal;
	border: 1px;
  }

#nav2 ul li a:focus,
#nav2 ul li a:hover,
#nav2 ul li a:active  {
	color: #fff;
	text-decoration: none;
}



#nav2 ul li.inactive a,
#nav2 ul li.current strong,
#nav2 ul li.current a,
#nav2 ul li.current a:focus,
#nav2 ul li.current a:hover,
#nav2 ul li.current a:active {
	background: #fc9045;
	color: #fff;
	text-decoration: none;
	margin: 10px 0 0 10px;
	border: 1px solid #c86931;
}



.aktiv {
	background-image: url(/assets/site/images/main_navi_bg_active.gif);
	border: 1px solid #bd6130;
}

.aktiv a {
	color: #fff;
	font-weight: bold;
}


#content {
	color: #5e5e5e;
	line-height: 20px;
	width: 60%;
	padding: 2% 2% 2% 2%;
	background-color: white;
	margin-top: 5px;
	float: left;
}


.content_left {
	width: 35%;
	float: left;
	margin-left: 25%;
}

.content_right {
	width: 35%;
	float: right;
	margin-left: 5%;
}

.content_bottom {
	width: 50%;
	clear: both;
	margin-left: 41%;
}

.frames {
	
	border-width: 1px;
	
	border-color: #737373;
	
	border-style: solid;
	
	padding: 15px 10px 10px 10px;
	
}

#images img {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-bottom: 15px;
	
}


#images_desc {
	line-height: 16px;
	color: #626262;
	border-style: none;
	text-align: left;
	margin: 5px 0 0 0 ;
	float: right;
	width: 30%;
	background-color: white;
	padding: 10px;
}

#footer {
	margin-top: 10px;
	padding: 7px 0 7px 15px;
	background-color: #a2a2a2;
	color: #fff;
}

h1 {
	margin-top: 0px;
	font-size: 28px;
	color: #fc9045;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	letter-spacing: 3px;
	margin-top: 0px;
	font-size: 16px;
	color: #1eb3f1;
}

.einleitung {
	letter-spacing: 1px;
	line-height: 18px;
	font-size: 12px;
	font-style: bold;
	color: #403d3f;
	padding-bottom: 5px;
	margin-bottom: 10px;

}

.frames h2 {
	text-align: left;
}

.das_ganze {
	font-weight: bold;
	color: #fb8744;
	font-size: 40px;
}

.summe {
	color: #d8d8d8;
	font-size: 30px;
	margin-top: 20px;
}

.teile {
	color: #fb8744;
	font-size: 39px;
}

.zitat {
	color: #fb8744;
	font-size: 18px;
}

#line {
	border-bottom: 1px solid #fb8744;
}

fieldset {
	border: 0;
}
