html, body {
	background-image: url(../img/bg.jpg);
	margin: 0px;
	height: 100%;
	padding: 2px;
    font-family: Verdana; 
	font-size: 12px;
	color: #666666;
}

#center {
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 780px;
}

#header {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 100px;
	border: #000000 1px solid;
	background-color: #99ccff;
	overflow: hidden;
	margin: 0px;
}

#header p {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1.2px;
	text-align: right;	
	margin-right: 5px;
	margin-top: 85px;
}

#footer {
	border: #000000 1px solid;
	background-color: #E8E8E8;
	padding: 2px;
	margin: 0px;
	margin-top: 5px;
	height: 15px;
	width: 774px;
	clear: left;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: right;	
	margin: 0px;
	margin-right: 10px;
}

#menu {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	list-style: none;
	border-bottom: #000000 1px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	width: 778px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 5px solid #FFFFFF;
	border-right: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;	
}

#menu li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 5px solid #72A3FE;
}

#user_menu {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	list-style: none;
	border-bottom: #000000 1px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #EAEAEA;
	width: 778px;
}

#user_menu li {
	float: left;
}

#user_menu li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #EAEAEA;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 5px solid #EAEAEA;
	border-right: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;	
}

#user_menu li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 5px solid #72A3FE;
}

/*login*/
#user_menu #not_logged_in {
	margin-left: 10px;
	display: inline;
}

#user_menu li .text {
	width: 100px; 
	height: 14px; 
	margin: 0px;
	margin-top: 2px;
	padding: 0px; 
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-size: 12px; 
	color: #666666;
	letter-spacing: 1.2px;
}

#user_menu li .button {
	width: 40px; 
	height: 18px; 
	background-color: #FFFFFF; 
	padding: 0px; 
	margin-top: 1px;
	border: 1px solid #CCCCCC; 
	font-family: verdana; 
	font-size: 12px; 
	color: #666666;
	letter-spacing: 1.2px;
}


#user_menu li.logged_in {
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: #000000 1px solid;
}
/*einde login*/

#content {
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #bedcf4;
	border-bottom: #000000 1px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 778px;
	padding-top: 30px;
}

#spacer {
	clear: both;
	visibility: hidden;
}

#content p {
	padding: 2px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
}

#content h1 {
	background-image: url(../img/headline.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E0F0FF;
	border: #FFFFFF 2px solid;
	text-align: right;
	margin: 5px;
	padding-bottom: 4px;
	padding-right: 20px;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: #ffffff;
}

.error p {
	padding: 2px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	letter-spacing: 1.2px;
	color: #666666;
}

.error h1 {
	padding: 2px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	letter-spacing: 1.2px;
}

.error p a {
	color: #666666;	
	text-decoration: none;
	letter-spacing: 1.2px;
	padding: 0px;
}

.error p a:hover {
	color: #3399FB;	
	text-decoration: none;
}

/*frontpage kollomen*/
.content_left {
	width: 370px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 18px;
	overflow: hidden;
	float: left;
}

.content_right {
	width: 370px;
	margin: 0px;
	overflow: hidden;
	padding-right: 10px;
}

/*opmaak nieuws*/
#content .news {
	border: 2px #FFFFFF solid;
	width: 350px;
	margin: 8px;
	padding: 0px;
	background-color: #F2F9FF;
}

#content .news p {
	border: none;
	padding: 5px;
	overflow: hidden;
}

/*titel nieuwsbericht*/
#content .news h2 {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	overflow: hidden;
	text-align: left;
	color: #294156;
}

/*datum van nieuwsbericht*/
#content .news h3 {
	font-size: 9px;
	padding-right: 2px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	text-align: right;
}

#content .news a {
	color: #72A3FE;
	padding-bottom: 1px;
	text-decoration: none;
}

#content .news a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#content .news .newslink2 {
	display: block;
	background-color: #FFFFFF;
	border-left: 25px solid #FFFFFF;
	height: 14px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	width: 320px;
	clear: left;
}

#content .news .newslink2:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 25px solid #72A3FE;
}

#content .news img {
	border: 1px solid #007B8A;
	height: 80px;
	margin: 5px;
	padding: 0px;
	float: left;
}

/*headlines*/
#content .lijsttitel {
	clear: left;
	background-color: #F2F9FF;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-top: 2px #FFFFFF solid;
	width: 350px;
	margin: 8px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#content .newslink {
	background-color: #FFFFFF;
	display: block;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 18px;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	width: 343px;
}

#content .newslink:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#content .newslinkarchief {
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 18px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
	text-align: right;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	width: 345px;
}

#content .newslinkarchief:hover {
	color: #FFFFFF;
	background-color: #666666;
}

/*opmaak 'uitgelicht'/verslagen*/
#content .verslag {
	border: 2px #FFFFFF solid;
	width: 350px;
	margin: 8px;
	padding: 0px;
	background-color: #F2F9FF;
}

/*container verslag*/
#content_verslag {
	width: 346px;
	text-align: center;
}

#content_verslag p {
	border: none;
	padding: 5px;
	height: 100px;
	overflow: hidden;
	text-align: justify;
}

/*titel nieuwsbericht*/
#content .verslag h2 {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	overflow: hidden;
	text-align: left;
}

/*datum van nieuwsbericht*/
#content .verslag h3 {
	font-size: 9px;
	padding-right: 2px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	text-align: right;
}

#content .verslag a {
	display: block;
	background-color: #FFFFFF;
	border-left: 25px solid #FFFFFF;
	height: 14px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#content .verslag a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 25px solid #72A3FE;
}

#content_verslag img {
	border: 1px solid #007B8A;
	width: 200px;
	margin: 15px;
	padding: 0px;
}
/*einde opmaak frontpage*/

/*opmaak nieuws/artikel*/
#content .newspage {
	border: 2px #FFFFFF solid;
	margin: 8px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #F2F9FF;
}

#content .newspage p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

#content .newspage a {
	color: #72A3FE;
	padding-bottom: 1px;
	text-decoration: none;
}

#content .newspage a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

.quote {
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}

.news_image {
 	margin: 5px; 
	border: #FFFFFF 2px solid; 
	width: 25px;
	float: right;
}

.news_image_resized {
 	margin: 5px; 
	border: #FFFFFF 2px solid;
	float: right;
}
/*einde opmaak nieuws/artikel*/

/*reacties*/
.reactie {
	margin-bottom: 15px;
}

.reactie h2 {
	background-color: #FFFFFF;
	border: #FFFFFF 2px solid;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 1px;
	font-size: 12px;
	margin-bottom: 0px;
	color: #666666;
	text-align: left;
}

.reactie a {
	color: #72A3FE;
	padding-bottom: 1px;
	text-decoration: none;
}

.reactie a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

.reactie p {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #F2F9FF;
}

#content .text {
	width: 100px; 
	height: 14px; 
	margin: 0px;
	margin-top: 2px;
	padding: 0px; 
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-size: 12px; 
	color: #666666;
	letter-spacing: 1.2px;
}

#content .button {
	height: 18px; 
	background-color: #FFFFFF; 
	padding: 0px; 
	margin-top: 1px;
	border: 1px solid #CCCCCC; 
	font-family: verdana; 
	font-size: 12px; 
	color: #666666;
	letter-spacing: 1.2px;
}
/*einde reacties */

/*faq*/
#content .question {
	padding-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
}

#content .answer {
	padding-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

/*registratie*/
.text_big {
	width: 250px; 
	height: 15px; 
	margin: 0px;
	margin-top: 2px;
	padding: 0px; 
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-size: 12px; 
	color: #666666;
	letter-spacing: 1.2px;
}

/*agenda*/

/*titel agenda item*/
.newspage h2 {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	overflow: hidden;
	text-align: left;
	color: #294156;
}

/*datum van agenda item*/
.newspage h3 {
	font-size: 12px;
	padding-right: 2px;
	margin: 0px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

/*foto album*/
.upload_form {
	border: 1px #000000 dashed;
	margin: 5px;
	padding: 5px;
}

.text_file {
	width: 330px; 
	height: 18px; 
	margin-right: 50px;
	margin-top: 2px;
	padding: 1px; 
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	font-family: verdana; 
	font-size: 12px; 
	color: #000000;
	letter-spacing: 1.2px;
}

.foto_container {
	height: 120px;
	width: 120px;
	float: left;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

.foto_overview {
	height: 120px;
	width: 120px;
	float: left;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

.foto_delete {
	height: 180px;
	width: 120px;
	float: left;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

.newspage .foto_album_name {
	font-size: 18px;
	font-weight: bold;
}

.foto_spacer {
	clear: both;
	visibility: hidden;
	height: 0px;
}

/*foto album NIEUW*/
.foto_container_main {
	width: 766px;
	float: left;
	overflow: hidden;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	border: none;
	height: 500px;
}

#foto_scroll {
	margin: 5px;
	padding-top: 0px;
	width: 766px;
	border-top: 2px solid #295C8F;
	overflow: hidden;
	text-align: center;
	height: 150px;
	float: left;
}

.thumbs {
	border: none;
	width: 110px;
	height: 140px;
}

.thumbs:hover {
}

.thumbs img {
	border: none;
	padding: 0px;
	margin: 0px;
}

a.foto_link {
	padding-bottom: 0px;
	margin: 0px;
	border: none;
}

.thumbs a.foto_link img {
	border: 2px solid #0099FF;
}


.thumbs a.foto_link:hover img {
	border: 2px dashed #0099FF;
}

.thumb_highlight a.foto_link img {
	border: 2px solid #FFFFFF;
}


.thumb_highlight a.foto_link:hover img {
	border: 2px dashed;
}

.thumbs img {
	border: 2px solid #0099FF;
}

.thumb_highlight img {
	border: 2px solid #FFFFFF;
}

.foto_button {
	width: 108px;
	margin: 2px;
	padding: 0px;
}

.foto {
	border: 5px solid #FFFFFF;
}

.foto_resized {
	border: 5px solid #FFFFFF;
}


.foto_button a img {
	border: none;
	background-color: #bedcf4;
}

.foto_button a:hover img {
	border: 2px dashed #0099FF;
	background-color: #FFFFFF;
}

.foto_container img {
	border: none;
}

.foto_overview img {
	border: 2px solid #FFFFFF;
}

.newspage .foto_album_name {
	font-size: 18px;
	font-weight: bold;
}

.foto_spacer {
	clear: both;
	visibility: hidden;
	height: 0px;
}

/*rally stuff*/
#rally {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	list-style: none;
	border-bottom: #000000 1px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FF6633;
	width: 778px;
}

#rally li {
	display: block;
}

#rally li a {
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 5px solid #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;	
}

#rally li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 5px solid #72A3FE;
}	

#rally_page {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	list-style: none;
	border-bottom: #000000 1px solid;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FF6633;
	width: 778px;
}

#rally_page li {
	float: left;
}

#rally_page li a {
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 5px solid #FF6633;
	border-right: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;	
}

#rally_page li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-left: 5px solid #72A3FE;
}	

#content #rally_content {
	padding: 15px;
}
























