html, body {
	height:100%;
	}

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Verdana;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- FONT ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

a,
a:link,
a:visited,
a:active {
    color: #053c0c;
}

a:focus, a:active {
      outline: 0 none;
      -moz-outline: 0 none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 18px;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #fff;
}
h3 {
	font-size: 16px;
	color: #fff;
}
h4 {
	font-size: 14px;
	font-weight:bold;	
	color: #fff;	
}
h5 {
	font-size: 14px;
	color: #fff;
}
h6 {
	font-size: 12px;
	color: #fff;	
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- BASE-------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;	
	min-width:960px;
}

#outer{
	height:100%;
	min-height:100%;
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;
			background:#ed1e79;
}
 
html>body #outer{height:auto;} 
#innerwrap {
	float:left;
	width:960px;	
}


/* ----------------------------------------------------------------------------- */
/* ---------------------------- TOP -------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#header{
	position:absolute;	
	top:0px;
	width:960px;
	height:100px;
	background:#FFFFFF;
	color: #000000;

}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:312px;
	height:82px;
	background:url(/images/logo_vlmg.jpg) no-repeat;
}

/* ----------------------------------------------------------------------------- */
/* --------------------------- LINKS ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#left {
	
}

/* ----------------------------------------------------------------------------- */
/* -------------------------- FOOTER ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#footer {
	width:960px;
	clear:both;
	height:60px;
	position: absolute;
	left:0;
	bottom:0;
}

#uwpartner {
	float:left;
	width:370px;
	margin-left: 95px;
	_margin-left: 48px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
}

#footertxt {
	float:left;
	text-align:right;
	height:20px;
	width:400px;
	color:#ffcce2;
	font-size:10px;
}

#footertxt a {
	font-size:9px;
	color:#ffcce2;
	text-decoration:none;
}

* html #footer {
	\height:80px;
}

div,p  {margin-top:0}

/* ----------------------------------------------------------------------------- */
/* --------------------------- CONTENT ----------------------------------------- */
/* ----------------------------------------------------------------------------- */

#centrecontent {
	width:960px;
	float:left;
	padding-top:100px;
}

#beeld {
	position:relative;
	width:960px;
	height:360px;
	background:url(/images/beeld_bij.jpg) no-repeat;	
}

#beeld_internet {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_internet.jpg) no-repeat;	
}
#beeld_crossmedia {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_crossmedia.jpg) no-repeat;	
}
#beeld_print {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_print.jpg) no-repeat;	
}
#beeld_drukwerk {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_drukwerk.jpg) no-repeat;	
}
#beeld_directmail {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_directmail.jpg) no-repeat;	
}
#beeld_xpression {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_xpression.jpg) no-repeat;	
}
#beeld_xlprinting {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_xlprinting.jpg) no-repeat;	
}
#beeld_sign {
	display:none;	position:absolute;	width:960px;	height:360px;
	background:url(/images/beeld_sign.jpg) no-repeat;	
}


.hoofdmenu_blok {
	position:absolute;
	left:0px;
	bottom: 0px;
	width: 960px;
	height:0px;
	z-index:999;
}

.hoofdmenu_blok_txt {
	display:none;
	padding: 20px;
	color:#fff;
	font-size:11px;
	line-height:16px;
}

#content {
	float:left;
	width:770px;
	font-size:11px;
	color:#fff;
	line-height:18px;
	margin: 35px 0px 90px 95px;
	_margin: 35px 0px 90px 48px;
}

#content_links {
	float:left;
	width:195px;
}

#content_mid {
	float:left;
	width:220px;
	margin-left: 80px;
}

#content_rechts {
	float:left;
	width:200px;
	margin-left: 60px;	
}

#content a {
	font-size:11px;
	color: #ffe6e6;
	text-decoration:none;
}

#clearfooter {width:100%;height:32px;clear:both}


/* ----------------------------------------------------------------------------- */
/* ------------------------------ ZOEKEN TOP ----------------------------------- */
/* ----------------------------------------------------------------------------- */	

#zoeken {
	position:absolute;
	top: 40px;
	right: 10px;
	width: 200px;
	height: 18px;
}

#zoekenveld {
	float:left;
	width: 125px;
	height: 16px;
	border:1px solid #7f7f7f;
}

#zoekenknop {
	float:left;
	width: 18px;
	height: 18px;
	border:1px solid #000;
	margin-left:0px;
}

/* ----------------------------------------------------------------------------- */
/* -------------------------- TOP NAVIGATIE ------------------------------------ */
/* ----------------------------------------------------------------------------- */	

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	position:		absolute;
	top:			42px;
	right: 			77px;
	height: 15px;
	float:			left;
	margin-bottom:	1em;
	z-index:		9999;
}

.sf-menu li {
	height: 20px;	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em;
	border: 1px solid #999999;
	z-index:		9999;
}
.sf-menu ul li {
	width:			100%;
	border-bottom:	1px solid #999999;		
	height:25px;
	text-decoration:none;	
}

.sf-menu ul li.last {
	border-bottom:	none;
}

.sf-menu li:hover {
	visibility:		inherit;
	color:#0066CC;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			10px;
	top:			20px;
	z-index:		99;
	width:			220px;
}

.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	background:		#ff0086;
	outline:		0;
	color:#fff;
}

.sf-menu li a {
	padding: 		.0em 1em;
	text-decoration:none;
}

.sf-menu ul li a {
	height:15px;
	padding-top:5px;
	padding-bottom: 4px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  {
	color:			#000;
}
.sf-menu li {

}
.sf-menu li li {
	background:		#fff;
	width:			220px;
}


/* ----------------------------------------------------------------------------- */
/* ------------------------- HOOFD NAVIGATIE ----------------------------------- */
/* ----------------------------------------------------------------------------- */	


#hoofdnavigatie ul {
	width: 960px;
	height:30px;
	margin-left:0px;
}

#hoofdnavigatie li {
	float:left;
	list-style:none;
	width:115px;
	height:23px;
	padding: 7px 0px 0px 5px;
	cursor:pointer;
}

#hoofdnavigatie a {
	text-decoration:none;
	font-size: 13px;
	color:#fff;
}

.internet { background-color:#9abd00; }
.crossmedia { background-color:#ffb600; }
.print { background-color:#e8145a; }
.drukwerk { background-color:#ff7724; }
.directmail { background-color:#29abff; }
.xpression { background-color:#cccc00; }
.xlprinting { background-color:#0071bc; }
.sign { background-color:#7800ff; }

.joci {
	padding: 15px 0px 0px 20px;
	color:#9a9a9a;
}
