* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #A2988F;
	font-size: 11px;
	font-family: "Times New Roman", Georgia, Times, serif;
	color:#564b47;
	padding-bottom:20px;
}

a {color: #fff; text-decoration: none;}
a:visited {color:#fff;}
a:hover {color: #A2988F;}
a:active { color:#A2988F;}

.active a {
	color:#A2988F;
}


a.content_link {
font-size: 14px;
padding-right: 20px;
}



h1 {
	font-size: 28px;
	font-weight: normal;	
	color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	
}

.errorlogin {
	width: 540px;
	margin-left:20px;
	margin-bottom: 20px;
	color:#ff3333;
	font-size: 14px;
	padding:10px;
	background-color: #fff;
}

.errorlogin2 {
	width: 320px;
	margin-top:10px;
	margin-bottom: 10px;
	color:#ff3333;
	font-size: 14px;
	padding:10px;
	background-color: #fff;
}

.errortext {
color: #ff3333;
}


#cartlist img {
	padding-top:4px;
}

/* ----------cart------------------------ */

#cart {
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
}

#data {
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
}

#greetings {
	margin: 0;
	padding: 0;
	color: #fff;
}

table {
	width: 600px;
}

tr {

}

th {
	font-style: italic;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
}

td {
	padding-top: 10px;
}

input {
		padding: 2px;
	border: 1px #000 solid;
	font-size:12px;	
}

button {
	height:25px;
	border: 1px #000 solid;
	margin-top: 20px;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	vertical-align: middle;
	background-color:#f2f2f2;
}

select {
		border: 1px #000 solid;
		height: 20px;
		background-color:#fff;
}

textarea {
		border: 1px #000 solid;
	margin-left: 20px;
}

button:hover {
/*	background-color: #A2988F;*/
	background-color: #a79990;
	color: #fff;
	cursor: pointer;
}

#content_navi {
	padding-left: 20px;
	padding-top: 20px;
	line-height: 20px;
}

#products {

}

/* ----------container------------------------ */
#container {
	width: 100%;
	margin: 20px auto 0;
	background-color: #A2988F;
}

p, pre {
	padding: 0 20px 15px 28px;
	margin:0;
	text-align: justify;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

h1 {
	padding: 14px 25px 15px 28px;
	margin:0;
}

h1.nopadding {
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 0;
}

h2 {
	padding: 5px 25px;
	margin:0;
}

h3 {
	padding: 5px 25px 5px 30px;
	margin:0;

}

h4 {
	color: #e0e0e0;
	font-size: 13px;
	padding-left: 28px;
	padding-top: 3px;
}

h5 {
	font-size: 18px;	
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
}

img {
	border: none;
}

.small {
	width: 450px;
	padding: 0 20px 15px 28px;
	margin:0;
	text-align: justify;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.small h1 {
/*	padding: 0px 0px 40px 0px;
	margin:0;*/
	padding: 20px 25px 15px 0;
	margin:0;	
}

li.help {
visibility: hidden;
}

li.logout {
}

/* ----------header------------------------- */
#header {
	width: 980px;
	height: 135px;
	background: #fff url(../images/header-bg.png) no-repeat;
	margin: auto auto 0;
	position: relative;
}


#logo {
	width: 160px;
	height: 87px;
	position: absolute;
	left: 25px;
	top: 10px;
	overflow: hidden;
	}
	
#mainnavi {
	width: 500px;
	height: 43px;
	position: absolute;
	left: 250px;
	top: 76px;
}


div.mainnavi_norm {
	float: left;
	width: 153px;
	height: 43px;
	color: #fff;
	text-align: center;

}



div.mainnavi_active {
	float: left;
	width: 153px;
	height: 43px;
	background: url(../images/menu-act.png) no-repeat left top;
	text-align: center;
	
}

div.mainnavi_active a {
	display: inline-block;
	font-size: 22px;
	width: 153px;
	height: 43px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}

div.mainnavi_norm a {
	display: inline-block;
	font-size: 22px;
	width: 153px;
	height: 43px;
	text-transform: uppercase;
	padding-top: 10px;
	color: #020202;
}

div.mainnavi_norm a:hover, div.mainnavi_active a:hover {
	color: #A2988F;
}


#sidenavi {
	width: 240px;
	position: relative;
	left: 780px;
	top: 87px;
}

ul#sidenavilist {
	list-style-type: none;
	height: 43px;
}


ul#sidenavilist li {
	width: 60px;
	height: 43px;
	display: inline;
	font-size: 16px;
	text-align: center;
	padding-right: 20px;
}

ul#sidenavilist li a {
	width: 100%;
	height: 100%;
	color: #403B37;
}

ul#sidenavilist li a:hover {
	width: 100%;
	height: 100%;
	color: #A2988F;	
}

ul#sidenavilist li.active a {
	width: 60px;
	height: 43px;
	color: #A2988F;
}



#secondlevelnavi {
	width: 950px;
	height: 20px;
	position: relative;
	top: 75px;
	left: 10px;
	overflow: hidden;
}


ul#secondlevelnavilist {
	list-style-type: none;
	height: 20px;
}

ul#secondlevelnavilist li {
	display: inline;
	font-size: 14px;
	text-align: center;
	padding-left: 20px;
}

ul#secondlevelnavilist li a {
	width: 100%;
	height: 100%;
	color: #fff;
}

ul#secondlevelnavilist li a:hover {
	width: 100%;
	height: 100%;
	color: #A2988F;	
}

ul#secondlevelnavilist li.active a {
	width: 60px;
	height: 43px;
	color: #A2988F;
}


/* ----------content------------------------- */

#bezahlvorgang {
margin-left:40px;
padding-top:20px;
}

#bezahlvorgang ul {

}

#bezahlvorgang ul li {
	list-style-type:none;
	display:inline;
}


#content {
	position: relative;
	width: 980px;
	min-height: 550px;
	margin: auto auto 0;
	background: #4b4540 url(../images/content-bg.png) repeat-x;
	padding-bottom: 40px;
	overflow:visible;
}

#contentleftside {
	display:block;
	float: left;
	padding-top: 30px;
}

#contentrightside {
	float: right;
	padding-top: 95px;
	padding-right: 25px;
	padding-bottom:40px;
	display:inline;
}

.buttons {
	background-color: #403B37;
	border:1px solid #000;
	margin:10px;
}
p.button {
	background-color: #403B37;
	margin-bottom:10px;
	margin-left:30px;
	padding: 10px;
	width: 400px;
}



/* ----------listview------------------------- */

#basketoverview {
	height: 15px;
	color: #fff;
	font-size: 14px;
	padding-right: 60px;
	padding-top: 10px;
	text-align: right;
	width: 920px;
}

.listview {
	width: 860px;
	padding-top: 20px;
	margin: auto auto 0;
	border-bottom: 1px solid #fff;
}

#listheader {
	width: 860px;
	margin: auto auto 0;
	position: relative;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	padding-bottom: 20px;
}

#category {
	position: absolute;
	top: 0;
	width: 450px;
}

#category select {
	border: 1px solid #403B37;
	min-width: 150px;
	height: 20px;
	margin-left: 15px;
}

#favorite {
	position: absolute;
	top: 0;
	left: 450px;
}

#price {
	position: absolute;
	top: 0;
	left: 540px;
	
}

#availability {
	position: absolute;
	top: 0;
	left: 620px;
}

#basket {
	position: absolute;
	top: 0;
	left: 740px;
}

#basketoverlay {
	position: absolute;
	top: 0px;
	right: 0px;
}


#basketoverlay_product_image {
	
}

.productrow {
	width: 860px;
	height: 83px;
	border-top: 1px solid #fff;
	margin: auto auto 0;
	padding-top: 5px;
	padding-bottom: 3px;
	position: relative;
	color: #fff;
}

.product_image {
	width: 90px;
}

.product_desc {
	width: 360px;
	position: absolute;
	top: 0;
	left: 90px;
}

.product_desc p {
	line-height: 15px;
	font-size: 12px;
}

.product_fav {
	position: absolute;
	top: 0;
	left: 450px;
	width: 90px;
	padding-top: 40px;	

}

.product_price {
	position: absolute;
	top: 0;
	left: 540px;
	width: 80px;
	font-size: 14px;
	padding-top: 40px;	

}

.product_avail {
	position: absolute;
	top: 0;
	left: 620px;
	width: 120px;
	font-size: 14px;
	padding-top: 40px;	
}

.product_into_basket {
	position: absolute;
	top: 0;
	left: 740px;
	padding-top: 20px;	

}

.product_into_basket select {
	border: 1px solid #403B37;
	width: 40px;
	height:20px;
}


#pageselector {
	padding-top: 10px;
	text-align: center;
	color: #fff;
}

#pageselector ul {
	list-style-type: none;
}

#pageselector ul li {
display: inline;
}

.back {
	width: 50px;
	display: inline-block;
	text-align: center;
}

.pages {
	text-align: center;
	display: inline-block;
}

.forward {
	text-align: center;
	display: inline-block;
	width: 50px;
}
.lidivider {
	display: inline-block;
	width: 30px;
	text-align: center;
}


/* ----------footer------------------------- */
#footer {
	width: 980px;
	height: 20px;
	clear: left;
	background-color: #403B37;
	padding: 0;
	margin: auto auto 0;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

#footernavi {
	list-style-type: none;
}



#footernavi li {
	display: inline;
	padding-right: 10px;
}


#login {
	width: 660px;
	color: #fff;
	padding: 18px 0 0 10px;
}

#login p {
	padding-top: 30px;
	padding-left: 20px;
}

#loginname-a {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
}

#loginname-b {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;

}

#loginsubmit {
	margin-top: 20px;
	margin-left: 20px;

}

.loginname {
	width: 250px;
}

.loginnamespacer {
	width: 150px;
}

.loginbutton {
	padding: 2px;
	border: 1px #000 solid;
	font-size:12px;
	width:250px;
		
}

.loginbutton:hover {
	background-color: #A2988F;
	color: #fff;
}

/* ----------backend------------------------- */





