/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/

/* COLORS : 
	Content = #5d5d5d
	Links   = #0028ff
	
*/

* {
	margin:0px;
	padding:0px;
	border:0px;
	z-index: 1;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background: #ddd;
	margin-bottom: -20px;
}
div {}
table {width:100%;}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size: 14px;
	line-height:16px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#FFFFFF;
	font-weight:normal;
}
h2 {
	font-size:20px;
	line-height:18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#444444;
	font-weight:normal;
}
h3 {
	font-size: 12px;
	padding-top: 10px;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #0028FF;
	text-decoration:none;
}
a:hover {
	color: #0028FF;
	text-decoration:underline;
}
img {}

ul {
	margin-bottom:12px;
}
li {
	margin-left: 10px;
}

#mainContent ul{
	margin-left: 10px;
}

form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:1px;
	border: 1px solid #666666;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.headerUnderline {
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lightP {
	color:#999999;
}
.smallLightP {
	margin-bottom:10px;
	color:#333;
	font-size:12px;
}

.noMargin{
margin-bottom:0px;
}

.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.leftBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	padding-bottom:10px;
	padding-top: 10px;
	margin:0px;
	margin-bottom:10px;
	background-color: #F9F9F9;
}
.rightBlockDiv {
	display:block;
	border:none;
	padding: 0px;
	padding-bottom:10px;
	padding-top: 10px;
	margin:0px;
	margin-bottom:10px;
	background-color: #F9F9F9;
}
.leftBlockDiv .blockContentDiv {
	margin-left:10px;
	margin-right:12px;
}
.rightBlockDiv .blockContentDiv {
	margin-left:12px;
	margin-right:10px;
}
.blockContentDiv h3 {
	font-size: 14px;
	line-height:14px;
	padding-bottom:5px;
	margin-bottom: 10px;
	font-weight:normal;	
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.iconImg80x80 {
	padding-top: 15px;
	width:80px;
}
.iconImg68x60 {
	width:68px;
	height:60px;
}
.iconTd {
	padding-right:10px;
	padding-bottom:10px;
}
.frameImg, .frameIconImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: auto;
}
.embedDiv {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clearing {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}
.buttons {
	text-align:right;
}

.alignRight{
	text-align: right;
}

/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#wrapper {
	width:968px;
	background:url(/Odiz/main/images/container.png) repeat-y;
	margin:auto;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	min-height: 100%;
	overflow: hidden;
	padding-left: 28px;
}

#contentHolder{
margin: auto;
width: 930px;
position: relative;
margin-top: 23px;
}

#logo {
	width:310px;
	height:195px;
	float:left;
	padding-left:20px;
	margin-top:-200px;
	background: url(/Odiz/main/images/logo.png) no-repeat;
	position: relative;
	z-index: 1;
}

#logoLink{
	z-index:100;
}

/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#mainNav {
	height:62px;
	width: 100%;
	background: url(/Odiz/main/images/balkgroot.png) no-repeat;
	float: left;
	display: block;
	margin-top: 150px;
	
}
#mainNav ul {
	margin:0px;
	list-style:none;
	padding-right: 10px;
}
#mainNav li {
	padding:0px;
	margin:0px;
	display: inline;
}
#mainNav li a {
	line-height:24px;
	padding-left: 5px;
	padding-right: 15px;
	margin:0px;
	margin-right: 20px;
	margin-top: 15px;
	color:white;
	text-decoration:none;
	font-size: 14px;
	float: right;
}
#mainNav li a:hover {
	text-decoration:underline;
}
#mainNav li .highlight {
	font-weight: bold;
}

.navLevel2 ul{
	display: none;
}

.navLevel3{
	position: absolute;
	top: 115px;
	left: 300px;
	float: left;
}

.navLevel3 li{
	display: inline;
	vertical-align: middle;
}
.navLevel3 a{
	margin-top: 0px;
	height:45px;	
}

#mainNav li ul a{
	padding-top: 12px;
	margin: 0px;
	color:blue;
	height:40px;
}

/* BOTTOM NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#bottomNavigationDiv {
	margin-left:10px;
	margin-right: 30px;
	margin-bottom:20px;
	margin-top: 20px;
	text-align: center;
}
#bottomNavigationDiv ul{
	margin: auto;
}
#bottomNavigationDiv ul li {
	font-size:12px;
	line-height:24px;
	width: auto;
	margin-left:0px;
	margin-right:19px;
	list-style:none;
	display: inline;
}
#bottomNavigationDiv ul li a {
	font-weight: bold;
	text-decoration:underline;
}
#bottomNavigationDiv ul li ul {
	margin-top:5px;
	width: inherit;
}
#bottomNavigationDiv ul li ul li{
	float: none;
	margin-left:15px;
	margin-right: 0px;
	list-style: circle;
	width: inherit;
}
#bottomNavigationDiv ul li ul li a{
	font-weight:normal;
	border: none;
	text-decoration:none;
	width: inherit;
}



/* MAIN STYLES --------------------------------------------------------------------------------------------*/
#mainDiv {
	width:100%;
	margin-bottom:20px;
}
#contentDiv {
	width: 550px;
	margin-right:16px;
	margin-bottom:20px;
	/*background-color:#00FFFF;*/
	float:left;
}

#contentDiv table{
	margin-bottom: 12px;
}

#contributie{
	margin-left: 10px;
	display: block;
}


#titleDiv {
	width:750px;
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;
	background-color:#003333;
	background-image: url(/Odiz/admin/images/barDark.png);
	background-repeat: repeat-x;
}
#titleH1 {}
#searchDiv {
	width: 300px;
	text-align:right;
	float:right;
}
#bodyContentDiv {}

#headerCycle{
	position: relative;
	z-index: 0;
	margin-left: 2px;
	width:898px;
	float: left;
	margin-top: -214px;
}

#headerCycle img{
	width:898px;	
	height: 153px;
	z-index: -1000;
}

/* FOOTER STYLES --------------------------------------------------------------------------------------------*/
#footerDiv {
	width:920px;
	font-size:10px;
	display: block;
	background: url(/Odiz/main/images/balk-onder.png) no-repeat;
	height: 30px;
	margin: 20px auto 5px auto;
}
#footerDiv a {
	color: white;
	font-size: 10px; 
}
#footerDiv a:hover {
	text-decoration: underline;
}
#copyrightDiv {
padding-top:5px;
	clear:both;
	text-align:center;
}

#created{
	text-align: right;
	color: #999;
	font-size: 11px;
	width: 910px;
	margin-bottom: 20px;
}

#search{
	margin-right: 20px;
	position: absolute;
	top:20px;
	left:680px;
}

#liveSearch {
	z-index: 2;
}

#search input{
	width: 196px;
}

#eyecatcher{
	width:898px;
	float: left;
	height:90px;
}

#topGall{
	margin-top: 7px;
}

#topGall li{
	list-style: none;
	display: inline;
}

#topGall li img{
	vertical-align: middle;
}

#sponsors{
	color: white;
	font-size: 14px;
	width: 140px;
}
#sponsors img{
	padding-bottom: 5px;
	padding-left:5px;
	width: 140px;
}

#mainContent{
	float: left;
	width: 545px;
}

#mainContent p{
	width:525px;
	padding-left: 10px;
}

.rightBlock{
width: 175px;
float: left;
}


#rightDiv{
	float: left;
	width: 175px;
	height: 100%;

}

#leftDiv{
	width:150px;
	float:left;
	display: block;
	margin-right: 15px;
}

#leftTop{
	width:175px;
	height: 30px;
	background: url(/Odiz/main/images/sponsors.png) no-repeat;
	display: block;
	padding-left: 10px;
}

#leftTop a{
	color: white;
	font-size: 14px;
}


#rightDiv li{
	list-style: none;
}

.rightBlock li a{
        margin-left:-10px;
		color:#444444;
        background: #C0E0FF;
        display:inline-block;
        width:162px;
        border-bottom:1px solid #999999;
        padding-left: 10px;
       	padding-top: 2px;
       	padding-bottom: 2px;
}

.rightBlock p{
	padding-left: 10px;
	margin-top: 5px;
}

.contentTop a{
	color: white;
	font-size: 14px;
	
}

.thumb{
	width: 100px;
}

.contentTop{
	background: url(/Odiz/main/images/content_balk.png) no-repeat;
	width: 100%;
	height: 30px;
	padding-left: 10px;
	float: left;
	color: white;
	font-size: 14px;
}

.rightBlock .contentTop{
background: url(/Odiz/main/images/rightblock.png) no-repeat;
}

.rightBlock form{
	margin-top: 15px;
}

.rightBlock input{
	margin-right: 20px;
}

.nieuws-overview{
	float:left;
}


.gridNavigation {
	clear:both;
	line-height:20px;
	height:20px;
	padding-right:10px;
	background-color: #F2F4F4;
	text-align:right;
	margin-top: 5px;
}
.gridNavigation a {

}
.gridNavigation a:hover {

}
.gridNavigation .highlight {
	color:#555555;
	font-weight:bold;
}
.gridTable {
	width:100%;
	margin-left: -10px;
}
.gridTable th, .gridTable td {
	padding-left:5px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
	font-size: 11px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	background-color: #CCCCCC;
	background-image: url(/Odiz/assets/admin/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding:0;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Rick/assets/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Rick/assets/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}

#newsTable p{
	width:400px;
}

.newsContentTd p{
width:400px;
}

p.newsP{
	margin: 0;
	padding: 0;
	width:400px;
}

.cleaner{
	clear: both;
}

#overviewGridTable{
	margin:0;
	padding: 0;
}