

BODY, P { margin: 0 0 0 0; 
    background-color: white; 
/* Enable hovers in IE */
	behavior:url(fileadmin/templates/kleinparadijs/ADxMenu.htc);
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FC9303;
	margin-bottom: 8px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FC9303;
	margin-bottom: 8px;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	font-weight: bold;
	color: #FC9303;
	margin-bottom: 8px;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0099CC;
	margin-bottom: 6px;
}

H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #0099CC;
	margin-bottom: 4px;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #009933;
	margin-bottom: 4px;
}

a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	color: #FC9303;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/**************************************/
/********Design Styles**************/
/*************************************/

/***********************Banner *******************/

.topTitle {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}


/*****************Footer****************/

.bottom-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 760px;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottom-nav a:link, a:visited {
	color: #999999;
}
.bottom-nav a:hover, a:active {
           color: #FC9303;
}
.copyright, .contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 760px;
	text-align: center;
	padding-bottom: 12px;
}

.contact {
	padding-top: 20px;
}

/******************Breadcrumb********************/
.breadcrumb {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-top: 4px;
	margin-right: 5px;
	padding-bottom: 4px;
	margin-left: 5px;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FC9303;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/***********Main****************/

#main-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	width: 550px;
	float: right;
	text-align: left;
	padding: 10px;
	padding-top: 0px;
}


#main-content p {
	font-size: 1em;
}

* html #main-content {
padding-top:10px;
}

#main-content a:link, #main-content a:visited {
	color: #0066CC;
	text-decoration: none;
}

#main-content a:hover, #main-content a:active {
	color: #FC9303;
	text-decoration: underline;
}



/********************************************/
/********Horizontal Menu Styles************/
/*********************************************/
/* 
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */

/*		------	Basic style	------		*/

#menu {
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;

}

/* display them on hover */
#menu li:hover>ul {
	display: block;

}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 30px;/* 	Height mentioned above	 */
}

#menu li {
	background-color: transparent;
}

#menu li li {
	background: none;
	width: 129px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: #093;
	padding: 2px 10px 2px 10px;
}

#menu li:hover>a {
	color: #FC9303;
	background-color: transparent;
}

#menu li li a {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 5px;
	border-bottom: 1px solid #6c9;
	border-left: 1px solid #6c9;
	border-right: 1px solid #6c9;

}

#menu li li:hover>a {
	color: #FC9303;
	background-color: transparent;
}

#menu li ul {
	color: #fff;
	/*margin-left: 10px;*/
	background-color: #FFFFFF;
	width: 130px;

}

#menu li li li:first-child {
	border-top: 1px solid #6c9;
}

#menu li li.submenu>a:after {
	content: "";
}




/* Vertical Navigation Menu */ 

#vertnav {
	width: 180px;
	float:left;
	text-align:left;
	padding-bottom: 12px;
}

.vertnav1 a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right.gif") 5px 50% no-repeat;
}
.vertnav1 a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right.gif") 5px 50% no-repeat;
}
.vertnav1 a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right.gif") no-repeat 5px 50%;
}
.vertnav1 a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}

.vertnav1-act a:link {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:visited {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:active {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}
.vertnav1-act a:hover {
display:block;
border-bottom:1px solid #95BECD;  /*grey blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:15px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down.gif") 5px 50% no-repeat;
}

.vertnav2 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_line.gif") 20px 50% no-repeat;
}
.vertnav2 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}

.vertnav2-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}
.vertnav2-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_line.gif") 20px 50% no-repeat;
}

.vertnav3 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_blue_right_solid.gif") 35px 50% no-repeat;
}
.vertnav3 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}

.vertnav3-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}
.vertnav3-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:45px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_arrow_green_down_solid.gif") 35px 50% no-repeat;
}

.vertnav4 a:link {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:visited {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:active {
display:block;
border-bottom:1px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#94B4DB; /* flat blue*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_blue_solid.gif") 50px 50% no-repeat;
}
.vertnav4 a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}

.vertnav4-act a:link {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:visited {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:active {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}
.vertnav4-act a:hover {
display:block;
border-bottom:1px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:60px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
background:url("images/button_square_green_solid.gif") 50px 50% no-repeat;
}

