/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	height: auto;
	width: auto;
	background-color: #D5A562;
	background-image: url(/img/layout/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #B40426;
}

img {
	border: 0;
}

form {
    display: inline;
}

.red {
    color: #B40426;
}

.black {
    color: #000;
}

.clear {
    clear: both;
}

.clearnosize {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

* html .clearfix {
	height:1%;
	overflow:visible;
}

* + html .clearfix {
	margin:0pt;
	min-height:1%;
	padding:0pt;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

.right {
    float: right;
}

.left {
    float: left;
}

.error {
    color: #FF0000;
}

div.line {
    clear: both;
    margin-top: 30px;
    padding-bottom: 25px;
    border-top: 3px solid #FFF;

}

div.line2 {
    clear: both;
    margin-top: 12px;
    padding-bottom: 12px;
    border-top: 3px solid #FFF;

}

div.page {
	width: 980px;
    height: auto;
	margin: auto;
}

/* header */

div.header {
	background-image: url(/img/layout/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 591px 0;
	height: 191px;
	width: 980px;
	margin-top: 26px;
	float: left;
}

div.header div.headimg {
	float: left;
}

div.header div.headimg img {
	float: left;
	margin-left: 6px;
}

div.header div.headimg img.first {
	margin-left: 0;
}

div.header div.logo {
	float: right;
}

/* main - content */

div.main {
	clear: both;
	width: 980px;
    height: auto;
	margin: auto;
	float: left;
	background-image: url(/img/layout/bg_main.jpg);
	background-repeat: repeat-y;
}

div.mainbg {
	float: left;
	width: 980px;
	background-image: url(/img/layout/bg_mainbg.jpg);
	background-repeat: no-repeat;
}

div.content {
	width: 782px;
	float: left;
    padding-top: 13px;
    padding-bottom: 50px;
    height: 1%;
    min-height: 300px;
}

div.leftnavi {
	width: 161px;
    float: left;
	margin-right: 24px;
	padding-top: 7px;
}

div.index {
	width: 572px;
	float: left;
    height: auto;
    padding-right: 25px;
    padding-top: 5px;
}

/************ inhalte ************/

h1 {
    font-size: 16px;
    color: #B40426;
    font-weight: bold;
    padding-bottom: 20px;
}

h2 {
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 3px solid #FFF;
    margin-bottom: 9px;
    font-size: 13px;
	background-image: url(/img/icons/square_red.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

div.tblformular {
    background-color: #E9C991;
    padding: 23px 40px 13px 20px;
    width: 340px;
}

div.tblformular table td {
    padding-bottom: 10px;
}

div.tblformular .inputstyle {
    width: 230px;
}


/* glossar */

div.glossar_letters {
    background-color: #EACA93;
    padding: 20px 0 9px 19px;
    width: 528px;
    float: left;
}

div.glossar_letters ul {
    list-style: none;
    float: left;
}

div.glossar_letters ul li {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.glossar_items {
    float: left;
    width: 150px;
    padding-right: 10px;
}

div.glossar_items ul {
    margin-top: 5px;
    list-style: none;
}

div.glossar_items ul li {
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 13px;
	background-image: url(/img/icons/square_red.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

div.glossar_description {
    margin-top: 5px;
    padding-bottom: 20px;
    float: left;
    width: 385px;
}

div.glossar_description_title {
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 3px solid #FFF;
    margin-bottom: 20px;
    font-size: 13px;
    color: #B40426;
}


/* haendler */

div.haendlerform {
    background-image: url(/img/layout/background_haendlerform.gif);
    background-repeat: no-repeat;
    padding: 42px 170px 0 20px;
    height: 120px;
    width: 367px;
/*
    height: 162px;
    width: 547px;
*/
}

div.haendlerform strong {
    color: #B40426;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

div.haendlerresultbox {
    background-color: #EACA93;
    padding: 20px;
    margin-top: 25px;
}


/* produktseiten */

div.products strong {
    color: #B40426;
}

div.products h2 {
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 3px dotted #FFF;
    margin-bottom: 9px;
    font-size: 13px;
	background-image: url(/img/icons/square_black.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

div.products h2 a {
	color: #000;
}

div.products div.schokolade,
div.products div.schokolade_first
{
    margin-top: 45px;
    padding-top: 45px;
    border-top: 3px solid #FFF;
    font-size: 13px;
    line-height:16px;
}

div.products div.schokolade_liste
{
    font-size: 13px;
    line-height:16px;
}

div.products div.schokolade_first 
{
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid #FFF;
}

div.products div.schokolade h2,
div.products div.schokolade_first h2,
div.products div.schokolade_liste h2 
{
    font-size: 15px;
    color: #B40426;
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 5px;
    background-image: none;
    padding-left: 0px;
}

div.products div.schokolade h2 a,
div.products div.schokolade_first h2 a,
div.products div.schokolade_liste h2 a 
{
    color: #B40426;
}

div.products div.schokolade_liste sup
{
    font-family:Verdana;
    line-height:0;
}


/************ home ************/

div.home {
    margin-top: 6px;
    /*font-weight: bold;*/
}

/* left */

div.home div.homeleft {
	width: 585px;
	float: left;
	margin-right: 6px;
}

div.home_left_top {
	margin-top: 0px;
	/*float: left;*/
	background-image: url(/img/layout/bg_home_left_top.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 541px;
	padding: 55px 20px 0 24px;
}

div.home_left_top div.list {
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    padding: 30px 0 30px 0;
    margin: 5px 0 12px 0;
}

div.home_left_top a {
    font-size: 14px;
}

div.home_left_top ul {
    margin-left: 15px;
    list-style-type: square;
    color: #B40426;
}

div.home_left_top ul li {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

div.home_left_top ul li span {
    color: #000000;
}

div.home_left_bottom {
	/*float: left;*/
	/*height: 191px;*/
	width: 585px;
	margin-top: 6px;
}

div.home_left_bottom div {
    margin-right: 6px;
}

div.home_left_bottom div.last {
    margin-right: 0px;
}

div.home_left_bottom div div {
    margin-right: 0px;
}

/* right */

div.home div.homeright {
	width: 389px;
	float: right;
}

div.home_right_top {
	/*float: left;*/
	margin-left: 0px;
	height: 175px;
	width: 389px;
}

div.home_right_bottom {
	/*float: left;*/
	background-image: url(/img/layout/bg_home_right_bottom.jpg);
	background-repeat:no-repeat;
	height: 346px;
	width: 352px;
	margin-top: 6px;
	padding-left: 22px;
	padding-right: 15px;
	/*padding-top: 20px;*/
	/*font-weight: bold;*/
}

* html div.home_right_bottom {
	wid\th: 389px;
	width: 352px;
	heig\ht: 346px;
	height: 326px;
}

div.home_right_bottom div.txt {
    padding-right: 40px;
    padding-bottom: 10px;
	font-size: 13px;
	line-height: 15px;
}

div.home_right_bottom h2 {
    padding-top: 37px;
    background-position: 0px 42px;
    font-size: 14px;
    line-height: 16px;
    
    padding-bottom: 12px;
	margin-bottom: 14px;
}

div.home_right_bottom h1 {
	color:#B40426;
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
}


/* infoboxen */

div.infoboxes {
    width: 191px;
    float: left;
    margin-left: 7px;
    margin-top: 0px;
    margin-bottom: 30px;
    /*background-color: #B40426;*/
	background-image: url(/img/layout/bg_infobox_between.jpg);
	background-repeat: repeat-y;
}

div.infobox_empty {
	height: auto !important;
	min-height: 191px;
	width: 191px;
	background-image: url(/img/layout/bg_infobox_empty.jpg);
	background-repeat: no-repeat;
}

div.home div.infobox_empty {
	height: 211px !important;
	background-color: #F7F3CE;
}

div.infobox {
 	background-color: #FCFBF6;
	background-image: url(/img/layout/bg_infobox.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: auto !important;
	min-height: 161px;
	width: 161px;
    padding: 15px 15px 25px 15px;
	margin-bottom: 6px;
}

div.home div.infobox {
	height: 181px !important;
    padding: 15px 15px 15px 15px;	
}

* html div.home div.infobox {
	wid\th: 191px;
	width: 161px;
	heig\ht: 211px;
	height: 181px;
	overflow: hidden;
}

div.infobox .infoboxtitle {
    color: #B40426;
    font-weight: bold;
}

a.detailslink {
	float: right;
	font-weight: bold;
	background-image: url(/img/icons/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	margin-top: 14px;
}

a.arrow,
a.arrow_red,
a.arrow_green {
	font-weight: bold;
	background-image: url(/img/icons/arrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
}


/* topnavi */

div.topnavi {
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #B40426;
	height: 29px;
	width: 980px;
	clear: both;
	float: left;
}

div.topnavi ul {
	margin-left: 15px;
	list-style: none;
}

div.topnavi ul li {
	float: left;
	height: 29px;
	line-height: 29px;
	padding-left: 8px;
	padding-right: 7px;
}

div.topnavi ul li.active {
	background-image: url(/img/layout/bg_topnavi_active.jpg);
}

div.topnavi ul li sup {
	line-height: 0px;
	font-family: Verdana;
}

div.topnavi ul li a:link,
div.topnavi ul li a:visited,
div.topnavi ul li a:hover,
div.topnavi ul li a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

div.topnavi ul li.active a:link,
div.topnavi ul li.active a:visited,
div.topnavi ul li.active a:hover,
div.topnavi ul li.active a:active {
	color: #B40426;
}

/* leftnavi */

/* 1. Ebene */

ul.leftnavi {
	width: 140px;
	margin-left: 21px;
	border-top: 1px solid #C1AD82;
	list-style: none;
	line-height: 18px;
}

ul.leftnavi li {
	border-bottom: 1px solid #C1AD82;
	padding-left: 12px;
	font-size: 13px;
}

ul.leftnavi li.active {
	font-weight: bold;
	background-image: url(/img/icons/navi_left_square_red.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

/* 2. Ebene */

ul.leftnavi li ul {
	background-color: #BAA277;
	list-style: none;
	margin-left: -12px;
}

ul.leftnavi li ul li {
	border-bottom: 1px solid #C1AD82;
	padding-left: 17px;
	font-size: 12px;
}

ul.leftnavi li ul li.active {
	background-image: none;
}

ul.leftnavi li ul li a {
	color: #7E522F;
	font-weight: normal;
}

ul.leftnavi li ul li.active a {
	font-weight: bold;
}

/* 3. Ebene */

ul.leftnavi li ul li ul {
	margin-left: -17px;
}

ul.leftnavi li ul li ul li {
	border-bottom: 0px;
	padding-left: 27px;
	font-size: 12px;
	background-image: url(/img/icons/navi_left_square_brown.gif);
	background-repeat: no-repeat;
	background-position: 17px 7px;
}

ul.leftnavi li ul li ul li.active {
	background-color: #ECDDAF;
	background-image: url(/img/icons/navi_left_square_white.gif);
	background-repeat: no-repeat;
	background-position: 17px 7px;
}

ul.leftnavi li.active ul li.active ul li a {
	color: #FFFFFF;
	font-weight: normal;
}

ul.leftnavi li.active ul li.active ul li.active a {
	color: #7E522F;
	font-weight: normal;
}

/* 4. Ebene */

ul.leftnavi li ul li ul li ul {
	margin-left: -27px;
	border-top: 1px solid #C0AD82;
}

ul.leftnavi li ul li ul li ul li {
	border-bottom: 0px;
	padding-left: 37px;
	font-size: 12px;
	background-image: url(/img/icons/navi_left_square_brown.gif);
	background-repeat: no-repeat;
	background-position: 27px 7px;
}

ul.leftnavi li ul li ul li ul li.active {
	background-color: #D4BF94;
	background-image: url(/img/icons/navi_left_square_white.gif);
	background-repeat: no-repeat;
	background-position: 27px 7px;
}

ul.leftnavi li.active ul li.active ul li ul li a {
	color: #FFFFFF;
	font-weight: normal;
}

ul.leftnavi li.active ul li.active ul li ul li.active a {
	color: #7E522F;
	font-weight: normal;
}


/* footer */

div.footer {
	clear: both;
	/*float: left;*/
	padding-top: 7px;
	padding-bottom: 11px;
	width: 980px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

div.footer a {
	color: #FFFFFF;
}


/* bestellprozess * * * * * * * * * * * * * * * * * * * * * * * * * */

div.error,
td.error,
span.error {
	color: #FF0000;
}

div.prozess_status {
	/*background-image: url(/images/icons/icon_dotline_light.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;*/
	margin-bottom: 20px;
}

div.prozess_status ul {
	list-style-type: none;
	margin-left: 0;
}

div.prozess_status ul li {
	float: left;
	padding-right: 11px;
}

div.prozess_status ul li.last {
	padding-right: 0px;
}


/* Inhalte */

div.text p {
	margin-bottom: 14px;
}

.wetextarea p {
	margin-bottom: 14px;
}

/* IE7 */
*+html div.text sup {
	line-height: 17px;
	font-family: Verdana;
}

/* IE6 */
* html div.text sup {
	line-height: 17px;
	font-family: Verdana;
}



