body {
	background-image: url(/images/body.png);
}

#main {
	background-image: url(/images/background.png);
	width: 776px;
	left: 50%;
	margin-left: -388px;
	display: block;
	position: absolute;
	background-position: -100px 0;
}
#extra_account {
	text-decoration: underline;
	cursor: pointer;
}

#footer {
	float: right;
	
	width: 776px;
	height: 30px;
	background-color: #720001;
}
#footer * {
	text-align: right;
	font-size: 10px;
	line-height: 30px;
	color: black;
	text-decoration: none;
}

#navdiv {
	float: left; 
	width: 190px;
}

#nav {

}

#nav li {
	margin-left: -25px;
	list-style: none;
}

#nav li a {
	color:#FFFFFF;
	font-family: "Century Gothic";
	font-size:16px;
	text-decoration: none;
}

#nav li ul li a {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;

}

#nav li ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#nav li ul li a:active {
	text-decoration: none;
	color: #FF6600;
}
#nav li {
	margin-left: -25px;
	list-style: none;
}

#articles {
	width: 579px;
	float: right;
}

#articles h1 {
	color:#336600;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#articles .agenda h1 {
	font-size: 20px;
	line-height: 300%;
}
#articles h2 {
	color:#336600;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.article h3 {
	color:#336600;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}



.article .text p, .article .text li, #main *  {
	color: #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.article .text a {
	color: gray;
}

.article .img img {

	width: 203px;

}
.agenda {
	width: 579px;
}
.agenda div.jaar {
	margin-left: 20px;
	width: 539px;

}

.agenda .rand {
	margin-left:20px;
	width:539px;
}

.agenda p.jaar {
	line-height: 300%;
	font-weight: bold;
	background-color: #888;
	text-align: center;
}
#aanmeldformulier table {
	width: 100%;

}

#aanmeldformulier th {
	background-image: url(/images/body.png);
	color: white;
	font-weight: bold;
	text-align: left;
}
#aanmeldformulier th i {
	color: white;
}

.kader {
	padding: 10px;
	border: 1px solid #336600;
	margin: 20px 0;
	background-color: #EEE;
}
p.kaderkop {
	margin-left: 20px;
	background-color: white;
	font-weight: bold;
	position: relative;
	top: -21px;
	line-height: 20px;
	display: inline;
	padding: 0 5px;
	
}

.ingelogd {
	text-align: right;
	padding-right: 10px;
}

#namen input {
	margin: 5px 0;
}
.button {
	border: 1px solid gray;
	cursor: pointer;
	padding: 0 3px;
	margin: 0 3px;
	background-color: white;
}
a.button, .button a {
	color: inherit;
	text-decoration: none;
}

form .align {

	border: 1px solid gray;
	width: 300px;
	
}

.ajaxform input.inputerror {
	background-color: #dbadad;
	border: 1px solid #720001;
	
}
form .error {
	color: #720001;
	font-weight: bold;
}
.agenda p.maand {
	line-height: 300%;
	font-weight: bold;
	font-size: 12px;
	background-color: #CCC;
	text-align: center;
	text-transform : uppercase;
	margin-top: 0;
	font-family:Arial,Helvetica,sans-serif;
}
.agenda .activiteit {
	padding-bottom: 40px;
}
.agenda .activiteit * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.agenda .activiteit .titel {
	font-weight: bold;
	color:#336600;	
}
.agenda .activiteit .info_lang {
	display: none;
}
.agenda .aanmelden {
	text-align: right;
}
#agenda_home {
	background-color: transparent;
	display: block;
	width: 200px;
	position: absolute;
	top: 375px;
	left: 50%;
	margin-left: -145px;	
} 

#agenda_home h1 {
	color: #FF6600;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;

}
#agenda_home a {
	color: green;
	text-decoration: none;
}
#agenda_home a img {
	width: 200px;
}
.vinger {
	cursor:pointer;
}
.metatags {
	display: none;
}
.article .image {
	width: 314px;
	
}

.article .text {
	width: 254px;
}

p > img {
	margin: 0;
	padding: 0;
}

p.image_title {
	font-size:x-small;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	text-align: center;
	margin-bottom: 40px;
	width: 271px;
	margin-left: 5px;
}

label {
	display: block;
	width: 100px;
	margin-bottom: 10px;
	color: blue;
	float: left;
}

.center {
	text-align: center;
}

