body {
	margin: 0;
	padding: 0;
	background: #ebebeb url('../images/backgroundchalk.jpg') top left repeat;
	font-family:  verdana, arial, trebuchet, helvetica;
	font-size: 10pt;
}

a img {
	border: none;
}


#container {
	position: relative;
	z-index: 3;
}


#header {
	width: 755px;
	height: 113px;
	background: #ebebeb url('../images/mainbackground.jpg') top left no-repeat;
}

#header #logo {
	margin-top: 5px;
	margin-left: 780px;
	position: absolute;
	z-index: 5;
}

#header #langswitch {
	position: absolute;
	margin: 0;
	margin-top: 85px;
	margin-left: 585px;
	padding: 0;
}

#langswitch li {
	display: inline;
	margin-right: 14px;
}

#langswitch li a {
	text-decoration: none;
	color: #7d7563;
	font-size: .8em;
}

#langswitch a:hover, #langswitch #selected a {
	color: #b1aca2;
	text-decoration: underline;
}

/* menu styling */

#navigation {
	width: 950px;
	height: 30px;
	background: #ebebeb url('../images/menubackground.jpg') top left no-repeat;	
}

#navigation #nav {
	margin: 0 0 0 20px;
	padding: 10px 0;
}

#navigation #nav li {
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
	color: #535353;
	font-family: verdana;
	font-size: .8em;
	padding: 0;
	padding-left: 12px;
	height: 20px;
	background: transparent url('../images/menubullet.jpg') 0 3px no-repeat;	
}


#navigation ul li a:hover, #nav #active a {
	background: transparent url('../images/menubulletover.jpg') 0 7px no-repeat;
}

#nav #active .normal a {
	background: transparent url('../images/submenubullet.jpg') 0 3px no-repeat;	
}


#nav, #nav ul {
	position: absolute;
	z-index: 7;
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
	font-weight: normal;
	display: block;
	width: 96px;
	height: 16px;
	margin-right: 10px;
}

#nav #active, #nav activesub { }

#nav li {
	float: left;
	text-align: left;
}

/* is this really needed?
#nav li a {
	width: 85px;
	text-decoration: none;
	color: white;
}*/


#nav ul li a, #nav #active ul a {
	width: 136px;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	text-indent: 5px;
	height: 25px;
	margin: 0; /* reset margins */
	background: transparent url('../images/submenubullet.jpg') 0 3px no-repeat;	
}

#nav li ul {
	z-index: 4;
	position: absolute;
	left: -999em;
	width: 148px;
	padding-bottom: 12px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li ul ul {
	margin: -28px 0 0 148px;
	width: 148px;
	padding-bottom: 12px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav ul li {
	text-align: left;
	width: 148px;
	background-color: #ffad00;
}

#nav ul ul li {
	background-color: #ffad00;
}

#nav ul li a:hover, #nav ul li a:hover, #nav #active ul a:hover, #nav ul #active a {
	background: #637624 url('../images/submenubulletover.jpg') 0 3px no-repeat;	
}

#nav ul ul li a:hover {
	background-color: #637624;
}

/* end menu styling */

#sidebar {
	position: absolute;
	top: 225px;
	left: 615px;
	width: 250px;
	z-index: 5;
	font-size: .8em;
}


#sidebar a {
	color: #c1293c;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .rightblock {
	background-color: orange;
	padding: 15px 10px;
	margin: 0 0 10px 0;
	color: #000;
}

#sidebar .rightblock h2 {
	margin: 3px 0;
	padding: 0;
	width: 240px;
}

#sidebar .light { background: #ffa900 url('../images/sidebarbackgroundlight.jpg') top right no-repeat; }
#sidebar .dark { background: #d08a00 url('../images/sidebarbackgrounddark.jpg') top right no-repeat; }

#grassbottom {
	position: absolute;
	left: -20px;
	width: 755px;
	height: 23px;
}

#pageimage {
	width: 600px;
	height: 170px;
	margin-left: 30px;
	overflow: hidden;
	background: #9c8c65 url('../images/defaultpageimage.jpg') top left no-repeat;	
}

#pageimage h1 {
	margin: 115px 0 0 0;
	padding: 0 0 0 40px;
	float: left;
	width: 580px;
	overflow: hidden;
}

#pagecontent {
	padding: 30px 40px 20px 40px;
	margin: 0 0 0 30px;
	width: 520px;
	color: #000;
	font-size:  .8em;
	background: #ccc6ae url('../images/contentbackground_.jpg') top left no-repeat;	
}

#pagecontent a:active, #pagecontent a {
	color: #704f0e;
	text-decoration: none;
}

#pagecontent a:hover {
	text-decoration: underline;
}


#footer {
	padding: 0;
	margin: 0 0 0 30px;
	text-align: center;
	width: 600px;
	height: 75px;
	background-color: #ccc6ae;
}


#minheight {
	width: 1px;
	height: 470px;
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.gallerydiv {
	width: 400px;
	margin: 0 auto;
}

.gallerydiv img {
	border: 1px solid #423a06;
}

.paginationdiv {
	margin: 10px;
}

/* contactform */

.msg_success {
	display: block;
	font-weight: bold;
	color: green;
}

.msg_error {
	display: block;
	font-weight: bold;
	color: red;
}

#contact_form_id .inputtext {
	border: 1px solid #a5aec8;
}

#contact_form_id .inputtextarea {
	border: 1px solid #a5aec8;
	height: 200px;
	width: 280px;
}

#contact_form_id .inputsubmit {
	border: 1px solid #a5aec8;
	background-color: #e2e3e5;
}

#contact_form_id th {
	text-align: left;
	color: #000;
}

/* Mailform webshop */
form {
	margin-top: 2em;
}
form label {
	display: block;
	width: 150px;
	float: left;
}

form input {
	width: 120px;
}

form .prod_number {
	width: 30px;
}

form .required {
	font-weight: bold;
	margin-bottom: 4px;
}
form .error, .error {
	color: red;
}

form #productsform { 
	margin-bottom: 20px;
}
