/* reihenfolge der regeln: von oben nach unten,
nach vorkommen der elemente im HTML quelltext,
allgemeine regeln zuerst */

html, body {height: 100%;}
body {
	margin: 0;
	padding: 0;
	background: white url(../images/bg_top.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727274;
}
a {
	color: #727274;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
img {
	border: none;
	vertical-align: middle;
}
.skip, hr {display: none;}
h1, h2, h3 {color: #006293;}
#container {
	min-height: 1250px;
	background: url(../images/bg_bottom.png) bottom left repeat-x;
	float: left;
	width: 100%;
}
#header,
#content,
#footer
 {
 	width: 920px;
	margin: auto;
	clear: both;
 }
/* ende allgemeine stile */



/* beginn header-stile */
#header {
	background: url(../images/logo_title.gif) 0 15px no-repeat;
	padding-top: 96px;
	position: relative;
	height: 50px;
}
#header h1 {
	text-indent: -999em; /* versteckt text außerhalb des fensters */
	position: absolute;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav {
	position: absolute;
	right: 0;
	top: 65px;
}
#topnav li {
	display: inline;
	padding: 0 8px;
	background: url(../images/topnav_separator.gif) bottom left no-repeat;
	white-space: nowrap;
}
#topnav .li1 {background: none;}
#topnav li * {
	font-weight: bold;
	font-size: 9px;
	display: inline;
}
#topnav a:hover, #topnav li span {color: #333;}
#mainnav {
	position: absolute;
	right: 0;
}
#mainnav li {float: left;}

#mainnav li * {/* universalselektor - wendet regeln auf a und span an */
	display: block;
	height: 39px;
	text-indent: -999em;
	outline: none;
	background-repeat: no-repeat;
}
#mainnav .li1 * {
	background-image: url(../images/b_loesungen.png);
	width: 196px;
}
#mainnav .li2 * {
	background-image: url(../images/b_produkte.png);
	width: 95px;
}
#mainnav .li3 * {
	background-image: url(../images/b_veranstaltungen.png);
	width: 142px;
}
#mainnav .li4 * {
	background-image: url(../images/b_service.png);
	width: 152px;
}
#mainnav .li5 * {
	background-image: url(../images/b_ueber.png);
	width: 97px;
}
#mainnav .li6 * {
	background-image: url(../images/b_kontakt.png);
	width: 91px;
}
#mainnav a:hover {background-position: 0 -39px; /* verschiebt button-bild in die mitte (mouseover-status) */}
#mainnav .aktiv a {background-position: 0 -79px; /* verschiebt button-bild nach oben (d.h. zeigt untersten teil an - aktiv-status) */}
#header form {
	background: url(../images/bg_suche.png);
	width: 195px;
	height: 34px;
	float: right;
	position: relative;
}
#header form label {
	font-weight: bold;
	float: left;
	padding: 7px 5px 0 15px;
	font-size: 13px;
}
#header #suche {
	width: 104px;
	height: 12px;
	float: left;
	margin-top: 6px;
	font-size: x-small;
}
#header #senden {
	position: absolute;
	left: 168px;
	top: 4px;
}
/* ende header-stile */


/* beginn inhaltsstile */
#content h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom:6px;
}
#content h3 {font-size: 12px;}
#content #main {
	float: right; /* macht platz für die seitennavigation (in kombination mit breite) */
	width: 766px;
	padding-right: 4px;
	margin-bottom: 5px;
}
#hauptinhalt {
	width: 570px;
	float: left; /* macht platz für infoboxen rechts (in kombination mit breite) */
	position: relative;
	padding-bottom: 10px;
	background: url(../images/rahmen_mittelbox_unten.gif) bottom left no-repeat;
	line-height: 15px;
}
#seitentitel {
	position: absolute;
	left: 24px;
	top: 147px;
	color: white;
	text-transform: lowercase;
	font-size: 20px !important;
	margin: 0;
}
/* vielleicht auch nicht - je nach wunsch */
#titelbild {display: block; /* verringert raum unter dem bild (schließt lücke) */}
/**/

#wrap1 {
	margin-top: 6px;
	padding-top: 19px;
	background: url(../images/rahmen_mittelbox_oben.gif) top left no-repeat;
}
#haupttext {
	position: relative;
	padding: 20px 20px /* letzter wert = platz links und rechts; erster wert verhindert “collapsing margins” */;
	background: url(../images/bg_mittelbox.gif) repeat-y;
	float: left /* sog. “einschließender float”; macht, dass hintergrund bis nach unten angezeigt wird, auch wenn kindelemente gefloatet sind */;
	width: 530px;
	min-height: 458px;
}
#haupttext h2, h3 {
	margin: 0 0 5px;
	text-transform: none;
}
/* edit andi  h3 dazu */
#hauptinhalt p {margin-top: 0;}
#breadcrumb { /* die navigation für den hauptinhalt - kommt im quelltext am schluss des abschnitts (inhalt zuerst), wird aber ganz oben positioniert */
	position: absolute;
	top: -8px;
	left: 15px;
}
#breadcrumb a {
	padding: 0 6px;
	font-size: 10px;
	background: url(../images/topnav_separator.gif) center right no-repeat;
}
#breadcrumb .aktiv {
	background: none;
	font-weight: bold;
}
#breadcrumb a:hover {text-decoration: underline;}
#breadcrumb .aktiv:hover {
	text-decoration: none;
	cursor: default;
}
#infos { /* container der seitenboxen */
	float: right;
	width: 188px;
}
.info { /* stile für jede seitenbox */
	margin: 7px 0;
	position: relative;
	background: url(../images/bg_abschnitt_188px_unten.png) bottom center no-repeat;
	min-height: 168px;
	clear: both;
	float: left;
	width: 188px;
	line-height: 121%;
}
.info:first-child {min-height: 180px;}
#neues {
	min-height: 344px;
	margin-top: 10px;
}
.info > * {
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 1px;
	margin-right: 1px;
}
.info h2,
.info h2 *,
.info ul
 {padding: 0;}
.info h2 {
	margin: 0 0 -5px; /* zieht nachfolgende elemente etwas nach oben - ausgleich zu ‘top: -10px’ */
	font-weight: normal;
	color: white;
	height: 30px;
	line-height: 32px;
	text-indent: 15px;
	position: relative;
	top: -8px; /* lässt die runden ecken das generelle hintergrundbild der boxen überdecken */
	background: url(../images/bg_titel_blau.png) no-repeat;
}
.info h2 span {font-weight: bold;}
#neues h2 {background-image: url(../images/bg_titel_orange.png);}
#neues h2 + div {background: url(../images/trenner_hor_grau.gif) bottom center repeat-x;}
#content .info h3 {
	font-size: 11px;
	margin: 0;
}
.info h3 strong {font-weight: bold;}
#neues h3 strong {color: #F90;}
#neues h3 a:hover strong {text-decoration: underline;}
.info p {margin: 0 0 10px;}
#neues p {margin-bottom: 0;}
.info > div {
	padding-top: 10px;
	padding-bottom: 13px;
	min-height: 0;
}
.info > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* link-liste in der thema-box */
#weiterlinks {
	margin: 0;
	padding: 5px;
	list-style: none;
}
#weiterlinks a {
	background: #DDEAF1 url(../images/pfeil_rechts.gif) 95% 50% no-repeat;
	display: block;
	margin: 1px 0;
	line-height: 15px;
	padding: 0 5px;
width: 168px; /* verhindert abstand zw. listenelementen im IE */
}
/* ende link-liste für thema-box */

.mehr {
	text-decoration: underline;
	background: url(../images/bg_pfeil_blau.png) right top no-repeat;
	line-height: 20px;
	float: right;
	height: 21px;
	min-width: 20px;
	padding-right: 25px !important; /* important ist noetig im zusammenhang mit dem IE stylesheet */
	padding-left: 0;
	margin: 3px 0 0 10px;
	white-space: nowrap; /* vielen dank, IE! */
}
.mehr:hover {
	text-decoration: none;
	background-position: right bottom;
}
.info .mehr {background-image: url(../images/icon_pfeil_gross_blau.png);}
#neues .mehr {background-image: url(../images/icon_pfeil_gross_orange.png);}

/* beginn seitennavigation
“subnav ul” = hauptmenü
“subnav ul ul” = untermenü (gleiches gilt bei “li li”)  */
#subnav {
	float: left;
	width: 142px;
	padding-bottom: 10px;
	background: url(../images/rahmen_subnav_unten.png) bottom left no-repeat;
}
#subnav ul, #subnav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav ul {background: url(../images/bg_subnav.png) repeat-y;}
#subnav li {
	background: url(../images/trenner_hor_grau.gif) top left repeat-x;
	padding: 1px 4px 0 4px;
	position: relative;
}
#subnav .li1 {
	background: url(../images/rahmen_subnav_oben.gif) no-repeat;
	padding-top: 9px;
}
#subnav li a {
	background: url(../images/pfeil_rechts.gif) 95% 50% no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 0 5px 7px; /* 1. & 3. wert für vertikalen abstand, 4. wert für einrückung links */
	position: relative;
	font-size: 12px;
}
#subnav .aktiv a {
	font-weight: bold;
	background: url(../images/pfeil_unten.gif) 95% 50% no-repeat;
	cursor: default;
}
#subnav ul ul {
	margin-bottom: 5px;/*-5px 0 5px 0; /* ändert vertikale abstände zur eltern-liste */
	background: none;
}
#subnav li li {
	background: none !important;
	padding: 2px 0 !important;
}
#subnav li li a, #subnav li li.aktiv a {
	padding: 2px 0 2px 7px; /* vertikale abstände und einrückung der links der unterliste */
	background: none !important;
	height: auto;
	line-height: 11px;
	font-size: 11px !important;
	font-weight: normal !important;
	cursor: pointer !important;
	text-decoration: none;
}
#subnav li li a:hover, #subnav li li.aktiv a {
	background-color: #DDEAF1 !important;
	font-weight: normal;
}
#subnav li li.aktiv a {cursor: default !important;}
#footer {
	padding: 10px 0 1px 0;
	color: white;
	clear: both;
	background: url(../images/trenner_hor_weiss.gif) repeat-x;
	position: relative;
	width: 570px;
	left: -24px;
}
#footer p {margin-top: 0;}

.trenner {
	height: 1px;
	background-color:#666666;
	margin: 10px 0px 15px 0px;
}

#suchergebnis h1 {
	font-size:12px;
	padding:0 0 0px 0;
	margin:0 0 0 0;

}
