/*html {
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; margin-bottom: 1px;
	}*/

body {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-attachment: fixed;
/*	background-image: url(../images/bg_stars.gif); */
	background-image: url(../images/powered.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
	}

li {color:#FFFFFF}

.main_border {
	border: solid 5px green;
	background-color:#000000;
	}

h1 {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: green;
	}

h2 {
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	}

p {
	font-size: 15px;
	text-align: justify;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	}

p:first-letter {
	font-size: 110%;

	font-weight:bold;
	}


/* navigatie links */
.main_nav:link, .main_nav:visited {
	font-size: 15px;
	color: white;
	text-decoration: none;
	margin-left: 8px;
	line-height: 25px;
	font-weight: bold;
}

.main_nav:hover, .main_nav:active {
	color: white;
	text-decoration: underline;
	}

.nav_selected:link, .nav_selected:visited {
	font-size: 15px;
	color: green;
	text-decoration: none;
	margin-left: 8px;
	line-height: 25px;
	font-weight: bold;
	cursor: default;
}

.nav_selected:hover, .nav_selected:active {
	color: green;
	text-decoration: none;
	}

/* END navigatie links*/


/* content links */
.content:link, .content:visited{
	color: #CCCCCC;
	text-decoration: underline;
}

.content:hover{
	text-decoration: underline;
	color: green;
}
/* END content links */

/* random */
.rules {
	color:#CCCCCC;
	line-height: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom: #333333 1px solid;
	font-stretch: extra-condensed;
	font-style:italic;
	}

.formulier {
	background-color:#000000;
	border: solid 1px #CCCCCC;
	padding-left: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size:14px
/*	font-weight:bold;*/
	}

.vertaal_form {
	border: none;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCCCCC;
	font-weight: bold;
	}

.verplicht {
	color: #FF0000
	}

.mini {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	}

/* copyright */
.copyright {
	font-size: 9px;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 5px;
/*	background-color:#333333;*/
}

A.copyright:link, A.copyright:visited {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 0px;
}

A.copyright:hover {
	text-decoration: underline;
	}
/* END copyright */
