@charset "utf-8";

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

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background:#161617;
	color:#FFF;  /* #f8931d;*/
}

object, button, form, a {
	outline:none;
}	



#header {
	background: url('../../images/skin/default/header-sauna.jpg') no-repeat;
	width:851px;
	height:215px;

}

#main {
	width:851px;
	padding:0px 0px;
	margin:0 auto;
	
	border-top:0px;
	border-bottom:0px;
}

#page {
	padding:10px;
	background:#564227;
	min-height:300px;
}

#nav {
	padding-top:195px;
	padding-left:15px;

}

#nav ul {
	margin:0px;
	padding:0px;

}

#nav ul li {
	display:block;
	float:left;
	padding:0px 0px;
	
}

#nav ul li a {
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:0px 10px;
	padding-right:20px;
	color:#f0dd94;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#b7aa85;
}

.rightPic {
	width:222px;
	float:right;
}	

#pageContent {
	width:570px;
	
	padding-right:20px;
	min-height:350px;
 	height:auto !important;
	
	margin-right: 10px;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	padding : 8px 0px 8px 0px;
	margin : 0px;
}

h1.magenta {
	color:#e1003e;
	font-size: 14px;
}

h2 {
	padding: 1px 5px 1px 10px;
	font-weight: bold;
	margin:1px 0px;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px center;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	padding : 0px 0px 8px 0px;
	margin : 0px;
}

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer {
	font-size:12px;
	padding:10px 5px;
	color:#f0dd94;
	font-weight:bold;
}

#footer  span {
	color:#f0dd94;
}

/* knoppenlinks opmaak */
#footer  a {
	color:#f0dd94;
	font-weight:bold;
	text-decoration: none;
}


#footer  a:hover {
	color:#b7aa85;
	text-decoration: underline;
}


a {
	color:#FFF;
	text-decoration:underline;
}

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight30{
	margin-right: 30px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}

.marginBottom5{
	margin-bottom:5px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}


img, div , a ,li { 
	border: 0px;

}

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



input, select, textarea {
	padding:3px;
	font-size:11px;
}


 .next {
	text-align:right;
}

 .next a, .shopList .next a:link, .shopList .next a:visited, .shopList .next a:active {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_next_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

 .next a:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #a59f8a;
}

 .prev {
	text-align:left;
}

 .prev a, .prev a:link,  .prev a:visited, .prev a:active, a.prev {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_prev_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

.prev a:hover {
	background-image: url('../../images/skin/default/icon_prev_01_over.png');
	color: #a59f8a;
}


.form {
	width:525px;
}

.form label {
	display: block;
	width: 125px;
	float:left;
	margin-bottom: 8px;
	font-size:11px;
	color: #FFF;
	font-weight: bold;
	margin-right:10px;
	text-align:right;
}

.form label .smallLabel {
	display: block;
	width: 125px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
}

.form input:focus , .form select:focus , .form textarea:focus  {
	border:1px solid #c0af6d;
	background:#f5e6b2;
}

.form input[type="text"], .form select ,.form textarea, .form input[type="password"] {
	float: left;
	margin-bottom: 8px;
	width: 380px;
}

.form input[type="radio"] {
	margin-top:0px;
}

.form textarea {
	height: 60px;
}

.form select {
	width: 387px;
	margin-right:2px;
}

.form .formContentSmall {
	background-color:#f2f2f2;
	border: 1px solid #6a6a69;
	padding: 10px 10px 10px 10px;
}

.form .formContentSmall input[type="text"] , .form .formContentSmall textarea {
	float: left;
	margin-bottom: 8px;
	width: 200px;
}

.form .formCheck {
	padding: 2px 10px 5px 10px;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../../images/skin/default/icon_formcheck.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.form .checkFalse {
	background-image: url('../../images/skin/default/icon_formcheck_false.png');
}

.form .checkTrue {
	background-image: url('../../images/skin/default/icon_formcheck_true.png');
}

.form .formColumn {
	width:50%;
}

.form .next {
	text-align:right
}

button {
	color:#3f3e40;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #f0dd94;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-left:135px;
}

#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	color: #FFF;
}

#sitemap a:hover {
	color: #dcca8a;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:25px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;

	color:#dcca8a;
}

#sitemap li.cat a:hover {
	color:#dcca8a;

}

#sitemap li.subcat {
	margin-left:40px;
	font-size:95%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

#map {
	margin:10px 0px;
	width: 825px;
	height: 230px;
	color:#000;
	border:1px solid #a7a18b;
}

#pagination {
	font-size:11px;
	border-top:1px solid #6a6a69;
	padding-top:5px;
}

#pagination span {
	padding-right:20px;
}


.small {
	font-size:9px;
}

.pictureThumb {
	width:150px;
	height:100px;
	overflow:hidden;
	margin-right:3px;
	margin-bottom:5px;
	border:1px solid #a7a18b;
}
