
* {
	margin: 0;
	padding: 0;
	/*border: 0;
	color: #600;*/
}

body {
	padding: 0;
	margin: 0;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 0.6em;
	background-color: #fff;
	text-align:left;
}

table {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 100%;
}

.kop{
 text-align:center;
}

/* mac hide\*/
html, body {height:90%}
/* end hide */

html>body #wrapper{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

h1,h2 {
	font-size: 11.5px;
}

hr {
	display: none;
}

#wrapper {
	/*position: relative;*/
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	height: 96%;
	min-height: 96%;
	width: 775px;
	margin: 0 0 0 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#popupWrapper {
	border-right: 1px solid #EBEBEB;
	margin: 10px 10px 10px 10px;
}

#header {
	top: 0px;
	position: relative;
	height: 122px;
	background: #FFF
	width: 760px;
	margin: 0 10px 0 0;
}

#header #logo {
	height: 134px;
	width: 160px;
	position: absolute;
	top: 2px;
	left: 33px;
}

#header #bezoekadres {
	width: 275px;
	font-weight:bold;
}

#header #bezoekadres,
#header #openingstijden {
	background: url(../images/header_sep.gif) 0 0 no-repeat;
	padding: 10px 0 0 10px;
	position: relative;
	float: right;
	font-weight:bold;	
}

#header #bezoekadres h4,
#header #openingstijden h4 {
	color: #7F292A;
	width: 100px;
	float: left;
	position: relative;
	height: 100px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#header #openingstijden p,
#header #bezoekadres p {
	width: 150px;
	height: 100px;
	float: left;
	position: relative;
	color: #333;
}
#header #openingstijden p {
	width: 130px;
	font-weight: bold;
}
#header #openingstijden p span {
	font-weight: normal;
	float: left;
	position: relative;
	width: 55px;
}
#header #bezoekadres .redPhoneNr {
	line-height: 50px;
	color: #7F292A;
	font-size: 110%;
}

#header #language h4 {
	display: none;
}

#header #language ul {
	list-style: none;
	float: right;
	position: relative;
	width: 100%;
}
#header #language li {
	float: right;
	margin: 0 0 0 3px;
	height: 20px;
}
#header #language li a {
	width: 18px;
	height: 10px;
	float: left;
	border: 1px solid #999;
}
#header #language li a span {
	display: none;
}
#header #language li#nl a {
	background: url(../images/flag_nl.gif) 0 0 no-repeat;
}
#header #language li#en a {
	background: url(../images/flag_en.gif) 0 0 no-repeat;
}
#header #language li#de a {
	background: url(../images/flag_de.gif) 0 0 no-repeat;
}
#header #language li#es a {
	background: url(../images/flag_es.gif) 0 0 no-repeat;
}
#header #language li#cz a {
	background: url(../images/flag_cz.gif) 0 0 no-repeat;
}

#header #language li.selected {
	background: url(../images/language_selector.gif) bottom center no-repeat;
}


.frontpage{
  border:1px solid #cccccc;
  padding: 4px 4px 4px 4px;
  color: #666666;
}


#content {
	width: 576px;
	float: left;
	line-height: 16px;
	font-size: 110%;
	text-align:left;
}

#content #breadCrumb {
	width: 560px;
	height: 20px;
	line-height: 20px;
	background: #ECEBEB;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	color: #333;
	font-weight: bold;
	font-size: 10px;	
}

#content #breadCrumb a {
	text-decoration: none;
	color: #444;
}

#content #breadCrumb a:focus, #content #breadCrumb a:hover, #content #breadCrumb a:active {
	color: #900;
}

#content #breadCrumb span {
	color: #900;
}


/********** ADVERTENTIE **********/

#ads {
	width: 168px;
}

#ads h4 {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #999;
	margin: 0 0 5px 0;
}
#ads h2 {
	display: none;
}


/********** FOOTER **********/
#footer {
	height: 17px;
	line-height: 17px;
	width: 775px;
	bottom: 0;
	background: #F4F4F4;
	float:left;
	border: 1px solid #CCCCCC;
	/*position: relative;*/
	margin: 0 0 0 10px;
	clear: both;
		
}
#footer_left {
   margin-left: 4px;
	padding: 0 0 0 5px;
	height: 17px;
	color: #FFF;
	background: #AA9C9C;
}
#footer_left a {
	color: #FFF;
	text-decoration: none;
}
#footer_left a:hover {
	color: #904647;
	text-decoration: underline;
}

#footer_right{
	background: #F4F4F4;
	margin-left: 1px;
	text-align:left;
	float:right;
	width: 560px;
}

#footer_right a{
	text-decoration: none;
}

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

#clearFooter { /* to clear footer, only IE */
	clear: both;
}

* html #clearFooter {
}

.thumb{
 border: 1px solid #000000;
 margin: 8px 8px 2px 8px;
}

.newselect{
 border: 1px solid #666666;
 font-size: 10px;
}

.fp{
 text-align:center;
 padding: 4px 4px 4px 4px;
 }

 .fp a, .fp a:visited{
  text-decoration:none;
 }
 .fp a:hover{
  text-decoration:underline;
 }
 
.fp_item{
 text-align:left;
 padding: 4px 4px 4px 4px;
 width: 500px;
 border: 1px solid #cccccc;
 color: #333333;
 background: url(../_fpimg/striped.gif) repeat-x;
}

.fp_img{
 margin: 8px;
}

.fp_title, .fp_title a:link, .fp_title a:visited{
 font-weight:bold;
}

.pc{
}

tr.selected{
 line-height: 16px;
 background: transparent url(../images/bar-light.gif) repeat-x;
 border: 1px solid #333333;
}

tr.unselected{
 line-height: 16px;
}