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

*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	background-image: url(images/nav/bg_container.gif);
	background-repeat: repeat-y;
	text-align:left;
	width:900px;
	margin-top: 10pt;
	margin-right: auto;
	margin-bottom: 20pt;
	margin-left: auto;
}
#container_top {
	background-image: url(images/nav/bg_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}
#container_bottom {
	background-image: url(images/nav/bg_bottom.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 17px;
	width: 900px;
}
#header {
	margin-right: 15px;
	margin-left: 35px;
	position: relative;
	height: 100px;
	width: auto;
	margin-bottom: 35px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#head {
	width: 296px;
	position: absolute;
	right: 28px;
	top: 13px;
	background-image: url(images/20jahre.jpg);
	background-repeat: no-repeat;
	height: 96px;
}
#content {
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 35px;
	margin-right: 30px;
}
#main {
	float: left;
	position: relative;
	width: 450px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#main h1 {
	font-size: 1em;
	margin-bottom: 2px;
}
#main h2 {
	font-size: 1em;
	color: #767676;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-top: 30px;
}
#main h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #BD935D;
	font-style: italic;
}
#main h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #5C5C5C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #767676;
	width: 200px;
}
#main p {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: justify;
}
#sidebar-right {
	float: right;
	padding-top: 20px;
	padding-right: 25px;
}
/*Navigation*/
#navigation {
	background-image: url(images/nav/nav.jpg);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 1px;
}
#navigation li {
	display: inline;
	list-style-type: none;
}
#navigation a {
	font-size: 12px;
	padding-top: 0;
	padding-right: 54px;
	padding-bottom: 0;
	padding-left: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: normal;
}
#navigation a:hover {
	color: #767676;
	font-weight: normal;
}
#navigation li.active a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
#footer #impressum a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #impressum a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Footer*/
#footer {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 3px;
	color: #FFFFFF;
	font-size: 9px;
	position: relative;
	height: 20px;
	width: auto;
	margin-top: 15px;
	background-image: url(images/nav/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer #copy {
	width: 250px;
	position: absolute;
	left: 20px;
	top: 5px;
}
#footer #date {
	width: 127px;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 425px;
}
#footer #impressum {
	position: absolute;
	width: 69px;
	left: 768px;
	top: 5px;
}
/*Klassen*/
.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #767676;
	margin-top: 10px;
}

