@charset "utf-8";

/* CSS Document */

body{
	background:#ffffff;
	color:#333333;
	font-family: Tahoma, Arial;
	font-size:12px;
	font-style:normal;
}

/* Layout **********/

.clr {
	clear:both;
}

#container {
	margin:0px auto;
	width:1000px;
	height:auto;
}

#header {
	background-image:url(../images/kubus-logo.png);
	width:1000px;
	height:115px;
	margin:0px;
}

#header-inner {
	float:left;
	margin-left:5px;
	padding-top:101px;
	text-align:left;
}

#seperator {
	background-image:url(../images/horizontalelijn.png);
	background-repeat:repeat-x;
	width:inherit;
	height:5px;
	margin:0px;
}

#top {
	width:inherit;
	height:20px;
	text-align:left;
	vertical-align:middle;
	padding:0px;
}

#top-inner {
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
	margin-left:4px;
	padding-top:1px;
}

#image-rotator {
	width:inherit;
	height:150px;
	margin:0px;
	padding:0px;
    padding-top:5px;
}

#wrapper {
	width:1000px;
	height:auto;
	margin:0px;
}

#wrapper-inner {
	padding:0px;
	font-family:inherit;
	font-size:12px;
	margin:0px;
	margin-top:5px;
}

#bottom {
	width:1000px;
	height:25px;
	margin:0px;
}

#bottom-inner-left {
	width:900px;
	margin-left:0px;
	padding-top:0px;
	float:left;
	text-align:left;
}

#bottom-inner-right {
	width:95px;
	margin-left:0px;
	margin-top:-17px;
	padding-top:0px;
	float:right;
	text-align:right;
}

#footer {
	width:1000px;
	height:17px;
	margin:0px;
}

#footer-inner {
	font-family:inherit;
	font-size:9px;
	text-align:center;
	padding-top:4px;
}

/* Text layout */

.breadcrum {
	font-family:inherit;
	font-size:11px;
}

/* links */

a {
	font-family:inherit;
	text-decoration:underline;
	color:#333333;
}

a:link, a:active, a:visited {
	font-family:inherit;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#333333;
}

a.weblink {
	font-family:inherit;
	font-size:9px;
	text-decoration:none;
}

a.weblink:link, a.weblink:active, a.weblink:visited {
	text-decoration:none;
}

a.weblink:hover {
	text-decoration:underline;
}

/* mainmenu */

.mainlevel a {
	font-family:inherit;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color: #333333;
	padding-right:20px;	
}

.mainlevel a:link, .mainlevel a:visited {
	text-decoration:none;
}

.mainlevel a:hover {
	text-decoration:underline;
	color:#333333;
}

.mainlevel a.active {
	color:#333333;
}

/* top en bottom menu */

.smallmenus a {
	font-family: inherit;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	padding-right:10px;	
}

.smallmenus a:link, .smallmenus a:visited {
	text-decoration:none;
}

.smallmenus a:hover {
	text-decoration:underline;
	color:#333333;
}

.smallmenus a.active {
	color:#333333;
}

/* feed */
.ninjarss_feed {
	margin-top:5px;
}

/* tabel layout */
.sectiontableentry1 {
	font-family:inherit;
}

/* headers */

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading, .contentdescription {
	font-family: inherit;
}

h1, .componentheading {
	font-size:15px;
	line-height:10px;
	color:#333333;
	font-weight:bold;
	padding-bottom:10px;
}

h2, .contentheading{
	font-size:14px;
	line-height:10px;
	color:#333333;
	font-weight:bold;
}

h3, .contentdescription {
	font-size:13px;
	line-height:10px;
	color:#333333;
	font-weight:bold;
}

h4 {
	font-size:12px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:12px;
}