body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 18px;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #000000;
	padding: 0px;
}

a {
	font-size: 12px;
	color: #666666;
}

a:hover {
	color: #000000;
}

ul {
	list-style-type: disc;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #666666;
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #666666;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	margin: 0px;
	padding: 5px 0px;
}

h2 {
	font-size:14px;
	font-weight: bold;
	font-style:italic;
	margin: 5px 0px;
	padding: 0px;
	color: #000000;
}

h3, h4{
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	margin: 5px 0px;
	padding: 0px;
	color: #000000;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	margin: 0px 0px;
	padding: 0px;
	color: #000000;
}

hr {
	background-color: #999999;
	color: #999999;
	border: #999999;
	height: 1px;
	color: #000000;
}

strong { font-weight: bold;}

img { border: 0px none; }

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	color: Black;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	margin-bottom: 4px;
	padding-right: 5px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 10px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#body{
margin: auto;
width: 990px;
}

#border_top{
float: left;
width: 990px;
height:10px;
margin:0px;
padding:0px;
line-height:normal;
}

#border_top img{
margin:0px;
padding:0px;
float:left;
}

#set{
float: left;
width: 980px;
text-align: left;
margin: 0px;
padding-right:10px;
background-image:url(/art/ksu/border_right.gif);
background-repeat:repeat-y;
background-position:right;
border-left:1px solid #d8d8d8;
}

/*#set div{
float:left;
overflow:hidden;
}*/

#header{
width: 980px;
height:100px;
}

#logo{
float:left;
width: 520px;
/*width:580px;*/
height:100px;
}

#logo img{
padding:22px 0px 0px 12px;
}

#shortcutlinks{
float:left;
text-align: right;
width: 219px;
/*width:155px;*/
height:20px;
padding-top:80px;
}

#sprachenlinks{
float:left;
text-align:right;
width:120px;
height:20px;
padding-top:80px;
}

#suche{
float:left;
width:120px;
height:20px;
padding-top:80px;
}

#suche input{
width:100px;
color:#666666;
}

#container{
float:left;
width:980px;	
}

#banner{
width:980px;
height:128px;
}

#navcontainer{
float:left;
width:190px;	
padding:30px 30px 0px 10px;
}

#content{
float:left;
width:750px;
}

#h1{
width:530px;
border-bottom:1px solid #e2001a;
padding-top:26px;
float: left;
}

#main{
float:left;
width:730px;
padding-right:20px;
}

#main_supp{
width:530px;
padding-right:20px;
}

#supp{
width:180px;
padding-right:20px;
}

#footer{
float:left;
overflow: hidden;
width: 960px;
height: 35px;
padding: 20px 10px 0px;
}

#footer p{
color: #666666;
margin: 0px;
padding: 0px;
}

#bottom{
float: left;
width: 980px;
height:10px;
border-left:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
}

#corner_right_bottom{
float: left;
width: 9px;
height:10px;
background-image:url(/art/ksu/corner_right_bottom.gif);
background-repeat: no-repeat;
}

.lightbox img {
    border: 3px solid #EBEBEB;
    margin: 0 10px 10px 0;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	border-bottom: 1px solid #999999;
}

#navcontainer ul li.first {
	border-bottom: 1px solid #999999;
}

#navcontainer ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	display: block;
}

#navcontainer ul li:hover {
	border-bottom: 1px solid #E2001A;
}

#navcontainer ul li a:hover {
	color:#000;
}

#navcontainer ul a.parentactive {
	border-bottom: 1px solid #E2001A;
	color:#000;
}

#navcontainer ul li.parentactive {
	border-bottom: none;
	padding-bottom:10px;
}

#navcontainer ul li.first {
	padding-top:0px;
}

#navcontainer ul li.parentactive a.active {
	padding-bottom:3px;
}



#navcontainer ul a:hover.parentactive {

}

#navcontainer ul li a.active {
	padding-top:3px;
	border-bottom: 1px solid #E2001A;
	padding-bottom:0px;
	/*margin-bottom:10px;*/
}

#navcontainer ul li a.active{
	color:#000;
}


#navcontainer ul a:hover.active {

}

#navcontainer ul li.active_no_kids {
	padding-top:3px;
	border-bottom: 1px solid #E2001A;
	padding-bottom:0px;
	/*margin-bottom:10px;*/
}

#navcontainer ul li a.active_no_kids {
	color:#000;
}

#navcontainer ul a:hover.active_no_kids {

}

/******************************
	stufe 2 
******************************/

#navcontainer ul ul {
line-height:14px;
margin-top: 10px;
}

#navcontainer ul ul li{
border-bottom:none;
}

#navcontainer ul ul li:hover{
border-bottom:none;
}

#navcontainer ul ul li.parentactive {
border-bottom: none;
padding:0px;
}



#navcontainer ul ul li a {
color:#000;
font-size:12px;
}

#navcontainer ul ul li a:hover {
background-color: #F4F4F4;
}

#navcontainer ul ul li, #navcontainer ul ul li.first, #navcontainer ul ul li.last{

}

#navcontainer ul ul li.last a {

}

#navcontainer ul ul a.active, #navcontainer ul ul a.parentactive, #navcontainer ul ul a.active_no_kids
{

}

#navcontainer ul ul a.active {
	font-weight:bold;
	border:none;
}

#navcontainer ul ul li.last a:hover.parentactive {

}

#navcontainer ul ul a.active_no_kids {
	font-weight:bold;
	border:none;
}

#navcontainer ul ul li.active_no_kids {
	padding:0px;
	margin:0px;
}

#navcontainer ul ul li a.active {

}

#navcontainer ul ul li.last a:hover.active {

}

#navcontainer ul ul li.first{
border-bottom:none;
padding-top:3px;
}

/******************************
	stufe 3 
******************************/


#navcontainer ul ul ul li {

}

#navcontainer ul ul ul a.active, #navcontainer ul ul ul a.active_no_kids {

}
/*------------------------------------------------------------------------*/


/******************************
	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: #0C1874;
}

#kruemelnavigation a
{
	color: #0C1874;
	text-decoration: none;
}

#kruemelnavigation a:hover
{
	color: #999999;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #666666;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks li.last
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #333333;
}
/*------------------------------------------------------------------------*/

/******************************
	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 #0C1874;
}

#sprachenlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#sprachenlinks li.last {
	/*border-right: 1px solid #666666;*/
}

#sprachenlinks a.sprachwahl 
{
	font-size: 11px;
	font-weight: normal;
	color: #0C1874;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #333333;
}

#sprachenlinks a.currentSprachwahl  
{
	font-size: 11px;
	font-weight: bold;
	color: #0C1874;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #333333;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Download 
******************************/
#download {
	padding: 10px 0px;
	float: left;
	width: 100%;
}

#download a {
	display: block;
	padding: 3px 0px;
	/*color:#f41417;*/
	text-decoration: none;
}


#download th, #download td {
	border-bottom: 1px solid #999999;
}

#download tr:hover {
	background-color:#EFEFEF;
	background-color:#C3C8DD;
}

#download th , #download th:hover{
	background-color:#ffffff;
}


/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------*/

/******************************
Template: produktRiseriaDB
******************************/

#produktRiseriaDetail{
width:540px;
height:300px;
border:1px solid #FAE7A2;
padding:0px;
}

#produktRiseriaDetail #header {
width:540px;
height:20px;
background-color:#FAE7A2;
padding:0px;
}

#produktRiseriaDetail #bild {
width:160px;
float:left;
padding:0px;
text-align:center;
padding-top:10px;
}

#produktRiseriaDetail #beschreibung {
width:380px;
float:right;
padding:0px;
padding-top:10px;
}

#produktRiseriaDetail #tabelle {
width:380px;
float:right;
padding: 10px 0px 0px 0px;

}

#produktRiseriaDetail #tabelle table td{
vertical-align:top;
padding-left:4px;
text-align:left;
width:380px;
}

#produktRiseriaDetail #tabelle table div.links{
width:140px;
font-weight:bold;
float:left;
}

#produktRiseriaDetail #tabelle table div.rechts{
float:left;
}

#produktRiseriaDetail table tr{
width:100%;
}

#produktRiseriaDetail table tr.hell{
background-color:#FFFFFF;
}

#produktRiseriaDetail table tr.dunkel{
background-color:#FAE7A2;
}

#produktRiseriaDetail .titel{
font-weight:bold;
float:left;
}

#produktRiseriaDetail .antifloat{
float: none;
visibility:visible;
}
/*------------------------------------------------------------------------*/

/******************************
Template: News Quality (dynDB_news_quality)
******************************/
.dynDB_news_quality .ort
{
	display: inline;
}
.dynDB_news_quality .datumvon
{
	display: inline;
}
.dynDB_news_quality .lead, .dynDB_news_quality .lead p, .dynDB_news_quality .lead td
{
	font-weight: bold;
}
/*------------------------------------------------------------------------*/

/******************************
Template: News-Liste und News-Archiv Quality ( listeKindinhalte_newsarchiv_quality oder listeKindinhalte_newsliste_quality )
******************************/
.listeKindinhalte_newsarchiv_quality .lead .ort, .listeKindinhalte_newsliste_quality .lead .ort
{
	float: left;
	margin-right: 5px;
}
/*------------------------------------------------------------------------*/

/******************************
Template: seiteweiterempfehlen
******************************/
#seiteweiterempfehlen td {
	text-align:left;
	vertical-align:top;
}

#seiteweiterempfehlen td.buttons {
	text-align:right;
	vertical-align:top;
}

#seiteweiterempfehlen_vorschau{
	background-color: #EFEFEF;
	width:500px;
	border: 1px solid #999999;
	padding: 10px;
}

#seiteweiterempfehlen td.vorschau_buttons {
	width:406px;
	text-align:right;
	vertical-align:top;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Newsletterliste
******************************/
#NewsletterListe{
	
}

#NewsletterListe a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #282C41;
	text-decoration: underline;
}

#NewsletterListe a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#NewsletterListe #header{
	height:103px;
	width:760px;
	background-color:#272C40;
	/*background-image: url(art/wef.gif);
	background-repeat:no-repeat;*/
}
#NewsletterListe #header #newsletter{
	position: relative;
	left: 20px;
	top: 14px;
	float:left;
}
#NewsletterListe #header #worldeconomicforum{
	position: relative;
	left: 60px;
	top: 7px;
	float:left;
}
#NewsletterListe #header #weforum{
	position: relative;
	left: -486px;
	top: 86px;
	float:left;
}

#NewsletterListe #header #monat{
	position: relative;
	left: -260px;
	top: 84px;
	float:left;
}

#NewsletterListe #header #monat a{
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
}

#NewsletterListe #NewsletterPDF{
	text-align:center; 
	border-bottom:2px solid #282B40; 
	padding:4px;
}

#NewsletterListe #NewsletterPDF a{
	
	font-size: 11px;
	font-weight: normal;
	color:#515465;
	text-decoration: none;
}

#NewsletterListe .titel1{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#NewsletterListe .titel2{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight:normal;
}

#NewsletterListe .trennlinie{
	 border-bottom:1px solid #FE9900;
}

#NewsletterListe table{
	border: none;
	margin:0px;
	padding:20px;
	width:100%;
}

#NewsletterListe table td{
	padding:5px;
	width:100%;
	vertical-align:top;
}

#NewsletterListe .BildKlein{ 
width:10%;
}
/*------------------------------------------------------------------------*/

/******************************
	Newsletterliste Details
******************************/
#NewsletterListeDetails{
	
}

#NewsletterListeDetails a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #282C41;
	text-decoration: underline;
}

#NewsletterListeDetails a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#NewsletterListeDetails #header{
	height:103px;
	width:760px;
	background-color:#272C40;
}
#NewsletterListeDetails #header #newsletter{
	position: relative;
	left: 20px;
	top: 14px;
	float:left;
}
#NewsletterListeDetails #header #worldeconomicforum{
	position: relative;
	left: 60px;
	top: 7px;
	float:left;
}
#NewsletterListeDetails #header #weforum{
	position: relative;
	left: -486px;
	top: 86px;
	float:left;
}

#NewsletterListeDetails #header #monat{
	position: relative;
	left: -260px;
	top: 84px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration: none;
}

#NewsletterListeDetails #content{
	padding:15px;
}

#NewsletterListeDetails #content #NewsletterListeNavigation{
	width:265px;
	height:500px;
	background-image:url(art/newsletterlisteDetails_verlauf.jpg);
	background-repeat:repeat-x;
	float: left;
	border-top:2px solid #282C41;
}
#NewsletterListeDetails #content #NewsletterListeNavigation #navifeld{
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	letter-spacing:1px;
}
#NewsletterListeDetails #content #NewsletterListeNavigation #navifeld a{
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1px;
}
#NewsletterListeDetails #content #NewsletterListeNavigation .trennlinie{
	margin: 0px 10px 0px 10px;
	border-bottom:1px solid #282C41;
}

#NewsletterListeDetails #content #NewsletterListeNavigation ul{
	list-style-type: none;
	list-style-image:none;
}
#NewsletterListeDetails #content #NewsletterListeNavigation ul li{
	padding:8px;
}
#NewsletterListeDetails #content #NewsletterListeNavigation ul li a{
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1px;
}
#NewsletterListeDetails #content #NewsletterListeNavigation ul li a:hover{
	font-weight: bold;
	color:#FE9900;
	text-decoration:underline;
	letter-spacing:1px;
}

#NewsletterListeDetails #content #details{
	border-top:2px solid #282C41;
	padding: 30px 0px 15px 15px;
	float: left;
	width: 450px;
}

#NewsletterListeDetails #content .titel1{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;

}

#NewsletterListeDetails #content .titel2{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;

}

#NewsletterListeDetails #content .trennlinie{
	border-bottom:1px solid #FE9900;
}
/*------------------------------------------------------------------------*/


/******************************
	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;
}

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: 11px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B22C1B;
}

.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;
}

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: 11px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind120 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B22C1B;
}

.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;
}

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: 11px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind90 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B22C1B;
}

.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;
}

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: 530px;
	padding-bottom: 12px;
	float: left;
}

#hauptinhalt_gross .produktKind20Text
{
	width: 719px;
	float: left;
}

.produktKind20 h3 a, .produktKind20 h3 a:hover
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.produktKind20 h3
{
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B22C1B;
}

.produktKind20Einleitung p
{
	/*margin-bottom: 20px;*/
}

.produktKind20Einleitung p
{
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
	float: left;
	width: 98%;
	margin-bottom: 10px;
}

* html .tabs
{
	float: none;
	width: 98%;
}

/* 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;
	padding-left: 15px;
	background: url(/art/tabs/li_passiv_links.gif) no-repeat left top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/tabs/passiv_rechts.gif) no-repeat right top;
    padding: 5px 15px 4px 0px;
	text-decoration:none;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background: url(/art/tabs/li_aktiv_links.gif) no-repeat left top;
}

.tabs .tabNavi ul li.aktiv a
{
	background: url(/art/tabs/aktiv_rechts.gif) no-repeat right top;
	/*padding-bottom: 5px;*/
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	/*clear: left;*/
	float: left;
	width: 97%;
	padding-bottom: 5px;
}

.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;
}


/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_events
******************************/

.listeKindinhalte_events ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_events ul li.zebra0
{
	background-color: #FFFFFF;
}

.listeKindinhalte_events ul li.zebra1
{
	background-color: #F5F5F5;
}

.listeKindinhalte_events ul li a
{
	display: block;
}

.listeKindinhalte_events ul li a:hover
{
	background-color: #E5F3F8;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_bildtitel
******************************/

.listeKindinhalte_bildtitel ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_bildtitel ul li
{
	float: left;
	width: 30%;
	margin: 1px;
	padding: 1px;
}

.listeKindinhalte_bildtitel ul li.zebra0
{
	background-color: #FFFFFF;
}

.listeKindinhalte_bildtitel ul li.zebra1
{
	background-color: #F5F5F5;
}

.listeKindinhalte_bildtitel ul li a
{
	display: block;
}

.listeKindinhalte_bildtitel ul li a:hover
{
	background-color: #E5F3F8;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_dropdown
******************************/

.listeKindinhalte_dropdown form
{
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_dropdown form select
{
	font-size: 8px;
	background-color: #CCE7F2;
}

.listeKindinhalte_dropdown form option.zebra0
{
	background-color: transparent;
}

.listeKindinhalte_dropdown form option.zebra1
{
	background-color: transparent;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_bernerchanne
******************************/
#bernerchanne_bild {
	float: left;
}

#bernerchanne_liste {
	float: left;
	padding-left: 10px;
}

#bernerchanne_liste ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#bernerchanne_liste li.zebra0
{
	background-color: #FFFFFF;
}

#bernerchanne_liste li.zebra1
{
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_bernerchanne_archiv
******************************/
.listeKindinhalte_bernerchanne_archiv ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_bernerchanne_archiv li.zebra0
{
	background-color: #FFFFFF;
}

.listeKindinhalte_bernerchanne_archiv li.zebra1
{
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_newsDetails
******************************/

.eintrag {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px 0px 15px 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	list-style-type: none;
}

.eintrag:hover
{
	background-color: #DDDDDD;
}

.eintrag a{
	text-decoration: none;
}

.weiter_link { float: right; text-decoration: none; }

.listeKindinhalte_newsDetails a {
	font-weight: bold;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: dynDB_kamblyProdukt
******************************/
.dynDB_kamblyProdukt .tabs .tabNavi
{
	margin-bottom: 5px;
}

.dynDB_kamblyProdukt img#id_bildGross
{
	float: left;
	padding-right: 10px;
}

.dynDB_kamblyProdukt div.bildFlickering
{
	float: left;
	margin-right: 10px;
	width:320px;
}

.dynDB_kamblyProdukt .nebenBildFlickering
{
	float: left;
	
}

/*
bei champagne weniger breit
*/
#body_gelb .dynDB_kamblyProdukt .nebenBildFlickering
{
	width: 290px;
}

/*
bei goldfish weniger breit
*/
#body .dynDB_kamblyProdukt .nebenBildFlickering
{
	width: 230px;
}

.dynDB_kamblyProdukt .nebenBildFlickering h3
{
	margin: 0px;
}

.dynDB_kamblyProdukt .nebenBildFlickering div
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.dynDB_kamblyProdukt .ProduktAllg_beschreibung
{
}

.dynDB_kamblyProdukt table
{
	border-collapse: collapse;
}

.dynDB_kamblyProdukt table th
{
	text-align: left;
	padding: 2px;
}

.dynDB_kamblyProdukt table td
{
	padding: 2px;
}

.dynDB_kamblyProdukt .dyndb_bezeichnungVorher
{
	width: 150px;
}

/******************************
	Template: listeKindinhalte_kamblyProduktUebersicht
******************************/
.listeKindinhalte_produktUebersichtKambly {
	
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt {
	float: left;
	width: 32%;
	margin: 2px;
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt p {
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt a {
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt a:hover {
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt a img
{
	border: 1px solid #FFFFFF;
}

.listeKindinhalte_produktUebersichtKambly .kamblyProdukt a:hover img
{
	border: 1px solid #000000;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_produktNeuheitenKambly
******************************/
.listeKindinhalte_produktNeuheitenKambly .kamblyProdukt {
	float: left;
	width: 32%;
	margin: 2px;
}

.listeKindinhalte_produktNeuheitenKambly .kamblyProdukt p {
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_produktNeuheitenKambly .kamblyProdukt h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.listeKindinhalte_produktNeuheitenKambly .kamblyProdukt a img
{
	border: 1px solid #FFFFFF;
}

.listeKindinhalte_produktNeuheitenKambly .kamblyProdukt a:hover img
{
	border: 1px solid #000000;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: Gästebuch
******************************/

/* Formular */

.gaestebuchform
{
	
	text-align: center;
	width: 505px;
}

.gaestebuchform .formular
{
	display: none;
}
.gaestebuchform .formularshow
{
	display: block;
}

.gaestebuchform input
{
	
}

.gaestebuchform label
{
	padding-right: 5px;
	
}

.gaestebuchform .label_absender
{
	padding-right: 200px;
}

.gaestebuchform .label_nachricht
{
	padding-right: 160px;
	height: 5px;
}

.gaestebuchform .form_absender
{

}

.gaestebuchform .form_senden
{

}

.gaestebuchform textarea
{

}

.gaestebuchformlink
{
	
	width: 505px;
	text-align: right;
	padding-bottom: 30px;
}

/* Inhalt Gästebuch */

.gaestebuch
{
	
	width: 505px;
}

.gaestebucheintrag
{
	
	
}

.gaestebuch_absender
{
	float: left;
	
	
	font-weight: bold;
}

.gaestebuch_datum
{
	float: right;
	text-align: right;
	font-weight: bold;
}

.gaestebuch_nachricht
{
	border-top: 1px dotted #ABABAB;
	border-bottom: 1px dotted #ABABAB;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
	
}

/* Blättern */

.gaestebuch_blaettern
{
	
}

.gaestebuch_blaettern li
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px 5px;
	float: left;
}

.gaestebuch_blaettern li.first
{
	/*border-right: 1px solid black;*/
	
}

.gaestebuch_blaettern li.last
{
	/*border-left: 1px solid black;*/
	
}

.gaestebuch_blaettern li a
{
	border-right: 1px solid black;
	padding-left: 2px;
	padding-right: 8px; 
}

.gaestebuch_blaettern li a.aktiv
{
	background-color: #D7D7D7;
}

/*------------------------------------------------------------------------*/

/******************************
	Newsletter 
******************************/
#newsletter_formular td{
	

}

#newsletter_formular input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

#newsletter_formular input#f, #newsletter_formular input#m{
	margin:0px;
	padding:0px;
}

* html #newsletter_formular td{
padding:2px;
}

* html #newsletter_formular .submit{
margin:0px;
padding:0px;
width:78px;
}

.fehler {
	color: #B22C1B;
}
/*------------------------------------------------------------------------*/

/******************************
	bildgalerie 
******************************/
/* thumbnail */
#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;
}

.bilder_klein_ohne_tabs {
	padding-top: 15px;
}

.bilder_klein_mit_tabs {
	padding-top: 10px;
}

.bild_klein {
	float: left;
	width: 170px;
	padding-bottom: 10px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 10px;
}

.bildbeschreibung {
}


.galerie_thumbnails {
}

.galerie_thumbnails .galerie_bild {
	float: left;
	width: 50%;
}

/* uebersichtUndDetail */
#bildListe {
	float: left;
	width: 150px;
}

#bildliste img {
	width: 150px;
}

#bildText {
	float: left;
	width: 180px;
	padding: 0px 10px;
}

#bildDetailbild {
	float: left;
	width: 370px;
	background: no-repeat top right;
}

#seitenLinks {
	clear: both;
}

/* seitenzahlen */
.galerie_seitenzahlen 
{
	padding: 2px 5px;
}

.galerie_seitenzahlen ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_seitenzahlen ul li
{
	float: left;
	display: block;
	width: 2em;
	border-left: 1px solid dodgerblue;
}

.galerie_seitenzahlen ul li.first
{
	border-left: 0px solid dodgerblue;
}

.galerie_seitenzahlen ul li.last
{
}

.galerie_seitenzahlen ul li a
{
	display: block;
	text-align: center;
	background-color: aliceblue;
}

.galerie_seitenzahlen ul li a:hover
{
	background-color: lightskyblue;
}

.galerie_seitenzahlen ul li a.aktiv
{
	background-color: lightblue;
}

/* zurück weiter */
.galerie_zurueckSeiteWeiter 
{
	padding: 2px;
}

.galerie_zurueckSeiteWeiter ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_zurueckSeiteWeiter ul li {
	float: left;
	width: 33%;
	display: block;
}

.galerie_zurueckSeiteWeiter ul li.zurueck {
	
}

.galerie_zurueckSeiteWeiter ul li.seiteXvonY {
	text-align: center;
}

.galerie_zurueckSeiteWeiter ul li.weiter {
	text-align: right;
}

.galerie_zurueckSeiteWeiter ul li a {
	display: inline;
}

/* navigation */
.galerie_navigation {
	clear: left;
}

.galerie_navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.galerie_navigation ul li {
	float: left;
	padding: 2px 6px;
}

.galerie_navigation ul li.zurueck {
	padding-left: 0px;
}

.galerie_navigation .galerie_seitenzahlen {
	float: left;
	margin: 0px;
	padding: 0px;
}

.galerie_navigation .galerie_seitenzahlen ul li {
	padding: 0px;
	border-left: 1px solid dodgerblue;
}

.galerie_navigation .galerie_seitenzahlen ul li.last
{
	border-right: 1px solid dodgerblue;
}

.galerie_navigation ul li.weiter {
	padding-right: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	shop 
******************************/
#shop {
	font-size: 12px;
}

#shop input, #shop select
{
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}

.zebra0
{
	background-color: #ffffff;
}

.zebra1
{
	background-color: #C5D0E9;
}

/* Shop übersicht */
.inliste {
	float: left;
	width: 150px;
}

.ubersicht_bild {
	float: left;
	width: 50px;
}

.ubersicht_titel {
	float: left;
	padding: 0px 5px;
}

/* Kategorie */
.kategorieArtikel {
	float: left;
	width: 150px;
	height: 150px;
	font-size: 12px;
}

.kategorieArtikelBild {
	width: 100px;
	height: 100px;
	vertical-align: bottom;
}

.kategorieArtikelBild img, .kategorieArtikelBild input {
	border: none;
}

.kategorieArtikelTitel {
	color: #666666;
	font-weight: bold;
}

.kategorieArtikelText {
}

.kategorieArtikelPreis {
	font-weight: bold;
}

/* Artikeldetails */
#artikelDetailBild {
	float: left;
}

#artikelDetailBild img {
	width: 200px;
	border: none;
}

#artikelDetails {
	float: left;
	padding-left: 10px;
}

#artikelDetailTitel {
	color: #666666;
	font-weight: bold;
}

#artikelDetailText {
	padding: 10px 0px;
}

#artikelDetailAnzahl {
	float: left;
}

#artikelDetailPreis {
	float: left;
	padding-left: 5px;
}

#artikelDetailSubmit {
	clear: both;
}

#artikelDetailSubmit input {
	border: none;
}

#artikelDetailHinweise {
	clear: both;
	padding: 10px 0px;
}

/* Warenkorb */
th.rechtsbuendig {
	text-align: right;
}

td.total {
	border-top: 1px solid #000000;
	border-bottom: 3px double #000000;
}

/*Formular Login */

.inputLogin
{
	width: 120px;
	font-size: 10px;
	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;
}

.kurssuche_bezeichnung {
	float: left;
	width: 86px;
}

.kurssuche_suchfeld {
	float: left;
	width: 110px;
	text-align: right;
}

.kurssuche_suchfeld input, .kurssuche_suchfeld select{
	width: 110px;
	margin: 0px;
}

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;
}

p.kurs_ausgebucht 
{
	color: #FF0000;
}
/*------------------------------------------------------------------------*/

/******************************
	job 
******************************/
.job td p{
	margin-top: 0px;
}

.job .bezeichnung {
	font-weight: bold;
	font-size: 11px;
}

.job .bezeichnung p {
	font-size: 11px;
}

.job .termin {
	font-weight: bold;
}

.job .emaillink {
	
}

/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_jobListe
******************************/

.listeKindinhalte_jobListe ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_jobListe tr p
{
	margin-top: 0px;
}

.listeKindinhalte_jobListe tr.zebra0
{
	background-color: #FFFFFF;
}

.listeKindinhalte_jobListe tr.zebra1
{
	background-color: #F5F5F5;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_kindListeCta
******************************/

.listeKindinhalte_kindListeCta {
	padding-bottom: 10px;
}

.listeKindinhalte_kindListeCta h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}

.listeKindinhalte_kindListeCta .bild {
	float: left;
}

.listeKindinhalte_kindListeCta .bild img {
	border: none;
}

.listeKindinhalte_kindListeCta .einleitung {
	float: left;
	padding: 0px 0px 0px 5px;
}

.listeKindinhalte_kindListeCta .einleitung p {
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}

.listeKindinhalte_kindListeCta .einleitung a {
	color: #000000;
}

.listeKindinhalte_kindListeCta .einleitung a:hover {
	color: #000000;
}

.listeKindinhalte_kindListeCta .linksText {
	clear: both;
}

.listeKindinhalte_kindListeCta .linksText ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

.listeKindinhalte_kindListeCta .linksText ul li {
	background: url(/art/cta/pfili_navi.gif) no-repeat;
	padding-left: 10px;
}

/*------------------------------------------------------------------------*/

/******************************
	Template: dynDB
******************************/

.dyndb_bezeichnungVorher {
	float: left;
}

.dyndb_bildGross {
	
}

.dyndb_eancode {
	float: left;
}

.dyndb_feldinhalt {
	float: left;
}

.dyndb_einheit {
	float: left;
}
/*------------------------------------------------------------------------*/

/******************************
	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;
}

#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;
}

#teaser_sprache {
	width: 140px;
	height: 12px;
	padding: 33px 0px 10px 0px;
	background-color: #D92819;
}

#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: 11px;
	font-weight: bold;
	color: #B22C1B;
	text-decoration: none;
}

#teaser_sprache a:hover.sprachwahl 
{
	color: #333333;
}

#teaser_sprache a.currentSprachwahl  
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#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;
}
/*------------------------------------------------------------------------*/

/******************************
	Home Kids and Teens Aha 
******************************/
#body_kids_home {
	width: 780px;
	background: #FFCC00 url(/art/ahaswiss/bg_kids.gif) repeat-x;
}

#body_kids_home #logo {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 20px;
}

#body_kids_home #inhalt {
	float: left;
	width: 600px;
}

#body_kids_home #leads {
	width: 250px;
	height: 330px;
	padding: 40px 20px 0px 330px;
}

#body_kids_home #bildNavi {
	width: 600px;
	height: 240px;
}

#body_kids_home #bildNavi ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#body_kids_home #bildNavi li {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#body_kids_home #bildNavi li img {
	border: none;
}
/******************************
	Kids and Teens Aha 
******************************/
#body_kids {
	width: 780px;
	background-color: #FFCC00;
}

#body_kids #link_zurueck {
	float: left;
	width: 100px;
	padding-top: 20px;
	text-align: right;
}

#body_kids #inhalt {
	float: left;
	width: 660px;
	min-height: 300px;
	padding: 20px 0px 20px 20px;
}

* html #body_kids #inhalt {
	height: 300px;
}
/*------------------------------------------------------------------------*/

/******************************
	Navigation Pollen
******************************/

/******************************
	Tabs
******************************/
/* Div rund um die Tabs (Nav und Inhalte) */
#navigationPollen .tabs
{
	padding-top: 47px;
	//padding-top: 42px;
}

/* Tab-Nav */
#navigationPollen .tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/pollenundallergie/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}

#navigationPollen .tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

#navigationPollen .tabs .tabNavi ul li
{
	float: left;
	margin: 0px 2px;
	background: url(/art/pollenundallergie/tabs/passiv_rechts.gif) no-repeat right top;
}

#navigationPollen .tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/pollenundallergie/tabs/passiv_links.gif) no-repeat left top;
    padding: 2px 5px;
	font-size: 10px;
}

#navigationPollen .tabs .tabNavi ul li a:hover
{
	font-size: 10px;
}

#navigationPollen .tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/pollenundallergie/tabs/aktiv_rechts.gif);
}

#navigationPollen .tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/pollenundallergie/tabs/aktiv_links.gif);
	padding-bottom: 3px;
}

#navigationPollen .tabs .tabNavi ul li.aktiv a:hover
{
}

#navigationPollen .datumsinformation {
	padding: 35px 5px 0px 7px;
	font-size: 10px;
	background-color: #F5F5F5;
}

/* Tabs-Inhalt */
#navigationPollen .tabs .tabinhalt
{
	clear: left;
	width: 170px;
	padding: 5px;
	background-color: #F5F5F5;
}

#navigationPollen .tabs .tabinhalt div
{
	padding: 2px;
}

#navigationPollen .tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

#navigationPollen .tabs .tabinhalt .versteckt
{
	display: none;
}

#navigationPollen table {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

#navigationPollen table tr.active {
	background-color: #E9E9E9;
}

#navigationPollen table tr:hover {
	background-color: #EFEFEF;
}

#navigationPollen td.zelleOrt {
	width: 110px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#navigationPollen td.zelleBalken {
	width: 45px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.belastungsFarbe {
	height: 7px;
}

/* undefiniert wird gesetzt, wenn in pollen.tbl_belastungsklasse kein Wert gesetzt ist */
.balken_undefiniert {
	width: 2px;
}

/* keine kommt aus pollen.tbl_belastungsklasse */
.balken_keine {
	width: 5px;
}

/* gering kommt aus pollen.tbl_belastungsklasse */
.balken_gering {
	width: 10px;
}

/* maessig kommt aus pollen.tbl_belastungsklasse */
.balken_maessig {
	width: 15px;
}

/* stark kommt aus pollen.tbl_belastungsklasse */
.balken_stark {
	width: 20px;
}

/* sehr stark kommt aus pollen.tbl_belastungsklasse */
.balken_sehrStark {
	width: 25px;
}

/* Legende */
#legende {
	padding: 5px 5px 5px 5px;
	background-color: #F5F5F5;
}

#legende #legendenUeberschrift {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

#legende .belastungsklasseBezeichnung {
	float: left;
	width: 110px;
	text-align: right;
}

#legende .belastungsklasseFarbe {
	float: left;
	width: 45px;
	padding: 2px 0px 0px 5px;
}

#legende .belastungsFarbeBalken {
	height: 11px;
	font-size: 2px;
}

/* undefiniert wird gesetzt, wenn in pollen.tbl_belastungsklasse kein Wert gesetzt ist */
#legende .balken_undefiniert {
	width: 7px;
}

/* keine kommt aus pollen.tbl_belastungsklasse */
#legende .balken_keine {
	width: 10px;
}

/* gering kommt aus pollen.tbl_belastungsklasse */
#legende .balken_gering {
	width: 15px;
}

/* maessig kommt aus pollen.tbl_belastungsklasse */
#legende .balken_maessig {
	width: 20px;
}

/* stark kommt aus pollen.tbl_belastungsklasse */
#legende .balken_stark {
	width: 25px;
}

/* sehr stark kommt aus pollen.tbl_belastungsklasse */
#legende .balken_sehrStark {
	width: 30px;
}

/*------------------------------------------------------------------------*/

/******************************
	Navi pflanzenarten pollen 
******************************/
#inhalt_spalte_rechts ul {
	list-style-image: none;
	list-style-type: none;
	padding: 15px 5px 10px 5px;
	margin: 0px;
	text-align: right;
}

#inhalt_spalte_rechts ul li a {
	display: block;
	padding: 1px 70px 1px 0px;
}

#inhalt_spalte_rechts ul li a.active {
	background-color: #E9E9E9;
}

/*------------------------------------------------------------------------*/

/******************************
	messstationenKarte pollen 
******************************/
#messstationenKarte {
	position: relative;
}

.messstationMarke {
	border: 1px solid #333333;
	font-size: 0px;
	position: absolute;
}

/* undefiniert wird gesetzt, wenn in pollen.tbl_belastungsklasse kein Wert gesetzt ist */
.marke_undefiniert {
	width: 2px;
	height: 2px;
}

/* keine kommt aus pollen.tbl_belastungsklasse */
.marke_keine {
	width: 5px;
	height: 5px;
}

/* gering kommt aus pollen.tbl_belastungsklasse */
.marke_gering {
	width: 10px;
	height: 10px;
}

/* maessig kommt aus pollen.tbl_belastungsklasse */
.marke_maessig {
	width: 15px;
	height: 15px;
}

/* stark kommt aus pollen.tbl_belastungsklasse */
.marke_stark {
	width: 20px;
	height: 20px;
}

/*------------------------------------------------------------------------*/

/******************************
	pollenBelastung
******************************/
#pollenBelastung table {
	width: 100%;
}

#pollenBelastung .blaetternVor {
	text-align: right;
}

#pollenBelastung .datumWahl {
	text-align: center;
}

#pollenBelastung .datumWahl img {
	border: none;
}

/*------------------------------------------------------------------------*/

/******************************
	saisonverlauf Pollen
******************************/
#saisonverlauf table {
	width: 100%;
}

#saisonverlauf .blaetternVor {
	text-align: right;
}

#saisonverlauf .datumWahl {
	text-align: center;
}

#saisonverlauf .datumWahl img {
	border: none;
}

/*------------------------------------------------------------------------*/

/******************************
	pflanzenartBeschrieb Pollen
******************************/
#pflanzenartBeschrieb h2 {
	
}

#pflanzenartBeschrieb img {
	text-align: right;
	border: none;
}

#pflanzenartBeschrieb p {
	
}

/*------------------------------------------------------------------------*/

/******************************
	bluehbeginn Pollen
******************************/
#bluehbeginn {
	background: url(/art/pollenundallergie/bg_bluehbeginn.gif) repeat-y;
}

#bluehbeginnListen {
	float: left;
	width: 390px;
	padding-right: 10px;
}

#bluehbeginnNavi {
	float: left;
	width: 180px;
}

#bluehbeginnListen .messstationenListe table {
	border-collapse: collapse;
	width: 100%;
}

#bluehbeginnListen .messstationenListe table th {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#bluehbeginnListen .messstationenListe table th.zentriert {
	text-align: center;
}

#bluehbeginnListen .messstationenListe table tr {
	vertical-align: top;
}

#bluehbeginnListen .messstationenListe table tr.active {
	background-color: #F5F5F5;
}

#bluehbeginnListen .messstationenListe table tr.legende td {
	border: none;
}

#bluehbeginnListen .messstationenListe table td {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#bluehbeginnNavi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 15px 5px 10px 5px;
	margin: 0px;
	text-align: right;
}

#bluehbeginnNavi ul li a {
	display: block;
	padding: 1px 70px 1px 0px;
}

#bluehbeginnNavi ul li a.active {
	background-color: #E9E9E9;
}

/*------------------------------------------------------------------------*/

/******************************
	Wetterprognose Pollen
******************************/
#wetterprognose {
}

#wetterprognose .prognoseText {
	
}

#wetterprognose .prognoseAktualisiert {
	color: #999999;
}

#wetterprognose img {
	border: none;
	padding: 10px 0px 25px 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Overlib Pollen
******************************/
.olTitelText {
	font-size: 11px;
	font-weight: bold;
}

.olInhaltText td {
	font-size: 11px;
}

.olTitelHintergrund {
	background-color: #FFFFFF;
	width: 200px;
}

.olInhaltHintergrund {
	background-color: #CCCCCC;
}

/*------------------------------------------------------------------------*/

/******************************
	ProduktFinder Ericschweizer
******************************/
/* Suchkriterien */
#suchKriterien {

}

/*****************************   Blättern DIV Conteiner   ****************************************/

.blaettern_seite_active {
	width:715px;
	float: left;
	display: block;
	visibility: visible;
}

.blaettern_seite_hidden {
	float: left;
	width:715px;
	display: none;
	visibility: visible;
}

.blaettern_navi {
	border-bottom: 1px solid #999999;
	width: 715px;
	float: left;
	margin-top: 2px;
	margin-bottom: 0px;
}

.blaettern_navi_records {
	width: 610px;
	float: left;
}

.blaettern_navi_pagenr {
	float: right;
}

.seitenNavi_active { color: #0C1874; font-weight: bold; }

/************************************************************************************************************/


#suchKriterien .ueberschrift {
	padding-left: 5px;
	font-weight: bold;
}

/* Kategorie Kindliste */
.listeKindprodukte_ericschweizer {
	
}

.kategorie {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.kategorieTitel {
	padding: 2px 0px 5px 0px;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #DDDDDD;
}

.mitarbeiter {
	/*border-bottom: 1px solid #999999;*/
	/*background-color: #b7beda;*/
	margin: 0px;
	padding: 0px 24px 10px 0px;
	float: left;
	width: 141px;
	height: 180px;
	overflow: hidden;
}

.mitarbeiter img {
	width: 141px;
	height: 131px;
}


.mitarbeiter a {
	display:block;
	float:left;
	text-decoration:none;
	width:100%;
}

.MitarbeiterTextUebersicht { float: left; padding-left: 2px; width: 139px; background-color:#B7BEDA; height: 50px;}

.mitarbeiter .produktTextUebersicht h5 {
	margin-left: 155px;

}

.mitarbeiter .produktTextUebersicht span {
	margin-left: 155px;
	display: block;
}

.produkt {
	border-bottom: 1px solid #bbbbbb;
	/*background-color: #F1F2F7;*/
	padding: 0px;
	margin: 30px 0px 5px 0px;
	float: left;
	width: 715px;
}

.produkt a {
	/*display:block;
	float:left;
	text-decoration:none;
	width:100%;*/
}

.produkt p {
	padding-left: 155px;

}

.produktBildKlein {
	float: left;
	width: 141px;
}

.produkt .produktTextUebersicht h5 {
	margin-left: 155px;

}

.produkt .produktTextUebersicht span {
	margin-left: 155px;
	display: block;
}

.produktBezeichnung {
	
}

.produktBezeichnung a {
	
}

.produktBeschreibung {
	
}

/* Produktdetails */
#ericschweizerProduktDetails {
	
}

#ericschweizerProduktDetails h1 {
	
}

#ericschweizerProduktDetails h2 {
	margin-bottom: 0px;
}

#ericschweizerProduktDetails div {
	padding-bottom: 5px;
}

#produktBezeichnung {
	
}

#produktBildGross {
	float: left;
	padding-right: 10px;
}

#produktInhalte {
	float: left;
}

#produktNummer {
	
}

#produktBeschreibung {
	
}

#produktEricschweizerAnwendung {
	
}

#produktEricschweizerBeschreibung2 {
	
}

#produktEricschweizerBeschreibung3 {
	
}

#produktEricschweizerPackungen {
	
}

#produktEricschweizerLinks {
	
}

#produktEricschweizerRasenWirkung {
	
}

#produktEricschweizerRasenDosierung {
	
}

#produktEricschweizerRasenWirkstoff {
	
}

#produktEricschweizerRasenUnterhalt {
	
}

#produktEricschweizerRasenProduktgruppe {
	
}

#produktEricschweizerRasenEinsatzgebiet {
	
}

#produktEricschweizerRasenRubrik {
	
}

#produktEricschweizerPetProdukt {
	
}

#produktEricschweizerPetTierart {
	
}

#produktEricschweizerPetSpezifikation {
	
}

#produktEricschweizerPetZusatz {
	
}

#produktEricschweizerPetZusammensetzung {
	
}

#produktEricschweizerPetErnaehrungshinweise {
	
}

#produktEricschweizerPetGattung {
	
}

#produktEricschweizerDownloads {
	
}

#produktPreis {
	
}

/*------------------------------------------------------------------------*/

/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	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;
}

/*------------------------------------------------------------------------*/

/******************************
	RSS
******************************/
.rsslink img
{
	border: 0px;
}
.rsslink img.rsslogo
{
	padding: 0px 6px 0px 3px;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/******************************
Riseria Templates
******************************/
/*
#riseria_produkt{
  float: left;
  border:1px solid #FAE7A2;
  width:500px;
}

#riseria_produkt div{
  float: left;
}

#riseria_produkt #titel{
  width:500px;
  background-color:  #FAE7A2;
}

#riseria_produkt #links{
  width:130px;
  padding:5px;
  padding-top: 10px;
  overflow: hidden;
}

#riseria_produkt #rechts{
  width:340px;
  padding: 10px;
}

#riseria_produkt #beschreibung{
  width:340px;
  padding-bottom: 20px;
  padding-left: 3px;
}

#riseria_produkt .dunkel{
background-color:#FFFAE5;
}

#riseria_produkt #produkt_tabelle{
  width:340px;
}

#riseria_produkt #produkt_tabelle table{
  width:340px;
}

#riseria_produkt #produkt_tabelle td{
  padding:5px;
}


#riseria_produkt_kindliste a img{
  border:0px;
}

#riseria_produkt_kindliste table{
  width:500px;
}

#riseria_produkt_kindliste thead{
background-color:#FAE7A2;
font-weight:bold;
padding:5px;
}

#riseria_produkt_kindliste thead th{
padding:5px;
}

#riseria_produkt_kindliste tbody td{
text-align:left;
vertical-align:top;
padding:5px;
padding-top:15px;
}

#riseria_produkt_kindliste tbody tr:hover{
background-color:#FAE7A2;
}

#riseria_produkt_kindliste table.tablesorter tbody tr.odd:hover{
background-color:#FAE7A2;
}

#riseria_produkt_kindliste tbody td.bild{
padding-top:5px;
}

#riseria_produkt_kindliste tbody td.detail{
text-align:center;
}
*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/******************************
tablesorter
******************************/
table.tablesorter thead tr .header {
background-image: url(../admin/image/tablesorter/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody tr.odd{
background-color:#FFFAE5;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(../admin/image/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(../admin/image/tablesorter/desc.gif);
}

#pager img{
cursor: pointer;
}

#pager form{
  vertical-align: top;
}

#pager form input, select{
  vertical-align: top;
  margin:0px;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/******************************
Tooltip Sprechblase
******************************/
/*

#riseria_produkt #produkt_tabelle .say_tooltip {
  cursor: none;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../art/tooltip/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../art/tooltip/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('../art/tooltip/shadow2-reverse.png');
}
*/

/*****************************   ExtJS Window/Panel Print   ****************************************/

#jobsInhalte_drucken {
	float:right;
	margin-right:15px;
	position:absolute;
	right:0;
	top:10px;
}

@media print {
.window_print {display:none;}
}

/****************************************************************************************/

#altLayout .tabNavi{
	background:none;
	background-color:#D8D8D8;
}

#altLayout .tabNavi ul{
	padding:0px;
}

#altLayout .tabNavi ul li{
	background:none;
	margin:0px;
	padding:0px;
}

#altLayout .tabNavi ul li.aktiv a{
	font-weight:bold;
}

#altLayout .tabNavi ul li a{
	background:none;
	margin:0px;
	padding:5px;
	color:#000;
}


