/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin:0px;	
	line-height: 16px;
	background-color:#76CBE0;
	background-image: url(../images/web/Background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
html { height: 100%; margin-bottom: 1px; } 

p { 
	margin-top:6px;
}
h1, h2, h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:6px;
	}

h1{
	font-size:22px;
	color:#CC0099;
}
h2{
	font-size:18px;
	color:#CC66CC;
	margin:0px;
}
h3{
	font-size:16px;
}
hr{
	height:1px;
	color:#000000;
	background-color:#000000;
	border:none;
}
.cleaner{
	clear:both;
}
#wrapper{
	width:100%;
	text-align:center;
	margin:auto;
	width:770px;
		

}
#header{
	text-align:center;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	height:230px;
}

#footer{
	text-align:center;
	font-size: 10px;
	color:#CC0099;
	padding-top: 23px;
	margin-bottom:10px;
	height:21px;
	background-image:url(../images/web/Footer.gif)
}
#footer a, #footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration:underline;
}
#container{
	margin:auto;
	text-align:left;
	background-image: url(../images/web/Container.gif);
	background-position: center;
min-height:500px;
}
#content{
	margin-left:90px;
	margin:auto;
	width:620px;
	background-image:url(../images/web/BackImage.gif);
}
#tableStyle{
	padding:6px;
	margin:4px;
	font-size:12px;
}
.imgRuimte{
	padding:10px;
}
.imgRight{
	float:right;
	padding-left:10px;
}
.imgRight p{
	text-align:center;
	font-size:10px;
}
.tdBold{
	font-weight:bold;
	font-size:14px;
}
#tableStyle td{
	border-bottom:1px dotted #f589da;
}
a:link { 
	color: #0000FF;
	text-decoration : underline; 
}
a:visited { 
	color: #0000FF;
	text-decoration : underline; 
}
a:hover { 
	color: #CA3E52;
	text-decoration : underline; 
}
a:active { 
	color: #CA3E52;
	text-decoration : underline;
	font-weight:bold;
}

.kolom{
	padding-left:180px;
	position:absolute;
	top:132px;
	width:500px;
}

#navigatie{
	margin: 10px 0 0 30px;
	padding: 0;
	height: 26px;	
}

#navigatie ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #388699;
	font-size:12px;
	text-align:center;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigatie ul li{
	display: block;
	color: #388699;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navigatie ul li a{
	width: 110px;
	height:21px;
	color: #388699;
	background-image: url(../images/Button_2_A.gif);
	display: block;
	margin-right:6px;
	margin-bottom:6px;
	text-decoration: none;
	padding-top:5px;
}

#navigatie ul li a:hover
{
	color:#FFFFFF;
	background-image: url(../images/Button_2_B.gif);
}

#navigatie a:active{
	color: #388699;
}

#navigatie li#active a{
	color:#FFFFFF;
	background-image: url(../images/Button_2_B.gif);
}

/* Einde navigatie */
#gastenboekNav{
	text-align: right;
	margin:10px 10px 20px 10px;
	font-size:16px;
	font-weight:bold;}
#gastenboekNav a
{

}
#gastenboekNav a:link, #gastenboekNav a:visited
{
	color: #000099;
	text-decoration: underline;
}
#gastenboekNav a:hover
{
	color: #FF0000;
}
.link_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
	text-decoration: underline;
	text-align: center;
	font-weight:bold;
}