@CHARSET "ISO-8859-1";

/*======*/ /* Main */ /*======*/
#hp-main {
	float: right;
	width: 740px;
	display: inline; /* IE: doubled float-margin bug */
}

/* news */
.news, #hp-demo {
	width: 360px;
	height:260px;
	margin-bottom: 26px;
	border:1px solid #CCCCCC;
	background-color: #ffffff;
	float:left;
	
}

.news div {
	padding: 10px;
	overflow: auto;	
}

.news h1, #hp-demo h1 { 
	
	background-color: #D9E8FC;
	background-image: url('/template/office2007/images/hp-title-bg.gif');
	
	color: #11449E;
	font-size: 1.5em;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0px;
}

.news p {
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px;	
	margin-bottom: 10px;
}

.news h2 {
	font-size: 1em;
	margin-top: 7px;
}

.news li {
	font-size: 0.8em;
}

/* demo */
#hp-demo
{
margin-left: 10px;
}

#hp-demo-film-start
{
	background-image:url(/images/mediaplus_demo_homepage.png);
	height:210px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#hp-demo-film-start:hover
{
	background-image:url(/images/mediaplus_demo_homepage_hover.png);
	cursor: pointer;
}

/* referentie */
#hp-ref {
	margin-bottom: 20px;
	width: 720px;
	height: 120px;
	border:1px solid #CCCCCC;
	clear: both;

}

#hp-ref img {
	float: left;
	padding: 10px;
}

#hp-quote	{
	float: left;
	width: 530px;
	padding-top: 15px;
}
#hp-quote blockquote {
	margin: 0px;
	padding: 0px;
	background-image: url("/template/office2007/images/quote-start.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#hp-quote p {
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 10px 40px 10px 40px;
	background-image: url("/template/office2007/images/quote-end.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#ref-name {
	padding-left: 40px;
	font-size:0.6em;
	line-height:1.4em;	
	color: #666666;
}

/* quick-links */
#hp-ql {
	width: 690px;
	height: 140px;
	margin-bottom: 20px;

}

#hp-ql-lijst
{
	list-style: none;
	padding: 10px;
	margin: 0px;
}

#hp-ql-lijst h2 {
	color:#666666;
	font-family:Tahoma;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:8px;
}

#hp-ql-lijst li {
	padding: 0px;
	margin: 0px;	
	width: 27%;
	float: left;
}

#hp-ql-lijst .divider {
	margin: 21px 20px 0px 20px;
	width: 1px;
	height: 60px;
	background-color: #E8E8E8;
	font-size: 1px; /* IE bug */
}


#hp-ql-lijst li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hp-ql-lijst li ul li {
	background-image:url(/template/office2007/images/bullet.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-bottom: 5px;
	width: 80%;
}

#hp-ql-lijst li ul li a {
	color:#0560A6;
	font-size:1.1em;
	line-height:normal;
}
/*======*/
/* Left */
/*======*/
#hp-left {
	float: left;
	width: 220px;
}

#highlightList {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

/* blokjes */
.highlightBlok {
	background-color:#ECECEC;
	background-image:url("/template/office2007/images/highlightBoxBg.gif");
	background-position:center top;
	background-repeat:repeat-x;
	
	width: 200px;
	/* height: 80px; */
	overflow: auto;
	margin: 0px 10px 15px 10px;
	
	
	border:1px solid #C6C6C6;
	
}

.highlightBlok h2 {
	color:#2B59A7 !important;
	font-family:Tahoma;
	font-size:0.9em;
	font-weight:bold;
	margin: 5px 0px 0px 60px;
}

.highlightBlok img {
	float: left;
	display: inline; /* IE: doubled float-margin bug */
	
	margin: 0px 5px 0px 5px;
}

.highlightBlok ul {
	float: left;
	widows: 130px;
	
	padding: 0px;
	list-style: none;
}

.highlightBlok ul li {
	background-image:url(/template/office2007/images/bullet.gif);
	background-position:left 10px;
	background-repeat:no-repeat;
	margin: 0px;
	padding-left:12px;
	padding-bottom: 5px;

}
.highlightBlok a {
	color:#0560A6;
	line-height: 0.8em;
	font-size: 0.7em;
}

.highlightBlok .support img
{
	display: block;
	float: none;
	clear: both;
	padding-top: 11px;
	margin: 0px auto;
	text-align: center;
}