@import 'reset.css';
@import 'ie.css';
@import 'layout.css';
@import '../extensions/tt_news/styles.css';
@import '../extensions/bw_ovb_content/styles.css';

/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/
#map25-tx_dcdgooglemap_category {
	 display:none;
}
.bodytext,
ul li {
	color: #4b4b4b;
}
a img {
	border: none;
}
a:visited {
	color:#163286;
}

ul.disc, li {
	list-style-type: disc;
	margin-left:20px;
	}

div.csc-textpic img div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-bottom:25px;
}

div.clearer {
	clear: both;
	padding-top: 5px;
	height: 1px;
	background: transparent url('../images/clearer.jpg') no-repeat scroll top center;
}

div#header_line,
div#footer_line{
	background:transparent url(../images/foothead.jpg) no-repeat scroll center top;
	clear:both;
	height:1px;
}
div#search form {
	position:relative;
	top:0px;
	left:0px;
	width:130px;
	height:12px;
	
}
div#search input.searchfield {
	position:absolute;
	border: 1px solid #68c5ed;
	color:#AEAFAF;
	font-size:10px;
	height:10px;
	left:0px;
	top:2px;
	width:110px;
}
div#search input.searchbutton{
	position:absolute;
	top:2px;
	right:0px;
	width:14px;
	height:12px;
}

/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both	{ clear: both; line-height: 0; }
.bodytext	{ margin-bottom: 12px; }


/******************************************************************************
 * STANDARD DIVISIONS - The divisions that make up the layout of the page
 ******************************************************************************/


/******************************************************************************
 * MENU LAYOUT - The layout of the menu, submenu and other menu like lists
 ******************************************************************************/
#mainmenu ul {
	width: 100%;
	height: 42px;
	padding-left: 0 !important;
}

#mainmenu li {
	float: left;
	left: 0;
	/*background-color: #fff;*/
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	height: 42px;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 10000000;
}
#mainmenu ul.submenu {
	/*background-color: #fff;*/
	/*background: url('../images/menu_shade.png') top right;*/ 
	border-style: none;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	/* hack for ie7*/
	*margin-top: 29px;
	padding-top: 26px;
	_padding-top:27px;
	width: 300px;
}
#mainmenu li.hover ul {
	display: block;
	_margin-top: 28px;
}

#mainmenu ul.submenu li {
	width: 300px;
	height: 30px;
}
#mainmenu ul.submenu li a {
	/*background-color: #fff;*/
	background: url('../images/menu_bg.png') top left; 
	/*hack for ie*/
	_filter: Alpha(Opacity=88, FinishOpacity=88, Style=1);
	height: 30px;
	color: #163286;
	display: block;
	font-family: Arial;
	font-size: 1.1em;
	line-height:30px;
	padding: 0px 0 0px 30px;
	text-decoration: none;
	width: 300px;
}
#mainmenu ul.submenu li a:hover,
#mainmenu ul.submenu li a:focus,
#mainmenu ul.submenu li a:active {
	background: none;
	background-color: #32b1e7;
}

#submenu { height: 270px; }
#submenu ul li a  {
	background: url('../images/pointer_1.jpg') no-repeat center left;
	height: 12px;
	background-position: 5px 2px;
	padding-left: 35px;
	color: #fff;
}
.red #submenu ul li a {
	background: url('../images/pointer_red_1.png') no-repeat center left;
	background-position: 5px 2px;
}
#submenu li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#submenu ul li a.active {
	font-weight: bold;
	background: url('../images/pointer_4.jpg') no-repeat center left;
	background-position: 5px 2px;
}
#submenu .intro_text {
	height: 120px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 1px;
}
#submenu .intro_text,
#submenu .intro_text .bodytext {
	color: #fff;
	width: 370px;
}

.banner_home {
	background: url('../images/banner_home_2.png') top left;
	height: 274px;
}

.banner_home .home_banner_left {
	width: 385px;
	float: left;
	padding-left: 5px;
}

.banner_home .home_banner_right {
	width: 350px;
	float: right;
}

.banner_home .home_banner {
	height: 239px;
	overflow: hidden;
	color: #fff;
	margin-top: 13px;
}
.banner_home .home_banner .bodytext{
	color: #fff;
}

.banner_home .home_banner h1,
#submenu .intro_text h1,
.red #submenu .intro_text h1 {
	background: url('../images/pointer_3.jpg') no-repeat center left;
	font-size: 1.4em;
	height: 27px;
	line-height: 27px;
	padding-left: 38px;
	vertical-align: middle;
	overflow: hidden;
	font-family:Arial,Verdana;
	margin-bottom:12px;
}
.red #submenu .intro_text h1 {
	background: url('../images/pointer_red_3.png') no-repeat center left;
}


.banner_home .bodytext a {
	background: url('../images/pointer_1.jpg') no-repeat center left;
	height: 12px;
	background-position: 15px 2px;
	padding-left: 50px;
	color: #fff;
}


#headermenu ul li,
#footermenu ul li {
	float: left;
	display: inline;
}

#headermenu ul li a,
#footermenu ul li a {
	display: block;
	color: #68c5ed;
	text-decoration: none;
	padding: 0 7px;
	font-size:0.9em;
	border-right: 1px solid #68c5ed;
}
#headermenu ul li.last a,
#footermenu ul li.last a {
	border-right:none !important;
	padding-right:0px;
}
#footermenu ul li a {
	color: #aeafaf;
}

div#breadcrumb,
div#breadcrumb a {
	color: #aeafaf;
}


/******************************************************************************
 * HEADER - Specific styles for the header
 ******************************************************************************/


/******************************************************************************
 * CONTENT COLUMN - Specific styles for the content column
 ******************************************************************************/
.hideOnPrint {
	float: right;
	position:relative;
}

a.print {
	text-decoration: none;
	position:absolute;
	left:-25px;
	top:-4px;
}
 
#content h1 {
	background: url('../images/h1_bg.jpg') no-repeat center left;
	padding-left: 0;
	color: #000;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	font-family:Arial,Verdana;
	font-size: 1.4em;
}

#right h1 {
	background: url('../images/h1_bg3.jpg') no-repeat center left;
	font-size: 1.4em;
	height: 27px;
	line-height: 27px;
	padding-left: 38px;
	color: #163286;
	vertical-align: middle;
	font-family:Arial,Verdana;
}
#right .red h1 {
	background: url('../images/h1_bg4.jpg') no-repeat center left;
}
div.general_link {
	padding-top:5px;
}
#right a.internal-link,
div.general_link a {
	background: url('../images/pointer_2.jpg') no-repeat center left;
	height: 12px;
	background-position: 0px 2px;
	padding-left: 30px;
	color: #163286;
}

/******************************************************************************
 * LEFT COLUMN - Specific styles for the left column
 ******************************************************************************/


/******************************************************************************
 * RIGHT COLUMN - Specific styles for the right column
 ******************************************************************************/


/******************************************************************************
 * FOOTER - Specific styles for the footer
 ******************************************************************************/
.footerleft {
	display: block;
	float: left;
	font-size: 0.9em;
}

.footerright {
	display: block;
	float: right;
	font-size: 0.9em;
}

#mailform {
	clear:both;
}

.csc-mailform {
	padding-bottom:20px;
}
.csc-mailform input {
	border: 1px solid #000;
	width: 200px;
	float: left;
 }
.csc-mailform select {
	border: 1px solid #000;
	width: 203px;
	_width: 204px;
	float: left;
}
.csc-mailform textarea {
	float: left;
	width: 300px;
	height: 90px;
}

.csc-mailform #mailformAanhef legend {
	display: none;
}

.csc-mailform-field #mailformAanhefman,
.csc-mailform-field #mailformAanhefvrouw {
	margin-right: 8px;
}

fieldset {
	border: none;
}

.csc-mailform-field {
	clear: both;
	padding-top: 5px;
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
}
.csc-mailform .csc-mailform-radio {
	width: 10px;
	height: 10px;
	border: none;
}
.csc-mailform .csc-mailform-radio label {
	width: 40px;
}
.csc-mailform-field input.csc-mailform-submit {
	margin-left: 150px;
	margin-top: 20px;
	width: 150px;
}

.csc-mailform fieldset#mailformAkkoord legend {
	display: none;
}
.csc-mailform fieldset#mailformAkkoord label {
	width: 120px;
}

.csc-mailform #mailformformtype_mail {
	clear: both;
}


.csc-searchResultRange p {
	color: #b4b4b4;
}
.csc-searchResultHeader {
	margin-top: 10px;
}
.csc-searchResultHeader a {
	color: #000;
	text-decoration: none;
}
.csc-searchResultHeader a:hover,
.csc-searchResultHeader a:focus,
.csc-searchResultHeader a:active {
	text-decoration: underline;
}
.csc-searchResult {
	padding-bottom: 10px;
	background: url('../images/h1_bg.jpg') no-repeat bottom left;
}

/* links naar bestanden */

.csc-uploads {
color: white;
font-size: 10px;
}

.csc-uploads-icon { padding-right: 5px; }


.csc-uploads td p {
margin: 0px 0px 0px 15px;
padding: 0px;

color:black;
display: list-item;
list-style-type: disc;
list-style-position: outside;
}
.csc-uploads td a {

}


