html{
	height:100%;
}
body{
	height:100%;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EDEEF1;
	line-height:22px;
}
h1 {
	font-family: univers lt85 extrablack, univers_xb, Arial Black, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	margin-top:2px;
}
.container {
	margin:auto;
	width:1008px;
	margin-top:20px;
}
.content {
	background-image: url('img/shadow_mid2.jpg');
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.topshadow {
	height:25px;
	background-image: url('img/shadow_top.jpg');
}
.footshadow {
	height:25px;
	background-image: url('img/shadow_foot.jpg');
}
.logo {
	float:left;
}
.flash_header {
	float:left;
	width:775px;
	height:185px;
	background-color:#E8E8E8;
	background-image: url('img/spartabusinesspageheader.jpg');
	background-repeat:no-repeat;
}
.content_holder {
	width:755px;
	min-height:400px;
	margin-right:13px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	
}
.leftcol {
	padding-top:32px;
	width:450px;
}
.rightcol {
	padding-top:32px;
	float:right;
	width:245px;
}
.onecol {
	padding-top:32px;
}
.submenu {
	/*height:29px;*/
	font-family: Univers Condensed, Arial, Helvetica, sans-serif;
	background-image: url('img/sub_bg.jpg');

	width:775px;
	margin-left:-9px;
}
a img, img {
	border:none;
}
.submenu a, .submenu a:hover, .submenu a:visited{
	height:19px; float:left;
	padding-top:9px;
	font-size:16px;
	border:none;
	background-image: url('img/sub_up.jpg');
	padding-left:5px;
	padding-right:5px;
	color:#333333;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
a, a:hover, a:visited {
	color:#E30000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #E30000;
}
/* EDITOR */
input, select{
	padding:2px;
	line-height:16px;
	border:2px solid #BEDC45;
	background-color:#FFFFFF;
}
.overlay_button{
	opacity:0.9;filter:alpha(opacity=90);
	position:absolute;
	z-index:100;
	margin-left:190px;
	margin-top:10px;
	padding:2px;
	border:2px solid #BEDC45;
	background-color:#FFFFFF;
}
.editbutton{
	opacity:0.9;filter:alpha(opacity=90);
	position:absolute;
	z-index:100;
	padding:2px;
	padding-left:20px;
	background-image:url('http://beheer.codegreen.nl/images/icons09/16/edit.png');
	background-repeat:no-repeat;
	background-position:1px 2px;
	line-height:16px;
	border:2px solid #BEDC45;
	background-color:#FFFFFF;
}
.cms_fixedhead{
	opacity:0.9;filter:alpha(opacity=90);
	position:relative;
	width:100%;
	z-index:120;
	padding:2px;
	padding-left:20px;
	background-image:url('http://beheer.codegreen.nl/images/icons09/16/user.png');
	background-repeat:no-repeat;
	background-position:1px 2px;
	top:0px;
	line-height:16px;
	border-bottom:2px solid #BEDC45;
	background-color:#FFFFFF;
}

.editbutton a, .editbutton a:hover, .editbutton a:visited{
	color:#8AA51F;
	font-weight:normal;
	text-decoration: none;
	border: none;
	border-bottom:1px dotted #A9C925;
}
.overlay_button a, .overlay_button a:hover, .overlay_button a:visited, .cms_fixedhead a, .cms_fixedhead a:hover, .cms_fixedhead a:visited{
	color:#8AA51F;
	font-weight:normal;
	text-decoration: none;
	border: none;
	border-bottom:1px dotted #A9C925;
}
.editbutton a:hover{
	border: none;
}
.message{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	line-height:16px;
	border:2px solid #BEDC45;
	background-color:#FFFFFF;
}
hr {
	border:none;
	border-bottom:1px solid #CCCCCC;
}
