/*
Farben
schwarz: #000000; (schrift)
hellgrau: #333333; (überschriften)
hellgrau: #666666; (hover)
blau: #00A0C6; (shortcuts)
hellblau: #B2E0F0; (rahmen)
*/


body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 10px;
}

input
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/******************************
	layout
******************************/
#body1 {
	width: 780px;
	text-align: left;
	border: 1px solid #008BCA;
}

* html #body1 {
	width: 782px;
}

#logo {
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 10px 0px 0px;
}

/** html #logo {
	width: 170px;

}*/

#kopf {
	float: left;
	width: 590px;
	height: 110px;
}

#banner {
	width: 610px;
	height: 92px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 10 0;
}

* html #banner {
	height: 90px;
}

#shortcutlinks {
	width: 780px;
	height: 17px;
	padding: 3px 0px 0px 0px;
	font-size: 9px;
	color: #008BCA;
	text-align: right;
}

#inhalt_nav_container {
	position:relative;
	width: 780px;
	min-height: 400px;
	margin-top: 15px;
	background: #FFFFFF url(/art/bg.gif) repeat-y;
}

* html #inhalt_nav_container {
	height: 400px;
}

#navcontainer {
	float: left;
	width: 160px;
	padding: 0px 0px 10px 0px;
	margin-right: 20px;
	border-top: 1px solid #008BCA;
}

* html #navcontainer {
	width: 160px;
}

#error_navcontainer {
	float: left;
	width: 180px;
}

#kruemelnavigation {
	padding-bottom: 10px;
}

#inhalt_breit {
	float: left;
	width: 580px;
	min-height:400px;
	padding: 0px 20px 0px 0px;
}

* html #inhalt_breit {
	width: 580px;
}

#inhalt_schmal {
	float: left;
	width: 440px;
	padding: 0px 0px 10px 0px;
}

#spalte_rechts {
	float: left;
	width: 150px;
	padding: 0px 0px 10px 10px;
}

* html #spalte_rechts {
	width: 160px;
}

#seitentitel2 {
	position:absolute;
	bottom:0px;
	width: 778px;
	text-align: right;
	padding: 0px 2px 2px 0px;
}

#bannertitel {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #008BCA;
	font-weight: bold;
	font-style: italic;
}

#fusszeile 
{
	text-align: left;
	width: 780px;
	padding: 5px 0px;
}

#fusszeile p 
{
	font-size: 11px;
	margin: 0px;
}

#siteby
{
	float: left;
	width: 150px;
	padding-left: 10px;
}

* html #siteby
{
	width: 160px;
}

#siteby a
{
	color: #BBBBBB;
}

#adresse
{
	float: left;
	width: 600px;
	padding-left: 20px;
}

* html #adresse
{
	width: 620px;
}

#adresse a:hover 
{
	font-size: 11px;
}

#adresse a
{
	font-size: 11px;
}

/*------------------------------------------------------------------------*/


/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	font-size: 11px; 
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #008BCA;
}

#navcontainer ul a:hover {
	color: #343434;
	background-color: #008BCA;
}

#navcontainer ul a.parentactive {
	color: #343434;
	background-color: #008BCA;
}

#navcontainer ul a.active_first {
	color: #343434;
	background-color: #008BCA;
}

#navcontainer ul a:hover.parentactive {
	background-color: #008BCA;
}

#navcontainer ul a.active {
	color: #000;
	background-color: #008BCA;
}

#navcontainer ul a:hover.active {
	background-color: #008BCA;
}

#navcontainer ul a.active_no_kids {
	color: #343434;
	background-color: #E6E6E6;
}

#navcontainer ul a:hover.active_no_kids {
	background-color: #008BCA;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul a {
	color: #343434;
	padding-left: 20px;
	background: #B8DAEE url(/art/strichli.gif) no-repeat;
}

#navcontainer ul ul a.active {
	color: #000;
	background-color: #E2E1E1;
}

#navcontainer ul ul a.parentactive {
	color: #343434;
	background-color: #B8DAEE;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul a {
	background-color: #E8F2F9;
	background-image: none;
}
/*------------------------------------------------------------------------*/


/******************************
	kruemel-navigation 
******************************/
/*#kruemelnavigation ul
{
	list-style-type: none;
	margin: 0px;
	margin-left: -2px;
	padding: 0px;
	list-style-image: none;
}

#kruemelnavigation li
{
	float: left;
	margin: 0px;
	padding: 0px 2px;
	color: #B7B7B7;
}*/

#kruemelnavigation span
{
	color: #00A0C6;
}

#kruemelnavigation a
{
	color: #008BCA;
	text-decoration: none;
}

#kruemelnavigation a:hover
{
	color: #008BCA;
	text-decoration: underline;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/

* html #shortcutlinks {
	height: 20px;
}

#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #008BCA;
}

#shortcutlinks li.first
{
	border-left: 0px solid #008BCA;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	font-weight: normal;
	color: #008BCA;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #008BCA;
	text-decoration: underline;
}
/*------------------------------------------------------------------------*/

/******************************
	Sprach-Wechsel-Links
******************************/
#sprachenlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #B22C1B;
}

#sprachenlinks li.first
{
	border-left: 0px solid #B22C1B;
}

#sprachenlinks a.sprachwahl 
{
	font-size: 12px;
	font-weight: bold;
	color: #B22C1B;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #333333;
}

#sprachenlinks a.currentSprachwahl  
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #333333;
}
/*------------------------------------------------------------------------*/


/******************************
	Templates: produktbeschrieb 170
******************************/
img.produktdetailsBild
{
	border: 0px;
	width: 170px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktdetailsEinleitung, .produktdetailsEinleitung p
{
	font-weight: bold;
}

.produktdetailsHauptinhalt
{
	margin: 0px 0px 10px 0px;
}

.produktdetailsHauptinhalt p
{
	margin: 0px 0px 10px 0px;
}

.produktKind
{
	clear: both;
	margin: 4px 0px;
}

* html .produktKind
{
	margin: 0px;
}

img.produktkindBild
{
	border: 0px;
	width: 170px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktkindBildPlatzhalter
{
	width: 170px;
	height: 70px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-color: pink;
}

.produktkindBildPlatzhalter a
{
	display: block;
	width: 170px;
	height: 80px;
	text-decoration: none;
}

.produktkindText
{
	width: 380px;
	padding-bottom: 15px;
	float: left;
}
#hauptinhalt .produktkindText
{
	width: 380px;
	float: left;
}

#hauptinhalt_gross .produktkindText
{
	width: 569px;
	float: left;
}

.produktKind h3 a, .produktKind h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00A0C6;
}

.produktkindEinleitung
{
}

.produktkindEinleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 120
******************************/
img.produktdetails120Bild
{
	border: 0px;
	width: 120px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktdetails120Einleitung, .produktdetails120Einleitung p
{
	font-weight: bold;
}

.produktdetails120Hauptinhalt
{
	margin: 0px 0px 10px 0px;
}

.produktdetails120Hauptinhalt p
{
	margin: 0px 0px 10px 0px;
}

.produktKind120
{
	clear: both;
	margin: 4px 0px;
}

* html .produktKind120
{
	margin: 0px;
}

img.produktkind120Bild
{
	border: 0px;
	width: 120px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktkind120BildPlatzhalter
{
	width: 120px;
	height: 70px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-color: pink;
}

.produktkind120BildPlatzhalter a
{
	display: block;
	width: 120px;
	height: 80px;
	text-decoration: none;
}

.produktkind120Text
{
	padding-bottom: 12px;
}

#hauptinhalt .produktkind120Text
{
	width: 430px;
	float: left;
}

#hauptinhalt_gross .produktkind120Text
{
	width: 619px;
	float: left;
}

.produktKind120 h3 a, .produktKind120 h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind120 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00A0C6;
}

.produktkind120Einleitung
{
}

.produktkind120Einleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 90
******************************/
img.produktdetails90Bild
{
	border: 0px;
	width: 90px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktdetails90Einleitung, .produktdetails90Einleitung p
{
	font-weight: bold;
}

.produktdetails90Hauptinhalt
{
	margin: 0px 0px 10px 0px;
}

.produktdetails90Hauptinhalt p
{
	margin: 0px 0px 10px 0px;
}

.produktKind90
{
	clear: both;
	margin: 4px 0px;
}

/** html .produktKind90
{
	margin: 0px;
}*/

img.produktkind90Bild
{
	border: 0px;
	width: 90px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktkind90BildPlatzhalter
{
	width: 90px;
	height: 70px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-color: pink;
}

.produktkind90BildPlatzhalter a
{
	display: block;
	width: 90px;
	height: 80px;
	text-decoration: none;
}

#hauptinhalt .produktkind90Text
{
	width: 460px;
	padding-bottom: 12px;
	float: left;
}

#hauptinhalt_gross .produktkind90Text
{
	width: 649px;
	float: left;
}

.produktKind90 h3 a, .produktKind90 h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind90 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00A0C6;
}

.produktkind90Einleitung p
{
	/*margin-bottom: 20px;*/
}

.produktkind90Einleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Templates: produktbeschrieb 20
******************************/
img.produktdetails20Bild
{
	border: 0px;
	width: 20px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktdetails20Einleitung, .produktdetails20Einleitung p
{
	font-weight: bold;
}

.produktdetails20Hauptinhalt
{
	margin: 0px 0px 10px 0px;
}

.produktdetails20Hauptinhalt p
{
	margin: 0px 0px 10px 0px;
}

.produktKind20
{
	clear: both;
	margin: 4px 0px;
}

/** html .produktKind20
{
	margin: 0px;
}*/

img.produktkind20Bild
{
	border: 0px;
	width: 20px;
	margin: 0px 10px 5px 0px;
	float: left;
}

.produktkind20BildPlatzhalter
{
	width: 20px;
	height: 70px;
	margin: 0px 10px 5px 0px;
	float: left;
	background-color: pink;
}

.produktkind20BildPlatzhalter a
{
	display: block;
	width: 20px;
	height: 80px;
	text-decoration: none;
}

#hauptinhalt .produktkind20Text
{
	width: 460px;
	padding-bottom: 12px;
	float: left;
}

#hauptinhalt_gross .produktkind20Text
{
	width: 649px;
	float: left;
}

.produktKind20 h3 a, .produktKind20 h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind20 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00A0C6;
}

.produktkind20Einleitung p
{
	/*margin-bottom: 20px;*/
}

.produktkind20Einleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}
.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 4px;
	background: url(/art/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/tabs/passiv_links.gif) no-repeat left top;
    padding: 5px 15px 4px;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/tabs/aktiv_links.gif);
	padding-bottom: 5px;
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	clear: left;
	width: 100%;
	padding: 10px 0px 5px 0px;
}

* html .tabs .tabinhalt
{
	width: 98%;
}

.tabs .tabinhalt div
{
	padding: 2px;
}

.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

p, td, th, tr, li  {
	font-size: 11px;
	color: #000000;
}

th {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a {
	font-size: 11px;
	font-weight: normal;
	color: #008BCA;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #008BCA;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-image: url(image/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #008BCA;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00A0C6;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #000000;
	height: 1px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

/******************************
	Newsletter 
******************************/
#newsletter_formular input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

#newsletter_formular input.submit{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B22C1B;
	border: 1px solid #B22C1B;
	height: 19px;
	padding-bottom: 1px;
}

.fehler {
	color: #B22C1B;
}

/*--------------------------------------------------*/

/******************************
	bildgalerie 
******************************/
#galerieUebersicht {
	padding-top: 10px;
}

#galerieTabLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#galerieTabLinks ul li {
	float: left;
	display: block;
	padding-right: 10px;
}

#galerieTabLinks ul li.selected a{
	color: green;
}

#galerie_detail_bild {
	padding-top: 10px;
}

#galerie_detail_bild h2 {
	margin-bottom: 10px;
}

.bild_klein {
	float: left;
	width: 170px;
	padding-bottom: 10px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 11px;
}

/*--------------------------------------------------*/
/******************************
	shop 
******************************/

#shop input, #shop select
{
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}

.zebra0
{
	background-color: #ffffff;
}

.zebra1
{
	background-color: #C5D0E9;
}

/*Formular Login */

.inputLogin
{
	width: 120px;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #F6F6F7;
}

#agbs
{
	margin: 10px 0px;
	border-top: solid 1px #C5D0E9;
	border-bottom: solid 1px #C5D0E9;
}

/*--------------------------------------------------*/

/******************************
	kursDB 
******************************/
tr.kursliste
{
	cursor: hand;
	background-color: #F0F0F0;
}

tr.kurslistehover
{
	background-color: #999999;
	color: #ED171F;
}

select.kursFormularKurse
{
	width: 350px;
}

#kurssuchformular p
{
	margin: 5px;
}

#kurssuchformular div
{
	padding: 1px;
}

tr.suchresultatheader
{
	background-color: #E0E0E0;
}

tr.suchresultatheader td
{
	font-weight: bold;
}

tr.suchresultatzebra0
{
	cursor: hand;
	background-color: #F0F0F0;
}

tr.suchresultatzebra1
{
	cursor: hand;
	background-color: #FFFFFF;
}

tr.suchresultatzebrahover
{
	background-color: #999999;
}
/*--------------------------------------------------*/

/******************************
	teaser 
******************************/
#teaser_body {
	z-index: 2000;
	position: absolute;
	top: 450px;
	left: 290px;
	border: 1px solid black;
	width: 370px;
	background-image: url(/bilder/bg.gif);
	background-repeat: repeat-x;
	background-color: white;
}

* html #teaser_body {
	width: 372px;
	top: 470px;
	left: 280px;
}

#teaser_logo {
	float: left;
	width: 230px;
	height: 80px;
}

#teaser_kopfrechts {
	float: left;
	width: 140px;
	height: 80px;
}

#teaser_close {
	width: 15px;
	height: 15px;
	padding: 10px 10px 0px 115px;
	background-color: #D92819;
}

* html #teaser_close {
	width: 140px;
	height: 25px;
	text-align: right;
}

#teaser_sprache {
	width: 140px;
	height: 12px;
	padding: 33px 0px 10px 0px;
	background-color: #D92819;
}

* html #teaser_sprache {
	height: 55px;
	padding: 33px 0px 0px 0px;
}

#teaser_sprache ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#teaser_sprache li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #B22C1B;
}

#teaser_sprache li.first
{
	border-left: none;
}

#teaser_sprache a.sprachwahl 
{
	font-size: 12px;
	font-weight: bold;
	color: #B22C1B;
	text-decoration: none;
}

#teaser_sprache a:hover.sprachwahl 
{
	color: #008BCA;
}

#teaser_sprache a.currentSprachwahl  
{
	font-size: 12px;
	font-weight: bold;
	color: #008BCA;
	text-decoration: underline;
}

#teaser_sprache a:hover.currentSprachwahl 
{
	color: #333333;
}

#teaser_content {
	width: 370px;
	height: 140px;
	padding: 0px;
	text-align: left;
	clear: both;
}

#teaser_fuss {
	width: 370px;
	height: 70px;
	background-color: #DEE7F7;
}

/*--------------------------------------------------*/
/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*--------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}





