@charset "utf-8";

/* Zurücksetzten der Abstände */
* {	margin: 0; padding: 0; }
option { padding-left: 0.4em; }

html { height: 100%; margin-bottom: 0; }
body {
	color: #000000;
	background: #FFFFFF;
	text-align: left;
}

/* Rahmen bei <fieldset> und <img> entfernen */
fieldset, img { border: 0 solid }

/* Neue Standardwerte für Listen & Zitate */
ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 0; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; }


/* Design der Seite */
body {
	background-image: url(/fileadmin/templates/images/design/site_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	color: #F58219;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
code {
	display: block;
	border: 1px solid #DDDDDD;
	background-color: #EDEDED;
}
p {
	padding-bottom: 5px;
}
a {
	color: #0000FF;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(/fileadmin/templates/images/design/content_background.gif);
}

/* Kopf */
#header {
	background-image: url(/fileadmin/templates/images/design/header_background.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
#header #logo {
	float: left;
	width: 250px;
	height: 120px;
}
#header #navigation {
	float: right;
	margin-right: 45px;
	margin-top: 76px;
	font-weight: bold;
}
#header #navigation ul {
	clear: both;
}
#header #navigation ul li {
	float: left;
	list-style: none;
	padding: 2px;
	height: 40px;
}
#header #navigation ul .aktiv {
	background-image:url(/fileadmin/templates/images/design/menu_active.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header #navigation ul .aktiv a {
	color: #000000;
}

#header #navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Kopf - Schwarze Leiste */
#subheader, #footer {
	background-image: url(/fileadmin/templates/images/design/subheader_background.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 12px;
	color: #FFFFFF;
}
#subheader a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Content */
#content_top {
	background-image: url(/fileadmin/templates/images/design/content_background_top.gif);
	border-top: 6px solid #FFFFFF;
	height: 7px;
}

#content_bottom {
	position: absolute;
	bottom: 33px;
	background-image: url(/fileadmin/templates/images/design/conten_background_bottom.jpg);
	height: 47px;
	width: 880px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 12px;
}
#content {
	clear: both;
}
#content_clearing {
	height: 100px;
	clear: both;
}
#content_navigation {
	width: 250px;
	padding-top: 40px;
}
#content_navigation ul {
	padding-left: 15px;
}
#content_navigation ul li {
	height: 24px;
	list-style: none;
	padding-left: 5px;
	padding-top: 4px;
}
#content_navigation ul .aktiv {
	background-image:url(/fileadmin/templates/images/design/content_navigation_active.gif);
}
#content_navigation ul .aktiv a {
	color: #F58219;
}
#content_navigation ul img {
	padding-bottom: 3px;
	padding-right: 5px;
}
#content_navigation ul a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#content_content {
	float: right;
	width: 640px;
	padding-right: 10px;
}

/* Footer */
#footer {
	text-align:center;
	position: absolute;
	bottom: 0px;
	width: 890px;
	border-bottom: 6px solid #FFFFFF;
}