html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	background-color: #fff;
	background-image: url(../pictures/layout/hintergrund/body.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #384752;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.abschluss {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.abschlusstrennlinie {
	clear: both;
	line-height: 10px;
	font-size: 0px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinien_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

html>body .abschluss {
	display: block;
}

.download img {
	float: left;
	padding-right: 5px;
	margin-top: -1px;
}

.schwarz, .schwarz a {
	color: #333 !important;
}

.schwarz a:hover {
	color: #993399 !important;
}



#streifen {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url(../pictures/layout/hintergrund/streifen.gif);
	background-position: 50% 73px;
	background-repeat: repeat-x;
}

* html #streifen {
	height: 100%;
}

table {
	border: 1px solid #CACAC9;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #384752;
	margin: 0 0 14px 0;
}

#mitte .zentrum #inhalt table p {
	margin: 0px 0px 0px 0px;
}

.contenttable {
	margin: 0;
	padding: 0;
}

td {
	border: 1px solid #CACAC9;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #384752;
	vertical-align: top;
}

.tr-odd {
	background-color: #F5F6F6;
}

/* Seite */

#seite {
	text-align: left;
	margin: 0px auto; 
	width: 1000px;
	background-color: white;
	background-image: url(../pictures/layout/hintergrund/seite.gif);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 100%;
}

* html #seite {
	height: 100%;
}

/* Seite -> Oben */

#oben {
	position: relative;
	background-color: white;
	background-image: url(../pictures/layout/hintergrund/header.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	height: 72px;
	border-bottom: 1px solid #fff;
	z-index: 1;
}

/* Seite -> Oben -> Links */

#oben .links {
	float: left;
	padding: 11px 0px 9px 9px;
}

/* Seite -> Oben -> Links -> Logo */

#oben .links img {
	display: block;
	width: 200px;
	height: 52px;
}










/* Seite -> Hauptnavigation */

.hauptnavigation {
	width: auto;
	white-space: nowrap;
	margin-left: 237px;
	margin-top: -21px;
}

html>body .hauptnavigation {
	float: left;
}

/* Seite -> Hauptnavigation -> Ebene 1 */


.hauptnavigation .linkerrahmen {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_links.gif);
	background-repeat: no-repeat;
	background-color: #EDEDED;
}

.hauptnavigation .linkerrahmenaktiv {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_links_2.gif);
	background-repeat: no-repeat;
	background-color: #EDEDED;
}

.hauptnavigation .rechterrahmen {
	width: 7px;
	height: 21px;
	float: left;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_rechts.gif);
	background-repeat: no-repeat;
	background-color: #EDEDED;
}

.hauptnavigation .rechterrahmenaktiv {
	width: 7px;
	height: 21px;
	float: left;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_rechts_2.gif);
	background-repeat: no-repeat;
	background-color: #EDEDED;
}



.hauptnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.hauptnavigation li {
	float: left;
	height: 21px;
	background-color: #EDEDED;
}

.hauptnavigation li a {
	float: left;
	color: #000;
	padding: 4px 16px 0px 23px;
}

.hauptnavigation li a:hover {
	color: #B80003;
}

.hauptnavigation li .aktiv {
	height: 21px;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_mitte_2.gif);
	background-repeat: repeat-x;
}

.hauptnavigation li .deaktiv {
	height: 21px;
	background-image: url(../pictures/layout/hauptnavigation/bg_hauptnavigation_mitte.gif);
	background-repeat: repeat-x;
}




/* Seite -> Oben -> Navigation -> Ebene 2 */

.hauptnavigation li ul {
	position: absolute;
	z-index: 1;
	left: -1000000px;
	top: 72px;
	clear: both;
	border: 1px solid #D0D9E2;
	border-right: 2px solid #9FB5CD;
	border-bottom: 1px solid #9FB5CD;
	border-top: none;
	margin-left: 1px;
	padding: 0px;
	background-color: white;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	
}

/*.hauptnavigation .deaktiv ul {
	display: none;
}*/

.hauptnavigation li:hover ul {
	left: auto;
}

.hauptnavigation li.ieHover ul {
	left: auto;
}

.hauptnavigation li ul li {
	display: block;
	float: none;
	min-width: 144px;
}

*html .hauptnavigation li ul li {
	width: 144px;
}

.hauptnavigation li ul a {
	display: block;
	float: none;
	white-space: nowrap;
	border: none;
	padding: 3px 18px 4px 18px; 
	font-weight: normal;
	background-color: white;
}






/* Seite -> Oben -> Rechts */

#oben .rechts {
	width: 571px;
	display: inline;
	/*float: right;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Seite -> Oben -> Rechts -> Navigation */

#oben .rechts ul {
	display: inline;
	/*float: left;*/
	margin: 0px 0px 0px 217px;
	padding: 0px;
	line-height: 3.5;
}

#oben .rechts li {
	display: inline;
	/*float: left;*/
	border-right: 1px solid #B5B5B5;
	padding-bottom: 1px;
	margin-top: 1px;
}

#oben .rechts li a {
	color: #000;
	text-decoration: none;
	padding: 0px 8px;
}

#oben .rechts li a:hover, #oben .rechts li .aktiv {
	color: #D20003;
}

/* Seite -> Oben -> Rechts -> Sprachauswahl */

#oben .rechts .sprache {
	position: absolute;
	top: 11px;
	left: 809px;
	width: 120px;
	/*display: inline;*/
	/*float: left;*/
	color: #000;
}

*html #oben .rechts .sprache {
	top: 12px;
	left: 812px;
}

#oben .rechts .sprache strong {
	float: left;
	font-weight: normal;
	margin: 0px 6px 0px 3px;
}

#oben .rechts .sprache a {
	float: left;
	margin-left: 7px;
}

#oben .rechts .sprache img {
	float: left;
	width: 20px;
	height: 12px;
	margin-top: 1px;
}

#oben .rechts .sprache img.deaktiv {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
}

/* Seite -> Header */ 

#header {
	background-color: #E9EFF6;
	background-image: url(../pictures/layout/hintergrund/headerslogan.gif);
	background-position: 250px 0px;
	background-repeat: no-repeat;
	height: 105px;
}

#header img {
	float: left;
}

/* Seite -> Header -> Suche */

#header .suche {
	float: right;
	padding: 13px 17px 0px 0px;
	text-align: right;
}

#header .suche form label {
	display: none;
}

#header .suche form .rahmen {
	background-color: #E0E9F2;
	float: left;
	padding: 1px;
	margin: 0;
}

#header .suche form input {
	float: left;
	width: 135px;
	border: 1px solid #8194A4;
	color: #1C1C1C;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 0px;
	text-indent: 2px;
}

#header .suche form .button {
	width: 46px;
	height: 18px;
	border: none;
	color: white;
	font-size: 11px;
	background-image: url(../pictures/layout/header/button_suche.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: -3px;
	padding-bottom: 3px;
	cursor: pointer;
}

*html #header .suche form .button {
	padding-bottom: 2px;
}

/* Seite -> Header -> Suche -> Erweiterte Suche */

#header .suche a {
	color: #646464;
	padding-right: 8px;
}

#header .suche a:hover {
	color: #B80003;
}

.tx-erweitertesuche-pi1 h6 {
	font-size: 11px !important;
	margin: 20px 0px 10px 0px;
	color: #4C5E6C;
}

.tx-erweitertesuche-pi1 .kurseListeFortbildungenLink {
	background-color: #EBF0F5;
	padding: 5px 10px 7px 10px;
	background-image: url(../pictures/layout/hintergrund/punktlinie_produkte.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 743px !important;
}

.tx-erweitertesuche-pi1 strong {
	color: #4C5E6C !important;
}

.erweiterteSuche {
	border: 1px solid #D0D9E2;
	background-color: #F0F4F9;
	border-bottom-color: #B8C7DA;
	border-right-color: #B8C7DA;
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
	width: 720px;
}

.erweiterteSuche .suchfeld {
	float: left;
	margin-right: 10px;
}

.erweiterteSuche input {
	background-color: #F0F4F9;
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 1px;
	background-color: white;
}

.erweiterteSuche select {
	background-color: #F0F4F9;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 2px;
	background-color: white;
	width: 160px;
}

.erweiterteSuche .button {
	background-color: black;
}

#erweiterteSucheButton input {
	width: 84px;
	background-image: url(../pictures/layout/hintergrund/bg_reiter.jpg);
	background-repeat: repeat-x;
}

/* Seite -> Klickpfad */ 

#klickpfad {
	position: relative;
	margin-top: -21px;
	height: 21px;
	margin-left: 230px;
	width: 740px;
	color: #384752;
	font-size: 10px;
	line-height: 11px;
}

#klickpfad a {
	color: #384752;
}

/* Seite -> Ticker */ 

#ticker {
	position: absolute;
	top: 0px;
	margin-left: -40px;
	height: 23px;
	width: 790px;
	color: #384752;
	font-size: 10px;
	overflow: hidden;
}

html>body #ticker {
	top: -11px;
}

*+html #ticker {
	margin-top: 11px;
}



/* Seite -> Mitte */ 

#mitte {
	padding-bottom: 30px;
	border: 7px solid white;
	border-bottom: none;
}

#mitte .links, #mitte .zentrum, #mitte .rechts {
	display: inline;
	float: left;
	overflow: hidden;
}

/* Seite -> Mitte -> Links */

#mitte .links {
	width: 210px;
}

/* Seite -> Mitte -> Links -> Navigation -> Ebene 1 */

#mitte .links .navigation, #mitte .links .navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mitte .links .deaktiv {
	padding-top: 23px;
	background-image: url(../pictures/layout/mitte/links/navigation/2_hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mitte .links .navigation a, #mitte .links .navigation span {
	display: block;
	width: 210px;
	background-color: #E60003;
	color: white;
	padding: 6px 10px 6px 14px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(../pictures/layout/mitte/links/navigation/1_pfeil.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#mitte .links .navigation a:hover {
	background-color: #E60003;
}


#mitte .links .deaktiv a, #mitte .links .deaktiv span {
	background-color: #8A9FB0;
}

#mitte .links .navigation span {
	cursor: auto;
}

/* Seite -> Mitte -> Links -> Navigation -> Ebene 2 */

#mitte .links .navigation li {
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	background-image: url(../pictures/layout/mitte/links/navigation/2_hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	cursor: pointer;
}

#mitte .links .navigation ul .pfeil {
	background-image: url(../pictures/layout/mitte/links/navigation/2_pfeil.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#mitte .links .navigation ul a {
	background: none;
	color: #1C1C1C;
	padding: 5px 0px 5px 7px;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #8A9EBD;
}

#mitte .links .navigation ul a:hover, #mitte .links .navigation ul .aktiv {
	background-color: #F8CFCF;
	color: #B80003;
	cursor: pointer;
}

#mitte .links .navigation ul .unterpunkt {
	border-bottom: none;
	padding-bottom: 6px;
}

#mitte .links .navigation ul a strong {
	font-weight: normal;
	float: left;
	padding-left: 7px;
}

/* Seite -> Mitte -> Links -> Navigation -> Ebene 3 */

#mitte .links .navigation ul li ul {
	background-color: #F1F1F1;
	padding-bottom: 12px;
}

#mitte .links .navigation ul li li {
	margin: 0px;
	padding: 0px;
	background: none;
	background-image: url(../pictures/layout/mitte/links/navigation/1_pfeil_unterpunkt.gif);
	background-position: 15px 14px;
	background-repeat: no-repeat;
}

#mitte .links .navigation ul ul a {
	width: 170px;
	font-weight: normal;
	padding: 10px 5px 0px 24px;
	border: none;
}

#mitte .links .navigation ul ul a:hover {
	color: #B80003;
	background: none;
	display: block;
}

#mitte .links .navigation ul ul .aktiv {
	padding: 10px 5px 0px 24px;
	border: none;
	color: #B80003;
	background: none;
	display: block;
	background-image: url(../pictures/layout/mitte/links/navigation/2_pfeil.gif);
	background-position: 15px 14px;
	background-repeat: no-repeat;
}

/* Seite -> Mitte -> Links -> Merkzettel */

#mitte .links .merkzettel {
	width: 96px;
	background-image: url(../pictures/layout/mitte/links/merkzettel_hintergrund.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mitte .links .merkzettel div a {
	display: block;
	width: 73px;
	padding: 8px 0px 9px 23px;
	color: #60666C;
}

#mitte .links .merkzettel div a:hover {
	color: #B80003;
}

/* Seite -> Mitte -> Zentrum */

#mitte .zentrum {
	width: 570px;
}

/* Seite -> Mitte -> Zentrum -> Inhalt */

#mitte .zentrum #inhalt a {
	color: #B80003;
	text-decoration: underline;
}

#mitte .zentrum #inhalt a:hover {
	text-decoration: none;
}

#mitte .zentrum #inhalt p {
	margin: 0px 0px 10px 0px;
}

#mitte .zentrum #inhalt {
	margin: 2px 21px 50px 21px;
}

#inhalt h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #4A6273;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 17px 0px;
}

#inhalt h1.keine_linie {
	background: none;
	padding: 0px;
	margin-bottom: 0px;
}

/*#inhalt h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #4A6273;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 17px 0px;
}

#inhalt h2.keine_linie {
	background: none;
	padding: 0px;
	margin-bottom: 0px;
}*/

#inhalt h3 {
	font-size: 11px;
	margin: 0px 0px 9px 0px;
	color: #B80003;
}

#inhalt h2 {
	color: #4E5E6D;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 4px 0px;
	margin-top: 10px;
}

#inhalt h4 {
	font-size: 11px;
	margin: 0px 0px 9px 0px;
	color: #B80003;
}

#inhalt ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 13px;
	list-style-type: square;
	list-style-image: url(../pictures/layout/mitte/inhalt/liste_icon.gif);
}

#inhalt ul ul {
	padding: 5px 0px 2px 0px;
	list-style-type: none;
	list-style-image: url(../pictures/layout/icons/listpoint_sub.gif);
}

#inhalt ul ul li {
	padding: 0px;
	margin: 0px;
}

* html #inhalt ul {
	padding-left: 16px;
	height: 1em;
}

html>body #inhalt ul {
	overflow: auto;
	padding-left: 14px;
}

#inhalt li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#inhalt p {
	margin: 0px 0px 15px 0px;
	line-height: 14px;
}

#inhalt a {
	color: #000;
}

#inhalt a:hover {
	color: #B80003;
}

#inhalt p.blau, #inhalt p.blau a {
	color: #4E7EAF !important;
}

#inhalt p.rot, #inhalt p.rot a {
	color: #B80003 !important;
}

#inhalt .markerrot {
	background-color: #FFDBDC;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 8px 9px 10px 9px;
	color: #B80003;
}

#inhalt .markerblau {
	background-color: #EBF0F5;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 8px 9px 10px 9px;
	color: #405364;
}

#inhalt .pfeil {
	background-image: url(../pictures/layout/icons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#inhalt .pdf {
	background-image: url(../pictures/layout/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 50px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

p.tabelleGrau, .tabelleGrau, .tabelleGrau td {
	background-color: #E9E9E9;
}

p.tabelleBlau, .tabelleBlau, .tabelleBlau td {
	background-color: #E9EFF6;
}

p.tabelleRot, .tabelleRot, .tabelleRot td {
	background-color: #FFDBDC;
}



/* Seite -> Mitte -> Zentrum -> Zusatz */

#inhalt .zusatz {
	display: inline;
	float: right;
	width: 250px;
	margin-left: 14px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau_vertikal.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 14px;
}


/* Seite -> Mitte -> Zentrum -> Inhalt -> news */

#inhalt .news .liste .artikel a {
	text-decoration: none !important;
}

#inhalt .news .liste .artikel a:hover u {
	color: #B80003;
}

*html #inhalt .news .detail .rahmen {
	
}

#inhalt .news .detail .rahmen .link a {
	text-decoration: underline;
	color: #4A6273;
}


#inhalt .news .detail .rahmen {
	background-image: url(../pictures/layout/mitte/inhalt/strichlinien_hellgrau_vertikal.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: -17px;
	padding-top: 10px;
	height: 100%;
	padding-left: 1px;
	display: block;
	background-color: #EBF0F5;
}

#inhalt .news .detail .newsrandlinks {
	padding-left: 15px;
	padding-right: 15px;
}

#inhalt .news .detail h2 {
	clear: both;
	margin-bottom: 17px;
	padding-bottom: 12px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#inhalt .news .detail h3 {
	clear: both;
	margin-bottom: 18px;
}

#inhalt .news .detail h4 {
	font-size: 13px;
}

#inhalt .news .detail .zurueck {
	width: 528px;
	float: right;
	margin-top: 6px;
	margin-bottom: 10px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	padding-bottom: 10px;
}

#inhalt .news .detail .zurueck a {
	color: #6b6b6b;
}

#inhalt .news .detail strong {
	color: #4A6273;
}

#inhalt .news .detail .zurueck a:hover {
	text-decoration: underline;
}

#inhalt .news .detail .rahmen .bild {
	float: left;
	margin: -10px 15px 0px 0px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau_vertikal.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 10px;
	background-color: #fff;
}

#inhalt .news .detail .datum {
	padding: 4px 0px 0px 0px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #6b6b6b;
	margin-left: -1px;
	text-align: right;
	clear: both;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #fff;
}

#inhalt .news .liste {
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 5px;
	padding-top: 1px;
	margin-bottom: 20px;
}

#inhalt #home .produkt-news .liste {
	padding-top: 0px;
}

#inhalt .news .liste .artikel {
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#inhalt .news .liste .artikel a, #inhalt .news .liste .artikel div {
	display: block;
	width: 100%;
	color: #384752 !important;
	cursor: pointer;
	border-top: 1px solid white;
	padding: 7px 0px 5px;
}

#inhalt .news .liste .artikel div {
	color: #b1b1b1;
	cursor: auto;
}

#inhalt .news .liste .artikel u {
	float: right;
	color: #B80003;
	margin-right: 2px;
}

#inhalt .news .liste .artikel a:hover {
	background-color: #E9EFF6;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

#inhalt .news .liste .artikel a:hover u {
	text-decoration: none;
}

#inhalt .news .liste .artikel h5 {
	display: inline;
	float: left;
	width: 270px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 11px;
	color: #4A6273;
}

#inhalt .news .liste .artikel img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	background-color: white;
	padding: 2px;
	border: 1px solid #CACAC9;
	width: 45px;
}

#inhalt .termine .liste .artikel h5 {
	width: 170px;
}

#inhalt .news .liste .artikel a:hover h5 {
	color: #B80003;
} 

#inhalt .news .liste .artikel strong {
	float: left;
	width: 140px;
	font-weight: normal;
	margin-right: 10px;
}

#inhalt .termine .liste .artikel strong {
	width: 160px;
}

#inhalt .news .liste .artikel em {
	float: left;
	width: 135px;
	font-style: normal;
}

#inhalt .news .liste .artikel div {
	color: #b1b1b1 !important;
	cursor: auto;
}

#inhalt .news .liste .artikel div h5 {
	color: #ADB7BF;
}

#inhalt .news .liste .artikel div em {
	width: 170px;
}

#inhalt .termine .detail img {
	float: left;
	border: none;
	padding: 0px;
	margin-right: 30px;
}

#inhalt .termine .detail div {
	display: inline;
	float: left;
	padding-right: 25px;
}

#inhalt .termine .detail div.zurueck {
	padding-right: 0px;
}

#inhalt .termine .detail div h5 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 11px;
}

#inhalt .termine .detail div p {
	margin: 0px !important;
	padding-top: 7px;
}


/* Seite -> Mitte -> Zentrum -> Inhalt -> Produktuebersicht */

#mitte .zentrum #inhalt #produktuebersicht {
	position: relative;
	width: 540px;
	margin-left: -7px;
}


#mitte .zentrum #inhalt #produktuebersicht .einzeln {
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

#mitte .zentrum #inhalt #produktuebersicht .einzeln .text {
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0px 5px 0px;
	height: 26px;
	width: 166px;
	margin-left: 7px;
	cursor: pointer;
	display: block;
}

* html #mitte .zentrum #inhalt #produktuebersicht .einzeln .text {
	margin-left: 0px;
}

*html #mitte .zentrum #inhalt #produktuebersicht .einzeln a:hover {
	background-color: #CFDBE7;
	color: black !important;
}

#mitte .zentrum #inhalt #produktuebersicht .einzeln a {
	color: black !important;
	text-decoration: none !important;
}

#mitte .zentrum #inhalt #produktuebersicht img {
	border: 1px solid #D0D9E2;
	margin: 0px 7px 0px 7px;
}

#mitte .zentrum #inhalt .fundgrube {
	display: inline;
	float: left;
	background-image: url(../pictures/layout/hintergrund/bg_fundgrube.gif);
	background-repeat: repeat-x;
	background-position: center middle;
	border: 1px dotted #D0D9E2 !important;
}

#mitte .zentrum #inhalt .fundgrube a {
	border: 1px solid #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4A6273;
	font-weight: bold;
	width: 153px;
	height: 29px;
	padding: 0px 10px 0px 0px;
	margin: 0;
	text-decoration: none;
	text-indent: 48px;
	display: block;
	line-height: 1.9em;
	white-space: nowrap;
}

html>body #mitte .zentrum #inhalt .fundgrube a {
	min-width: 153px;
	width: auto;
}

#mitte .zentrum #inhalt .fundgrube a:hover {
	color: #E60003;
}

/* Seite -> Mitte -> Rechts */

#mitte .rechts {
	width: 206px;
}

/* Seite -> Mitte -> Rechts -> Banner */

#mitte .rechts .banner {
	margin: 0px;
	padding: 0px 0px 0px;
	background-color: white;
}

#mitte .rechts .banner p {
	display: inline;
}

#mitte .rechts .banner img,
#mitte .rechts .banner embed {
	display: block;
	margin-bottom: 8px;
}

#mitte .rechts .banner .csc-textpic img {
	border: 1px solid #D0D9E2;
}

#mitte .rechts .banner .csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
	margin-bottom: 0px; 
}

#mitte .rechts .banner .csc-textpic-clear {
	padding-bottom: 0px;
}

#mitte .rechts .banner dl, #mitte .rechts .banner dl dt, #mitte .rechts .banner dl dd {
	margin: 0px;
	padding: 0px;
}

/* Seite -> Mitte -> Rechts -> Infospalte */

#mitte .rechts .infospalte {
	border-bottom: 1px solid CACAC9;
}

#mitte .rechts .infospalte h4 {
	font-size: 11px;
	color: #3B4863;
	margin: 0px;
	border-bottom: 1px solid  #CACAC9;
	padding: 6px 10px 5px 14px;
	background-color: #D9D9D9;
}

/* Seite -> Mitte -> Rechts -> Banner */

#mitte .rechts #banner {
	border-bottom: 1px solid CACAC9;
}

#mitte .rechts #banner img {
	padding-bottom: 7px;
	display: block;
}

/* Seite -> Mitte -> Rechts -> Infospalte -> News */

#mitte .rechts .infospalte .news {
	padding: 5px 0px 7px 0px;
	margin: 0px 15px;
	border-bottom: 1px solid #CACAC9;
}

#mitte .rechts .infospalte .news em {
	font-style: normal;
	display: block;
	color: #969696;
}

#mitte .rechts .infospalte .news a {
	display: block;
	text-decoration: none;
	color: #1F82E8;
}

#mitte .rechts .infospalte .news a:hover {
	color: #B80003;
}

/* Seite -> Mitte -> Rechts -> Infospalte -> weitere */

#mitte .rechts .infospalte .weiterelinks {
	float: left;
	display: inline;
	width: 8px;
	height: 17px;
	background-image: url(../pictures/layout/mitte/rechts/weitere_hintergrund_links.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
	margin-bottom: 12px;
}

#mitte .rechts .infospalte .weitere  {
	float: left;
	height: 17px;
	background-color: #D9D9D9;
	margin-bottom: 5px;
}

#mitte .rechts .infospalte .weitere a {
	text-decoration: none;
	padding: 0px 5px;
	line-height: 1.5;
	font-size: 10px;
	color: #4E5E6D;
}

#mitte .rechts .infospalte .weitere a:hover {
	color: #B80003;
}

#mitte .rechts .infospalte .weitererechts {
	float: left;
	width: 3px;
	height: 17px;
	background-image: url(../pictures/layout/mitte/rechts/weitere_hintergrund_rechts.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Kontaktformular*/

#kontaktformular .pflichtfeld {
	float: left;
	background-image: url(../pictures/layout/hintergrund/pflichtfeld.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#kontaktformular label {
	width: 180px;
	float: left;
	padding-top: 3px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: 10px 1px;
	clear: both !important;
}

html>body #kontaktformular label {
	margin-right: 3px;
	padding-bottom: 8px;
}

html>body #kontaktformular .pflichtfeld {
	margin-right: 3px;
}

html>body #kontaktformular .pflichtfeld label {
	margin-right: 0px;
}

#kontaktformular fieldset {
	border: none;
	margin-bottom: 20px;
}

#kontaktformular input {
	border: 1px solid #A3B8D1;
	background-color: #F0F4F9;
	border-bottom-color: #B8C7DA;
	border-right-color: #B8C7DA;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 300px;
}

#kontaktformular select {
	border: 1px solid #A3B8D1;
	background-color: #F0F4F9;
	border-bottom-color: #B8C7DA;
	border-right-color: #B8C7DA;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 0px;
}

#kontaktformular textarea {
	border: 1px solid #A3B8D1;
	background-color: #F0F4F9;
	border-bottom-color: #B8C7DA;
	border-right-color: #B8C7DA;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	width: 300px;
}

#kontaktformular #kontaktformulartv {
	border: none !important;
	width: 20px !important;
}

.csc-mailform-submit {
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #6698CC !important;
	border-right: 2px solid #333 !important;
	border-bottom: 2px solid #333 !important;
	width: 110px !important;
	background-image: url(../pictures/layout/mitte/inhalt/bg_grau.jpg);
	background-repeat: repeat-x;
	padding: 3px 0px;
	cursor: pointer;
	margin-left: 180px !important;
	margin-bottom: 20px !important;
}

.csc-mailform-radio {
	display: inline;
	border: none !important;
	background: none !important;
	margin: 0px 5px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: 15px !important;
	vertical-align: middle;
}

.csc-mailform-radio label {
	display: inline !important;
	width: auto !important;
	background-image: none !important;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	float: none !important;
}

#kontaktformular legend {
	display: none;
}

.csc-mailform-check {
	border: none !important;
	background: none !important;
	margin-left: -144px;
	width: 20px;
	float: left;
	margin-right: 100px;
}

/* Suche -> Ergebnis */

.ergebnis {
	padding: 0px;
}

.ergebnis a {
	display: block;
	background-image: url(../pictures/layout/icons/pfeil_blau_suche.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 2px;
}

/* Dropdown Menue */

.dropdown_menue {
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #384752;
}

.dropdown_menue select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #000 !important;
	background-color: #F5FAFF !important;
}


/* Seite -> Unten */

#unten {
	position: relative;
	clear: both;
	height: 30px;
	width: 1000px;
	margin: auto;
	margin-top: -30px;
	text-align: left;
}

/* Unten -> abavo-Link */

#unten #abavo {
	position: absolute;
	right: 90px;
	color: #B9B9B9;
	margin-top: 5px;
}

/* Sitemap */

.csc-sitemap {
	margin: 4px 0 0 0;
	padding: 0px;
	display: inline;
}

.csc-sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	display: block;
	list-style-image: none !important;
}

.csc-sitemap ul ul {
	list-style-image: none !important;
}

.csc-sitemap li {
	margin: 0;
	padding: 0;
}

.sitemapEins  {
	display: none;
}

.sitemapZwei {
	padding: 15px 0px 12px 0px;
	background-image: url(../pictures/layout/mitte/inhalt/strichlinie_hellgrau.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
}

.sitemapZwei a {
	padding: 12px 0px 12px 20px;
	background-image: url(../pictures/layout/icons/page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #455868 !important;
}

.sitemapZwei a:link, .sitemapZwei a:visited {
	font-weight: bold;
	color: #006699;
}

.sitemapDrei {
	background-image: url(/fileadmin/pictures/layout/icons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 5px 0px 5px 20px;
	margin-top: 0px;
}

.sitemapDrei a:link, .sitemapDrei a:visited {
	color: #333;
}

.sitemapVier {
	background-image: url(/fileadmin/pictures/layout/icons/sub2_bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	margin: 0;
	padding: 0px 0px 3px 30px;
}

.sitemapVier a:link, .sitemapVier a:visited {
	color: #7B6768 !important;
}

/* Admin-Panel */

#adminpanel {
	position: absolute;
	z-index: 20;
	width: 300px;
	top: 14px;
	left: 50%;
	margin-left: -275px;
	text-align: left;
}


/* styles beinflussen in typo3\sysext\css_styled_content\static z.B. um Bildabstände zu ändern

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-right: 12px;
	padding-top: 10px;
}

/*DIV.csc-textpic-left,
DIV.csc-textpic-intext-left-nowrap,
DIV.csc-textpic-intext-left {
	padding-bottom: 12px;
}*/
	
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-left: 12px;
	padding-top: 10px;
}

.csc-textpic-caption {
	padding: 5px 0px;
	color: #7D7D7D;
	font-size: 10px;
	/*background-color: #DEE3E7;*/
}

/*.csc-header csc-header-n2 {
	padding: 50px;
}*/

.csc-textpic-clear {
	padding-bottom: 15px;
}

#merkzettel h3 {
	clear: both;
}

#merkzettel table.liste {
	width: 495px;
	margin-bottom: 0px;
}

#merkzettel table.liste th, #merkzettel table.liste td {
	border-bottom: none;
	border-top: none;
	border-right: none;
	padding: 6px 10px;
	background-image: url(../pictures/layout/hintergrund/punktlinie_produkte.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: left;
}

#merkzettel table.liste th {
	background-color: #FFF4F4;
	color: #8F5555;
}

#merkzettel table.liste th em {
	float: right;
	font-weight: normal;
	font-style: normal;
}

#merkzettel table.liste td h4 {
	margin-bottom: 2px;
}

#merkzettel table.liste td.checkbox {
	width: 20px;
}

#merkzettel table.liste td.checkbox input {
	background: none; 
	border: none; 
	width: auto;
}

#merkzettel table.liste td.preis {
	width: 80px;
	text-align: right;
}

#merkzettel .aktualisieren {
	width: 495px;
}

#merkzettel .aktualisieren a {
	float: right;
	background-color: #D9D9D9;
	text-decoration: none !important;
	color: #4E5E6D !important;
	font-size: 10px;
}

#merkzettel .aktualisieren a:hover {
	color: #B80003 !important;
}

#merkzettel .aktualisieren a img {
	vertical-align: -5px;
}