body, html {
	color: black;
	/* background: #c8c8c8; */

	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	behavior: url("csshover3.htc");
}

body {
	margin: auto;
	text-align: center;
}

a{
	color: #000000;	
}

.fix { behavior: url(iepngfix.htc) }


/* Normalisierung */
/*
form, input, h1, h2, h3, h4, h5, hr,table {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
*/

form, input {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul, ol, dir {
	list-style: square;
	margin: 0px;
	padding: 0px;
	padding-left: 2em;
}
/* Normalisierung */

/*//////////////////////////////////////////////////////////////////////////////////////////
Hauptseite
//////////////////////////////////////////////////////////////////////////////////////////*/
#Page {
	margin: auto;
	width: 972px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Kopf
//////////////////////////////////////////////////////////////////////////////////////////*/
#Header {
	padding: 0px;
	width: 972px;
	height: 149px;
}

#Header_Logo{
	margin-top: 25px;
	width: 370px;
	float:left;
}

#Header_Right{
	float:right;		
	text-align: right;
	margin-top: 2px;
}

#Header_Right_Login{
	font-size: 12px;	
	border-bottom: 1px dotted #E4BD66;
	padding-bottom: 4px;
}

#Header_Right_Login #hrl_welcome{
	font-weight: bold;
}

#Header_Right_Login #hrl_login a{
	color: #000000;
}

#Header_Right_Login #hrl_register,
#Header_Right_Login #hrl_register a{
	font-weight: bold;
	color: #4F7599;
}

#Header_Right_Basket{
	padding-top: 13px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
}

#Header_Right_Basket a{
	color: #4F7599;
	text-decoration: none;
}

#Header_Right_Navigation{
	margin-top: 20px;
	padding: 4px 0px 4px 0px;
	border-top: 1px dotted #E4BD66;
	border-bottom: 1px dotted #E4BD66;
}

#Header_Right_Help{
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
}

#Header_Right_Navigation ul,
#Header_Right_Help ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Header_Right_Navigation ul li,
#Header_Right_Help ul li {
	display: inline;
}

#Header_Right_Navigation ul li a,
#Header_Right_Help ul li a {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Linker Frame
//////////////////////////////////////////////////////////////////////////////////////////*/
#Frame_Left {
	position: relative;
	margin: 0px;	
	width: 217px;
	float: left;
}

/*Hauptnavigationsleiste*/
#main_navigation {
    margin: 0; 
    padding: 0;
    border: 0;
    background-color: #FBF0D8;
    width: 217px;
  }
  
#main_navigation p{
    width: 165px;
    margin: 0;
    border-right: 2px solid #FFFFFF;
}

#main_li_navigation {
    list-style: none;
    margin: 0; padding: 0;
    border-bottom: 3px solid #FFFFFF;
	width: 217px;
  }

#main_navigation a {
    text-decoration: none; 
    font-weight: bold;
    color: black; 
    background-color: #F1CF87;
    display:block;
    padding: 1em;
  }
  
#main_navigation a:hover {
    color: white; background-color: #4F7599;
}

#main_navigation .active {
    color: white; background-color: #4F7599;
}

/*Hauptnavigationsleiste Untermenu*/
#main_sub_navigation {
    list-style: none;
    margin: 0; padding: 0;
    border-bottom: 3px solid #FFFFFF;
    width: 217px;
  }

#main_sub_navigation a {
    text-decoration: none; 
    font-weight: bold;
    color: black; 
    background-color: #FBF0D8;
    display:block;
    padding: 0.4em 0.4em 0.4em 1.5em;
  }

#main_sub_navigation a:hover {
    color: black; background-color: #F7E2B7;
}

#main_sub_navigation .active {
    color: black; background-color: #F7E2B7;
}

#main_sub_navigation .active2 {
    color: white; background-color: #4F7599;
}

#main_sub2_navigation {
    list-style: none;
    margin: 0; padding: 0;
    border-bottom: 3px solid #FFFFFF;
    width: 217px;
  }
  
#main_sub2_navigation a {	
    font-weight: bold;
    color: black; 
    background-color: #FBF0D8;
    display:block;
    padding: 0.4em 0.4em 0.4em 3em;    
  }

#main_sub2_navigation a:hover {
    color: black; background-color: #F7E2B7;
}

#main_sub2_navigation .active {
    color: black; background-color: #F7E2B7;
}

#Frame_Left .contact{	
	list-style: none;
	margin: 15px 0;
	padding: 0px;
}

#Frame_Left .contact li{
	line-height: 20px;
}

#Frame_Left .fl_box{
	margin-top: 12px;
}

#Frame_Left .fl_box h2{
	margin: 0px;
	padding: 0px;
	color: #4F7599;
	font-size: 110%;
	padding-bottom: 4px;
	background-color: #FFFFFF;
}

#Frame_Left .fl_box_content{
	padding: 7px 4px 7px 4px;
}

#Frame_Left #search_input{
	border: 1px solid gray;
	margin-top: 5px;
	margin-left: 35px;
	width: 162px;
	padding: 2px;
}

#Frame_Left .search img{
	margin-left: 11px;
}

#Frame_Left #search_button{
	border: 0px solid black;
	background-color: #FBF0D8;
	font-weight: bold;
	margin-left: 7px;
}

#Frame_Left #ratgeber{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}


.bg_grey{
	background-color: #F0F0F0;
}

.bg_yellow{
	background-color: #FBF0D8;
}

.bg_button{
	background-image: url(../../gfx/design/buttons/bg_button.png);
	color: #FFFFFF;
	border: 1px solid #405F7C;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Haupt Frame
//////////////////////////////////////////////////////////////////////////////////////////*/
#Frame_Main {
	width: 735px;
	background: white;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Presse
//////////////////////////////////////////////////////////////////////////////////////////*/
#Press{
	margin-top: 15px;
	border-top: 1px solid #D1D1D1;
	height: 65px;
	text-align: center;
}

#Press img{
	margin-top: 8px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Abmahnung
//////////////////////////////////////////////////////////////////////////////////////////*/
.AbmahnungLCol{
	float:left;
	width: 194px;
	margin: 0;
	padding: 0;
}
.AbmahnungRCol{
	float:left;
	width: 530px;
	height:97px;
	padding-left: 10px;
	background-image: url(../../gfx/design/elemente/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.AbmahnungRCol h1{
	color: black !important;
	font-weight: bold;
	font-size: 1.2em !important;
	text-decoration: underline;
	margin-top: 20px !important;
}
.AbmahnungAbstand {
	clear:both;
	height: 10px;	
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Fuss
//////////////////////////////////////////////////////////////////////////////////////////*/
#Footer {
	font-size: 90%;
	padding-top: 3px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	color: #787675;
	border-top: solid 1px #D1D1D1;
}
#Footer a{
	color: #787675;
	text-decoration: none;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////////////////
Allgemeines
//////////////////////////////////////////////////////////////////////////////////////////*/
.border_bottom_dotted{
	border-bottom: 1px dotted #E4BD66;
}

.border_bottom{
	border-bottom: 1px solid #E4BD66;
}

.border_left{
	border-left: 1px solid #E4BD66;
}

.border_right{
	border-right: 1px solid #E4BD66;
}

.border_top{
	border-top: 1px solid #E4BD66;
}

.border_table_header{
	border-top: 1px solid #E4BD66;
	border-bottom: 1px solid #E4BD66;
}

.clear{
	clear: both;
}

.price{
	margin:0px;
	padding:0px;
	font-size: 125%;
	font-weight: bold;
}

.textfield{
	width: 252px;	
}

.red_font{
	color: #FF0000;	
}

.blue_font{
	color: #4F7599;	
}

.grey_font{
	color: #999999;	
}

.green_font{
	color: #00AD00;	
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.tab_header{
	background-color: #E4BD66;
	color: #FFFFFF;
}

.tab_level1{
	background-color: #FBF0D8;	
}

.messagebox{
	overflow: auto;
	/*width:725px;*/
	width:100%;
	height:450px;
	background-color: #FFFFFF;
	border-top: 1px solid #E4BD66;
	border-bottom: 1px solid #E4BD66;
	text-align: left;
	padding:0;
	margin-bottom:-5px;
}
* html .messagebox{
  margin-bottom: 0px;
}

* + html .messagebox{
  margin-bottom: 0px;
}

/*////////////////////////////////////////////////////////////
//Tabellen Hover Styles
////////////////////////////////////////////////////////////*/
.HoverClass td {background-color: #FFFFFF;}
.HoverClass td.tab_level1 {background-color: #FBF0D8;}

td.hlt,
.HoverClass:hover td {
    background-color: #F2DAA8;
}
td.hlt-tab_level1,
.HoverClass:hover td.tab_level1 {
    background-color: #F2DAA8;
}

.HoverClass {
    h: expression(onmouseover=mover);
    o: expression(onmouseout=mout);
}

/*////////////////////////////////////////////////////////////
//TABMENUE
////////////////////////////////////////////////////////////*/
div#tab{
	background-color: transparent;
	border-bottom: 1px solid #E4BD66;
	height:22px;
	margin-bottom: 15px;
	padding-top:6px;
}

ul#tabmenu {
  margin: 0; 
  padding: 0em;
}

ul#tabmenu li {
  list-style: none;
  display: inline;
	white-space: nowrap;
	margin-right: 3px;
}

ul#tabmenu a, ul#tabmenu span {
  padding: 0.4em 1em;
  text-decoration: none; 
  font-weight: bold;
  border: 1px solid #E4BD66;
  border-bottom: none;
  color: black; 
  background-color: #FBF0D8;
  width: auto;
}

ul#tabmenu a {
  border-bottom: 0px solid black;
}

* html ul#tabmenu a, * html ul#tabmenu span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

ul#tabmenu span {
  border-right: 1px solid #E4BD66;  
  border-bottom: none;
  color: black; 
  background-color: #F7E2B7;
	
}

ul#tabmenu span.deactive {
  border-right: 1px solid #E4BD66;
  border-bottom: none;
  color: grey; 
  background-color: #bdbdbd;
}

ul#tabmenu a:hover {
  border-right: 1px solid #E4BD66;
  border-bottom: none;
  color: black; 
  background-color: #F7E2B7;  
}

