

/* Komplette Neudefinition */

html {
	height: 100%;
}
body {
	background-color: #523C28;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	color: #F7D78C;
}
table {
	border-collapse: collapse;
}
a, a.mylink {
	color: #DFD6A5;
	text-decoration: underline;
}
a:hover, a.mylink:hover {
	color: #523C28;
	background-color: #DFD6A5;
}

a.nostyle {
	color: #DFD6A5;
	text-decoration: none;
}
a.nostyle:hover {
	color: #DFD6A5;
	text-decoration: none;
	background: none;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 11px;
}

h1,h2, p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 11px;

}

caption {
	background-color: white;
	color: black;
	height: 12px;
	font-size: 10px;
}

/*******************************
	Trennlinie
*******************************/
TD.spaceLine {
	height: 16px;
	background-image: url(../images/tablespacer.gif);
	background-repeat: repeat-x;
}
TD.halfLine {
	font-size: 6px;
}
TD.betweenLine {
	background-image: url(../images/tablebetween.gif);
	background-repeat: repeat-x;
	height: 36px;
	vertical-align: middle;
}
TD.spacer {
	height: 36px;
}
/********************************
	Formularelemente 
*********************************/

/* Formular Element Bezeichnung */
label {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	font-size: 11px;
}

/* erforderliche Formularfelder Bezeichnung */


/* Formularelemente */
input, select, textarea {
	font-size: 11px;
	font-family: verdana, Arial, sans-serif;
	border: 1px solid #6B5944;
	background-color: #513D2A;
	margin: 0;
/*	margin-bottom: 15px;*/
	color: #F7D78C;
}
/* Eingabefeld mit fester Breite */
input.textfield, select.textfield {
	width: 192px;
}
/* Links die in Formularen fuer 'zurueck' etc. benutzt werden sehen aehnlich wie Buttons aus */
a.button2 {
	border: 1px solid #6B5944;
	background-color: #513D2A;
	text-decoration: none;
	color: #9D8252;
	width: 50px;
	display: block;
	padding: 2px 0 2px 2px;
	text-align: center;
}
a.button2:hover {
	background-color: #513D2A;
	color: #9D8252;
}
input.button, button.button {
	border: 1px solid #6B5944;
	background-color: #513D2A;
	color: #9D8252;
	font-size: 11px;
	display: block;
	width: 50px;
	height: 22px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, sans-serif;

}

/* Kakao bohne */
.topline {
	background-color: #343734;
	vertical-align: top;
}

/* Kopfzeile */
.headline {
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 0;
}

/* Fusszeile */
.footer {
	background-color: #75634D;
	color: #B59D73;
	font-size: 10px;
	padding-top: 2px;
}

/* Inhalt */
.td_content {
	vertical-align: top;
}
.stimmungsbild {
	margin-bottom: 32px;
}
.td_content p, .td_content ol  {
	width: 456px;
	padding-left: 0;
}



/* Menu */
.td_mainmenu {	
	padding: 0;
	color: white;
	overflow: visible;
	background-color: #4B3623;
}
.td_mainmenu td {
	width: 100%;
}
.td_mainmenu_c {
	background-color: #422C18;
}
.td_mainmenu_c table td {
	background-image: url(../images/td_menu_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	border-left: 0px;
	border-right: 0;
	padding: 2px 0 1px 0;
}
.td_mainmenu_c a {
	font-size: 11px;
	font-weight: bold;
	color: #AD8E5D;
	text-decoration: none;
}
.td_mainmenu_c a:hover {
	color: #AD8E5D;
	background: none !important;
}
a.active {
	color: #F7D78C !important;
}


/* User Info */
table.userinfo {
	color: #F7D78C;
	font-weight: bold;
	float: right;
	font-size: 11px;
	margin-top: 16px;
	width: 184px;
}
.userinfo a, .userinfo a:visited, .userinfo a:hover {
	color: #AD8E5D;
	background-color: #343734;
	font-weight: bold;
	text-decoration: none;
}

/* Fehlermeldungen */
p.required {
	width: 448px !important;
	border: 1px solid #B42E33;
	background-color: #610C0C;
	color: #9D8252;
	padding: 4px !important;
}

tr.required {
	border: 1px solid #B42E33;
	background-color: #610C0C;
	color: #9D8252;
	padding: 4px !important;
}

/* Widerrufsbelehrung */
td.widerruf {
	height: 120px;
	width: 456px;
	overflow: auto;
	border: 1px solid #6B5944;
	padding: 4px;
}


/* Registrierung */
#register_status {
	border: 1px solid #D59E3A;
	border-right: none;
	width: 575px;
	height: 48px;
	margin-bottom: 16px;
}
#register_status span {
	display: block;
	width: 106px;
	border-right: 1px solid #D59E3A;
	height: 40px;
	padding: 4px;
	background-color: #F6EAC4;
	float: left;
	color: black;
}
#register_status span.active {
	background-color: #D59E3A;
	color: black !important;
}

/* B2B Bestellung [UB20090812] */
form.order {
    padding: 0;
    margin: 16px 0 0 0;
}

form.order table {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

form.order table tr {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

form.order table tr td {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}

form.order table tr td.fieldname {
    width: 150px;
}

form.order table tr td input {
    margin-bottom: 0;
}

form.order table tr td textarea {
    width: 306px;
    height: 85px;
}

/* Listen der FAQ */
ul { margin-left:1em; 
     margin-top: 0;
     margin-bottom: 10px;
     padding-left:0;
     padding-top: 2px;
     padding-bottom: 2px;}
li { margin-left:1em; 
     margin-top: 0;
     margin-bottom: 10px;
     padding-left:0;
     padding-top: 2px;
     padding-bottom: 2px;}