/* BASICS ################################################################################################################## */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #222222;
	margin: 0px;
	color: #ffffff;
	background: url(/img/bg_tiles.gif);
}

td {
	font-size: 11px; 
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffcc99;
	text-decoration: none;
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	cursor: pointer;
}

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

img {
	border: 0px;
}

.previewimg {
	margin:5px;
}

.margin_2 {
	margin:2px;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px; 
	text-decoration: none; 
	font-weight: bold;
	color: #ff9900;
	margin: 0px 0px 2px 0px;
}

form {
	margin: 0px;
}

pre {
	margin:0px;
}

.roodvet {
	color: #ff0000;
	font-weight: bold;
}

.roodvet a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

.kleingrijs {
	color: #666666;
	font-size: 11px;
}

.bottommargin {
	margin-bottom: 10px;	
}

.print {
	float: right;
	padding-left: 30px;
	padding-top: 4px;
	background: url(/img/printer.gif) no-repeat;
	height: 24px;
	
}

/* ALGEMEEN ################################################################################################################## */

.kader {
	position: relative;
	background: #000000;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius:10px;
	border: 1px solid #333333;
	float: left;
	width:100%;
	display: block;
	overflow: auto;
}

.blinkkader {
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius:10px;
	border: 1px solid #ff6600;
	float: left;
	width:100%;
	display: block;
	overflow: auto;
	background: url(/img/blinkkader.gif);
}

.kaderspacer { 
	margin: 0px;
	display:block;
	padding: 0px;
	overflow: none;
	height: 10px;
	float: left;
}

.newline {
	clear:both;
}

.margin { 
	padding: 10px;
	overflow:none;
}

.nomargin {
	margin-bottom: 0px;
}

.spacer {
	margin-bottom: 10px;
	overflow: auto;
}

.hr {
	background-repeat: repeat-x;
	height: 16px;
	background-position: center center;
	background-image: url(/img/line.gif);
	clear:both;
}

.centered {
	display:block;
	text-align: center;
	left:50%;
	width: auto;
}

.imgleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#outer {
	background-color: #000000;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	overflow: none;
	-webkit-box-shadow: 0px 0px 50px #000;

}

#wrapper {
	clear: both;
}

div#content {
	width: 770px;
	float: left;
}

div#maxcontent {
	width: 100%;
	float: left;
}

div#w3c {
	padding-top: 0px;
	width: 950px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}

/* FORM ################################################################################################################## */

.formkader {
	position: relative;
	background: #111111;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius:10px;
	border: 1px solid #333333;
	float: left;
	display: block;
	overflow: auto;
}

.form {
	padding: 0px;
	border-spacing: 0px;
}

.form .formkey {
	padding: 3px 0px 0px 0px;
	width: 250px;
	text-align: right;
	vertical-align: top;
}

.form .formvalue {
	padding: 0px;
}

.form input, .form select {
	width: 300px;
	margin: 0px 0px 6px 0px;
}
.form input.radio, .form select.radio {
	width: 20px;
	margin: 3px 0px 9px 0px;
}

.form .formerror {
	width: 25px;
	vertical-align: top;
}

.form .errorimg {
	background: url(/img/warning.png);
	cursor: pointer;
	width:25px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 2px;
}

.form .spacer {
	height: 10px;
}

.form .formvalue textarea {
	width: 100%;
	height: 100px;
}

.form .title {
	background: #333333;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

/* BUTTONS ################################################################################################################## */

.button { 
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin: 3px 0px 3px 0px ;
	-webkit-border-radius:9px;
	background: #ff6600 url(/img/round_button_0.png);
	background-repeat: repeat-x;
	width:100%;
	display: block;
	cursor: pointer;
	text-decoration: none;
	float:left;
	color: #ffffff;
}

.button:hover {
	color: #ffffff;
	background: #cc3300 url(/img/round_button_1.png);
	background-repeat: repeat-x;
	text-decoration: none;
}

.blinkbutton { 
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
	margin: 3px 0px 3px 0px ;
	-webkit-border-radius:9px;
	background: url(/img/round_blinkbutton_0.gif);
	background-repeat: repeat-x;
	width:100%;
	display: block;
	cursor: pointer;
	text-decoration: none;
	float:left;
	color: #ffffff;
}

.blinkbutton:hover {
	font-weight: bold;
	color: #ffffff;
	background: url(/img/round_blinkbutton_1.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

.buttonspacer { 
	margin: 0px 0px 2px 0px;
	min-height:2px;
	padding:0px;
}

/* NAVIGATION ################################################################################################################## */

#leftcol {
	background-repeat:no-repeat;
	background-position:bottom center;
	width: 180px;
	float: left;
}

#leftcol ul.navigation {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftcol ul.navigation li {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #111111;
	border-bottom: 1px solid #222222;
}

#leftcol ul.navigation li a {
	padding: 3px 4px 4px 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#leftcol ul.navigation li a:hover {
	background-color: #333333;
}

#leftcol ul.navigation li a.active {
	background-color: #ff0000;
}

#leftcol ul.navigation li a.active:hover {
	background-color: #a72100;
}

#leftcol ul.language_selector {
	list-style: none;
	margin: 10px 5px 5px 5px;
	padding: 0px;
}

#leftcol ul.language_selector li {
	display: inline;
	margin-right: 5px;
}

/* FOOTER ################################################################################################################## */

#footer {
	padding: 0px;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

#footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 10px;
	line-height: 16px;
}

#footer .copyright a {
	color: #888888;
	text-decoration: underline;
}

#footer .copyright a:hover {
	color: #FF9900;
}

.belnu {
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ff9900;
	font-size: 20px;
	font-weight: bold;
}

.belnu a {
	color: #ff9900;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.belnu a:hover {
	color: red;
}

#footer ul.language_selector {
	list-style: none;
	margin: 10px auto 5px auto;
	padding: 0px;
}

#footer ul.language_selector li {
	display: inline;
	margin-right: 5px;
}

/* KLEURSTIJLEN ################################################################################################################## */

.red {
	color:#ff0000;
}

.grootoranje {
	color: #ff9900;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 2px 0px ;
}

/* CONTACT ################################################################################################################## */

div#contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* HEADER ################################################################################################################## */

#header {
	width: 950px;
	height: 70px;
	background: #000000;
}

.website_title, .website_title a {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.website_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 5px;
}

#header ul.language_selector {
	list-style: none;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	float: left;
	position: relative;
	left: 175px;
	top: 9px;
}

#header ul.language_selector li {
	display: inline;
	margin-right: 5px;
}

#header ul.language_selector li img {
	margin: 0px;
}

div#shoppingbasket {
	color: #ffffff;
	margin: 10px 10px 10px 10px;
	width: 160px;
	height: 50px;
	background:url(/img/bg_shoppingbasket.gif);
	text-align: center;
	vertical-align: top;
	float: right;
	cursor: pointer;
}

div#shoppingbasket .title {
	margin: 4px 0px 0px 0px;
	font-weight: bold;
}

div#header img {
	margin: 10px 20px 10px 20px;
}


div#orangebar {
	width: 950px;
	height: 25px;
	background: url('/img/oranje_balk.gif');
}

div#orangebar #colorsheme {
	float: left;
	margin: 1px;
}

div#orangebar #collection {
	float: left;
	margin: 1px;
}

div#orangebar #searchbar {
	float: right;
	margin: 1px 7px 0px 0px;
}

.searchbar {
	width: 180px;
}

#header #payment {
	float: right;
}

#header #payment img {
	margin: 20px 10px 0px 0px;
}


/* BREADCRUMBS ################################################################################################################## */
	
div#breadcrumbs {
	width: 100%;
	height: 25px;
	background:url(/img/bg_location.gif);
}

div#breadcrumbs a {
	font-style: italic;
}

div#breadcrumbs span {
	margin: 5px;
}

div#breadcrumbs .left {
	float: left;
}

div#breadcrumbs .right {
	float: right;
}

/* GUESTBOOK ################################################################################################################## */

div#guestbook .kader .name {
	color: #ff9900;
	font-weight: bold;
}

div#guestbook .kader .timestamp {
	float: right;
}

div#guestbook .kader .text {
	clear: both;
}

.guestbook_showroom {
	position: relative;
	text-align: center;
	background-color: #000000;
	width: 700px;
	height: 500px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 1px solid #333333;
	overflow: none;
}

/* NEWSPAGE ################################################################################################################## */

.newswrapper {
	padding: 0px;
	overflow:none;
	position: relative;
	margin: 5px;
	float: left;
}

.newswrapper h2 {
	font-size: 13px; 
	text-decoration: none; 
	font-weight: bold;
	color: #FF9900;
	margin: -3px 0px 7px 0px;
	text-shadow: 1px 1px 1px #000;
}

.newswrapper h2.payoff {
	font-size:16px;
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	margin-bottom: 0px;
}

.newswrapper .gastenboek {
	color: #777777;
	font-style: italic; 
}

.newscolumn1, .newscolumn2, .newscolumn3, .newscolumn4 {
	position: relative;
	width: 180px;
	margin: 5px;
	float: left;
	overflow: none;
}

.newswrapper .double {
	width: 365px;
}


/* SEARCH ################################################################################################################## */

#search .searchresult {
	text-align: center;
	padding: 10px;
	background: #111111;
	width: 155px;
	overflow: hidden;
	height: 90px;
	float: left;
	margin-left: 10px;
	margin-bottom:10px;
	color:#ffffff;
}

#search a {
	margin: 0px;
	color: #ffffff;
}

#search a:hover {
	color: #ff0000;
	text-decoration: none;
}

#search .searchresult:hover {
	background: #222222;
	color:#ffffff;
	text-decoration:none;
}

#search .searchresult a {
	margin-bottom: 0px;
}

#search .searchcount {
	height: 30px;
	clear: both;
}

#search .searchcount a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #222222;
	padding: 3px 7px 3px 7px;
	margin: 0px 5px 0px 5px;
}

#search .searchcount a:hover {
	background: #333333;
	text-decoration:none;
}


/* REVIEWS ################################################################################################################## */

#reviews {
	clear: both;
	margin: 0px 10px 20px 10px;
}

#reviews .name {
	color: #ff9900;
	font-weight: bold;
}


/* PHOTOALBUM ################################################################################################################## */

#imagesMilovito {
	padding-top: 10px;
}

#imagesMilovito img {
	height: 75px;
	margin: 0px 7px 5px 0px;
}










