/* site.css */
/* Last Update: Sat, 07 Nov 2009 19:24:05 +0000 */
/*
 * ppostbox template
  */

html {
    margin: 0px;
    padding: 0px;
    height: 100%; /* minimalst groesser, aber immer mit scrollbar */
    overflow: -moz-scrollbars-vertical;
    font-size: 12px;
    font-family: Arial,Helvetica, Sans-Serif;
    }


body {
    /* width:100%; */
     margin: 0px;
    margin-left:0px;
    margin-right:0px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    background-color: #e8f200;
    color: #484848;
    height: 100%;
    }

pre {
    color: #564b47;
    font-size: 11px;
    background-color:transparent;
    font-family: Courier, Monaco, Monospace;
    }

#current {
    background-color: #693439;
    }

.basicnavigation {
    padding: 4px;
    }

.basicnavigation a {
    font-size: 12px;
    vertical-align: middle;
    padding: 5px;
    }

.basicnavigation a:link {
    color: black;
    text-decoration: none;
    }

.basicnavigation a:hover {
    color: black;
    text-decoration: none;
    }

.basicnavigation a:active {
    color: black;
    text-decoration: none;
    }

.basicnavigation a:visited {
    color: black;
    text-decoration: none;
    }

.basicnavigation .entry a {
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 2px;
    }

.basicnavigation .active a {
    color: red;
    margin: 0px;
    }

.basicnavigation .current a {
    color: black;
    font-style: italic;
    vertical-align: middle;
    margin: 2px;
    }

.basicnavigation .entry a, .basicnavigation .active a {
    color: black;
    color: #747474;
    text-decoration: none;
    }

.basicnavigation .entry a:hover, .basicnavigation .active a:hover {
    color: black;
    color: #fb9200; text-decoration: underline;
    }

.basicnavigation .top {
    border-bottom:1px #323232 solid;
    margin-bottom:8px;
    }

.basicnavigation .top a {
    vertical-align: middle;
    margin: 0px;
    color: #747474;
/*     background-color: %%TOPNAVBGCOLOR%%; */
    }

.basicnavigation .top a:hover {
    vertical-align: middle;
    margin: 0px;
    color: #fb9200;
    }

.basicnavigation ul {
    margin: 0px;
    padding:0px;
    }

.basicnavigation ul li {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
    max-width:240px;
    }

.basicnavigation li {
    margin: 0px 0px 0px 5px;
    padding: 2px;
    list-style-type: none;
    list-style-image: none;
    }

.basicnavigation li li {
    font-weight:normal;
    list-style-type: none;
    list-style-image: none;
    margin:0px;
    padding:0px;
    margin-left:10px;
    padding-top:2px;
    padding-bottom:2px;
    }


/* --- COLORBAR Navigationlayout  --- */
.colorbar_basicnav {
    padding: 0px;
    }

.colorbar_basicnav a { 
    font-size: 12px;
    vertical-align: bottom;
    padding:0px;
    padding-left:10px;
    padding-top:15px;
    height:32px;
    }

.colorbar_basicnav a:link { 
    color: white;
    text-decoration: none; 
    }

.colorbar_basicnav a:hover { 
    color: black; 
    text-decoration: none; 
    }

.colorbar_basicnav a:active {
    color: white;
    text-decoration: none;
    }

.colorbar_basicnav a:visited { 
    color: white; 
    text-decoration: none;
    }

.colorbar_basicnav .entry a {
    margin: 0px;
    margin-bottom: 2px;
    }
    
.colorbar_basicnav .active a {
    }


.colorbar_basicnav .current a, .current a {
    color: black;
    /* font-style: italic; */
    }

.colorbar_basicnav .entry a, .colorbar_basicnav .active a { 
    color: white;
    text-decoration: none;
    }

.colorbar_basicnav .entry a:hover, .colorbar_basicnav .active a:hover, .colorbar_basicnav .current a:hover { 
    color: black;
    }

.colorbar_basicnav .top {
    /* border-bottom:1px #323232 solid; */
    /* margin-bottom:1px; */
    }

.colorbar_basicnav .top a {
    /* or: white; */
    margin: 0px;
    }

.colorbar_basicnav .top a:hover {
    margin: 0px;
    color: black;
    }

.colorbar_basicnav ul {
    margin: 0px;
    padding:0px;
    }

.colorbar_basicnav ul li {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    max-width:240px;
    }

.colorbar_basicnav li {
    margin: 0px;
    border: 1px #ffffff solid;
    padding: 0x;
    list-style-type: none;
    list-style-image: none;
    padding-top:1px;
    }

.colorbar_basicnav li li {
    font-weight:normal;
    list-style-type: none;
    list-style-image: none;
    border:0px;
    margin:0px;
    padding:0px;
    margin-left:0px; /* blockquote from left */
    padding-top:1px;
    margin-top:1px;
    }

.colorbar_basicnav li .current, .colorbar_basicnav li li .current {
    background:url(/images/ty_core/back_topnav_act.gif) repeat-x;
    border:0px;
    height:34px;
    }

.colorbar_basicnav li .entry, .colorbar_basicnav li li .entry {
    background:url(/images/ty_core/back_topnav.gif) repeat-x;
    border:0px;
    height:34px;
    }

.colorbar_basicnav li .active, .colorbar_basicnav li li .active {
    background:url(/images/ty_core/back_topnav_act.gif) repeat-x;
    border:0px;
    height:34px;
    }



/* ^^^ Colorbar Navigationlayout --- */





a.button span, span.button button, span.button input, del.button span {
    color: #7B1200;
    }
a.button:hover span, span:hover.button button, span:hover.button input, del:hover.button span {
    color: #620E00;
    }

.hometxt {
    font-size: 14px;
    }

/* SK-Layout: border applies to body, so bordertd to zero */
.bordertd {
    width: 0px;
    }

h1 {
    font-size: 1.5em;
    line-height: 1.7em;
/*     color: %%H1COLOR%%; */
    padding: .5em 0 .5em .5em;
}

h2 {
    font-size: 1.2em;
/*     color: %%H2COLOR%%; */
    padding-bottom: .1em;
    margin-bottom: .5em;
    }

h3 {
/*     color: %%H3COLOR%%; */
    border-bottom: 2px solid #323232;
    padding: .2em 1.5em;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    }

h4 {
/*     color: %%H4COLOR%%; */
    border-bottom: 1px solid #aaaaaa;
    padding: 25px 0px 3px 0px;
    font-size: 0.9em;
    font-weight: bold;
    }

h5 {
/*     color: %%H5COLOR%%; */
    border: 1px dashed #747474;
/*     background: %%H5BGCOLOR%%; */
    padding: 8px 8px 8px 8px;
    margin: 10px 15px 10px 15px;
    font-size: 0.9em;
    font-weight: bold;
    }

a {
    color: #591F00;
    }

br {
    clear: both;
    }

hr {
    height: 1px;
    border: none;
    background: #323232;
    margin: 1em 0;
    }

.inputspacer_f {
    border-bottom: #aaaaaa 1px solid;
    }

.cinput_f {
    border: #747474 1px solid;
    background: #fff2b7;
    padding: 6px 20px 6px 20px;
    }

.inputtable1 label, .inputerror1 label {
    color:#000000;
    }

.inputerror1 label sup {
    color:#de352f; /* myadvertising red */
    }

.inputtable1, .inputtable2, .inputtable3, .inputtable4, .inputerror1, .inputerror2, .inputerror3, .inputerror4 {
    text-align:left;
    vertical-align:top;
    }

.inputtable2, .inputerror2 {
    white-space: nowrap;
    width:224px;
    }

.input, .cinput, .inputfield {
    width: 220px;
    }


input[type=text], input[type=password] {
    border: #747474 1px solid;
    background-color: #fff2b7;
    font-size:12px;
    }

input[type=checkbox] {
    border:0px;
    }

textarea {
    border: #747474 1px solid;
    background-color: #fff2b7;
    width:224px;
    height:139px;
    font-family: Arial,Helvetica, Sans-Serif;
    overflow:auto;
    }

input[type=radio] {
    border:0px;
    }
.radiobutton {
    border: 0px;
    font-size:12px;
}

select, .select, select.select {
    font-size: 12px;
    border-color: #747474;
    border-width: 1px;
    border-style: solid;
    background-color: #fff2b7;
    height:21px;
    }

.select option, select option, select.select option {
    font-size: 12px;
    border-width: 0px;
    background-color: #fff2b7;
    }

input[type=text], input[type=password], select, .cinput {
    width:220px;
    }

.listview {
    width:100px;
    }

input[type=text], input[type=password], .cinput {
/*     border-left: 0px; /* %%_ROUNDBORDER_%% - comment this line if not set */ */
/*     border-right: 0px; /* %%_ROUNDBORDER_%% - comment this line if not set */ */
/*     width:196px; /* %%_ROUNDBORDER_%% - comment this line if not set - additional graphics need 2 x 12px width */ */
    font-size:12px;
    height:15px;
    padding:2px;
    margin:0px;
    }

.cinput {
    font-size:9pt;
    font-weight:normal;
    border: #747474 1px solid;
    background: #fff2b7;
    }

.box {
    width:100%;
    }

.box, .box td, #elementeditor {
    font-size:12px;
    font-family: Arial,Helvetica, Sans-Serif;
    border: 0px;
    color: #404040;
/*     background: %%BLOCKBGCOLOR%%; */
/*     border: 1px solid %%BLOCKBORDERCOLOR%%; */
    }

.box .ty_block {
    text-align: left;
    font-size:12px;
    font-family: Arial,Helvetica, Sans-Serif;
    border: 0px
    color: #404040;
/*     background: %%BLOCKBGCOLOR%%; */
    margin-top: 4px;
    padding: 4px;
    width: 100%;
    height: 100%;
/*     border: 1px solid %%BLOCKBORDERCOLOR%%; */
    }

.box p, .box form {
    padding: 4px;
    }

#cart, #login {
    border: 0;
    /* background: #FDE691; */
    }

#cart h3, #login h3 {
    /* color: #D1560D; */
    border-bottom: 2px solid #D1560D;
    }

#content {
	float: left;
	width: 50%;
	margin-left: 2em;
	margin-top: 1.7em;
}

#content p {
	margin-bottom: 2em;
	margin-right: 2em;
}

#content div.article {
	width: 100%;
	float: left;
	margin-bottom: .5em;
}

#content div.article img {
	float: left;
	width: 20%;
	margin-right: 5%;
	clear: both;
	padding: .1em;
	border: 1px solid #467724;
}

#content div.article .info {
	float: right;
	width: 73%;
	text-align: left;
}

#content div.article h3 {
	padding: 0;
	text-transform: none;
	border: 0;
	margin-bottom: .5em;
}

#content div.article h3 strong {
	color: #591F00;
	font-weight: normal;
}

#content div.article p strong {
	font-weight: normal;
	display: block;
	color: #591F00;
	margin-bottom: .5em;
}

#cart table {
	padding: .5em 1.5em;
}

#cart table .quant {
	text-align: right;
	color: #555;
	vertical-align: top;
}

#shopping-cart {
	border-bottom: 2px solid #467724;
	margin-bottom: 3em;
	padding-bottom: .5em;
}

#shopping-cart table {
	width: 100%;
}

#shopping-cart td {
	padding: 0 .2em;
	margin: 0;
	background: #fff;
}

#shopping-cart .name {
	width: 65%;
	font-weight: bold;
}

#shopping-cart .mult, #shopping-cart .bmult {
	width: 5%;
	padding: 0;
	background: repeat-y url(../images/cart-mult-bg.gif) center;
}

#shopping-cart .quant {
	width: 10%;
}

#shopping-cart .price {
	width: 14%;
	text-align: right;
}

#shopping-cart .mult input {
	border: 1px solid #467724;
	width: 30px;
	text-align: center;
}

#shopping-cart .curr {
	width: 1%;
	text-align: right;
}

#shopping-cart .desc {
	font-size: .8em;
	padding-bottom: 1em;
	color: #467724;
}

#shopping-cart .eprice {
	font-size: .8em;
	width: 14%;
	text-align: right;
	color: #467724;
	vertical-align: top;
}

#shopping-cart .ecurr {
	font-size: .8em;
	color: #467724;
	vertical-align: top;
}

#shopping-cart .lmult {
	background: no-repeat url(../images/cart-mult-arr.gif) top center;
}

#shopping-cart .lbut {
	text-align: right;
}

#shopping-cart .sum {
	border-top: 1px solid #000;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

#shopping-cart .cart {
	text-align: right;
}

.important {
	border: 1px dashed #D1560D;
	background: #FDE691;
	padding: .5em;
	margin: 0 0 1em 0;
}

.breadcrumb {
    border: 0px;
    margin-top: 0px;
    padding: 4px 0px 25px 0px;
    display: block;
    float: none;
    }

.breadcrumb ul {
    margin: 2px;
    list-style: none;
    border: 0px;
    }

.breadcrumb li {
    float: left;
    padding-left: 17px;
    padding-right: 10px;
    background:url(/images/core/breadcrumb.png) center left no-repeat ;
    }

.breadcrumb li a {
    font-weight: bold;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    }

.breadcrumb li a:hover {
    text-decoration: underline;
    }

.topnav_outer {
    display:block;
    text-align:center;
    }

.topnav {
    border: 0px;
    white-space:nowrap;
    width:500px;
    margin:auto;
    margin-left:auto;
    margin-right:auto;
    padding: 2px 0px 2px 0px;
    /* display: block; */
    /* float: none; */
    /* clear:both; */
    }

.topnav ul {
    margin: 0px;
    list-style: none;
    border: 0px;
    padding:0px;
    }

.topnav li {
    float: left;
    padding:0px;
    padding-left: 22px;
    padding-right: 12px;
    }

.topnav li a {
    font-weight: bold;
    text-decoration: none;
    color: #747474;
    font-size: 13px;
    }

.topnav_default {
    background:url(/images/core/breadcrumb.png) center left no-repeat;
    }

/* --- topnav images --- topnav_PAGENAME --- */
.topnav_home { background:url(/images/core/tn_home.png) center left no-repeat; }
.topnav_benutzerverwaltung { background:url(/images/core/tn_myaccount.png) center left no-repeat; }
.topnav_warenkorb { background:url(/images/core/tn_basket.png) center left no-repeat; }
.topnav_kontakt { background:url(/images/core/tn_contact.png) center left no-repeat; }

form br {
    clear: both;
    }

label {
    width: 100%;
    }

label.right {
    float: right;
    width: 85%;
    }

strong {
    font-weight: bold;
    }

div#wheelcontainer {
    top:0px;
    left:100px;
    margin:0px;
    width:553px;
    height:287px;
    border:1px solid #000000;
    position:absolute;
    visibility:hidden;
    }

div#wheelheader {
    margin:0px;
    width:553px;
    height:14px;
    text-align:right;
    border:0px;
    border-bottom:1px solid #000000;
    background-color:#ffffff;
    font-size:10px;
    line-height:10px;
    color:#000000;
    text-align:right;
    }

div#wheel {
    margin:0px;
    width:553px;
    height:272px;
    background:#f98400;
    border:0px;
    }

div#wheel span#colorwheelpreview {
    margin:0px;
    float:left;
    width:297px;
    height:15px;
    font-size:4px;
    line-height:4px;
    background-color:#f98400;
    }

div#wheel span#colorwheelpreviewclick {
    margin:0px;
    float:left;
    width:256px;
    height:15px;
    font-size:4px;
    line-height:4px;
    background-color:#f98400;
    }

div#wheel img {
    margin:0px;
    vertical-align:top;
    cursor:crosshair;
    width:553px;
    height:257px;
    border:0px;
    }

#cookiewarningdiv {
    position:relative;
    display:none;
    }

.hiddenbutton {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
    }

/* Boxover Effects */
.boxoverHdr {
/*    width:220px;*/
    font-size:12px;
    font-weight:bold;
    color: #484848;
    background-color: #747474;
    border:1px solid #747474;;
    padding:0px;
    filter:alpha(opacity=92);
    opacity:0.92;
    }

.boxoverBdy {
/*    width:220px;*/
    border:0px;
    border-left:1px solid #747474;
    border-right:1px solid #747474;
    border-bottom:1px solid #747474;
    font-size:12px;
    padding:0px;
    color: #404040;
    background-color: #fff2b7;
    filter:alpha(opacity=92);
    opacity:0.92;
    }

/* pagetemplate until end */

.master {
    /* text-align: center; ---kann vermutlich raus */
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    }

.maintdhead, .maintd, .mainright, .mainleft, .maincenter {
    vertical-align: top;
    border-spacing: 0px;
    }


.main8tdhead {
    width:100%;
    }

.maintd, .mainright, .mainleft, .maincenter {
    height: 100%;
    }

.maintd {
	vertical-align:top;
	/* height: 100%; */
	}

.main {
    table-layout:fixed;
    width: 100%;
    height: 100%;
    border-spacing: 2px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    }

.mainhead {
    table-layout:fixed;
    width: 100%;
    border-spacing: 2px;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    }

.mainleft {
    width: 240px;
    max-width: 240px;
    margin: 0px 0px 0px 4px;
    }

.maincenter {
    /* width: 90%; */
    margin: 0px 0px 0px 4px;
    padding: 0px 6px 0px 6px;
    }

.mainright {
    width: 240px;
    margin: 0px;
    }

.loginbox {
    height:parent;min-width:350px;
    position:relative;
    width: 350px;
    height: 100px;
    }

.loginbox .inputtable2, .loginbox .inputerror2 {
    width:110px;
    }

.loginbox .inputtable2 input, .loginbox .inputerror2 input {
    width:100px;
    }

.loginbox .inputtable3 , .loginbox .inputerror3 {
    width:20px;
    }

.loginbox .inputtable4 , .loginbox .inputerror4 {
    width:99%;
    }

.downloadlink {
    padding:0px 0px 0px 18px;
    margin:0px;
    height:16px;
    border:0px;
    border-bottom:1px #de352f solid;
    background:url(/images/ty_core/ty_download.png) no-repeat left top;
    color:#de352f;
    text-decoration:none;
    }

.input_half {
    width: 112px;
    }


/* Navigation text color 		#747474		*/
/* Hover color				#fb9200		*/
/* Topnavigation text color 		#747474	*/
/* Topnavigation text color hover 	#fb9200	*/
/* /* Topnavigation background color 	%%TOPNAVBGCOLOR%%	*/ */
/* Breadcrumb text color 		#808080	*/


.flyoutmenu {
    /* position:absolute; */
    clear:both;
    width:100%;
    float:left;
    }

/* .flyoutmenu * {
    margin:0px;
    padding:0px;
    border:none;
    }
*/

.flyoutmenu a {
    font:normal 90%/205% Arial, Helvetica, Sans-Serif;
    display:block;
    border-width:1px;
    border-style:solid;
    border-color:#ccc #888 #555 #bbb;
    white-space:nowrap;
    margin:0px;
    padding:0px 12px;
    }

.flyoutmenu h2 {
    font:bold 90%/205% Arial, Helvetica, Sans-Serif;
    display:block;
    border-width:1px;
    border-style:solid;
    border-color:#ccc #888 #555 #bbb;
    white-space:nowrap;
    margin:0px;
    padding:0px 12px;
    }

.flyoutmenu h2 {
    color:#fff;
    background:#000 url(/images/core/arrow.png) no-repeat 100% 50%;
    text-transform:uppercase;
    }

.flyoutmenu a {
    background:#eee;
    text-decoration:none;
    }

.flyoutmenu .navchild a {
    background:#eee url(/images/core/arrow.png) no-repeat 100% 50%;
    }

.flyoutmenu .current a, .flyoutmenu .active a {
    font-style:italic;
    }

.flyoutmenu a, .flyoutmenu a:visited {
    color:#747474;
    }

.flyoutmenu a:hover {
    color:#fb9200;
    background-color:#fff;
/*     background-color:%%TOPNAVBGCOLOR%%; */
    }

.flyoutmenu a:active {
    color:#fb9200;
/*     background-color:%%TOPNAVBGCOLOR%%; */
    }

.flyoutmenu ul {
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
    width:12em;
    }

.flyoutmenu li {
    position:relative;
    }

.flyoutmenu ul ul {
    position:absolute;
    z-index:500;
    top:auto;
    display:none;
    }

.flyoutmenu ul ul ul {
    top:0px;
    left:100%;
    }

/* non-anchor hover selectors */

/* Enter the more specific element (div) selector
 * on non-anchor hovers for IE5.x to comply with the
 * older version of csshover.htc - V1.21.041022. It
 * improves IE's performance speed to use the older
 * file and this method
 */

div.flyoutmenu h2:hover {
    /* background:#eee url(/images/core/arrow.png) no-repeat -999px -9999px; */
    }

div.flyoutmenu li:hover {
    cursor:pointer;
    z-index:100;
    }

div.flyoutmenu li:hover ul ul, div.flyoutmenu li li:hover ul ul, div.flyoutmenu li li li:hover ul ul, div.flyoutmenu li li li li:hover ul ul {
    display:none;
    }

div.flyoutmenu li:hover ul, div.flyoutmenu li li:hover ul, div.flyoutmenu li li li:hover ul, div.flyoutmenu li li li li:hover ul {
    display:block;
    }

/* /non-anchor hover selectors */

/* expand */

.flyoutmenu a.x, .flyoutmenu a.x:visited {
    font-weight:normal;
    color:#eee;
    /* background:#eee url(/images/core/arrow.png) no-repeat 100% 100%; */
    }

.flyoutmenu a.x:hover {
    color:#fff;
    background:#000;
    }

.flyoutmenu a.x:active{
    color:#060;
    background:#ccc;
    }

.flyoutmenubase {
    padding:0px;
    margin:0px;
    width:100%;
    border:0px;
    height:23px;
    background:#eee url(/images/ty_core/1px_ccc.png) repeat-x top left;
    border-bottom:1px #555 solid;
    padding-left:12px;
    margin-bottom:4px;
    }

.flyoutmenu .top a {
    font-weight:bold;
    }


/* /site.css */
/* last modified: Thu, 05 Nov 2009 21:05:44 +0100 */
