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

body {
background-color:#902800;
background-image:url(images/bg_centre.png);
background-repeat:no-repeat;
background-position:top center;
font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;    
padding:0px;
margin:0px;
text-align:center;

}

/* tekst */
a { 
color: #902800;
font-size: 1.0em;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}
a:hover{
	text-decoration: underline;
}
p {
font-size:1.0em;
line-height:1.5em;
margin-top:0px;
} 

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.6em;
	font-weight: bold;
	color: #902800;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.4em;
	font-weight: bold;
	color: #902800;
	}
h3 {
font-size:1.1em;
font-weight:normal;
padding-top:10px;
color: #902800;
background-color: transparent;
	}

hr {
	height:2px;
	color: #902800;
}
ul{
margin-left:10px;
padding: 0;
list-style:url(images/arrow-right.gif);

}
/*positioning layers*/
#navigatie{
	margin: 0px auto 0px auto;
	padding-top:10px;
	width:804px;
	height:24px;

	}
#main_container {
	margin: 0px auto 0px auto;
	background-image:url(images/bg_home.gif);
	background-repeat:repeat-y;
	width:975px;

	text-align:left;
}	
#header {
	margin-top: 0px;
	margin-left: 0px;
	background-image:url(speulderai/images/header_speulderai.jpg);
	height:175px;
	display:inline;
	
	}
#footer{
	clear:both;
	margin:0px auto 0px auto;
	border-top: 1px solid #902800;
	color:#902808;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

/* begin homepagina */
#welkom  {
	float:left;
	margin-top:-40px;
	margin-left:0px;
	width:235px;
	z-index:2;	
	
}
#top {
	float:left;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom:0px;
	width: 400px;
	height: 276px;
	overflow:hidden;

	}
#inhoud_breed {
	float:left;
	margin-left: 97px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 550px;
	/*height: 375px; */
	overflow:hidden;
	}
#inhoud_breed2 {
	float:left;
	margin-left: 97px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 750px;
	/*height: 375px; */
	overflow:hidden;
	}
#right-col {
	float:right;
	margin:5px 95px 15px 0px;
	padding: 0px 10px 0px 10px;
	width:200px;
	height:750px;
	border-left:1px solid #902800;

}

/* einde homepagina */

/* begin overzichtpagina */
#titel {
	margin: 10px 100px 0px 100px;
}

#col1 {
	float:left;
	margin-left: 100px;
	margin-top:15px;
	width:185px;
	border-right: 1px solid #C00;
	display:inline; }
#col2 {
	float:left;
	margin-left: 10px;
	margin-top:15px;
	width:185px;
	border-right: 1px solid #C00;
	display:inline;
}
#col3 {
	float:left;
	margin-left: 10px;
	margin-top:15px;
	width:185px;
	border-right: 1px solid #C00;
	display:inline;
}
#col4 {
	float:left;
	margin-left: 10px;
	margin-top:15px;
	width:180px;
	display:inline;
}
/* einde overzichtpagina */

/* thema specifieke css in speulderai_thema.css  */

/* boekingsmenu */
#boekingsmenu {
	text-align:center;
	height: 100px;
}

#boekingsmenu ul {	
list-style:none;
	margin-left:150px;
}
#boekingsmenu ul li {
	float:left;
}
#boekingsmenu ul li a {
  	float:left;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	border: 1px solid #902800;
	display: inline;
	}	
#boekingsmenu ul li a.last{
	border-right: 2px solid #902800;
	}	
#boekingsmenu ul  li a:link, #boekingsmenu ul li a:visited {
	color: #902800;  
	display: block;
	padding: 2px 30px 2px 30px;
	}
	
#boekingsmenu ul li a:hover, #boekingsmenu ul li a:active {
	color: #FFF;
	background-color:#902800;
	}
/* einde boekingsmenu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #902800; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
color: #FFFFFF;
display: block;
/*width: 90px; /*Width of top level menu link items*/
padding: 5px 14px;
/*border: 1px solid black;
border-left-width: 0;*/
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display:list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #FFFFFF;
color: #902800;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 /*url(images/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* classes */

.imglinks {
	margin: 0px 10px 0px 0px;
}

.imgrechts {
	margin: 0px 0px 0px 10px;
}
.kop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.1em;
	font-weight: bold;
}
.kop2 {
	font-style:italic;
	font-size: 1.1em;

}
.titel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.6em;
	font-weight: bold;
	color:#902800;
}
.thema {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 3.6em;
	font-weight: bold;
	color:#902800;
	margin-bottom:-0.3em;
	margin-top:0px;
}
.prijs {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 3.6em;
	font-weight: bold;
	color:#902800;
	margin:-20px 0px 0px 200px;
}
.whitelink
{ 	color:#FFFFFF;
	font-weight:normal;
	font-size:0.8em;
}
.submenu{
	padding:3px;
}
.small {
	font-size:0.8em;
	font-style:italic;}
.border_red {
	border: 2px solid #902800;
}
/* uit oude stylesheet */
#border
{ 
background-image: url(speulderai/images/border.gif); background-repeat: no-repeat;}

#tabletext
{ font-family: Verdana, Sans-serif; font-size: 0.7em; font-weight: 700; line-height: 0.8em; color:#FFFFFF; }

#tabletext-kop
{ font-family: Verdana, Sans-serif; font-size: 0.9em; line-height: 0.8em; color:#FFFFFF; }

