/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		3.1
 * @date		2008-11-18
 * @see			http://www.lenz-kd.de/
 */

/**
 * general formats
 */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	line-height: 1.2em;
	overflow-y: scroll;
}
.unsichtbar, hr, #navi h2 {
	display: none;
}
.clear {
	clear: both;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

/**
 * skip menu
 */
#skip-menu {
	display: none;
}

/* border-top as a shadow */
#shadows-top {
	height: 27px;
	width: 50em;
	margin: 0 auto;
	padding-right: 27px;
	background: url("bilder/shadows/oben-rechts.gif") bottom right no-repeat;
}
#shadow-top-left {
	height: 27px;
	width: 27px;
	float: left;
	background: url("bilder/shadows/oben-links.gif") bottom left no-repeat;
}
#shadow-top-center {
	height: 27px;
	width: auto;
	background: url("bilder/shadows/oben.gif") bottom repeat-x;
}

/* border-bottom as a shadow */
#shadows-bottom {
	height: 27px;
	width: 50em;
	margin: 0 auto;
	padding-right: 27px;
	background: url("bilder/shadows/unten-rechts.gif") top right no-repeat;
}
#shadow-bottom-left {
	height: 27px;
	width: 27px;
	float: left;
	background: url("bilder/shadows/unten-links.gif") top left no-repeat;
}
#shadow-bottom-center {
	height: 27px;
	width: auto;
	background: url("bilder/shadows/unten.gif") top repeat-x;
}

/* page container with border-right as a shadow */
#page {
	width: 50em;
	margin: 0 auto;
	padding-right: 27px;
	background: url("bilder/shadows/rechts.jpg") right repeat-y;
}

/* content container with border-left as a shadow */
#content {
	width: auto;
	padding-left: 29px;
	padding-top: 8px;
	background: url("bilder/shadows/links.jpg") left repeat-y;
}

/**
 * page header
 */
#kopfzeile {
	width: auto;
	height: 300px;
	background: url("bilder/bg_head.jpg") left no-repeat #fff;
}
#kopfzeile h1 {
	display: none;
}

/**
 * contact navigation
 */
#contact {
	font-size: 0.8em;
	list-style: none;
	text-align: right;
	position: relative;
	top: 21em;
	padding: 0 1em;
}
#contact li {
	display: inline;
	padding-left: 1em;
}
#contact a {
	font-weight: bold;
	color: #2b5f8c;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px #fff;
}
#contact a:hover {
	color: #000080;
}
#contact a:active {
	color: #d97f30;
}

/**
 * navigation
 */
#navi {
	width: 200px;
	margin: 1em 1em 2em 0;
	font-size: 0.8em;
	float: left;
	position: relative;
}
#navi ul {
	list-style-type: none;
}
#navi ul li {
	border-bottom: 1px dotted #4e98d9;
}
#navi ul li a {
	display: block;
	font-weight: bold;
	color: #2b5f8c;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.7em 0 0.7em 2.1em;
	background: url("bilder/pfeil_grau.gif") left no-repeat;
}
#navi ul li a:hover {
	color: #000080;
	background: url("bilder/pfeil_orange.gif") left no-repeat;
}
#navi ul li a:active {
	color: #d97f30;
	background: url("bilder/pfeil_orange.gif") left no-repeat #fffaea;
}

/* active list elements und nested lists */
#navi ul li.aktiv {
	font-weight: bold;
	color: #000080;
	text-transform: uppercase;
	padding: 0.7em 0 0.7em 2.1em;
	background: url("bilder/pfeil_orange.gif") left 1.25em no-repeat;
}
#navi ul ul li {
	border-bottom: none;
}
#navi ul ul li.aktiv {
	padding-bottom: 0;
}
#navi ul ul a {
	padding: 0 0 0 2.1em;
	margin-top: 0.7em;
}

/**
 * advertisement frame in the navigation container
 */
div.ads {
	width: auto;
	padding: 0;
	margin: 25px 20px 10px;
	border-top: 1px solid #d97f30;
	border-right: 1px solid #d97f30;
	border-left: 1px solid #d97f30;
}
div.ads h3 {
	font-size: 1em;
	color: #fff;
	padding: 0.3em;
	background: #d97f30;
	text-align: center;
	text-transform: uppercase;
}
div.ads p {
	text-align: center;
	border-bottom: 1px solid #d97f30;
	padding: 0.7em 0 0.7em;
}
div.ads a {
	font-weight: bold;
	color: #2b5f8c;
	text-decoration: none;
}
div.ads a:hover {
	color: #000080;
}

/**
 * page content
 */
#inhalt {
	width: auto;
	margin: 0 1em 0 210px;
	padding: 1.2em 0 1em 1em;
	font-size: 0.8em;
}
#inhalt h1 {
	font-size: 1.7em;
	line-height: 1.3em;
	color: #000080;
	margin: 0 0 1em;
}
#inhalt h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1em 0 0.4em;
}
#inhalt h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 1em 0 0.4em;
}
#inhalt ul, #inhalt ol {
	margin: 0.6em 0 0.6em 1.7em;
	padding: 0;
}
#inhalt p {
	margin-bottom: 0.5em;
}
#inhalt a {
	font-weight: bold;
	color: #2b5f8c;
	text-decoration: none;
}
#inhalt a:hover {
	color: #000080;
}
#inhalt a:active {
	color: #d97f30;
	background-color: #fffaea;
}
#inhalt h3.angebot {
	margin: 1.3em 0 0.6em 0;
	padding: 5px 10px 0 0;
	border-top: 1px solid #999;
}
#inhalt div.anzeige {
	width: auto;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#inhalt div.anzeige h3 {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #ccc;
}
#inhalt div.anzeige p {
	padding: 0.6em 10px 0;
	margin: 0;
}
span.versal {
	text-transform: uppercase;
}
img.img-spalte {
	margin: 0.6em 0;
}
img.rechts {
	float: right;
	margin: 0 0 0.6em 1em;
}
img.rechtsNoBorder {
	float: right;
	border: none;
	margin-left: 10px;
}
#inhalt p.image-caption {
	font-size: 0.8em;
	margin: 0;
}
#inhalt div.topic {
	border-top: 1px solid #999;
	margin-top: 1em;
	padding: 1em 0;
}
#inhalt div.topic h2 {
	margin-top: 0;
}
table#liste {
	width: 100% !important;
	width: 99%;
}
table#liste th {
	display: none;
}
table#liste td {
	vertical-align: top;
	line-height: 1.3em;
}
table#liste td.linie {
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
table#liste tr.bg {
	background-color: #f8f8f8;
}

/**
 * page footer
 */
#fusszeile {
	width: auto;
	padding: 1em;
	font-size: 0.7em;
	text-align: right;
	border-top: 1px dotted #4e98d9;
}
#fusszeile h3, #fusszeile li.no-screen {
	display: none;
}
#fusszeile ul {
	list-style: none;
	text-align: right;
}
#fusszeile li {
	display: inline;
	padding-left: 0.3em;
}
#fusszeile a {
	color: #2b5f8c;
	font-weight: bold;
	text-decoration: none;
}
#fusszeile a:hover {
	color: #000080;
}
#fusszeile a:active {
	color: #d97f30;
	background-color: #fffaea;
}


/**
 * form elements
 */
fieldset {
	border: none;
	padding: 0.5em 0;
}
legend {
	display: none;
}
form br {
	clear: both;
}
label {
	float: left;
	width: 5em;
	margin-right: 1em;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0.7em;
	padding: 0.2em;
	width: 28em;
	background-color: #f8f8f8;
	border: 1px solid #b2b2b2;
}
input:focus, textarea:focus {
	background-color: #fff;
	border-color: #b2b2b2;
}
#buttons {
	width: auto;
	padding-left: 6em;
}
#buttons input {
	width: 6em;
	cursor: pointer;
	margin-right: 0.5em;
	background: url("bilder/bg_buttons.jpg") bottom repeat-x #f3f3f3;
	font-weight: bold;
	color: #333;
}
#buttons input:active {
	background: url("bilder/bg_buttons-active.jpg") top repeat-x #f3f3f3;
}
