@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1a1a18;
	background-image: url(images/hintergrund.png);
	background-repeat: repeat-y;
	background-position: center 0;
	background-color: #dfcfb1;
}
img {
	border: none;
}

.clearer {
	clear: both;
}
.hier{
	color: #9e6e16;
}
.nodef{
	color: #999999;
}

.highlight1{
	color: #9e6e16;
}
.highlight2{
	color: #16469e;
}


/* Seitenformat */
#seite {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#head {
	height: 124px;
	background-color: #dfcfb1;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 18px 0px;
}
#logo {
	margin-left: 37px;
	margin-top: 22px;
	float: left;
}

#header_image{
	margin-left: 34px;
	margin-right: 39px;
	height: 134px;
	background-image:url(images/header_content_line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#header_image img {
	margin-left: 170px;
}


/* Navigation */
#navstatic {
	float: right;
	margin-top: 40px;
	margin-right: 37px;
	color: #3d65ae;
}
#navstatic a {
	color: #3d65ae;
	text-decoration: none;
}
#navstatic li {
	/* display: inline; */
	float: left;
	list-style: none;
	margin-left: 5px;
}

#nav {
	background-color: #be9e64;
	color:#FFFFFF;
	height: 34px;
	margin-left: 34px;
	margin-right: 39px;
}
#nav ul {
		padding-top: 9px;
		padding-left: 160px;
}
#nav li {
	display: inline;
	list-style: none;
	margin-left: 25px;
}
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#nav .hier a  {
	color: #16469e;
}

#left ul a{
	color: #3d65ae;
	text-decoration: none;
	display: block;
}
#left ul a.hier{
	color: #9e6e16;
}
#left li {
	list-style: none;
	margin-top: 3px;
}
#left ul.e1 > li {
	margin-bottom: 15px;
}
#left ul.e2 li {
	margin-left: 10px;
}
#left ul.e3 li {
	margin-left: 10px;
}

/* Aufteilung Content */
#right {
	width: 170px;
	float:right;
	margin-right: 39px;
}
#content {
	padding-top: 30px;
	margin-left: 34px;
	margin-right: 210px;
}
#left {
	float: left;
	width: 150px;
	margin-left: 10px;
}
#text {
	float: left;
	width: 430px;
	padding-left: 30px;
	/*margin-left: 170px;
	padding-left: 20px;
	*/
	padding-right: 20px;
	padding-bottom: 50px;
}

/* Textbereich */
#text h1 {
	color: #9e6e16;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#text h2 {
	color:#9e6e16;
	font-size: 1.10em;
	margin-top:1.5em;
	margin-bottom: 0.4em;
}
#text h3 {
	color:#9e6e16;
	font-size: 1.05em;
	/*font-weight: bold;*/
	clear:left;
	margin-top:1.1em;
	margin-bottom: 0.3em;
}
#text a {
	color:#9e6e16;
}
#text p {
	margin-bottom: 1.2em;
}
#text li {
	margin-left: 2em;
	list-style-image:url(images/list_bubble.png);
}

/*Tabelle*/
.contenttable {
	width: 400px;
}
.contenttable td {
	line-height: 1.5em;
	text-align: center;
}
#text .contenttable td p {
	margin-bottom: 0;
}

/* Box rechts */
.box {
	border-bottom: 1px solid #16469e;
/*	padding-left: 10px;
	padding-right: 10px;
*/
	color: #16469e;
	background-color: #b1c1df;
	padding-bottom: 20px;
}
.box h1 {
	font-size: 1em;
	font-weight: bold;
	/* text-align: center; */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.box h2 {
	padding-top: 15px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.box p {
	padding-left: 10px;
	padding-right: 10px;
}
.box a {
	color:#3D65AE;
	text-decoration:underline;
}
.box a:hover {
	color: #9E6E16;
}
