/* ======= Screen Stylesheet for mijnovinob.be ========= 
 *
 *    Author: Wouter Claerhout en Stefan Eeckhoudt
 *
 *   ------------------------------------                                 
 *   |      Table of Contents           |
 *   ------------------------------------
 *   | 1. General                       |
 *        - Default elements            |        
 *        - Knoppen			            |                            
 *   | 2. Header                        |
 *        - Banner                      |
 *        - Header navigation           |
 *   | 3. Content                       |
 *        - Container                   |
 *        - Sidebar navigation          |                      
 *        - Content                     |
 *        - Table                       |
 *   | 4. Footer                        |
 *   -----------------------------------
 *
 *
 * ===================================================== */

/* ====
 * = 1. General 
 * ======================= */

/* Default elements */

body {
	margin: 0;
	padding: 0;
	background-color: #f4f4f6;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.contentTable2{border: 1px solid #929292; padding: 0; margin: 1em auto;}
.contentTable2 td, .contentTable th{padding: 0.2em;}
.contentTable2 th{background-color: #929292; padding-top:5px; padding-bottom:5px;}
.contentTable2 .on td{background: #fff}

/*wenslijsttabel om te delen*/
.contentTable3{border: 2px solid #D54902; padding: 0;}
.contentTable3 td, .contentTable th{padding: 0.2em;}
.contentTable3 th{background-color: #929292; padding-top:5px; padding-bottom:5px;}
.contentTable3 .on td{background: #fff}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold ;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
	color: #800000;
	margin-top: 0px; 
	margin-bottom:10px; /* steven 21092010 */
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #DFDFE1;
}
a.link
{
	color: #737272;
}
a.link:hover {
	text-decoration:underline;
}
a.aDonker
{
	color: #000000;
}
a.aDonkerBold
{
	color: #000000;
	font-weight: bold;
}
td.aDonker a
{
	color: #000000;
}
a.aDonker:hover {
	text-decoration:underline;
}
a.aDonkerSelected
{
	color: #000000;
	font-weight: bold;
}a.aDonkerSelected:hover {
	text-decoration:underline;
}
a.aDonker2
{
	color: #000000;
	text-decoration:underline;
}
a.aDonker2:hover {
	font-weight:bold;
}
.oranje
{
	color:#D54902;
	font-weight:bold;
}
.fout
{
	color:#CC3333;
}
.oranjetabel
{
	padding-left: 20px;
}

/*Knoppen*/

/*Standaardknop */
input.knop {
width: 90px;
height: 24px;
background-color: #D54902;
outline: none;
border: 3px solid #737272;
cursor : pointer;
color:#FFFFFF;
font-weight:bold;
-moz-border-radius: 5px, 0;
-webkit-border-radius: 5px;
}
input.knop:hover {
background-color: #800000;
}

/*Registratieknop*/
input.knopreg {
width: 150px;
height: 45px;
background-color: #D5791F;
outline: none;
border: 3px solid #D54902;
cursor : pointer;
color:#FFFFFF;
font-weight:bold;
font-size: 1.4em;
-moz-border-radius: 5px, 0;
-webkit-border-radius: 5px;
}
input.knopreg:hover {
background-color: #E09B57;
}

/*opmaakloze knop*/
input.knop_blanc {
width: 78px;
height:15px;
outline: none;
background-color: #F4F4F6;
border: 0px solid #F4F4F6;
cursor : pointer;
color:#000000;
}
input.knop_blanc:hover {
text-decoration:underline;
font-weight:bold;
}

/*opmaakloze knop even rijen*/
input.knop_blanc_even {
width: 78px;
height:15px;
outline: none;
background-color: #CDCDD4;
border: 0px solid #CDCDD4;
cursor : pointer;
color:#000000;
}
input.knop_blanc_even:hover {
text-decoration:underline;
font-weight:bold;
}


img
{
	border-style: none;
}


/* ====
 * = 2. Header 
 * ======================= */
#header {
	background: #f4f4f6 url(images/img01.jpg) repeat-x left top;
	height: 122px;
	margin: 0 auto;
} 
#logo {
	float: left;	
	height: 100px;
	width: 380px;
	background: url(images/logo_ovinob.png) no-repeat;
}

#logo2 {
	float: right;	
	height: 100px;
	width: 312px;
	background: url(images/logo_eGov.png) no-repeat;
}

#logininfo {
	margin-top: -17px;
	padding-left: 13px;
	color: #ffffff;
	position: absolute;
}

#loginCount 
{
	margin-top: -17px;
	padding-right:15px;
	color: #ffffff;
	float:right;
}

#help
{
	margin-top: 10px;
	margin-left: 90%;
	position: absolute;
}

#aanmeldentekst {
	margin-top: 180px;
	margin-left: 50%;
	position: relative;
}
#logininfo a {
	color: #EC7616;
}
		
/* ====
 * = 3. Content 
 * ======================= */

/* Container */
#container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#page {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}

/* Sidebar Navigation */

#sidebar {
	float: left;
	width: 180px;
	background: #DFDFE1;
	font-weight:bold;
	-moz-border-radius: 5px, 0;
	-webkit-border-radius: 3px;
	}
	
	/*Grote menublokken, veranderen van achtergrondkleur bij hover */
	#sidebar h2	{	
		height:25px;
		display:block;
		color:#FFFFFF;
		margin:10px;
		background-color:#D54902;
		text-decoration:none;
		font-size: 0.89em;
		font-weight:bold;
		padding:0 0 0 10px;
		-moz-border-radius: 5px, 0;
		-webkit-border-radius: 3px;
		}
		#sidebar h2:hover {
			background-color:#800000;
			}
		#sidebar h2.active	{
			background-color:#800000;
			}
	
	/*Kleine menublokken*/		
	#sidebar h3 {
		height:20px;
		display:block;
		color:#FFFFFF;
		margin:10px;
		background-color:#929292;
		text-decoration:none;
		padding:0 0 0 10px;
		font-size: 0.76em;
		font-weight:bold;
		-moz-border-radius: 5px, 0;
		-webkit-border-radius: 3px;
		}
		#sidebar h3:hover {
			background-color:#737272;
			}
		#sidebar h3.active{
			background-color:#737272;
			}
			
	/*Grote menublokken, veranderen niet van achtergrondkleur bij hover, niet aanklikbaar */	
	#sidebar h4 {
		height:25px;
		display:block;
		color:#FFFFFF;
		margin:10px;
		background-color:#D54902;
		text-decoration:none;
		font-size: 0.89em;
		font-weight:bold;
		padding:0 0 0 10px;
		-moz-border-radius: 5px, 0;
		-webkit-border-radius: 3px;
		}
		
	
	/*items text*/	
	#sidebar p {
		margin: 0 15px;
		padding: 20px 0px;
		text-align: justify;
	}
	
	#sidebar a {
		color: #FFFFFF;
		border: none;
		width: 150px;
		display:inline-block;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}

	/*Opmaak en plaatsing lijstitems*/
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}

		#sidebar li {
			margin: 0;
			padding: 0;
			}

			#sidebar li ul {
				padding-bottom: 0px;
				padding-left: 0px;
				}

			#sidebar li li {
				margin-left: 0px;
				margin-right: 0px;
				line-height: 20px;
				}

			#sidebar li li span {
				display: block;
				margin-top: -10px;
				padding: 0;
				font-size: 11px;
				font-style: italic;
				}
				

/* Content */

#content {
	margin: 0 0 0 200px;
}
#contentSimple {
	margin: 0 0 0 0px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.post {
	margin-bottom: 8px;
}


/* Table */

#bibliotheekTabel {
	margin-top: 30px;
	border-style: none;
	border-width: 1px;
	}

	#bibliotheekTabel th {
		color: #D54902;
		border-style:none;
		padding-right: 10px;		
		}
	
	#bibliotheekTabel td {
		padding-left: 10px;
		padding-right: 10px;
		}

/* ====
 * = 4. Footer 
 * ======================= */
 
/* Footer */

#footer {
	width: 100%;
	background: #929292;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDFE1;
	}
	#footer p {
		margin: 0;
		padding-top: 20px;
		line-height: normal;
		font-size: 9px;
		text-transform: uppercase;
		text-align: center;
		}
