/* CSS DOCUMENT */

body {
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	min-height: 1000px;
}

body,html {
	margin: 0;
	background-color: #fff;
}

* {
	font-size: 12px;
	font-family: Arial;
	color: #000;
}

a {
	font-size: inherit;
}

h1,h2 {
	font-family: inherit;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;	
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

h3 {
	font-family: inherit;
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #000;		
}

a.navmenu, a.navmenu_on {
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px;
	color: inherit;
	
}

a:hover.navmenu, a.navmenu_on {
	background-image: url("../img/menu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	cursor: pointer;
}

.clear{ 
	clear: both; 
}

.bgTop {
	background-image: url("../img/shade_bottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bgBreadcrumbs {
	background-image: url("../img/shade_bottom.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bgBottom {
	background-image: url("../img/shade_top.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.breadcrumbs {
	font-family: inherit;
	font-size: 12px;
	padding-left: 10px;
}

.breadcrumbs a {
	text-transform: lowercase;
	color: #fff;
}

.breadcrumbs a:hover {
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
}

.footerText {
	font-size: 11px;
	color: #000;
	padding-right: 10px;
}

.contentImg, .galleryImg {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #000;
}

.galleryImg {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

#container {
	background-image: url("../img/background_overlay.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#logo {
	z-index: 15;
	margin-top: 5px;
	margin-left: 750px;
	display: block;
	position: absolute;
	height: 174px;
	width: 174px;
	background-image: url(../img/logo_oberon.png);
}

#tblMain {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	width: 650px;
	padding: 0 0 10px 10px;
	text-align: justify;
	position: relative;
	float: left;
}

#rightContent {
	width: 280px;
	text-align: left;
	position: relative;
	float: right;
}

#extraContentBig {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	border: 1px solid #666;
	background-image: url("../img/team_bg.png");
}

ul,ol {
	margin: 0;
	padding-left: 16px;
}

ul li {
	list-style-image: url("../img/arrow_white.gif");
}

/* NIEUWS */

#newsContentBig {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	border: 1px solid #666;
}

#newsContentBig .newsItem, #newsContentBig .newsItem2 {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	
}

#newsContentBig .newsItem {
	width: 300px;
}

#newsContentBig .newsItem2 {
	width: 630px;
}

#newsContentBig .date {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#newsContentBig .title, #newsContentSmall .title {
	padding: 3px 0;
	font-size: 12px;
	font-weight: bold;
}

#newsContentBig .newsImg, #newsContentSmall .newsImg {
	display: block;
	margin: 0 8px 8px 0;
	float: left;
	border: 1px solid #000;
	width: 100px; 
	height: 100px; 
	overflow: hidden; 
	cursor: pointer;	
}

#newsContentBig .newsItem a, #newsContentSmall .newsItem a, #newsContentBig .newsItem2 a {
	font-size: inherit;
	color: inherit;
	font-style: italic;
	text-decoration: underline;
}

#newsContentSmall {
	padding: 10px 6px;
	border: 1px solid #fff;
	background-image: url("../img/team_bg.png");
}

#newsContentSmall h3 {
	padding-bottom: 10px;
}

#newsContentSmall .newsItem {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	min-height: 110px;
	width: 268px;
}

#newsContentSmall .date {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/* COMPETITIE */

#compContentBig {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	border: 1px solid #666;
	font-size: 11px;
}

#compContentBig .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#compContentBig .tblResults {
	border: 1px solid #000;
	border-collapse: collapse;
	margin-top: 10px;
}

#compContentBig .tblResults td {
	border: 1px solid #000;
	padding: 5px;
}

#compContentBig .tblResults th {
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #000;
	padding: 5px;
}

/* TEAMBOX */

#teambox {
	border: 1px solid #fff;
	background-image: url("../img/team_bg.png");
	margin: 0;
	width: 278px;
}

#teambox span, #teambox a {
	font-size: 11px;
	color: #000;
}

#teambox .title_left, #teambox .title_right, .teambg .title_left, .teambg .title_right, .teambg .title_long{
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 4px;
	color: #000;
}

#teambox .title_left {
	width: 50px;
}

#teambox .title_right {
	width: 75px;
}

#teambox a {
	font-style: italic;
	font-size: 11px;
}

#teambox .bg, .teambg .bg {
	background-image: url(../img/menu_bg.png);
}

.teambg {
	background-image: url("../img/team_bg.png");
}

.teambg h2 {
	margin-left: 5px;
	color: #000;
}

.teambg * {
	color: #000;
}

.teambg table {
	padding: 0 3px;
}

.teambg .title_left {
	width: 50px;
}

.teambg .title_right {
	width: 75px;
}

.teambg .title_long {
	width: 100px;
}

.teambg .divImg {
	margin: 0 5px 2px 5px;
	float: left;
}

.teambg .divImg, #teambox .divImg {
	overflow: hidden;
	border: 1px solid #fff;
}

.teambg label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

#slideshow { position: relative; width: 950px; height: 180px; overflow: hidden; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF; }
#slideshow img{ position: absolute; top: 0; left: 0; z-index: 8; }
#slideshow img.active{ z-index: 10; }
#slideshow img.last-active{ z-index: 9; }