/* --- General --- */
html , body {
  height: 100%;
}

body {
background: #ffffff;
  font-family: Georgia, Arial, Verdana; 
  font-size: 13px;
  font-size-adjust : none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line_height: normal;
}

/* BODY - RTE */
body.htmlarea-content-body {
  background : #ffffff;
  font-family: Georgia, Arial, Verdana; 
  font-size: 13px;
  font-size-adjust : none;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line_height: normal;
}

TD {
	padding: 0;	vertical-align : top;
}
TD P {
    margin: 1px 5px;
}	

H1 { 
	color: #000000;
	font-size: 32px;
	padding: 15px 0px 25px 0px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #009DDC;
}

H2 {
	color: #009DDC;
	font-size: 14px;
}

h3,h4,h5,h6 {
color: #333;
font-size: 12px;
font-weight: normal;
margin: 4px;
margin-left: 0px;
}

a {
color: #000;
text-decoration: underline;
}

A:hover {
color: #009DDC;
text-decoration: underline;
}

a.underline {
text-decoration: underline;
}

.align-left {
	text-align: left;
}	
.align-right {
    text-align: right;
}   
/* --- Wrapper styles --- */

#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
	background-color: #FFFFFF;
}

#headerWrapper {
	width: 1000px;
	height: 191px;
	position: relative;
}

#contentWrapper{
width: 1000px;
height: 100%;
min-height: 500px;
z-index: 10;
padding-left: 0px;
padding-right: 0px;
background:white;
padding-bottom: 25px;
}

/* --- Header styles --- */
#headers {
top: 5px;
left: 5px;
width: 1000px;
height: 150px;
float: left;
}
#header_table {
  border-collapse:collapse;
  border:0px;
  padding:0px;
  margin:0px;
  top : 10px;
  left: 10px;
}
#header_td1 {
  width: 180px;
  background: url("/fileadmin/loodskotter/images/header/logo_loodskotter.png") no-repeat bottom left; 
}

#header_td2 {
  width: 10px;
}
 
#header_td3 {
  width: 252px;
}

#header_td4 {
  width: 10px;
}

#header_td5 {
  width: 344px;
  height: 180px;
  border:1px solid #009DDC;
  background: #009DDC url("/fileadmin/loodskotter/images/header/welkom.png") no-repeat bottom left;
}

#header_td6 {
  width: 145px;
  border-top:1px solid #009DDC;
  border-right:1px solid #009DDC;
  border-bottom:1px solid #009DDC;
}
#header_td6 a {
  font-size: 10pt;
  font-weight:bold;
}
#header_td6 a:hover {
	cursor: pointer;
	color: #000;
}
#header_td6 {
  width: 145px;
  border-top:1px solid #009DDC;
  border-right:1px solid #009DDC;
  border-bottom:1px solid #009DDC;
}

#sponsoren-roulatie {
    height: 145px;
    width: 145px;
}   
#sponsoren {
	height: 35px;
	background-color: #FFF200;
	line-height: 32px;
}	
#vctagid {
  top:10px;
  left:22px;
  position: relative;
}
/* --- Content styles --- */
#content {
position: relative;
width: 1000px;
}

#cTable { 
margin: 0px;
padding: 0px;
border-collapse: collapse;
}

#column1 {
    width: 179px;
    border: 1px solid #009DDC;
    vertical-align: top;
    height: 100%;
    background: #009DDC;
    padding: 0px;
}

#column2 {
	width: 596px;
	vertical-align: top;
	height: 100%;
	padding: 10px 10px 15px 0px;
	z-index: 1;
	line-height: 13pt;
	border-top: 1px solid #009DDC;
	border-right: 1px solid #009DDC;
}
#column2-bottom {
    line-height: 13pt;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #009DDC;
    font-size: 11px;
}
#column2-bottom .blue {
    color: #009DDC;
}
#column2-bottom .black {
    color: #000000;
}

#column3 {
	width: 137px;
	vertical-align: top;
	padding: 10px 0px 15px 10px;
	height: 100%;
	border-top: 1px solid #009DDC;
}
#column3 P {
	margin-top : 0px;
}	
/* --- Menu styles --- */
#navcontainer
{
	width: 140;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-top: 0px solid #009DDC;
	padding: 0px;
	font-family: Georgia, Arial, sans-serif;
	font-size:13pt;
	font-weight:bold;
	background-color: #009DDC;
	color: white;
}

#navcontainer ul
{
	margin-top: 4px;
	margin-bottom: 0px;
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #009DDC;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 2px 3px 2px 5px;
	border-left: 10px solid #009DDC;
	border-right: 10px solid #009DDC;
	background-color: #009DDC;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size:10pt;
}

#navcontainer li a.myselected {
	border-left: 10px solid #009DDC;
	background-color: #009DDC;
	color: #fff;
}

#navcontainer li a.myselected2 {
	border-left: 10px solid #009DDC;
	border-right: 10px solid #009DDC;
	background-color: #009DDC;
	color: #fff;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #009DDC;
	border-right: 10px solid #009DDC;
	background-color: #009DDC;
	color: #fff;
}
/* --- contact info --- */
#navcontact {
	width: 140;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-top: 0px solid #009DDC;
	padding: 0px;
	font-family: Georgia, Arial, sans-serif;
	font-size:10pt;
	font-weight: bold;
	background-color: #009DDC;
	color: black;
}	
#navcontact ul
{
    margin-top: 0px;
    margin-bottom: 119px;
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#navcontact li
{
	border-bottom: 1px solid #009DDC;
	margin: 0;
	border-left: 15px solid #009DDC;
	border-right: 13px solid #009DDC;
}
#navcontact li #white {
    color: white;
}	

/* --- end --- */
#headers DIV.csc-textpic {
  width: 650px;
  height: 145px;
  float: left;
  top: 2px;
  border: 1px solid #000;
}
#headers DIV.csc-textpic-clear {
  float: left;
}


#footer {
margin-left: auto;
margin-right: auto;
width: 950px;
height: 41px;
position: relative;
text-align: center;
color: #000000;
background: #CCBBAA;
font-size: 11px;
}

#footer a{
color: #000000;
font-size: 11px;
text-decoration: none;
}

#submenuheader {
	font-family: Arial, Verdana; 
	width: auto; 
	padding: 7px; 
	color: white; 
	font-weight: bold; 
	background: #214894 url("/fileadmin/dataccent/images/balk.png") no-repeat top left; 
}

#submenucontent {
	background: url("/fileadmin/dataccent/images/da_block_bot.gif") no-repeat bottom left; 
	text-align: left; 
	margin-bottom: 20px; 
	padding-bottom:5px;	
}

#submenucontent a {
	text-decoration: none; 
	color: #214894;
	font-size: 12px;
	font-weight: bold;
}

.submenu {
	list-style-image: url("/fileadmin/dataccent/images/da_li.gif");
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.submenu li {
	padding-bottom: 10px;	
}

.active {
 	border-bottom: 2px solid #E12D28;
 	padding-bottom: 11px;
}

ul {
	list-style-image: url("/fileadmin/dataccent/images/da_li.gif");
}

.rightboxheader {
	font-family: Arial, Verdana; 
	width: auto; 
	padding: 7px; 
	color: white; 
	font-weight: bold; 
	background: #214894 url("/fileadmin/dataccent/images/balk.png") no-repeat top left; 
}

.rightboxcontent {
	background: url("/fileadmin/dataccent/images/da_block_bot.gif") no-repeat bottom left; 
	text-align: left; 
	margin-bottom: 20px; 
	padding-bottom:5px;	
}

#rightboxcontent a {
	text-decoration: none; 
	color: #214894;
	font-size: 12px;
	font-weight: bold;
}

.rightbox {
	list-style-image: url("/fileadmin/dataccent/images/da_li.gif");
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.rightbox li {
	padding-bottom: 10px;	
}

.rightboxmeer {
	margin-left: 20px; 	
}

.twrss_item_link {
	margin-top: 20px;
}

.twrss_item_link a {
	color: #E31E23;
	font-weight: bold;
	text-decoration: none;
}

.csc-mailform-field label {
	display: block;
}

.tx_slideshow_pi1 {
  width: 210px;
  height: 160px;
  position: relative;
}
/* --- tt_news : Nieuws ---------------------------------------------------- */
#column2 .news-list-container {
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #009DDC;
    color: #009DDC;
}
#column2 .news-list-header {
    color: #009DDC;
    text-decoration: underline;
}
#column2 .news-list-date {
    font-weight : normal;
}	
#column2 .news-list-item H3 A {
    color: #009DDC;
    cursor : pointer;
    text-decoration: none;
}
#column2 .news-list-item H3 A:hover {
    color: #009DDC;
    cursor : pointer;
    text-decoration: underline;
}
.news-single-item {
	height: 666px;
	overflow: auto;
}	
.news-single-backlink A {
    color: #009DDC;
    cursor : pointer;
    text-decoration: none;
}	
.news-single-backlink A:hover {
    color: #009DDC;
    cursor : pointer;
    text-decoration: underline;
}
.clearer {
	visibility: hidden;
}
.news-latest-gotoarchive {
	width: 100%;
	text-align: right;
}	
.news-latest-item {
    height: 666px;
    overflow: auto;
}   
#column2 .news-latest-date A {
    font-weight : normal;
    text-decoration: none;
}   
#column2 .news-latest-item H3 A {
    color: #009DDC;
    cursor : pointer;
    text-decoration: none;
}
#column2 .news-latest-item H3 A:hover {
    color: #009DDC;
    cursor : pointer;
    text-decoration: underline;
}
/* --- tt_news : Agenda ---------------------------------------------------- */
#column3 .news-list-container {
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #009DDC;
    color: #009DDC;
}
#column3 .news-list-header {
    color: #009DDC;
    font-size: large;
    text-decoration: underline;
}
#column3 .news-list-date {
    font-weight : normal;
}   
#column3 .news-list-item H3 A {
    font-weight : normal;
	cursor : pointer;
    text-decoration: none;
}
#column3 .news-list-item H3 A:hover {
    font-weight : normal;
	cursor : pointer;
    text-decoration: underline;
    color: #000000;
}
/*-- cells ------------------------------------------------------------------*/
.content-cells { font-size: 11px; border-collapse : collapse; border-spacing:0; width: 85%; margin-left: 40px }
.cell {}
.cell-ltr  { padding: 0; vertical-align : top; border-left: 1px solid #000; border-top: 1px solid #000; border-right: 1px solid #000; }
.cell-l    { padding: 0; vertical-align : top; border-left: 1px solid #000; }
.cell-lt   { padding: 0; vertical-align : top; border-left: 1px solid #000; border-top: 1px solid #000; }
.cell-t    { padding: 0; vertical-align : top; border-top: 1px solid #000; }
.cell-tr   { padding: 0; vertical-align : top; border-top: 1px solid #000;  border-right: 1px solid #000; }
.cell-r    { padding: 0; vertical-align : top; border-right: 1px solid #000; }
.cell-lb   { padding: 0; vertical-align : top; border-left: 1px solid #000; border-bottom: 1px solid #000; }
.cell-b    { padding: 0; vertical-align : top; border-bottom: 1px solid #000; }
.cell-br   { padding: 0; vertical-align : top; border-bottom: 1px solid #000; border-right: 1px solid #000; }
/*---------------------------------------------------------------------------*/

