﻿* {
	margin: 0;
	padding: 0;
}
html {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x; 
	font-family: Arial;
	font-size: small;
	color: #000000;
	height: 101%;
	line-height: 19px;
}
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #000000;
	height: 101%;
	line-height: 19px;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	background-image: url('images/shadow_side.png');
	background-repeat: repeat-y;
}
#container_end {
	width: 1000px;
	height: 37px;
	margin: 0 auto;
	background-image: url('images/shadow_end.png');
	position: relative;
}
h1 {
	font-family: Arial;
	font-size: 40px;
	font-weight: bolder;
	color: #FFFFFF;
}
h2 {
	font: Arial;
	color: #FF0000;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	display: block;
	font-size: large;
	font-weight: bold;
}
h3 {
	font: Arial;
	color: #FF0000;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	display: block;
	font-size: medium;
}
h4 {
	font: Arial;
	color: #FF0000;
	display: block;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	font-size: medium;
}
h5 {
	font: Arial;
	color: #FF0000;
	display: block;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	font-size: medium;
}
h6 {
	font: bold 12px/19px Arial;
	color: #FF0000;
	display: block;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	font-size: medium;
}
h7 {
	font: 20px/24px Arial;
	color: #FF0000;
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
	display: block;
}

.right {
	float: right;
}
.box {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
p {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000000;
	font-size: small;
}

/* Header */

#header {
	background: url('images/header-ddr.gif');
	background-repeat: repeat-x;
	position: relative;
	width: 920px;
	height: 100px;
	margin: 0 40px 1px 40px;
	padding: 25px 0 0 0;
}
.logo {
	border-width: inherit;
	border-style: none;
	float: left;
	margin: 0px 0 0 0px;
	padding: 0px 50px 0px 100px;
}
.name {
	float:left;
	padding: 42px 0 20px 20px;
}
.slogan {
	float: right;
	padding: 40px 0 0px 0px;
	font-size: small;
	font-weight:bold;
}
.adress {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0px 10px 0 5px;
}

/* Navigation */

.nav {
	height: 26px;
	width: 920px;
	font: bold 12px/26px Arial;
	color: #000000;
	margin: 0 40px;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	background-color: #F0DD05;
}
.nav ul li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #FFF;
	white-space: nowrap;
}
.nav ul li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #000000;
}
.nav ul li a:hover {
	color: #FF0000;
	background: #DDD;
	text-decoration: none;
}
.nav ul li.current a {
	color: #FF0000;
	background: #DDD;
	text-decoration: none;
}
.nav ul li.home a:hover {
	color: #C30202;
	background: #DDD;
	text-decoration: none;
}
.nav ul li.home_current a:hover {
	color: #C30202;
	background: #DDD;
	text-decoration: none;
}
.nav ul li.home_current a {
	color: #C30202;
	background: #DDD;
	text-decoration: none;
}
.sub_nav {
	height: 26px;
	width: 920px;
	font: bold 12px/26px Arial;
	background: url('images/nav_bg.png') repeat-x left top;
	margin: 0 40px 30px 40px;
	padding: 4px 0 0 0;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.sub_nav ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
.sub_nav ul li a {
	display: block;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
}
.sub_nav ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
.sub_nav ul li.current a {
	color: #FF0000;
	text-decoration: none;
}
.img_link {
	float:left;
	margin: 0 30px 0px 0;
	padding: 0 0 0 20px;
	border: none;
	text-decoration: none;
}
#content .img_link {
	float:left;
	margin: 0 8px -3px 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
#sidenav {
	float: left;
	width: 210px;
	position: relative;
	height: auto;
	min-height: 280px;
	margin: 0 0px 0px 0px;
}	
#sidenav p{
	font-size: 12px;
	padding: 5px 0 0px 5px;

}
#sidenav h6 {
	border: #FF0000 solid 1px;
	color: #FF0000;
	font-size: 15px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#sidenav ul {
	padding: 0;
	border: #FF0000 solid 1px;

}
#sidenav li {
	color: #000000;
	list-style-type: none;
	
}
#sidenav li a {
	font-size: 12px;
	color: #000000;
	display: block;
	padding: 3px 0 3px 3px;
	text-decoration: none;
	}
#sidenav li a:hover {
	background-color: #F0DD05;
	color: #000000;
}
#sidenav ul li.current a {
	background-color: #F0DD05;
}
#sidenav img {
	border: #FF0000 solid 1px;
	padding: 20px 5px 20px 3px;
}

/* Content */

#content {
	float: right;
	width: 650px;
	height: auto;
	min-height: 300px;
	
}
#content img {
	float: right;
	padding: 0 0 20px 20px;
}
#border {
	padding: 0px 10px 10px 10px;
	margin: 20px 0 0 0;
	border: #FF0000 solid 1px;
}

#border img {
	border: 0;
}

#content ul li {
	color: #000000;
	font-size: small;
	margin-left: 30px;
}
#content ol li {
	color: #000000;
	font-size: small;
	margin-left: 30px;
}

#content table {
	color: #000000;
	font-size: small;
	margin-left: 20px;
	margin-right: 40px;
	table-layout: fixed;
}

#content a {
	border-bottom: 1px dotted;
	border-bottom-color: #FF0000;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: #FF0000;
}

#hiddendiv {
  display: none;
}
#sidecontent {
	float: right;
	width: 160px;
	padding: 0 0 20px 20px;
	border-left-color: #AAAAAA;
	border-left-style: dotted;
	border-left-width: 1px;
}
.content_left {
	width: 140px;
	float: left;
	padding: 0px 20px 0px 0px;

}
.content_right {
	float: right;
	width: 750px;
}
.box {
	padding: 0 10px;
	float: left;
	width: 920px;
	height: auto;
	min-height: 300px;
	padding-left: 12px;
	padding: 00px 0px 20px 40px;
}	
#table {
	float: left;
	width: 640px;
	height: auto;
	min-height: 200px;
}
#spalte1 {
	float: left;
	width: 150px;
	height: auto;
	min-height: 150px;
}
#spalte2 {
	float: right;
	width: 480px;
	height: auto;
	min-height: 300px;
}

/* Footer */

#footer {
	clear: both;
	height: 26px;
	width: 920px;
	font: 12px/26px Arial;
	color: #FFF;
	margin: 0 40px;
	padding: 0;
	background-color: #EC0101;
}
#footer p {
	margin: 0;
	padding: 0 10px;
	font-size: small;
	color: #FFFFFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* sonstiges */

.left {
	float: left;
}

