@charset "utf-8";

/*Site basic set*/
/*Author Peter de Jong, peter@4thdimension.nl*/

#tablist{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 260px;
	height: 30px;
	display:block;
	position: relative;
	float: left;
}

#tablist li{
	list-style: none;
	display: inline;
	position: relative;
	float: left;
	height: 30px;
	padding: 7px 0px 8px 4px;
	margin: 0px 0px 0px 0px;
}

#tablist li a, #tablist li a:link, #tablist li a:visited, #tablist li a:hover, #tablist li a.current {
	color: #CCC;
	text-decoration: none;
	padding: 6px 22px 6px 22px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	background-image:url(../gfx/main/tab_bg_off.png);
	background-repeat: repeat-x;
}

#tablist li a:hover{
	color: #FFF;
	background-color: #7eab05;
	background-image:url(../gfx/main/tab_bg.png);
	background-repeat: repeat-x;
}

#tablist li a.current{
	background: #7eab05;
	color: #FFF;	
	background-image:url(../gfx/main/tab_bg.png);
	background-repeat: repeat-x;
}


#footer p {
	color: #FFF;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#footer p a {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	color: #7ca516;
}
#footer strong {
	font-weight: bold;
}
	
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #7ca516;
}
#content strong {
	font-weight: bold;
}
