/*
Farben
rot: #BE151D; (link, hover navi)
schwarz: #000000; (schrift)
fast schwarz: #333333; (aktive navi)
dunkelgrau: #727D7D; (hover link, inaktive navi)
hellgrau: #999999; (shortcuts)
*/


body
{
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

p, td, th, tr, li  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #BE151D;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #727D7D;
	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;
	line-height: 14px;
	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-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #959998;
	width: 100%;
	height: 15px;
}

*html h2 {
	width: 98%;
}

hr {
	color: #999999;
	height: 1px;
}

input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.submit {
	width: 100px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

/******************************
	layout
******************************/
#oben {
	min-width: 980px;
	background: #333333 url(/art/bg_kopf.gif) repeat-x;
}

#logo {
	float: left;
	width: 510px;
	height: 80px;
}

#oben_rechts {
	float: left;
	width: 470px;
	height: 80px;
}

#shortcuts {
	width: 455px;
	height: 42px;
	padding: 8px 10px 0px 5px;
	text-align: right;
}

* html #shortcuts {
	width: 470px;
	height: 50px;
}

#titel {
	width: 465px;
	height: 25px;
	padding: 5px 0px 0px 5px;
}

* html #titel {
	width: 470px;
	height: 30px;
}

#mitte {
	min-width: 980px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background: #BE151D url(/art/bg_mitte.gif) repeat-y;
}

#navcontainer {
	float: left;
	width: 170px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}

#inhalt {
	float: left;
	width: 630px;
	min-height: 300px;
	padding: 0px 5px 10px 5px;
}

* html #inhalt {
	width: 640px;
	height: 300px;
}


#fusszeile {
	width: 810px;
}

#sitebyfooter
{
	width: 150px;
	padding: 10px;
	float: left;
}

#sitebyfooter a.siteby
{
	color: #727D7D;
}

#sitebyfooter a.siteby:hover
{
	color: #999999;
}

#footer
{
	width: 615px;
	margin-left: 5px;
	padding: 10px;
	float: left;
}

/*
#fusszeile {
	width: 635px;
	padding: 10px 0px 10px 175px;
}

* html #fusszeile {
	width: 810px;
}
*/


/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #727D7D;
	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: #727D7D;
	padding-left: 10px;
	margin-bottom: 2px;
	border: 1px solid #CECDCC;
}

#navcontainer ul a:hover {
	color: #BE151D;
	background-color: #EFEFEF;
}

#navcontainer ul a.parentactive {
	color: #333333;
	border-bottom: none;
	background-color: #E7E6E5;
	margin-bottom: 0px;
}

#navcontainer ul a:hover.parentactive {
	color: #BE151D;
	background-color: #EFEFEF;
}

#navcontainer ul a.active {
	color: #333333;
	border-bottom: none;
	background-color: #E7E6E5;
	margin-bottom: 0px;
}

#navcontainer ul a:hover.active {
	color: #BE151D;
	background-color: #EFEFEF;
}

#navcontainer ul a.active_no_kids {
	color: #333333;
	background-color: #E7E6E5;
}

#navcontainer ul a:hover.active_no_kids {
	color: #BE151D;
	background-color: #EFEFEF;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul a {
	padding-left: 20px;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
}

#navcontainer ul ul li.last a {
	border-bottom: 1px solid #CECDCC;
	margin-bottom: 2px;
}

#navcontainer ul ul a.parentactive {
	background-color: #FFFFFF;
}

#navcontainer ul ul a.active {
	background-color: #FFFFFF;
}

#navcontainer ul ul a.active_no_kids {
	background-color: #FFFFFF;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul a {
	padding-left: 25px;
	background: url(/art/navi_punkt_inaktiv.gif) no-repeat 10px 0px;
}

#navcontainer ul ul ul li.last a {
	border-bottom: none;
	margin-bottom: 0px;
}

#navcontainer ul ul ul a:hover {
	background: url(/art/navi_punkt_hover.gif) no-repeat 10px 0px;
	background-color: #EFEFEF;
}

#navcontainer ul ul ul a.parentactive {
	background: url(/art/navi_punkt_aktiv.gif) no-repeat 10px 0px;
}

#navcontainer ul ul ul a:hover.parentactive {
	background: url(/art/navi_punkt_hover.gif) no-repeat 10px 0px;
	background-color: #EFEFEF;
}

#navcontainer ul ul ul a.active {
	background: url(/art/navi_punkt_aktiv.gif) no-repeat 10px 0px;
}

#navcontainer ul ul ul a:hover.active {
	background: url(/art/navi_punkt_hover.gif) no-repeat 10px 0px;
	background-color: #EFEFEF;
}

#navcontainer ul ul ul a.active_no_kids {
	background: url(/art/navi_punkt_aktiv.gif) no-repeat 10px 0px;
}

#navcontainer ul ul ul a:hover.active_no_kids {
	background: url(/art/navi_punkt_hover.gif) no-repeat 10px 0px;
	background-color: #EFEFEF;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcuts ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcuts li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #999999;
}

#shortcuts li.first
{
	border-left: 0px solid #999999;
}

#shortcuts a.tools 
{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
}

#shortcuts a:hover.tools 
{
	color: #BE151D;
}
/*------------------------------------------------------------------------*/

/******************************
	Fusszeile
******************************/

#fusszeile p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#fusszeile a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#fusszeile a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BE151D;
	text-decoration: none;
}
/*------------------------------------------------------------------------*/

/******************************
	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: #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;
}

* 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: #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: 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: #B22C1B;
}

.produktkind90Einleitung 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;
}

/*------------------------------------------------------------------------*/

/******************************
	Error
******************************/

#error_navcontainer {
	float: left;
	width: 170px;
	padding-bottom: 3px;
}

/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}




