/* Ausrichtung und Positionierung aller Elemente */
div#wrapper {
	width:1000px;
	margin:0px auto;
}

div#head-container {
	height:94px;
	margin-top:10px;
	background:url('/fileadmin/templates/images/bg-head.gif') no-repeat #feffbb;
}

div#logo-head {
	float:left;
}

div#werbung-head {
	float:left;
	width:375px;
	height:94px;
	margin:0px 0px 0px 20px;
}

div#topmenue {
	float:left;
	color:#a47100;
	font-size:12px;
	text-align:right;
	margin:17px 0px 0px 20px;
}

div#topmenue a {
	color:#a47100;
	font-size:12px;
	text-decoration:none;
}

p#logged-in {
	width:230px;
	padding-top:15px;
	text-align:center;
}

p#logged-in a {
	color:#B51414;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}

form#cse-search-box {
	padding:0px;
	margin:15px 0px 0px 0px;
}

input#input-google {
	width:169px;
}

div#warenkorb {
	float:right;
	width:163px;
	height:60px;
	border:1px solid #765201;
	margin:17px 15px 0px 0px;
	-margin:17px 10px 0px 0px;
	background:url('/fileadmin/templates/images/bg-wk-mini.gif') no-repeat;
}

div#main-navigation {
	height:24px;
	border-left:1px solid #8ea2ae;
	border-right:1px solid #8ea2ae;
	background:url('/fileadmin/templates/images/bg-mainnav.gif') repeat-x;
}

div#wherepath {
	height:16px;
	color:#333333;
	font-size:11px;
	padding:2px 0px 0px 113px;
}

div#wherepath a.wherePathNormal {
	color:#765201;
	font-size:11px;
	text-decoration:none;
}

div#wherepath a.wherePathAct {
	color:#765201;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div#content-container {
	width:1000px;
	overflow:auto;
	margin:0px 0px 0px 0px;
	min-height:100px;
	-height:1%;
}

div#sub-nav-container {
	float:left;
	width:238px;
}

div#sub-naviagation {
	width:238px;
	background:url('/fileadmin/templates/images/bg-nav.gif') repeat-y;
}

div#sub-naviagation div#menu-head {
	width:208px;
	height:19px;
	color:#765201;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 0px 10px;
	background:url('/fileadmin/templates/images/bg-menu-head.gif') no-repeat;
}

div#sub-naviagation li.menue-trenner {
	width:208px;
	height:18px;
	color:#765201;
	font-size:12px;
	font-weight:bold;
	padding:23px 0px 4px 10px;
	background:url('/fileadmin/templates/images/bg-menu-trenner.gif') no-repeat;
}

div#boxen-links {
	width:218px;
	margin:15px 0px 0px 0px;
}

div#main-content {
	float:left;
	width:528px;
	margin-top:0px;
}

div#boxen-rechts {
	float:right;
	width:218px;
}

div#footer {
	clear:both;
	height:24px;
	color:#333333;
	font-size:11px;
	margin-top:15px;
	border-left:1px solid #8ea2ae;
	border-right:1px solid #8ea2ae;
	background:url('/fileadmin/templates/images/bg-mainnav.gif') repeat-x;
}

div#footer-links {
	float:left;
	padding-top:5px;
	margin-left:11px;
}

div#footer-links a,
div#footer-links a:link,
div#footer-links a:hover,
div#footer-links a:active,
div#footer-links a:visited {
	color:#333333;
	text-decoration:none;
}

div#footer-rechts {
	float:right;
	padding-top:5px;
	margin-right:11px;
}

div#footer-rechts a,
div#footer-rechts a:link,
div#footer-rechts a:hover,
div#footer-rechts a:active,
div#footer-rechts a:visited {
	color:#333333;
	text-decoration:none;
}

/* Rahmen um Inhaltselemente (section_frame) */
div.rahmen-content-elemente-db {
	padding:0px;
	overflow:auto;
	margin:0px 0px 15px 0px;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #8ea2ad;
	background:url('/fileadmin/templates/images/bg-box.gif') #e9eef2;
	/* IE 6 hack */
	-height:1%;
}

div.cont-box-innen {
	padding:0px;
	overflow:auto;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #8ea2ad;
	background-repeat:no-repeat;
	background-position:top right;
	/* IE 6 hack */
	-height:1%;
}

div.cont-box-innen-gelb {
	padding:0px;
	overflow:auto;
	margin:0px 0px 20px 0px;
	background-repeat:no-repeat;
	background-position:top right;
	border-bottom:1px solid #8ea2ad;
	/* IE 6 hack */
	-height:1%;
}

span.wrap-box-innen {
	padding:0px;
	overflow:auto;
	display:block;
	padding:5px 10px 8px 10px;
	background-repeat:no-repeat;
	background-position:top left;	
	/* IE 6 hack */
	-height:1%;
}


/* GoogleSuche */
td.j,
div#cse-search-results {
	font-size:12px;
}

/* KONFIGURATION LINKS IM INHALT */
/* normaler Zustand */
a, a:link, a:visited, a:active {
	color:#333333;
	text-decoration:underline;
}

/* Maus darüber */
a:hover {
	color:#765201;
	text-decoration:none;
}

*:focus { outline:none; }

.font-small {
	font-size:0px;
}

.small-em {
	font-size:10px;
	font-style:italic;
}

.no-wrap {
	white-space:nowrap;
}

.content {
	padding:30px 20px 20px 20px;
}


/* KONFIGURATION DER KLASSEN FÜR DIE INPUTFELDER */
/* normaler Zustand */
fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	vertical-align:top;
}

/* Farbe Pflichtfelder */
.reqLabelWrap label {
	color:#b80606;
	font-size:12px;
}

.labelWrap * {
	font-size:12px;
}

#tx-srfeuserregister-pi1-gender-0,
#tx-srfeuserregister-pi1-gender-1 {
}

label {
	clear:both;
	float:left;
	width:150px;
	cursor:hand;
	display:block;
	margin-top:6px;
	font-size:12px;
	vertical-align:top;
}

dd input label {
	border:1px solid #ff0000;	
}

input {
	font-size:12px;
	margin-top:5px;
}

select {
	height:20px;
	margin-top:5px;
	font-size:12px;
}

textarea {
	width:366px;
	font-size:12px;
	margin-top:5px;
}

.csc-mailform-radio {
	cursor:hand;
}

.csc-mailform-check {
	cursor:hand;
}

.normal {
	color:#696969;
	border:1px solid #d6caae;
}

.normalArea {
	color:#696969;
	border:1px solid #d6caae;
}

input.normal:hover,
textarea.normal:hover,
input.csc-mailform-check:hover {
	border:1px solid #765201;
}

/* aktiver Zustand */
.active {
	color:#333333;
	border:1px solid #765201;
	background-color:#FFFFFF;
}

.csc-mailform-submit {
	margin:20px 0 0 150px;
}

/* KONFIGURATION DES INHALTSTEXTES */
* {
	font-family:Arial,Tahoma,Helvetica,'Sans serif';
}

img, a img {
	border:0px;
}

li,
td {
	font-size:12px;
	line-height:14px;
}

p,
p.bodytext {
	margin:0px;
	font-size:12px;
	line-height:14px;
}

p.align-center {
	text-align:center;
}

p.align-left {
	text-align:left;
}

p.align-right {
	text-align:right;
}

p.align-justify {
	text-align:justify;
}

div.csc-linkToTop {
	margin:0px;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	padding:0px 0px 20px 0px;
}

div.csc-linkToTop a,
div.csc-linkToTop a:link,
div.csc-linkToTop a:active,
div.csc-linkToTop a:hover,
div.csc-linkToTop a:visited {
	text-decoration:none;
}

.csc-frame-indent {
	margin-left:30px;
}

.csc-textpic-caption {
	color:#696969;
	font-size:10px;
	padding:5px 0px;
}

img.atImage {
	top:2px;
	position:relative;
	margin:0px 1px;
}

hr {
	height:1px;
	color:#009236;
}

.csc-frame-rulerBefore {
	height:10px;
	border-top:1px solid #666666;
}

.csc-frame-rulerAfter {
	height:10px;
	border-bottom:1px solid #666666;
}

/* KONFIGURATION DER UEBERSCHRIFTEN */
h1 {
	padding:0px;
	color:#765201;
	font-size:18px;
	margin:20px 0px 10px 0px;
}

h2,
h2 a {
	padding:0px;
	font-size:15px;
	margin:15px 0px 5px 0px;
}

h2.PRODUCT_TITLE_LIST {
	padding:0px;
	font-size:12px;
	margin:0px 0px 0px 0px;
}

h2.PRODUCT_TITLE_LIST a {
	font-size:12px;
	text-decoration:none;
}

h2.balken-blau {
	color:#ffffff;
	font-size:12px;
	padding:4px 10px;
	margin:0px 0px 5px 0px;
	background-color:#78b3e0;
}

h3 {
	margin:14px 0px 0px 0px;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

h3.boxen {
	padding:0;
	color:#765201;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

span.wrap-box-innen h3.boxen {
	padding:0;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}


/*
h4 {
	margin:0;
	color:#696969;
	font-size:13px;
	padding:10px 0 0;
}
*/

/* LISTENKONFIGURATION */
ul {
	margin:0px;
	padding:5px 0px 15px 25px;
}

/* KONFIGURATION FÜR SCROLLBARS DES BROWSERS */
body {
	margin:0px;
	padding:0px;
}

/* Formatierungen für Druckversion */
body#print-body {
	margin:20px;
	background-color:#ffffff;
}

div#main-container-print {
	width:500px;
}

div#page-head-print {
	font-size:11px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid #333333;
}

div#main-content-print {
	margin:10px 0px 10px 0px;
}

div#page-copydata-print {
	font-size:11px;
	text-align:right;
	border-top:1px solid #333333;
}
