/*=== Setup ===*/
*{
  border: 0;
  margin: 0;
  padding: 0
}
html, body {
    height: 100%;
    }

body{
  background: url(../images/bgr.jpg) #ffffff top repeat-x;
  color: #000000;
  font: .85em Arial,Verdana,Helvetica,Sans-Serif
}
a{
  color: #333333;
  text-decoration: underline
}
a:hover{
  text-decoration: none
}
input,select,textarea{
  border: #999999 1px solid;
  font-size: 12px;
  padding: 2px
}
li{
  list-style: none
}
h2{
  /*font: bold 1.3em Georgia,"Times New Roman",Times,serif;*/
  margin: 0 0 .3em;
  text-transform: uppercase
}
h3{
  color: #000000;
  font-size: 1.2em;
  margin: 0 0 .2em
}
h4{
  color: #000000;
  font-size: 1em;
  margin: 0 0 .5em
}
p{
  line-height: 1.4em;
  padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
  margin: 0 auto;
  width: 900px;
    height: auto !important;
    min-height: 100%;  
}
/*=== Header ===*/
#header{
  background: url(../images/header-bgr.jpg) top no-repeat;
  border: 3px solid #ffffff;
  height: 270px;
  margin: 0 0 15px
}
/*- Logo -*/
#logo{
  padding: 130px 0 0 600px
}
#logo h1{
  background: url(../images/logo_ngk.png) no-repeat;
  text-indent: -9999px;
  width: 286px
}
#logo h1 a{
  display: block;
  height: 73px;
  text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
  background: url(../images/blend.png);
  border-bottom: 3px solid #ffffff;
  font-size: 20px;
  font-weight: bold;
  height: 52px;
  text-transform: uppercase;
}
#nav1 li{
  float: left;
  line-height: 52px;
  position: relative;
}
#nav1 li a{
  color: #ffffff;
  display: block;
  float: left;
    text-align: center;
  text-decoration: none;
  width: 179px;
}
#nav1 li.first a,
#nav1 li.last a{
    width: 178px;
}
#nav1 li ul li a{
    text-align: left;
    padding: 0 28px;
}

#nav1 li a:hover,
#nav1 li.active a{
  text-decoration: none
}
/*- Nav Path -*/
.nav-path{
  color: #000000;
  height: 20px;
  margin: 0 0 1em;
  font-weight: bold;
}
.nav-path li{
  display: inline
}
.nav-path li a{
  color: #000000;
  text-decoration: none
}
.nav-path li a:hover{
  text-decoration: underline
}
.nav-path li.active a{
  color: #000000;
}
/*=== All Columns ===*/
#columns{
  height: 1%;
  padding: 0 3px 15px;
  padding-bottom: 250px;
}
/*=== Center Column ===*/
#centercol{
  float: left;
  /*font-size: 1.2em;*/
  width: 580px;
  min-height: 300px;
}
/*=== Right Column ===*/
#rightcol{
  float: right;
  width: 294px
}
/*=== Sub Columns ===*/
.subcols{
  height: 135px;
  overflow: hidden
}
.subcols a{
  text-decoration: none
}
.subcols a:hover{
  text-decoration: underline
}
.subcols h4{
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase
}
.subcols ul{
  font-size: 11px;
  padding: 0 0 0 10px
}
.subcols li{
  margin: 0 0 .1em
}
.col1{
  float: left;
  height: 130px;
  width: 133px
}
.col2{
  border-left: 1px solid #efeeed;
  float: left;
  height: 130px;
  padding: 0 0 0 10px;
  width: 140px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
  background: url(../images/box-bgr.gif) top repeat-y;
  color: #ffffff;
  height: 1%;
  margin: 0 0 5px;
  padding: 20px
}
.box a{
  color: #ffffff
}
.box h2{
  color: #ffffff;
  font-size: 1.6em;
  margin: 0 0 .5em
}
.box p{
  line-height: normal;
  margin: 0 0 .2em
}
.box p strong{
  color: #241916
}
.box h4 {
    color: white;
    }
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
  margin: 0 0 1em
}
.list1 li{
  margin: 0 0 .1em
}
.list1 h4{
  font-weight: normal
}
.list1 p{
  padding: 0 0 .1em
}
/*=== Link Buttons ===*/
.btn-more a{
  color: #000000;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  padding: 0 0 0 18px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
  display: block;
  margin: 0 0 1em
}
.pic.fl img{
  margin-right: 20px
}
.pic.fr img{
  margin-left: 20px
}
/*=== Footer ===*/
#page-bot{
  background: url(../images/page-bot.gif) top repeat-x;
  height: 219px;
  margin: -219px 0 0;
  overflow: hidden
}
#footer{
  color: #ffffff;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 900px;
}
#footer a{
  color: #ffffff
}
/*- Copyright Info -*/
.copyr{
  padding: 25px 0 0;
  text-align: center;
  font-size: 80%;
  color: #BBB;
}
.copyr a{
  text-decoration: none;
  color: #BBB !important;
}
.copyr a:hover{
  text-decoration: underline;
}
.copyr li{
  display: inline
}
/*=== Misc. ===*/
.fix{
  clear: both;
  height: 1px;
  margin: -1px 0 0;
  overflow: hidden
}
.fl{
  float: left
}
.fr{
  float: right
}
.ac{
  text-align: center
}
.ar{
  text-align: right
}


/* Aanpassingen */
#content h2,
#content h3 {
    padding: 0.6em 0 0;
    }
#content h1 {
    padding: .2em 0 .6em 0;    
    }


#content p {
    padding: 0;
    }
    
.nav-path .active {
    font-size: 1.2em;
    }
#content h1,
#content h2 {
    text-transform: uppercase;
}

#content .csc-default p {
    margin-bottom: 1em;
    }
    
#content ul,
#content ol {
    padding: 0 2em 1em;
    line-height: 1.4em;    
}
#content ul li {
    list-style: disc;
    margin-left: 1em;
    }
#content ol li {
    list-style: outside decimal;
    margin-left: 1em;
    }
    
#rightcol a {
    text-decoration: none;
    }

#rightcol ul {
    line-height: 1.4em;        
    }
#rightcol .box {
    padding: 15px 20px;
    }
    
/* Todo */
#content table.todo {
    border: 1px solid #CCC;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
    
#content table.todo thead {
    background-color: #CCC;
    text-align: left;
    }
#content table.todo th,
#content table.todo td {
    padding: 3px 5px;
    vertical-align: top;
}

#content table.todo td.td-0 {
    width: 330px;
    }
#content table.todo td.td-1 {
    width: 125px;
    }
#content table.todo td.td-2 {
    width: 125px;
    }

/* Calendar */
#content .tx-cal-controller h3 {
    font-size: 1em;
    }
#content .tx-cal-controller dt {
    line-height: 1.4em;
}
#content .tx-cal-controller dt strong {
    font-size: 0.85em;
    padding: 0.5em;
    }
#content .tx-cal-controller dt .V9G {
    font-size: 0.85em;
}
#content .CalDescr {
    font-size: 0.4em;
    color: red;
}
#content .tx-cal-controller .even {
    background: none;
}

#rightcol p {
    padding: 0 0 .6em;
    }
    
#rightcol h4 {
    float: left;
    padding: 0 0.6em 0 0;    
    }

#rightcol h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 0 .3em;
    padding: 0.6em 0 0;
    }

.cal-description {
    padding-left: 4em;
    font-size: 0.85em;
    padding-bottom: 6px;
    font-style: italic;
    white-space: pre-line;
    }

.cal-description-home {
    padding-left: 44px;
    margin-top: -11px;
    color: rgb(255,200,150);
    white-space: pre-line;
    }

.cal-title-home {
    color: rgb(255,255,255);
    font-size: 1.10em;
    padding-left: 44px;
    padding-top: 6px;
    }

.cal-times-home {
    padding-right: 13px !important;
    font-size: 0.85em;
    }

/* Dorcas */
body.dorcas .csc-frame-rulerAfter {
	font-size: 0.8em;
	color: #CC0000;
	clear: both;
}
body.dorcas .csc-frame-rulerAfter h1 {
	margin: 0px;
	padding: 0px !important;
	margin-top: 20px;
	padding-top: 20px;
}

body.dorcas div.csc-frame-frame1 h2 {
	visibility: hidden;
}

body.dorcas #centercol {
	width: 900px;
}
body.dorcas #rightcol {
	display: hidden;
}

body.dorcas #content table caption {
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #0000CC;
}

body.dorcas #content table {
    border: 1px solid #CCC;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
    
body.dorcas #content table thead {
    background-color: #CCC;
    text-align: left;
    }
body.dorcas #content table th,
body.dorcas #content table td {
    padding: 3px 5px;
    vertical-align: top;
}

body.dorcas #content table td.td-0 {
    width: 80px;
    }
body.dorcas #content table td.td-1 {
    width: 190px;
    }

body.dorcas #content div.csc-default {
    float: left;
	width: 300px;
	margin: 0px;
	padding: 0 20px 20px 0;
	clear: both;
}