body {
	margin:0;
	padding:0;
	background-color:#ffffff;
}
body * {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#464646;
}
#mainContainer {
	position:relative;
	width:1010px;
	margin:50px auto;
}
#schaduwContainer {
	width:978px;
	margin:0 auto;
}
#schaduwTop {
	background-image:url(../images/schaduwTop.png);
	background-repeat:no-repeat;
	width:978px;
	height:9px;
}
#schaduwCenter {
	background-image:url(../images/schaduwCenter.png);
	background-repeat:repeat-y;
	width:978px;
}
#schaduwBottom {
	background-image:url(../images/schaduwBottom.png);
	background-repeat:no-repeat;
	width:978px;
	height:9px;
}
#contentContainer {
	/*background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;*/
	background-color:#a569c6;
	width:960px;
	margin:0 0 0 9px;
	position:relative;
}
#kubussenLinks {
	background-image:url(../images/kubussenLinks.png);
	background-repeat:no-repeat;
	width:314px;
	height:160px;
	position:absolute;
	left:-20px;
	bottom:-20px;
}
#kubussenRechts {
	background-image:url(../images/kubussenRechts.png);
	background-repeat:no-repeat;
	width:222px;
	height:77px;
	position:absolute;
	top:-20px;
	right:20px;
}
#kubuslogo {
	background-image:url(../images/kubuslogo.png);
	background-repeat:no-repeat;
	width:125px;
	height:125px;
	position:absolute;
	right:100px;
	bottom:-31px;
}
#left, #right {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#right {
	width:190px;
}
#content {
	position:relative;
	/*background-image:url(../images/kubus-paginas.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#ffffff;
	/*background-color:#fee8c6;*/
	width:725px;
	padding:30px 20px 110px 25px;
}
#content h1 {
	font-size:30px;
	color:#7d7d7d;
	margin:0;
	font-weight:normal;
}
#content h2 {
	font-size:18px;
}
#content p {
	/*margin:25px 75px 0 0;*/
	/*text-align:justify;*/
}
#footer {
	position:relative;
	background-color:#f29400;
	width:770px;
	height:85px;
}
#footerLeft p {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 15px 40px;
	padding:0;
}
#footerRight p {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 15px 40px;
	padding:0;
}
#footerLeft, #footerRight {
	float:left;
	width:385px;
	height:85px;
}

li.lijst {
	list-style-image: url(../images/li.gif);
}

#menu {
	position:relative;
	margin:80px 0 0;
}
#menu ul {
	margin:40px 0 0 15px;
	padding:0;
}
#menu li {
	list-style-type:none;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
}
#menu a:hover {
	text-decoration:underline;
}
.menu {
	background-image:url(../images/pijl_dark.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding:0 0 0 15px;
	line-height:20px;
}
.submenu {
	background-repeat:no-repeat;
	background-position:left 7px;
	padding:0 0 0 15px;
	line-height:20px;
}
.breaker {
	clear:both;
}

div.item {
	width:170px;
	float:left;
	margin:0 5px;
	cursor:pointer;
}
div.item div.title {
	text-align:center;
	text-transform: uppercase;
	color:#623589;
	font-size:13px;
	font-weight:bold;
}
div.item div.title span {
	font-size:13px;
	color:#8d631d;
}
div.item div.text {
	padding:0 20px;
}

div#news {
	margin:0 10px;
}

div#news h1 {
	font-size:13px;
	color:#663399;
	font-weight:bold;
	border-bottom:1px solid #623589;
	margin:2px 0;
	font-style: italic;
}

div#news h2 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
div.news div {
	color:#fff;
}
div.news div.link a {
	color:#fee8c6;
}