/* All styling by Ben Ennis Butler : beneb design. For Vestjyllands Hojskole 2006 */
/* SCREEN */
/*styles*/
body {
	margin:0px;
	padding:0px;
	background:url(bg_body.gif);
	font-family:Arial, Helvetica, sans-serif;
}

a img		{border-color: #ffffff; 
		} 

a:hover img	{border-color: #ffffff; 
		} 


p {margin:7px 0px; margin-left:8px; margin-right:10px; padding:0; font-size:0.8em; color:#333333}
h3 {padding:0px; margin:10px; margin-left:5px; font-size:1.2em}
.picture { padding:0px 2px 0px 8px;}
a:link {text-decoration:none;color:#669900;}
a:visited {text-decoration:none;color:#669900;}
a:hover {text-decoration:underline;}
a:active {color:#CCCCCC;}

/*containers*/
#maincontainer { 
	background:#fff;
	width:800px;
	height:630px;
	margin:auto;
	margin-top:8px;
	border:#FFFFFF solid 4px;
}
#header {
	height:80px;
	background:url(logo5.gif);
}
#maincontent {
	width:595px;
}

/*menu styles*/
#rightmenu {
	width:200px;
	height:550px;
	background:#b1cc00;
	float:right;
}
a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:200px; 
	height:25px;
	margin-top:0px; 
	background:#b1cc00; 
	border-bottom:1px dotted #C7F187;
	text-align:left;
	text-indent:4px; 
	text-decoration:none;  
	font-size:12px; 
	color:#000;
	line-height:25px; 
	overflow:hidden;
	padding:0px;
}
a.navEXTRA, a.navEXTRA:link, a.navEXTRA:visited {
	display:block; 
	width:200px; 
	height:50px;
	margin-top:0px; 
	background:#b1cc00; 
	border-bottom:1px dotted #C7F187;
	text-align:left;
	text-indent:4px; 
	text-decoration:none;  
	font-size:12px; 
	color:#000;
	line-height:25px; 
	overflow:hidden;
	padding:0px;
	}
a.nav:hover, a.navEXTRA:hover {color:#fff; background:#669900;}
a.nav:active, a.navEXTRA:active, .chosen{color:#fff; background:#95D221;}
/* end menu styles*/

.sponsors {
	text-align:center;
	text-indent:4px;
	font-size:12px;
	color:#fff;
}
/*footer*/
footertext {
	text-align:right;
	font-size:0.8em;
}

/*copyright text*/
#copyright {margin:0px; padding:0px; font-size:0.7em; text-align:right; color:#666666; width:806px; margin:auto;}
