/* CSS Document */

body {
	font-family: Calibri, Myriad Pro Cond, Arial;	
	color:#CCCCCC;
	background-image:url(achtergrond.jpg);
	background-repeat:repeat;
}

h1 {
	font-size: 22px;
	color:#ff1e00;
}

#header {
	width:900px;
	text-align:center;
	padding-bottom:2px;
	border-bottom: 1px solid #ff1e00;
}

#header a {
	margin-left:65px;
	margin-right:65px;
	font-size:14pt;
	color:#CCCCCC;
	text-decoration:none;
}
#header a:visited 	{ 
	color:#CCCCCC;
	text-decoration:none;
}
#header a:hover   	{
	color:#ff1e00;
	text-decoration: none;
}
#header a:visited:hover { 
	color:#ff1e00;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width:900px;
	background-color:#000000;
	border: 1px solid #ff1e00;	
}

#content {
	width: 800px;
	float: left;
	margin-top:15px;
	margin-left:50px;	
	text-align:left;
	padding-bottom:20px;
}

#content a {
	font-size:11pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}
#content a:visited 	{ 
	color:#FFFFFF;
	text-decoration: none; 
}
#content a:hover   	{
	color:#FF1e00;
	text-decoration: none;
}
#content a:visited:hover { 
	color:#FF1e00;
	text-decoration: none;
}

#content input, textarea{
	border: 1px solid #ff1e00;
}

#content input:hover {
	color:#ff1e00;
}


#footer {
	clear: both;
	border-top: 2px solid #ff1e00;
	text-align:center;
	color:#CCCCCC;
	font-size:10pt;
	padding-top:2px;
	padding-bottom:2px;
}

#footer a{
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:visited 	{ 
	color:#CCCCCC;
	text-decoration: none; 
}
#footer a:hover   	{
	color: #ff1e00;
	text-decoration: none;
}
#footer a:visited:hover { 
	color: #ff1e00; 
	text-decoration: none;
}
