@import url(cron_cssstyledimgtext.css);
@import url(indexed_search.css);
body{
	font-family :Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#FFFFFF;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre{
	margin:0px;
	padding:0px;
}
p, li, h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-size:11px;
}
br.clearing{
	clear:both;
}
/*RAHMEN*/
.wrapper_all{
	border:none;
	width:755px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:8px;
}
.wrapper_left{
	width:203px;
	float:left;
	padding:0px;
	margin:0px;
}
	
.wrapper_right{
	float:right;
	width:540px;
	background-image:url(../site_images/top.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
}
a.name{
	height:1%;
/*	display:none;*/
	visibility:hidden;
	font-size:0px;
}
/********************************/
.SEARCH{
	display:none;
	height:35px;
	padding-left:356px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.SEARCH{
	display:none;
	height:35px;
	padding-left:356px;
/*	padding:10px 20px 0px auto;*/
	font-family:Arial, Helvetica, sans-serif;
}
.SEARCH form{
	display:none;
}
.SEARCH input{
	display:none;
	border:1px solid #04385A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#E7E7E9;
}
.wrapper_search_field{
	display:none;
}
.wrapper_search_field input{
	display:none;
	width:92px;
}
.wrapper_search_button{
	margin-left:2px;
	display:none;
}
.wrapper_search_button input{
	display:none;
	margin:0;
	padding:0;
	font-size:9px;
}
/********************************/
/*NAVIGATION*/
.MENU_HEAD{
	display:none;
	margin:25px 0px 0px 0px;
	padding:0px;
	font-size:10px;
	color:#fff;
	clear:both;
	height:24px;
}
.MENU_HEAD ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
.MENU_HEAD ul li{
	display:none;
	float:left;
	text-align:left;
	padding:0px;
	margin:0px 10px 0px 0px;
}
.MENU_HEAD ul li a{
	background:url(../site_images/button.gif) no-repeat transparent;
	width:118px;
	height:21px;
	color:#fff;
	text-decoration:none;
	display:none;
	text-align:left;
	padding-top:6px;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	z-index:100;
}
.MENU_HEAD ul ul li a{
	background:url(../site_images/button_dropdown.jpg) no-repeat transparent;
}
.MENU_HEAD ul li a:hover{
	color:#000;
	background:url(../site_images/button.gif) no-repeat 0px -27px;
}
.MENU_HEAD ul ul li a:hover{
	color:#000;
	background:url(../site_images/button_dropdown.jpg) no-repeat 0px -27px;
}
.MENU_HEAD ul li#ACT a{
	background:url(../site_images/button.gif) no-repeat 0px -27px;
	color:#fff;
}
.MENU_HEAD ul ul li#ACT a{
	background:url(../site_images/button_dropdown.jpg) no-repeat 0px -27px;
	color:#fff;
}
.MENU_HEAD ul li#NO a:hover{
	color:#fff;
	background:url(../site_images/button.gif) no-repeat 0px -27px;
}
.MENU_HEAD ul ul li#NO a:hover{
	color:#fff;
	background:url(../site_images/button_dropdown.jpg) no-repeat 0px -27px;
}
.MENU_HEAD ul li#NO a{
	background:url(../site_images/button.gif) no-repeat 0px 0px;
	color:#fff;
}
.MENU_HEAD ul ul li#NO a{
	background:url(../site_images/button_dropdown.jpg) no-repeat 0px 0px;
	color:#fff;
}
/*******************************************************************************/
/* Set up the list items */
#MENU_HEAD li {
	float:left;
}
/* For Non-IE browsers and IE7 */
#MENU_HEAD li:hover {
	position:relative;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#MENU_HEAD li ul {
	display:none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#MENU_HEAD li:hover > ul {
	display:none;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(../../clear.gif);
	width:123px;
}
/* Position the first sub level beneath the top level links */
#MENU_HEAD > li:hover > ul {
	left:-30px;
	top:16px;
}
/* get rid of the table */
#MENU_HEAD table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #MENU_HEAD li a:hover {
	position:relative;
	color:#fff;
	background:url(../site_images/button.gif) no-repeat 0px -27px;
}
/* For accessibility of the top level menu when tabbing */
#MENU_HEAD li a:active, #MENU_HEAD li a:focus {
	color:#fff;
	background:url(../site_images/button.gif) no-repeat 0px -27px;
}
/* Set up the pointers for the sub level indication */
/*#MENU_HEAD li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#MENU_HEAD li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}
*/
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the drop down levels from display:none; to visibility:hidden; */
* html #MENU_HEAD li ul {
	visibility:hidden;
	display:none;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(../../clear.gif);
}
/* keep the third level+ hidden when you hover on first level link */
#MENU_HEAD li a:hover ul ul{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#MENU_HEAD li a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#MENU_HEAD li a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#MENU_HEAD li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* make the second level visible when hover on first level link and position it */
#MENU_HEAD li a:hover ul{
	visibility:visible;
	left:-30px;
	top:14px;
	lef\t:-31px;
	to\p:15px;
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#MENU_HEAD li a:hover ul a:hover ul{ 
	visibility:visible;
	top:-11px;
	left:80px;
}
/* make the fourth level visible when you hover over third level link */
#MENU_HEAD li a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#MENU_HEAD li a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#MENU_HEAD li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
/****************************/
.FOOT{
	display:none:
	clear:both;
	height:10px;
}
.MENU_LEFT{
	display:none;
	margin-top:30px;
	padding:0px;
	height:20px;
}
.MENU_LEFT ul{
	border:none;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.MENU_LEFT ul li{
	display:block;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
}
.MENU_LEFT ul li a{
	background:#fff;
	border-top:1px dotted #999999;
	border-left:1px dotted #999999;
	border-bottom:none;
	border-right:1px dotted #999999;
	color:#000000;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:9px;
	padding:2px 5px;
	margin-right:5px;
}
.MENU_LEFT ul li a:hover{
	color:#000000;
	background:#bcbdc1;
}
.MENU_LEFT ul li.ACT a{
	background:#E7E7E9;
	color:#000000;
}
.MENU_LEFT li#active a{
	background:#999999;
	color:#000000;
}
.MENU_LEFT_2{
	display:none;
	background-color:#E7E7E9;
	clear:both;
	height:30px;
	margin-top:-3px;
}
.MENU_LEFT_2 ul.LEV_2 ul, .MENU_LEFT_2 ul.LEV_2 li{
	display:inline;
	list-style-type:none;
	float:left;
	font-size:9px;
	margin-top:3px;
	margin-left:7px;
	margin-right:3px;
}
.MENU_LEFT_2 ul.LEV_2 a:link{
	text-decoration:none;
	color:#04385A;
}
.MENU_LEFT_2 ul.LEV_2 a:visited{
	color:#04385A;
	text-decoration:none;
}
.MENU_LEFT_2 ul.LEV_2 a:hover{
	color:#000000;
	text-decoration:none;
}
.MENU_LEFT_2 ul.LEV_2 a:active{
	color:#000000;
	text-decoration:none;
}
/*CONTENT LINKS*/
.wrapper_left h1{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#04385A;
	border-top:solid 3px #fff;
	margin-right:0px;
	border-bottom:solid 3px #fff;
	margin-left:0px;
	width:193px;
	padding:2px 3px 2px 7px;
	clear:both;
}
.COUNTRIES{
	display:none;
	padding:0px;
	margin:0px;
	border:none;
	width:203px;
}
.COUNTRIES a.name{
	display:none;
}
.COUNTRIES .CONTENT_ELEMENT{
	padding:0px;
	margin:0px;
}
.COUNTRIES .CONTENT_ELEMENT img{
	padding:0px;
	margin:0px;
	border:none;
}
.COUNTRIES .CONTENT_ELEMENT .csc-textpic{
	margin:0px;
	padding:0px;
	width:203px;
}
.CASESTUDIES{
	display:none;
	background-color:#00ADEF;
	width:203px;
}
.CASESTUDIES a img{
	margin-right:10px;
	float:left;
}
.CASESTUDIES ul{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}
.CASESTUDIES a{
	display:block;
	padding:3px;
	background-color:#00ADEF;
	clear:both;
	height:96px;
}
.CASESTUDIES a:visited{
	color:#eee;
	text-decoration:none;
}
.CASESTUDIES a:link{
	color:#eee;
	text-decoration:none;
}
.CASESTUDIES a:hover{
	background-color:#04385A;
	color:#fff;
}
.wrapper_left .CONTENT_ELEMENT DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image{
	margin:0px;
	padding:0px;
}
/**************************************/
.BREADCRUMB{
	display:none;
	padding:9px 5px 0px 5px;
}
.BREADCRUMB ul,li{
	display:inline;
}
.BREADCRUMB ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
/**************************************/
.CONTENT{
	width:520px;
	padding-top:9px;
}
.CONTENT_ELEMENT{
	margin-bottom:10px;
}
.wrapper_right h1{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top: 22px;
	margin-right: 0px;
/*	margin-bottom: 10px;*/
	margin-left: 0px;
	width: 520px;
	padding: 2px 3px 2px 0px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.wrapper_right h2{
	font-size: 12px;
	font-weight: bold;
	color:#000;
	margin-right: 0px;
/*	margin-bottom: 10px;*/
	margin-left: 0px;
	width: 520px;
	padding: 4px 3px 2px 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666; 
}
.wrapper_right h3{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-right: 0px;
/*	margin-bottom: 10px;*/
	margin-left: 0px;
	width: 520px;
	padding: 4px 3px 2px 0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666; 
}
p.bodytext{
	margin-top:12px;
	line-height:15px;
}
.wrapper_right .CONTENT_ELEMENT .csc-textpic{
	margin-left:0px;
	padding-right:20px;
}
.wrapper_right .CONTENT_ELEMENT ul{
	list-style-type:square;
	padding-left:20px;
}
.wrapper_right .CONTENT_ELEMENT ul.csc-menu{
	list-style-type:none;
	margin:0px 0px 10px 10px;
	padding:0px;
}
.csc-menu li{
	display:inline;
}
.csc-menu li a:link{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.csc-menu li a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.csc-menu li a:hover{
	font-size: 10px;
	color: #04385A;
	text-decoration: none;
}
.csc-menu li a:active{
	font-size: 10px;
	color: #04385A;
	text-decoration: none;
}
/*************************************/
.MAP_TABLE{
	width:520px;
}
.MAP_TABLE h1{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 520px;
	padding: 2px 3px 2px 0px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.LIST_HEADER{
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.LIST_HEADER .OBJECT{
	display:block;
	float:left;
	width:162px;
}
.LIST_HEADER .PLACES{
	display:block;
	float:left;
	width:98px;
}
.LIST_HEADER .FEATURES{
	display:inline;
	width:231px;
}
.MAP_TABLE .LIST_SECTION{
	clear:both;
}
.MAP_TABLE .LIST_SECTION ul{
	background-color:#00ADEF;
	width:520px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.MAP_TABLE .LIST_SECTION ul li{
	padding:0px;
	margin-left:0px;
	list-style-type:none;
	list-style:none;
}
.LIST_SECTION ul li a{
	display: block;
	padding: 3px;
	background-color: #00ADEF;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04385A;
	position:relative;
}
.LIST_SECTION ul li a:link, .LIST_SECTION ul li a:visited{
	color: #eee;
	text-decoration: none;
	font-weight: normal;
}
.LIST_SECTION ul li a:hover{
	background-color: #04385A;
	color: #fff;
	cursor:pointer;
}
.LIST_ROW{
	clear:both;
	font-weight: normal;
	width:520px;
}
.LIST_ROW .OBJECT{
	display:block;
	float:left;
	width:159px;
}
.LIST_ROW .PLACES{
	display:block;
	float:left;
	width:92px;
}
.LIST_ROW .FEATURES{
	display:block;
	float:left;
	width:226px;
}
/***************************************/
span.LIST_ROW{
	display:block;
	font-weight: normal;
	width:520px;
}
span.LIST_ROW .OBJECT{
	display:block;
	width:159px;
}
span.LIST_ROW .PLACES{
	display:block;
	width:92px;
}
span.LIST_ROW .FEATURES{
	display:block;
	width:226px;
}
/*************************************/
.csc-linkToTop a:link{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.csc-linkToTop a:hover{
	color: #04385A;
	text-decoration: none;
}
.csc-linkToTop a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.csc-linkToTop a:active{
	color: #04385A;
	text-decoration: none;
}
/**************************/
.bodytext a:link{
	color: #999999;
	text-decoration: underline;
}
.bodytext a:hover{
	color: #04385A;
	text-decoration: none;
}
.bodytext a:visited{
	color: #999999;
	text-decoration: underline;
}
.bodytext a:active{
	color: #04385A;
	text-decoration: none;
}
.tx-gooffotoboek-pi1 a:link{
	color: #999999;
	text-decoration: underline;
}
.tx-gooffotoboek-pi1 a:hover{
	color: #04385A;
	text-decoration: none;
}
.tx-gooffotoboek-pi1 a:visited{
	color: #999999;
	text-decoration: underline;
}
.tx-gooffotoboek-pi1 a:active{
	color: #04385A;
	text-decoration: none;
}
.tx-gooffotoboek-pi1 .nav{
	margin:5px 0px;
}
/**************************/
table.contenttable{
	width:520px;
	border-bottom:solid 2px #E5E6E8;
	border-top:solid 2px #E5E6E8;
	background:#E5E6E8;
}
/*
table.contenttable td{
	padding:10px;
}
table.contenttable td.align-right{
	background:#00ADEF;
	color:#00243D;
	height:15px;
}
table.contenttable td img{
	padding-bottom:10px;
}*/
.einzug_links {
margin-left: 10px;
}
td.tab_darkblue{
	color: #FFFFFF;
	background-color: #00243D;
	padding: 10px;
	width:143px;
	border-left:2px solid #E5E6E8;
}
td.tab_darkblue img{
	padding-bottom:10px;
}
td.tab_midblue {
	color: #000;
	background-color:#E5E6E8;
	padding: 10px;
/*	width:225px;*/
	border-right:2px solid #E5E6E8;
}
/**********************************/
.tx-indexedsearch-res h1{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 520px;
	padding: 2px 3px 2px 0px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666; 
}	
	
.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
	color: #FF0000;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
}