/*==== divs ====*/

fieldset {
	border: 0px;
	height: 10px;
}


body
{
	font-family: Georgia;
	font-size: 12px;
	margin: 0px;
	line-height: 140%;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images_layout/bg_body.png);
}
 
#container
{
	width: 934px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-repeat: repeat-y;
}

#head
{
	width: 934px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 164px;
}

#sidebar_left {
	float: left;
	width: 140px;
	padding-left: 25px;
	padding-top: 35px;
}

#content {
	width: 934px;
	background-image: url(../images_layout/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	float: left;
	min-height: 300px;
}


#main_content
{
	width: 564px;
	float: left;
	padding-right: 2px;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#main_content a:link, #main_content a:visited, #main_content a:active{
	color: #910034;
	text-decoration: none;
	display: inline;
	font-family: Georgia;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#main_content a:hover{
	color: #333333;
	text-decoration: underline;
	font-family: Georgia;
	font-size: 12px;
}

#main_content li
{
	position: static;
	display: list-item;
	list-style-type: disc;
	padding: 10;
	margin: 10;
}

#main_content ul
{
	list-style-type: disc;
	margin: 10;
	padding: 5;
	list-style-position: outside;
}


#sidebar_right {
	width: 155px;
	float: right;
	font-size: 11px;
	line-height: 120%;
	padding-left: 15px;
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
	height: 380px;
	background-image: url(../images_layout/fotobalk.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#sidebar_right a:link, #sidebar_right a:visited, #sidebar_right a:active{
	font-weight: bold;
	color: #768116;
	text-decoration: none;
}

#sidebar_right a:hover{
	font-weight: bold;
	color: #35352C;
	text-decoration: underline;
}


#bottom
{
	clear: both;
	text-align: center;
	background-image: url(../images_layout/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 0px;
}

#footer
{
	height: 157px;
	padding-left: 30px;
	font-family: Georgia;
	font-size: 10px;
	text-align: center;
	padding-right: 25px;
	background-image: url(../images_layout/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #999999;
	text-decoration: none;
	font-family: Georgia;
	font-size: 10px;
	display: inline;
}

#footer a:hover
{
	color: #99FF00;
	font-family: Georgia;
	font-size: 10px;
	display: inline;
}
	
/*==== koppen ====*/

h1
{
	font-weight: bold;
	font-family: Georgia;
	font-size: 18px;
	color: #910034;
	line-height: 20px;
	margin: 0;
	padding-bottom: 5px;
}

h2
{
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #910034;
	font-family: Georgia;
	margin: 0;
	padding-bottom: 5px;
}

h3
{
	font-family: Georgia;
	font-size: 12px;
	color: #910034;
	text-align: left;
	font-weight: bold;
}

h4{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

.tekstplat {
	line-height: 150%;
	font-size: 12px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
	color: #333333;
}

.tekstBold {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.subkop {
	font-family: Georgia;
	color: #910034;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}
.tekstklein {
	font-family: Georgia;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
.tekstplat_italic {
	font-family: Georgia;
	font-size: 12px;
	color: #88867F;
	text-align: left;
	font-style: italic;
}
.tekstBold2 {
	font-weight: bold;
}

p {
	line-height: 150%;
	font-size: 12px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
	color: #333333;
}

.nieuws_kop{
	font-weight: bold;
	font-family: Georgia;
	font-size: 16px;
	color: #910034;
	line-height: 20px;
	margin: 0;
	padding-bottom: 5px;
}

/* the menu */

#menu {
	display:block;
	margin:0;
	padding:0;
	border:0;
	}
	
a {
	display:block;
	margin:0;
	padding:0;
	border:0;
	}	

ul,li {
	margin:0;
	padding:0;
	border:0;
	display: block;
	}

ul {
	list-style:none;
}

li {
	position:relative;
	padding:1px;
	padding-left:10px;
	z-index:9;
}
	
li.folder	{
}
		
li.folder ul {
	position:absolute;
	left:50px; /* IE */
	top:0px;
}	
			
li.folder>ul { 
	left:75px;
} 

/* others */

a {
	padding:6px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	width:100%; /* IE */
	font-size: 13px;
}
	
li>a { 
	width:auto; 
} 

/* others */

li a.submenu {
}
	
li a.sub {
	font-weight: normal;
	color: #910034;
	background-color: #CCCCCC;
	}
	
a.sub:hover {
	color: #000000;
	background-color: #FFFFFF;
	}


	/* regular hovers */

a:hover {
	color:#910034;
}
	
li.folder a:hover {
}
	
/* hovers with specificity */
	
li.folder:hover { 
	z-index:10; 
}		
		
ul ul, li:hover ul ul {
	display:none;
	font-weight: normal;
	color: #910034;
}

li:hover ul, li:hover li:hover ul {
		display:block;
	}		
.tekstBoldpaars {
	font-family: Georgia;
	font-size: 13px;
	color: #910034;
	text-align: left;
	font-weight: bold;
}
.tekstbold_italic {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
