html {
}


a {
	color:black;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-bottom-width:1px;
}

li {
	list-style-type:square;
}

#events a {
	
}

body {
	background-color:#506050;
	background-image:url(bg.jpg);
	line-height:16px;
	background-attachment: fixed;

	
}


div.watchall {
	padding-left:40px;
}

body, select, input,textarea,h1,h3 {
	font-family:"lucida grande","courier";
	font-size:10px;
}

input[type=text], textarea,select,input[type=password] {
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	background-color:#f8f8f8;
	padding:2px;
	margin:2px;
	
}

input[type=text],textarea {
	width:400px;	
}

textarea {
	height:200px;
}

a:visited {
	color:#505050;
	border-bottom-color:#505050;
}
a:hover {
		border-bottom-width:2px;
}


#events {
	width:320px;
}
#maincontent {
	margin-left:40px;
	margin-top:20px;
	padding:10px;
	background-color:#FFFFFF;
	width:780px;
	
}



.minderbelangrijk {
	color:#888888;
}


#registerform {
	width:400px;
}


h1 {
	/*border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;*/
	display:inline;
	font-weight:normal;
}

.hr {
	width:100%;
	height:1px; 
	background-color:#000000;
	margin-top:16px;
	margin-bottom:16px;
}


h2 {
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	font-weight:normal;
	font-size:24px;
	display:inline;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:black;
}

#participants a:visited {
	color:#aaaaff;
	border-bottom-color:#aaaaff;
}

#participants a:hover {
	color:#0000ff;
	border-bottom-color:#0000ff;
}

h1,body {
	
}

#header {
text-align:right;
}

.projectimage img {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	margin-bottom:10px;
}


#message {
	color:#FF0000;
	padding:10px;
}


h3 {
	display:inline;

}



th {
	text-align:left;
	text-decoration:underline;
}
