/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
}
img.route  {
	margin: 5px;
	border: 2px solid #FFFFFF;
}

body {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.8em;
	background-color: #333333;
	background-image: url(../images/layout/achtergrond-body.jpg);
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-style: italic;
}

h2 {
	font-size: 1.3em;
	clear: both;
}


p.behandeling {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
}
#wrapper {
width: 1000px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
}
#header {
	width: 994px;
	height: 70px;
	border: 2px solid #CCCCCC;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
}
#navlist {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	height: 74px;
}
#navlist ul
{
	padding: 0;
	margin: 0;

}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a
{
	border: 2px solid #CCCCCC;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 24px;
	background-image: url(../images/layout/achtergrond-button.jpg);
	background-repeat: repeat-x;
	font-weight: bold;


}

#navlist a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover
{
text-decoration: underline;
}
#container {
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333333;
	width: 994px;
	border: 2px solid #CCCCCC;
	background-image: url(../images/layout/achtergrond-container.gif);
}
#left {

	float: left;
}
#foto {
	height: auto;
	widht: 245px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 245px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#subnav {
height: 230px;
float: left;
padding: 10px;
margin-top: 2px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 0px;
clear: left;
width: 225px;
background-image: url(../images/layout/achtergrond-button.jpg);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
background-repeat: repeat-x;
background-color: #701632;
}
#subnav ul {
list-style-type: square;
}
#subnav a:link, #subnav a:visited {
color: #FFFFFF;
text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}


#content {
width: 701px;
min-height: 673px;
height: expression( this.scrollHeight < 673? "673px" : "auto" );
overflow: auto;
float: left;
margin: 0px;
background-color: #333333;
background-image: url(../images/layout/achtergrond-content.jpg);
background-repeat: repeat;
padding: 20px;
border-left-width: 2px;
border-left-style: solid;
border-left-color: #CCCCCC;
}
#content ul {
	list-style-type: square;
	font-weight: bold;
}

#content a:link, #content a:visited {
color: #FFFFFF;
text-decoration: underline;
}

#content a:hover {
color: #701632;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#footer {
padding: 0px;
margin: 0px;
text-align: center;
border: 2px solid #CCCCCC;
width: 994px;
background-color: #333333;
}
#footer p {
margin: 0px auto 0px auto;
padding: 5px 0px 5px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
text-decoration: none;
color: #FFFFFF;
}
#footer a:hover {
text-decoration: underline;
} 
form dl dt {
	float: left;
	clear: left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
form dl dd {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 100px;
}
#imagegallery {
	clear: left;
}
dl.gallery {
	float: left;
	padding: 10px;
}
.gallery dt { font-weight: bold; }

.gallery dt img
{
border: 1px solid #FFFFFF;
}

.gallery dd
{
margin: 0;
padding: 0;
}
img.border {
	border: 2px solid #666666;
}
