﻿html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;	
}

h2 {
	font-size: 14px;	
}

h3 {
	font-size: 12px;
	margin-top: 0px;	
}

body {
	background-image: url('/felber/images/layout/body_bg.jpg');
	background-position: right top;
	background-repeat: repeat-x repeat-y;
}

table {
	border-collapse: collapse;
}


/********** Layout allgemein **********/


div#pageWrapper {
	position: relative;
	left: 0px;
	top: 50px;
	width: 100%;
	height: auto;
	text-align: center;
}

div#layoutWrapper {
	position: relative;
	width: 960px;
	height: auto;
	margin: auto;
	text-align: left;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
}

#headerLayer {
	background-image: url('/felber/images/layout/head.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	width: 960px;
	height: 195px;
}

#navigationTopLayer {
	position: relative;
	width: 960px;
	height: 40px;
	top: 155px;
	background-color: #ffdd0e;
	font-size: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
}

#navigationLeft {
	float: left;
}

#navigationRight {
	float: right;
}

#contentWrapper {
	min-height: 500px;
	background-color: #eee6cf;
	width: 960px;
	overflow: hidden;
	margin: 0px;
}

#contentLayer {
	width: 880px;
	margin: 40px;
}


#contentLeftLayer {
	width: 178px;
	padding: 10px;
	margin: 40px 40px 40px 20px;
	overflow: hidden;
	float: left;
	background-color: #f6f4ec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999999;
}


#contentRightLayer {
	width: 650px;
	margin: 0px 20px 40px 0px;
	overflow: hidden;
	float: right;
}



#bottomLayer {
	margin-bottom: 20px;
	height: 80px;
	width: 100%;
	background-image: url('/felber/images/layout/footer_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

#bottomLayer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}






/********** Listen **********/

#navigationTopLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 100%;
}


#navigationTopLayer ul li {
	float: left;
	display: inline;
	padding: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #000;
}

#navigationRight  ul li {
	float:right;
}

#opener_help {
        color: #573119 !important;
}

#contentLeftLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

#contentLeftLayer ul li {
	padding: 2px 0px 2px 0px;
}


ul.optionList,
ul.userList {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

ul.optionList li {
	float: right;
	margin: 0px 3px 0px 0px; 
	padding: 0; 
	text-align: right;
}







/********** Links **********/

a:active img,
a:link img,
a:visited img,
a:hover img {
	border: 0px;
}

a:active,
a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}

#navigationTopLayer a:active,
#navigationTopLayer a:hover,
#navigationTopLayer a:link,
#navigationTopLayer a:visited {
	font-weight: bold;
	color: #573119;
	text-decoration: none;
}


p.cartOptions a:active,
p.cartOptions a:link,
p.cartOptions a:visited, 
p.cartOptions a:hover,
p.userInfo a:active,
p.userInfo a:link,
p.userInfo a:visited, 
p.userInfo a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

#bottomLayer p a:active,
#bottomLayer p a:hover,
#bottomLayer p a:link,
#bottomLayer p a:visited {
       color: #fff !important;
}


/********** Überschriften **********/

#contentWrapper h1 {
	margin: 40px 0px 20px 20px;
}

#contentWrapper h2 {
	margin: 0px 0px 20px 20px;
}

#contentLayer h1,
#contentLeftLayer h1,
#contentRightLayer h1 {
	margin: 10px 0px 20px 0px;
}


#contentLayer h2,
#contentRightLayer h2 {
	margin: 20px 0px 10px 0px;
}

#contentLeftLayer h2 {
	margin: 5px 0px 5px 0px;
}

div#productWithPictureDiv h3,
div#productWithoutPictureDiv h3 {
	margin-top: 20px;
	margin-bottom: 0px;
}

div#productWithPictureDiv h4,
div#productWithoutPictureDiv h4 {
	margin: 0px;
}

div#productWithPictureDiv p,
div#productWithoutPictureDiv p {
        margin-top: 6px;
        margin-bottom: 18px;
}







/********** Formulare **********/


input {
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 4px;
}

ul.optionList li input {
	border: 0px;
	margin-right: 2px;
}


ul.userList li input  {
        border: 0px;
        margin-left: 2px;
}

input:focus {
	border: 1px solid #666666;
}

div#contentLeftLayer input[type=text] {
	width: 120px;
}

div#contentLeftLayer input[type=submit] {
	width: 120px;
}

div#contentLeftLayer select {
	width: 124px;
}

div#contentLeftLayer td.column0 input[type=submit] {
	margin-left: 54px;
}

.longText {
	width: 450px;
	height: 100px;
}

.shortText {
	width: 234px;
	height: 80px;
}

.longField {
	width: 234px;
}

.shortField {
	width: 65px;
}

.orderTable td.column1 input[type=text],
.orderTable td.column2 input[type=text],
.orderTable td.column3 input[type=text],
.orderTable td.column4 input[type=text],
.orderTable td.column5 input[type=text] {
	width: 40px;
}

div#contentRightLayer table tr th, .summaryRow td {
	font-weight: bold;
}

div#contentLeftLayer p input {
	margin-left: 4px;
}

div#contentDiv table td input {
	width: 50px;
	text-align: right;
}

.AdminArticles .detailTable .row1 input,
.AdminArticles .detailTable .row2 textarea,
.AdminArticles .detailTable .row3 textarea  {
	width: 500px;
}

.AdminArticles .detailTable .row2 textarea {
	height: 75px;
}

.AdminArticles .detailTable .row3 textarea {
	height: 150px;
}

.AdminArticles .detailTable .row4 input[type=text],
.AdminArticles .detailTable .row5 input[type=text] {
	width: 75px;
}

.AdminArticles input[type=submit] {
	margin-right: 5px;
}

fieldset { 
	margin: 0px;
	padding: 0px;
	input: 0px;
	border: 0px;
}

#searchform {
	width: 100%;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

#searchfield {
	width: 120px !important;
	margin: 0px !important;
	float: left;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

#searchbutton {
	width: 50px !important;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}


p.cartOptions button {
	border: 1px solid #999999;
	width: 85px;
	margin-right: 4px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


p.userInfo button {
	border: 1px solid #999999;
	width: 85px;
	margin: 10px 0px 10px 0px;
	margin-right: 4px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/********** Tabellen **********/


div#contentLeftLayer table  {
	width: 100%;
}


div#contentLeftLayer table td.column1 {
	_width: 50px;

}

.orderTable td.column1 {
	width: 50px;
}

.orderTable td.column11,
.orderTable td.column12,
.orderTable td.column13,
.orderTable th.column11,
.orderTable th.column12,
.orderTable th.column13 {
	text-align: right;
}

.orderTable th.column8 input,
.orderTable th.column9 input,
.orderTable th.column10 input {
	border: 0px;
}


div.OrderPage div#contentLayer table {
	width: 680px !important;
	margin: 20px 0px 20px 0px;
	border-collapse: collapse;
}


div#contentRightLayer table {
	width: 100%;
	_margin: 20px 0px 20px 0px;
	border-collapse: collapse;
}

div#contentLayer table tr th,
div#contentLayer table tr td,
div#contentRightLayer table tr th, 
div#contentRightLayer table tr td {
	padding: 3px 6px 3px 0px;
	border-bottom: 1px solid white;
}

.detailTable {
	width: 360px !important;
}

.detailTable .column1 {
	width: 114px;
}

.optionsColumn {
	width: 50px;
	text-align: right !important;
}


td.productGroupLevel1 {
	padding-left: 0px !important;
}

td.productGroupLevel2 {
	padding-left: 20px !important;
}

td.productGroupLevel3 {
	padding-left: 40px !important;
}


.OrderOverviewPage .column1,
.OrderOverviewPage .column3,
.OrderOverviewPage .column5  {
	width: 100px;
}

.OrderOverviewPage .column2 {
	width: 120px;
}


.OrderOverviewPage .column4 {
	width: 150px;
}

.OrderPage th {
	vertical-align: top;
}


.OrderPage .column1 {
	width: 50px;
	padding-left: 0px !important;
	text-align: left;
}

.OrderPage .column1 input {
	width: 44px;
	text-align: right;
}

.OrderPage .column13 {
	text-align: right;
}

.AdminArticles table td {
	vertical-align: top;
}

.AdminArticles .listTable .column2 {
	width: 150px;
}

.AdminArticles .listTable .column3 {
	width: 70px;
}


div#contentDiv table {
	width: 300px !important;
}

div#contentDiv table td {
	border: 0px !important;
}

table.smallCart {
	margin: 10px 0px 10px 0px;
}

table.smallCart th,
table.smallCart td {
	font-size: 11px;
}

table.smallCart td.column1,
table.smallCart td.column2 {
	padding-right: 3px;
}

table.smallCart th.column3,
table.smallCart td.column3 {
	text-align: right;
}

table.smallCart tr.summaryRow td {
	border-top: 1px solid #000;
	font-weight: bold !important;
}






/********** p / div / span **********/



div#productWithPictureDiv {
	overflow: hidden;
}


div#pictureDiv {
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 25px 20px 20px 0px;
}


div#productWithPictureDiv div#contentDiv {
	width: 440px !important;
	margin-left: 220px;

}

div#productWithoutPictureDiv div#contentDiv {
	width: 500px !important;
}


table.orderTable td.column9 span {
	display: block;
	font-size: 10px;
}


div#pictureDiv img {
	width: 198px;
	border: 1px solid white;
}


div#contentDiv p span {
	font-weight: bold;
}


.errorMessage {
	color: red;
	font-weight: bold;
}

#contentLeftLayer p {
	margin: 0px 0px 15px 0px;
}


#contentLeftLayer div {
	margin: 0px 0px 25px 0px;
}

p.userInfo {
	font-size: 11px;
}

ul.userList li label {
        width: 300px;
	float:left;
}	


#login {
	margin-top: 50px;
}

#login table {
	margin-left: 300px;
}



