/*
Farben:

// WebTool-Blau
#0089bd; // Standard (100%)
#33A1CA; // (80%)
#66B8D7; // (60%) Titel Funktionen-Menu
#99D0E5; // (40%)
#CCE7F2; // (20%)
#E5F3F8; // (10%)
#F2F9FC; // (5%)
#F7FBFD; // (3%)

#666699; // (blau-violett) TabBig:hover

// Grau-Töne
#FFFFFF; // (white)
#FAFAFA; // Hintergrund 1
#F5F5F5; // (whitesmoke) zebra-streifen
#F0F5F9; // (hell-grau-blau) Hintergrund 2 + tabactive
#bbbbbb; // (grau) Table Header
#aaaaee; // border...
#808080; // (gray)
#000000; // (black) Schrift
*/

#tab_1088 {
	display:none;
}


body
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	/*background-color:#E2DCE0;*/
	text-align: left;
	background-color:#FFFFFF;
}

p, td, th, tr, li  {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}


td p{
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}


a {
	font-family: Arial;
	font-size: 12px;
	color: #8A0E2C;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #8A0E2C;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	color: #000000;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

h1 {
	font-family: Arial;
	font-size: 27px;
	font-weight: normal;
	color: #A80E2C;
	margin: 0px;
	padding: 10px 0px -10px 0px ;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #A80E2C;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #A80E2C;
}

hr {
	color: #929395;
	height: 1px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/

#container{
	/*margin: 0px;
	padding: 22px 22px 34px 22px;
	height: inherit;*/
	background-color:#E2DCE0;
	margin: 22px auto auto auto;
	width: 980px;
}

#header{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 979px;
	height: 180px;
	
}

#headerTop{
	height: 115px;
}

#banner{
	position:absolute;
	z-index: 1;
}

#banner img{
	width: 979px;
}

#logo{
	position:absolute;
	z-index: 2;
	padding-top: 75px;
	padding-left: 5px;
}

#headerBottom{
	height: 65px;
	width: 979px;
}

#zertifikate{
	float: left;
	width: 160px;
	height: 55px;
	/*position:relative;*/
	padding: 10px 20px 0px 20px;
}
/*
* html #zertifikate{
	width: 200px;
	height: 65px;
}
*/
#slogan {
	float:left;
	width: 559px;
	height: 65px;
	/*height: 54px;*/
	/*position:relative;*/
	padding-left: 20px;
	padding-top: 5px;
}

/** html #slogan{
	width: 580px;
	padding-top: 5px;
}*/

#slogan p {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.04em;

}

#rechterHeaderBottom{
	float: left;
	height: 65px;
	width: 200px;
}

#shortcutContainer{
	height: 35px;
}

#suchContainer{
	height: 30px;
}

/** html #suchContainer{
	width: 200px;
}*/

#suchen{
	height: 19px;
	padding: 3px 12px 8px 12px;
	text-align: right;
}

/** html #suchen{
	width: 200px;
	height: 30px;
}
*/
#suchen form {
	padding: 0px;
	margin: 0px;
}

#suchen form input{
	border: 1px solid #929395; 
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
}

#platzhalter {
	height: 12px;
	width: 979px;
	background-color: #E2DCE0;
}	

#content{
	width: 979px;
	min-height: 535px;
	/*background-color:#FFFFFF;*/
	background: url(art/bg_inhalt4.gif) repeat-y;
	/*position:relative;*/
	padding-top: 0px;
	/*top: 12px;*/
}

* html #content{
	min-height: 547px;
}

#menu{
	float:left;
	width: 192px;
	/*height: 535px;*/
/*	background-color:#FFFFFF;
	border-right:11px solid #E2DCE0;*/
	border-bottom:0px;
	border-left: 0px;
	border-top: 0px;
}

#page{
	float:left;
	width: 544px;
	/*height: 525px;*/
/*	background-color:#FFFFFF;
	border-right:11px solid #E2DCE0;*/
	border-bottom:0px;
	border-left: 0px;
	border-top: 0px;
	padding: 10px 10px 0px 25px;
}

#page table{
	/*position:relative;
	top: 20px;
	width:100%;
	height: 10%;
	padding:0px;
	margin: 0px;
	border-collapse:collapse;*/
    border:hidden; /*for mozilla*/
	//border:1px solid white; /*for ie*/
}
  
	  
#page table td{
	padding:3px 3px 3px 0px ;
	margin: 0px;
	/*border:1px solid #a80e2c;	*/
}


#page_zusatz{
	float: left;
 	/*position:absolute;*/
	left: 798px;
	width:139px;
	padding-left: 30px;
	padding-top: 35px;
	/*min-height:525px;*/
}

#page_zusatz{
	width: 160px;
}

#footer{
	position:relative;
	top: 30px;
	left: 20px;
	width:120px;
}

#login_formular table{
	position:relative;
	top: 20px;
	width:100%;
	height: 10%;
	padding:0px;
	margin: 0px;
	border-collapse:collapse;
    border:hidden; /*for mozilla*/
	//border:1px solid white; /*for ie*/
}
	  
#login_formular table td{
	padding:3px 3px 3px 0px ;
	margin: 0px;
	border:0px;	
}

#login_formular input {
	border: 1px solid #929395; 
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}


#multiplePages {
	position:relative;
	left:30px;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer{
	padding-left:10px;
	padding-top: 40px;
	text-align:left;
	
}
#navcontainer ul {
	font-family: Arial;
	font-size: 14px;
	color: #929395;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #929395;
	border-bottom: 1px solid #CB867A;
	padding: 5px 0px 5px 0px;
}

#navcontainer ul a:hover {
	color: #000000;
}

#navcontainer ul a.parentactive {
	color: #000000;
	font-weight:bold;
	border-bottom: 1px solid #CB867A;
}

#navcontainer ul a:hover.parentactive {
	color: #000000;
	font-weight:bold;
	border-bottom: 1px solid #CB867A;
}

#navcontainer ul a.active {
	color: #000000;
	font-weight:bold;
	border-bottom: 1px solid #CB867A;
}

#navcontainer ul a:hover.active {
	color: #000000;
	font-weight:bold;
	border-bottom: 1px solid #A8OE2C;
}

#navcontainer ul a.active_no_kids {
	color: #000000;
	
}

#navcontainer ul a:hover.active_no_kids {
	color: #000000;

}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul a {
	padding-left:  5px 0px 5px 0px;
	font-weight: normal;
	border-bottom: 1px solid #A8OE2C;
	
}

#navcontainer ul ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #929395;
	border-bottom: 1px solid #CB867A;
	padding: 2px 0px 2px 0px;
}

#navcontainer ul ul li.last a {
	border-top: none;
	border-bottom: 1px solid #A8OE2C;
}

#navcontainer ul ul li.last a.parentactive {
	border-bottom: 1px solid #A8OE2C;
}

#navcontainer ul ul li.last a:hover.parentactive {
	border-bottom: 1px solid #A8OE2C;
}

#navcontainer ul ul li.last a.active {
	border-bottom: 1px solid #A8OE2C;
}

#navcontainer ul ul li.last a:hover.active {
	border-bottom: 1px solid #A8OE2C;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul a {
	padding: 0px;
	
}

#navcontainer ul ul ul li {
	border-top: none;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks
{
	padding-top: 10px;
	padding-right: 8px;
	text-align: right;
}

#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 2px;
	border-left: 1px solid #000000;
}

#shortcutlinks li.first
{
	border-left: 0px solid #000000;
}

#shortcutlinks a.tools 
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #000000;
}
/*------------------------------------------------------------------------*/

/******************************
	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-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;
}

/*------------------------------------------------------------------------*/

/******************************
	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: 100px;
	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: #B22C1B;
}

.produktKind120Einleitung
{
}

.produktKind120Einleitung p
{
	margin: 0px;
	padding: 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;
}


#recaptcha_image{
	float:left;
	width:310px ! important;
	height:67px ! important;
	text-align:center;
}

#recaptcha_image img{
}

.recaptcha_only_if_image, recaptcha_only_if_audio, recaptcha_only_if_incorrect_sol{
	float:left;
	margin-top:20px;
	width:310px;
}

#recaptcha_response_field{
	float:left;
	margin-top:10px;
	width:250px;
}

.recaptcha_only_if_image, .recaptcha_only_if_audio, .reload{
	float:left;
	width:310px;
	margin:10px ! important;
	width:auto ! important;
}

.reload img{
	border:none;
	
}

.recaptcha_only_if_image{

}

.recaptcha_only_if_image.text, .recaptcha_only_if_audio.text{
	width:290px ! important;
}


.greyBackdrop {	
	background:#EEE;
}

