
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}

#lang {
	background-color:#252525;
	color:#C0C0C0;
	border:1px solid #C0C0C0;
}

/* MAIN DIVS */

div#container {
	width: 785px;
	margin: auto;
	padding-bottom: 18px;
	background-image: url(../images/bg_container.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#header {
	width: 785px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 223px;	
}

div#title {
	width: 756px;
	background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	padding: 13px 0px 0px 29px;	
}

div#main {
	width: 785px;
	background-image: url(../images/bg_main.png);
}

div#content {
	width: 745px;
	padding: 10px 20px;
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: 400px bottom;
}

div#footer {
	color: #333;
	width: 745px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 20px 0px;
	text-align: center;
}

/* HEADER MENU */

ul#nav {
	margin-left: 20px;
}

ul#nav li {
	float: left;
	margin-top: 192px;
	list-style-type: none;
}

ul#nav a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px 25px;
	display: block;
}

ul#nav a:hover {
	color: #F80;
}

/* FOOTER MENU */

div#footer a {
	color: #333;
}

/* WEBSHOP MENU */

ul#webshop_menu li {
	width: 130px;
	list-style-type:none;
}

ul#webshop_menu a {
	color: #a0a0a0;
	text-decoration: none;
	display:block;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 2px;
}

ul#webshop_menu a:hover {
	color: #f80;
	background-image: url(../images/icon_arrow_hover.png);	
}

ul#webshop_menu a.active {
	color: #fff;
	background-image: url(../images/icon_arrow_active.png);	
}

/* HEADINGS */

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

h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display:block;
	padding-bottom: 10px;
	border-bottom: solid 1px #888;
	margin-bottom: 20px;
}

/* BASIC TEXT CLASSES */

p {
	margin-bottom: 15px;
}

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

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 15px;
}

/* WEBSHOP */

td#webshop_categories {
	vertical-align: top;
	padding-right: 10px;
}

td#webshop_content {
	vertical-align: top;
	width: 605px;
}

table.producttable {
	border-collapse: collapse;
	width: 100%;
	border: none;	
	margin-bottom: 20px;
}

table.producttable td {
	vertical-align: top;
}

td.productimg img {
	display:block;
	padding: 15px 10px;
	background-color: #1a1a1a;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	margin: 0px 10px 10px 0px;
}

h3 a {
	font-size: 12px;
	display:block;
	margin-bottom: 5px;
	color: #fff;
}

td.productprice {
	text-align: right;
	color: #fff;
	font-weight: bold;
}

div.productcat {
	border: solid 1px #1a1a1a;
	text-align: center;
	width: 130px;
	margin: 0px 10px 10px 0px;
	float: left;
}

td.categoryimg {
	height: 100px;
	vertical-align: middle !important;
}

input{
	color:gray;
}

hr{
	margin:5px;
}
