﻿BODY {

	font-family: "Verdana";

	font-size: 11px;

	color: #000000;

	SCROLLBAR-FACE-COLOR: #666666;

	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;

	SCROLLBAR-SHADOW-COLOR: #666666;

	SCROLLBAR-3DLIGHT-COLOR: #000000;

	SCROLLBAR-ARROW-COLOR: #FFFFFF;

	SCROLLBAR-TRACK-COLOR: #FFFFFF;

	SCROLLBAR-DARKSHADOW-COLOR: Window;

	SCROLLBAR-BASE-COLOR: MenuText; /*font-family: "Trebuchet MS";*/;
	
	behavior: url(csshover.htc);

}



A {

	color: #808080;

	text-decoration: underline;

	/*font-weight: none;*/

}



A:hover {

  /*color: #000000;*/

  color : #D20000;

  text-decoration: underline;

}



form{

display: block;

margin: 0;

padding: 0;

}





p{

display: block;

margin: 0;

padding: 0;

}



div{

display: block;

margin: 0;

padding: 0;

}



.form{

border: 1px solid #6b6b6b;

font-family: verdana;

font-size: 10px;

color: black;

padding: 2px;

}



.button{

font-family: verdana;

font-size: 10px;

height: 22px;

}



.normal{

font-size: 11px;

padding-left: 4px;

padding-right:4px;

}





h3{



	font-family: georgia, verdana, tahoma;

	color: #425671;

	font-size: 14px;

	padding: 0 4px 0 4px;

	font-weight: normal;

	border-bottom: 2px solid #425671;

	margin: 0 4 15px 4;

}







h2{



	display: block;



	margin: 0;



	padding: 0 4px 0 4px;



	color: #6682A6;



	font-family: georgia, verdana, tahoma;



	font-size: 12px;



	text-decoration: none;



}



h2 a {

	color : #6682A6;

	text-decoration: underline;

}

h2 a:hover {

	color : #D20000;

}





h1{

color: #D76D18;

font-family: georgia, verdana, tahoma;

font-size: 12px;

padding: 0 4px 0 4px;

}





p.sT{

font-size: 10px;

color: #6BA0D1;

}



.normal_menu{

color: #666600;

font-size: 12px;

}

.normal_menu a {

	color : #666600;

	text-decoration: underline;

}

.normal_menu a:hover {

	color : #000000;

}



div.rightMenuItem{

	border: 1px #D3E3F1 solid;

	background: #F2F7FB;

	font-size: 11px;

	padding: 10px;

	margin-bottom: 10px;

	font-size: 11px;

}

img.rightMenu {

	margin-bottom: 10px;

}

div.Newsletter{

	font-size: 11px;

	border-left: 1px #666600;

	border: 1px #ffffff solid;

	background: #ffffff;

	padding: 10px;

	margin-bottom: 10px;

	font-size: 11px;

}



input

{

	color: #000000;

	background: #FFFFFF;

	border: 1px solid #39459F;

}



.submit{

	border: 1px solid #666666;

	background: #EBEBEB;

}





.mylink{

font-size: 11px;

color: #000000;

pading:0;

padding-left: 4px;

padding-right:4px;

}

.mylink a {



	color: #920000;



	text-decoration: underline;



}



.mylink a:hover {



	color: #000000;



}



ul {margin:0; padding:0; list-style:none}

li {

	background: url(img/a.gif) no-repeat 0px 6px;

	margin: 0px 0px 0px 8px;

	padding: 0px 0px 0px 11px;

}



li a

	{		

		/*line-height:20px;*/

		/*color:#666666; */

		text-decoration:none;

	}



li a:hover

	{

		text-decoration:underline;

	}





.hr1_dashed {

	border: none;

	border-top: 1px #DAE8F3 dashed

}

.hr1_solid {

	border: none;

	border-top: 2px #7EACD6 solid

}



.hr2_dashed {

	border: none;

	border-top: 1px #C0C0C0 dashed

}

.leftborder2 { border-left: 2px solid #DEDCCB}

.leftborder3 { border-left: 1px dashed #CCBE88}

.leftborder_title { border-left: 3px solid #008000}

.bottomborder2 { border-bottom: 1px dashed #7EACD6}

/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

#meniu a {
	color: #cccccc;
	text-decoration: none;
}

#meniu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:175px;
}

#meniu ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	background:#425671;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	}
	
#meniu ul li ul li{
	background:#ffcf8b;
	}

#meniu ul li a{
	display:block;
	padding: 2px 3px;
	}

#meniu ul li a:hover {
	color: #425671;
	background: #cccccc;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#meniu ul li ul li a:hover{
	background: #ffedd3;
	border-left:1px solid #fff;
}

#meniu ul ul {
	position: absolute;
	top: 0;
	display:none;
}

#meniu ul li:hover ul{
	display: block;
	left:200px;
}

/* Formular contact
-------------------------------------------------*/

#ContactFormID {
	background:#ffffff;
	width: 480px;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin-left:50px
}

#ContactFormID input
{
	width:200px;
	text-align:left;
	padding-right:3px;
	padding-left:3px;
	margin-top:2px;
	margin-bottom:2px;
	border:solid 1px #cccccc;
}

#ContactFormID select
{
	width:210px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:left;
	border:solid 1px #cccccc;
}

#ContactFormID .texte
{
	text-align:right;
	padding-right:10px;
	width:120px;
	vertical-align:middle;
}

#ContactFormID textarea
{
	border:solid 1px #cccccc;
}

#ContactFormID .button1
{
	background-image:url(images/trimite.jpg);
	width:90px;
	height:32px;
	border:none;
	margin-left:20px;
}

#ContactFormID .button1:hover
{
	background-image:url(images/trimite_over.jpg);
}

#ContactFormID .button2
{
	background-image:url(images/reset.jpg);
	width:73px;
	height:32px;
	border:none;
	margin-left:135px;
}

#ContactFormID .button2:hover
{
	background-image:url(images/reset_over.jpg);
}

#ContactFormID .button3
{
	background-image:url(images/send.jpg);
	width:65px;
	height:32px;
	border:none;
	margin-left:20px;
}

#ContactFormID .button3:hover
{
	background-image:url(images/send_over.jpg);
}

#ContactFormID .button1:hover, #ContactFormID .button2:hover, #ContactFormID .button3:hover
{
	cursor:pointer;
}

/* Paginatie
-------------------------------------------------*/

div.content_list
{
    background-color: #ffffff;
    padding: 5px 0px;
}

div.content_list .navigation
{
    float: right;
}

div.content_list .list
{
    margin-top: 10px;
}

div.content_list .navigation
{
    text-align: right;
    padding: 0px 2px 2px 2px;
}

div.content_list .main_navigation
{
    margin: 0px 0px 10px 0px;

    border-bottom: 1px solid #425671;
    border-top: 1px solid #425671;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 11px;
}

div.content_list .main_navigation h3
{
    float: left;
    font-size: 15px;
    color: #016DAB;
    font-weight: 800;
    padding-left: 20px;
    line-height: 20px;
}

div.content_list .main_navigation h3 img
{
    vertical-align: top;
}

div.content_list .main_navigation div.links
{
    text-align: right;
    line-height: 20px;
    color: #666666;
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 100%;
    font-weight: normal;

    padding-right: 20px;
}

div.content_list .main_navigation div.links a
{
    padding: 3px 6px 3px 6px;
    border: 1px solid #425671;
	color:#d20000;
    margin-right: 2px;
    margin-left: 0px;
    text-decoration: none;
}

div.content_list .main_navigation div.links a:hover
{
    border: 1px solid #2E6AB1;
	color:#cccccc;
}

div.content_list .main_navigation div.links a.selected
{
    font-weight: 800;
    color: #cccccc;
    background-color: #425671;
    border: 1px solid #425671;
}

div.content_list .main_navigation div.links a.next {
    font-weight: 800;
}

div.content_list .main_navigation div.links a.previous {
    font-weight: 800;
}

div.content_list .main_navigation div.links span.previousNextDisabled {
    font-size: 100%;
    font-weight: 800;
    padding: 3px 6px 3px 6px;
    margin-right: 2px;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
}

div.content_list .list div.box
{
    display: block;
    float: left;
    width: 114px;
    height: 190px;
    margin: 0px 5px 15px 5px;
    padding: 0px 0px 10px 0px;
}

div.content_extra div.content_list .list div.box
{
    height: auto;
    margin: 0px 5px 15px 5px;
    padding: 0px 0px 10px 0px;
}


/* Sfarsit paginatie
-------------------------------------------------*/

/* Galerie foto */

#galerie  
{
	width:100%;
}

#galerie img 
{
	width:138px;
	height:104px;
	margin:2px;
	border:none;
	/*padding:5px;
	border: 1px solid #ccc;*/
}

#galerie td 
{
	text-align:center;
	width:140px;
}

.buton:hover
{
	cursor:pointer;
}
