@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_lddlogo.png);
	background-color: #e2eced;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#page {
background: url( images/bg_shadow.png) center top repeat-y fixed;
}
#container {
	width: 62.50em;
	background: #FFFFFF url(images/bg_container.png) center top repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	padding-bottom: 10em;
}

#header{
	margin: 0;
	padding: 0;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#center {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}
#topnav{
	text-align: right;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

#menu
 {
	margin: 0;
	padding: 0;
	margin-top: -1.15em !important;
	margin-left: -2.5em !important;
}

#header{
	margin-bottom: -25px;
}

#content {
	margin-top: 10px;
	float: left;
}

#agenda {
	margin-top: 10px;
	float: right;
}

#subcontent {
	clear: both;
	padding-top: 10px;
	float: none;
}

#footer{
	font-size: 80%;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*CSS voor de profielen*/
#profile{
	color: #878787;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#profile th{
	height: 20px;
	padding-right: 20px;
}

#profile .first{
	color: #0088cc;
}

#profile .descrip{
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px dotted #878787;
	margin-bottom: 10px;
}

/*CSS voor formulieren*/

#form{
	color: #878787;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: -0.75em;
}


#form .btn{
	text-align:right;
}

#form input.btn{
	color:#0088cc;
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	height: 25px;
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#000;
	text-align: center;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');*/
}

#form input, textarea{
	border: 1px solid #000;
	color: #0088cc;
	font-family: verdana;
	font-size: 10pt;
	max-width: 500px;
}


#form input:focus, textarea:focus{
	background-color:#FFF4C7;
	border: 1px solid #0088cc;
}

#form btn:hover{
	color:#0088cc;
	background-color:#FFF4C7;
}

/*CSS voor gastenboek*/

#guestbook{
	font-size: 80%;
}

#guestbook th{
	vertical-align: top;
}

#guestbook .postedon{
	text-align: right;
	font-size: 70%;
	color: #c4c4c4;
	margin-top: 0.5em;
}

#guestbook .line{
	border-bottom: 1px solid #878787;
	margin-top: 15px;
	padding-bottom: 15px;
}

.events td{
	text-align: right;
	width: 60%;
}

.pagecontent th{
	vertical-align: top;
}

.events img{
	border: none;
}