body {
    background: #CBBB9D;
    color: #333333;
    text-rendering: optimizeLegibility;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
hr {
    border-top: 1px solid #917337;
    border-bottom: 1px solid #E2D5BC;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
}
a:focus, .btn:focus {outline-style: none;}

a.seemless_link:link, a.seemless_link:active, a.seemless_link:visited, a.seemless_link:hover { text-decoration: none; }

a:link, a:active, a:visited { color: #7B5E18; font-weight: bold; }
a:hover { color: #333333; }

.nowrap { white-space: nowrap; }
.clr { clear: both; }

.flt_left { float: left; }
.flt_right { float: right; }

div.shaded {
    background: #FFF;
}

.navbar-collapse {
    padding-left: 0;
}
.navbar {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}

.jumbotron {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    background: url(../img/bg.jpg) no-repeat center center #795F18;
    width: auto;
    height: 100%;
    text-align: center;
    border-bottom: 3px solid #917337;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.jumbotron .container { text-align: center; }

.striped {
    background: url(../img/stripe.png) repeat left top #B5A68C;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0 0 15px 0;
}

img.align_center {
    width: 100%;
    max-width: 624px;
    height: auto;
    margin: 0 auto;
    
}

.shaded {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.slightlyshaded {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.footer_left {
    color: #A79365;
    font-weight: bold;
    line-height: 11px;
    font-size: 16px;
}
.footer_left img {
    width: 188px;
    height: 11px;
    margin: 0 0 2px 0;
}
.footer_right {
    text-align: right;
}

ul.menufooter li a:link, ul.menufooter li a:visited, ul.menufooter li a:active, ul.menufooter li a:focus {
    color: #7B5E18;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
}
ul.menufooter li a:hover {
    background: none;
    text-decoration: underline;
}

.boxed {
    background: #DDD2BB;
    display: block;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px;
	margin-bottom: 20px;
}

.margined { margin: 5px; }
.margined_bottom { margin: 0 0 5px 0; }
.padded { padding: 5px; }

.rounded {
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.blocked { display:block; width: 100%; }
.centered { text-align: center; }
.padded { padding: 10px; }
.warnung {
    background: url(../img/warnung.png) no-repeat 10px 10px #DDD2BB;
    padding: 10px 5px 10px 70px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	min-height: 65px;
	color: #7B5E18;
	font-style: italic;
	margin: 10px 0;
}

.price {
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 5px 5px 20px;
    background: url(../img/coin.gif) no-repeat 5px center #009900;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #EEE;
}
.price:after {
    content: ' zzgl. Liefer-/Versandkosten.';
    font-size: 0.8em;
	font-style: italic;
}
.price_option {
    padding: 5px;
    background: #98B276;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	color: #EEE;
}
.price_option .badge { background-color: #CBBB9D; color: #009900; }
.price_option a:link, .price_option a:visited, .price_option a:active { text-decoration: none; font-weight: normal; color: #EEE; }
.price_option a:hover { text-decoration: none; color: #FFF; }

.panel-default {
    border: none;
}
.panel-body { width: 100%; }
.panel-group .panel + .panel {
    margin-top: 0;
}
.green { background-color: #009900; color: #FFF; }
.faint {
    font-size: 9px;
    color: #7B5E18;
}
a.boxed { 
    color: #333333;
    font-weight: bold;
}
a.boxed:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: #EEE3CC;
}

div.outlined {
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: #FFF4DD;
}

img.autosize {
    width: 100%;
    height: auto;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

input[type=text], textarea {
    border: none;
    background: #FFF;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 3px;
}
.form-horizontal .control-label {
    text-align: left;
}
legend { font-size: inherit; font-weight: bold; }

h1, .h1 {
    font-size: 21px;
    margin: 0 0 10px;
    padding: 0;
}

h2, .h2 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
}

h3, .h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #D1C2A7;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 1px solid #DDD2BB;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
tr.middled>td { vertical-align: middle !important; }
tr.inverse td { background: #7B5E18 !important; text-align: center; }
tr.inverse td h2 { color: #EEE !important; margin-top: 9px !important; }

tr.linked_tr { cursor: pointer; }
tr.hover td {
    background: #DDD2BB !important;
}
table.vcentered tbody td { vertical-align: middle; }

span.region_eu {
    line-height: 16px;
    margin: 3px 0;
    padding-left: 20px;
    background: url(../../../images/regions/16/0.png) no-repeat left center;
}
span.region_us {
    line-height: 16px;
    margin: 3px 0;
    padding-left: 20px;
    background: url(../../../images/regions/16/1.png) no-repeat left center;
}
span.region_jp {
    line-height: 16px;
    margin: 3px 0;
    padding-left: 20px;
    background: url(../../../images/regions/16/2.png) no-repeat left center;
}
span.bigregion_eu {
    margin: 5px 0;
    padding-left: 30px;
    background: url(../../../images/regions/24/0.png) no-repeat left center;
}
span.bigregion_us {
    margin: 5px 0;
    padding-left: 30px;
    background: url(../../../images/regions/24/1.png) no-repeat left center;
}
span.bigregion_jp {
    margin: 5px 0;
    padding-left: 30px;
    background: url(../../../images/regions/24/2.png) no-repeat left center;
}