* {
	font-family: Verdana, Helvetica, sans-serif;
}

body {
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    background: #fdd275;
}

#frame {
    margin: auto;
    text-align: left;
    position: relative;
    width: 996px;
}

#footer {
    display: none;
}

#footerOut {
    display: none;
}

#labelFGN {
    position: absolute;
    top: 168px;
    left: 996px;
}

td, th {
    font-size: 1em;
    padding: 2px;
}

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

a:hover {
    color: #b81123;
    text-decoration: underline;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid silver;
    background: #f8f8f8;
    padding: 2px;
    font-size: 1em;
}

input[type=text], input[type=password], textarea {
	width: 170px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background: #FAFAFA;
}

input.require, textarea.require, select.require {
	background-image: url('../pics/require.png') !important;
	border: 1px solid #aa1d1b !important;
}


/* Header
----------------------------------------------------- */

#header {
 	position: relative;
 	background: url('../pics/header.jpg') no-repeat;
	width: 996px;
	height: 197px;
}

#logo a {
    display: none;
    position: absolute;
    top: 38px;
    left: 20px;
    width: 166px;
    height: 128px;
    z-index: 5;
}

#storedata {
	padding: 6px 10px 0 10px;	
	overflow: auto;
	color: #342109;
}

#storedata .address {
	float: left;
}

#storedata .shopinfo {
	float: right;
}

#storedata .shopinfo a {}

#menu {
	position: absolute;
	font-weight: bold;
	color: #a00;
	top: 90px;
	left: 130px;
}

#menu ul {
	width: 120px;
	float: left;
	list-style-type: none;
}

#menu li {
	display: block;
	height: 15px;
	padding: 2px 0;
}

#menu li:hover {
	background: #f19235;
}

#menu li.act {
	background: #f19235;
}

#menu li.act a {}

#menu a {
	background: url("../pics/topli.png") 0 .1em no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	color: #a00;
	text-decoration: none;
}

/*
#menu a:hover {
	color: #a00;
	text-decoration: none;
}
*/



/* Subnavigation (Groesse, Produktgruppen, ...) 
----------------------------------------------------- */

.sizes, .submenu {
    background: #c00018;
    color: #000;
    font-size: 1.1em;
}

.sizes span, .submenu span {
    float: left;
    padding: 8px 10px 8px 20px;
}

.sizes ul, .submenu ul {
    list-style-type: none;
    display: inline;
}

.sizes li, .submenu li {
    display: block;
    float: left;
    padding: 8px 10px 8px 5px;
}

.sizes li.act, .submenu li.act {
    background: #f19235;
}

.sizes a, .submenu a {
    background: url("../pics/topli.png") left center no-repeat;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.sizes a:hover, .submenu a:hover {
    text-decoration: underline;
}




/* Inhaltsbereich & Standardlayout
----------------------------------------------------- */

#contentWrapper {
    background: url( '../pics/bg.png' ) repeat-y;
}

#content {
    float: left;
    position: relative;
    width: 678px;
    padding-bottom: 20px;
}

#content .page {
    position: relative;
    display: block;
    padding: 25px 40px;
}

#content h2 {
    background: #f19235;
    color: #000;
    padding: 8px 20px;
    font-size: 1.1em;
    font-weight: bold;
    overflow: auto;
}

#content h2 .col, #content .product .col {
	float: right;
    text-align: center;
    width: 70px;
}

#content h2 .desc {
	font-weight: normal;
	font-size: .75em;	
}

#content .menuImage {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#content .products h3 {
    padding: 8px 20px;
    background: #ede7b9;
    font-size: 1.05em;
    font-weight: bold;
    color: #000;
}

#content .products .inact-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../pics/inactive.png');
	text-transform: uppercase;
	text-align: center;
	color: #b50000;
	font-size: 16px;
	cursor: help;
}

#content .products .inact-panel div {
	position: relative;
	top: 35%;
}

#content .products .inact {
	color: #666;
	font-weight: normal;
}

#content .product {
	position:relative;
    padding: 10px 20px;
}

#content .product .title {
    margin-bottom: 2px;
    font-weight: bold;
}

#content .product .desc {}

#content .product .price {
    font-weight: bold;
    padding-bottom: 1em; /* fuer Zeilenumbruch Beschreibung */
}

#content .product .oldPrice {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

#content .products .image img {
    border: 1px solid #ebebeb;
    margin-right: 10px;
    float: left;
}

#content .product .code {
	font-size: .95em;
	font-weight: normal;
	color: #666;
}


#content .product.row1 {}

#content .product.row2 {
    background: #f8f2c9;
}

#content .additives {
    color: gray;
    padding: 3em 20px 0 20px;
    font-size: .9em;
}




/* Cell-Layout
----------------------------------------------------- */

#content .cell {
	position:relative;
    padding: 10px 20px;
    height: 180px;
}

#content .cell .title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .3em;
}

#content .cell .title sup {
    font-size: .6em;
}

#content .cell .desc {}

#content .cell .prices {
	display: inline-block; /* IE6/7 requires natural inline container */
	margin-top: 1em;
}

#content .cell .prices .col {
	float: left;
	text-align: center;
    width: 70px;
    cursor: pointer;
}

#content .cell .prices .size {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

#content .cell .prices .size .sizedesc {
	display: block;
	font-weight: normal;
	font-size: .75em;
	line-height: 1em;
}

#content .cell .price {
    font-weight: bold;
}

#content .cell .oldPrice {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

#content .cell .code {
	font-size: .6em;
	font-weight: normal;
	color: #666;
}



/* Sidebar
----------------------------------------------------- */

#sidebar {
    float: right;
    width: 303px;
    padding-bottom: 10px;

    background: url('../pics/warenkorb.png') top no-repeat; 
    padding-left: 15px;
}



/* Cart
----------------------------------------------------- */

#sidebar .cart #ajaxloadCart {
	position: relative;
	top: -5px;	
}

#sidebar .cart h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;

    text-indent: -9999px;
    margin-top: 65px;
}

#sidebar .cart .row1 {
	background-color: #e0c384;
}

#sidebar .cart .row2 {}

#sidebar .cart .thead, #sidebar .cart .tfoot {
    background: #f19235;
    padding: 3px 5px;
    font-weight: bold;
}

#sidebar .cart .thead + .thead {
    border-left: 1px solid #f19235;
}

#sidebar .cart .tfoot {
	/* hintergrundfarbe der warenkorb-spalte verwenden */
    border-top: 1px solid #dbb96e;
}
 
#sidebar .cart td {
    /*color: #000;*/
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

#sidebar .cart td small {
    font-size: .9em;
    line-height: 1.2em;
}

#sidebar .cart td.cell {
    border-bottom: 1px solid #f19235;
    padding: 5px;
}

#sidebar .cart td.cell .edit {
	text-align: center;
	white-space: nowrap;
}

#sidebar .cart td.mindest {
    padding: 3px 5px;
}

#sidebar .cart .checkout {
	margin: 15px 10px 0 0;
}



/* Shopinfos in Sidebar
----------------------------------------------------- */

#sidebar .shopinfos {
    margin-top: 2em;
    padding: 0 5px;
    font-size: .9em;
    line-height: 1.4em;
}

#sidebar .shopinfos h4 {
    margin-top: 1.3em;
    font-size: 1em;
    font-weight: bold;
}





/* Shop-Info
----------------------------------------------------- */

table.storeinfo th {
    text-align: left;
    font-weight: bold;
    padding: 5px 10px 4px 0;
}

table.storeinfo td {
    text-align: left;
    padding: 5px 0 4px 0;
}



/* Highslide allgemein
----------------------------------------------------- */

.dialog {
	text-align: left;
}

.dialog .buttons {
    margin-top: 2em;
    overflow: auto;
}

.dialog h2 {
	font-size: 1.5em;
	margin-top: 1em;
    color: #9E1B19;
}

.dialog h3 {
	font-size: 1.3em;
	margin-top: 1em;
    color: #9E1B19;
}

.dialog input[type=text], .dialog input[type=password], .dialog textarea, .dialog select {
    border: 1px solid silver;
    background: #f8f8f8;
}

.dialog input[type=text]:focus, .dialog input[type=password]:focus, .dialog textarea:focus, .dialog select:focus {
    background: #fcfcfc;
}

.dialog .error {
	border: 1px solid #8b100e;
	color: #fff;
	padding: 7px;
	background: #AA1D1B;
}

.dialog .error a {
	color: #fff;
	font-weight: bold;
}

.dialog .hint {
	border: 1px solid #feca31;
	color: #000;
	padding: 7px;
	background: #ffd65e;
}

.dialog .success {
	border: 1px solid darkgreen;
	color: #fff;
	padding: 7px;
	background: green;
}




/* Produktdialog
----------------------------------------------------- */

#productbox .headerImage {
    text-align: center;
    overflow: hidden;
    height: 150px;
}

#productbox .overview {
    background: #dbb96e;
    background-position: center;
    color: #000;
    padding: 8px 15px;
}

#productbox .overview .title {
    border-bottom: 1px solid #f19235;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-weight: bold;
}

#productbox .overview .row {
    margin: 3px 0;
}

#productbox .overview label {
    float: left;
    width: 70px;
    font-weight: bold;
    vertical-align: middle;
}

#productbox .overview .addons {
    float: left;
    width: 500px;
}

#productbox .overview .addons a {}

#productbox .require {
    border: 1px solid #b50000;
    background: url('../pics/require.png');
    margin-top: 8px;
    overflow: auto;
}

#productbox .require h1 {
	border: 0;
	margin-top: 0;
	background: #cd1f1f;
	overflow: auto;
}

#productbox .require h1 span {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-size: .9em;
}

#productbox .require .item + .item h1 {
	margin-top: 10px;
}

#productbox .item {
    margin-bottom: 8px;
}

#productbox h1 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-top: 1px solid #e3dacc;  /*am besten so lassen*/
    color: #000;
    background: #f5f5f5;
}

#productbox h2 {
    height: 16px;
    padding: 8px 15px 0 15px;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

#productbox span {
    display: block;
    padding: 0 15px 5px 15px;
}




/* Allgemein
----------------------------------------------------- */

#ajaxload {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

.help {
	cursor: help;
}

.gray {
    color: gray;
}

.silver {
    color: silver;
}

.alert {
	color:  #c00;
}

.asterisk {
	font-weight: normal;
	color:  #aa1d1b;
}
