@CHARSET "UTF-8";

/* tags */

html {
  height:100%;
  margin:0;
  padding:0;
}

body {
 	overflow-y:scroll;
	background-color: #AE9962; /* #9C9D9F; */
	margin: 0px;
	padding: 0px;
 	height:100%;
 	margin-top:1px;
	font-family: Verdana;
	color: #ae9962;
	font-size:0.73em;
}

hr {
	color:#ae9962;
}


a {
	color: #FFBB62; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EEEEEE;
}

img {
	border: 0px;
}

img.navi {
	margin-right: 10px;
}

h1 {
	margin: 0Px;
	padding: 0px;
}

.bggrey {
	background-color: #4D4D4D;
}

/*.bggold {
	background-color: #AE9962;
}*/

/* tables & cells */
table.maintable {
	width: 1024px;
	border: none;
	padding: 0px;
	margin-top: 10px;
}

table.kategorien  {
	width:170px;
	padding-top:20px;
	padding-bottom:20px;
	border: 2px solid #ae9962;
}

table.warenkorb {
	border:2px solid #ae9962;
	width:170px;
	padding-top:5px;
	padding-bottom: 5px;	
}

td.kategorien {
	text-align: left;
	vertical-align: middle;
	padding:5px;
	width:100px;
}

td.streifen {
	background-color: #4D4D4D;
	background-image: url("../img/streifen.gif");
	background-repeat: repeat-x;
	height: 14px;
}

td.spacer10 {
	background-color: #4D4D4D;
	height: 10px;
}

td.navi {
	background-color: #AE9962;
	max-height: 62px;
	padding-left: 58px;
	padding-top: 3px;
	vertical-align: middle;
	text-align: left;
}

td.content {
	background-color: #4D4D4D;
	height: 400px;
	min-height: 543px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}

td.left_img_td {
	vertical-align: top;
	/* text-align: center; */
	min-width: 500px;
	width: 500px;
 
}

/* divs */

div.logo {
	background-color: #4D4D4D;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	width: 241px;
	height: 130px;	
}

div.imgcontainer {
	float: left;
	clear: both;
	background-color: #4D4D4D;
	/* text-align: center; */
	margin-top: 10px;
	margin-left: 60px;
	width: 406px;
	height: 304px;
}

div.txtcontainer {
	width: 450px;
	background-color: #4D4D4D;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 1em;	
	color: #AE9962;
}

div.agb {
	background-color: #4D4D4D;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px; 
	margin-right: 60px;
	font-family: Verdana;
	color: #AE9962;
}

div.verkauf {
	background-color: #4D4D4D;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px; 
	margin-right: 60px;
	font-family: Verdana;
	color: #AE9962;
	vertical-align: top;
}

div.artikel {
	margin-left: 30px; 
	margin-right: 60px;
	font-family: Verdana;
	color: #AE9962;
	vertical-align: top;
	min-height: 300px;
	min-width: 600px;
}

div.content {
	color:#ae9962;
}

.warenkorb {
}

div.errmsg {
	text-align: center;
	margin: 20px;
	font-family: Verdana;
	font-weight: bold;
	color: #AE9962; 
}

span.btn_text {
	background-repeat: no-repeat;
	float:left;
	width:114px;
	height:27px;
	text-align:right;
	padding-top:6px;
	cursor: pointer;
}

input {
	margin-left: 20px;
	background-color: #AdAdAd;
	border-color:#ae9962;
	border-width: 1px;
}