/* Start of CMSMS style sheet 'layout' */
* {
  margin: 0;
  padding: 0;
  outline-style: none;
}
html, body {
  height: 100%;
}
body {
  background: #ffffff url('images/lit2009/bgx_litindo.png') repeat-x top left;
  width: 100%;
  font: 12px/18px Verdana, Geneva, sans-serif;
  vertical-align: baseline;
}
body.litindo {
  background: #ffffff url('images/lit2009/bgx_litindo.png') repeat-x top left;
}
body.setia {
  background: #ffffff url('images/lit2009/bgx_setia.png') repeat-x top left;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 900px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#header {
  position: relative;
  height: 135px;
}
a#logo {
  position: absolute;
  display: block;
  height: 104px;
  width: 100px;
  text-indent: -9999px;
  margin-top: 20px;
  z-index: 50;
}
body.litindo a#logo {
  background: url('images/lit2009/LITINDO-LOGO.png') no-repeat;
}
body.setia a#logo {
  background: url('images/lit2009/SETIA-LOGO.png') no-repeat;
}
#bodyimage {
  height: 250px;
  z-index: 1;
}
#bodyimage div.sitetitle {
  /* position:absolute; */
  margin-top: -45px;
}
#bodyimage div.sitetitle img{
  z-index: 2;
}
body.testpage #bodyimage div.sitetitle {
  background: url('uploads/images/pagina-afbeelding/litindotitle.png') no-repeat;
  height: 35px;
  z-index: 50;
  margin-top: -20px;
}

#content {
  padding-bottom: 130px;
  line-height: 20px;
}

#firstpane{
  float: left;
  width: 600px;
}
#secondarypane {
  float: right;
  width: 280px;
}

#footer {
  position: relative;
  margin-top: -75px;
  height: 74px;
  background: #333;  
  border-top: 1px solid #999;
  clear: both;
}
#footertext {
  width: 900px;
  margin: 0 auto;
  padding: 30px 15px 15px 15px;
  color: #f3f3f3;
  clear: both;
}
.copyright {
  float: left;
  line-height: 1em;
}
.developedby {
  float: right;
  line-height: 1em;
  padding-right: 5px;
}
.developedby a {
  display: block;
  background: url('includes/lit2009/dastelminigrey.png') no-repeat;
  width: 50px;
  height: 10px;
  text-indent: -9999px;
}
.developedby a:hover {
  background: url('includes/lit2009/dastelmini.png') no-repeat;
}

/* --------------- GENERAL --------------------- */
a:link, a:visited {color: #4682B4;}

img {border:0px;}
#content img {
  border: 5px solid #f3f3f3;
  margin: 5px;
}
ul.opmaak {
  margin-left: 20px;
}
#content p {font-family: Verdana, Geneva, sans-serif;}
#content ul {list-style-type: square; list-style-position: outside;margin-left: 45px;}
#content ul li {padding-left:15px;}
#content ul ul {list-style-type: circle;}
#content ol {margin-left: 20px;}
#content ol li {padding-left: 20px;padding-bottom: 5px;}
#content ol ol {margin-left: 25px; list-style-type:lower-alpha;}

h1 {
  font-size:2em; 
  margin:0.3em 0 1em 0;
}
h2 {
  font-size:1.5em;
  margin-bottom: 0.3em;
}
h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #333;
  margin-bottom: 0.3em;
}
h3.title {
  font-weight: normal;
  font-size: 1.6em;
}
table, tr, td {border-collapse:collapse;border: 1px solid #bbb; }
tr {}
td {padding: 0.5em;}

dl {}
dt {font-weight: bold;}
dd {}

span.lastitem {
  display: none;
}
div.medewerker {display: block;}
div.left {float: left;}
div.right {float: right;}

div.kortebeschrijving {
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  width: 415px;
  height: 125px;
}
.kader {
  background-color: #f3f3f3;
  padding: 1em;
  margin-top: 1em;
}
.kader ul li.active {
  font-weight: bold;
}

/* --------------- MENU TOPNAV --------------- */
#topnav {
  position: absolute;
  right: 0px;
  top: 20px;
}
#topnav ul {
  list-style-position: outside;
  line-height: 2em;
}
#topnav ul li {
  float: left;
  list-style-type: none;
  background: transparent;
}
#topnav ul li:hover {
  background: #eee;
}
#topnav ul li:hover ul {
  display: block;
}
#topnav ul li a:link, 
#topnav ul li a:visited {
  text-decoration: none;
  color: #000;
  padding: 0 5px;
  display: block;
}
#topnav ul li a:active, 
#topnav ul li a:hover {
  text-decoration: none;
}
#topnav ul ul {
  position: absolute;
  top: 2em;
  background-color: #eee;
  display: none;
  width: 180px;
}
#topnav ul ul li{
  float: none;
}
#topnav ul ul li a:active,
#topnav ul ul li a:hover {
  text-decoration: underline;
}
#topnav a#langnl{
  background: url('images/lit2009/nld.gif') 5px no-repeat;
  padding-left: 30px;
}
#topnav a#langid{
  background: url('images/lit2009/ind.gif') 5px no-repeat;
  padding-left: 30px;
}
#topnav li#language a.nl {
  background: url('images/lit2009/nld.gif') 5px no-repeat;
  padding-left: 30px;
}
#topnav li#language a.id {
  background: url('images/lit2009/ind.gif') 5px no-repeat;
  padding-left: 30px;
}

/* --------------- MENU PRIMARYNAV --------------- */
#primarynav {
  position: absolute;
  width: 900px;
  bottom: 0px;
}
#primarynav ul {
  width: 308px;
  height: 41px;
  margin: 0 auto 0px auto;
  list-style-position: outside;
}
#primarynav li {
  position: relative;
  float: left;
  list-style-type: none;
  line-height: 41px;
}
#primarynav li a {
  overflow: hidden;
  display: block;
  height: 41px;
  width: 154px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#primarynav li.litindo a {
  background: url('images/lit2009/nav_litindo.png') no-repeat -2px 0px;
}
#primarynav li.litindo a:hover {
  background: url('images/lit2009/nav_litindo.png') no-repeat -155px 0px;
}
#primarynav li.setia a{
  background: url('images/lit2009/nav_setia.png') no-repeat -2px 0px;
}
#primarynav li.setia a:hover{
  background: url('images/lit2009/nav_setia.png') no-repeat -154px 0px;
}

/* --------------- MENU SECONDARYNAV --------------- */
#secondarynav {
  clear: both;
  height: 40px;
  width: 900px;
}
#secondarynav ul {
  position: relative;
  list-style-type: none;
  line-height: 40px;
  list-style-position: outside;
}
#secondarynav li {
  z-index: 1000;
}
#secondarynav ul li {
  position: relative;
  float: left;
}
#secondarynav ul ul {
  position:absolute;
  top:40px;
  width: 200px;
  display:none;
  z-index: 5;
}
#secondarynav ul ul li { 
  width: auto;
  min-width: 200px;
  line-height: 30px;
  float: none;
}
#secondarynav a:link, 
#secondarynav a:visited {
  display: block;
  padding:0px 10px;
  color:#fff;
  text-decoration:none;
}
body.litindo #secondarynav li:hover {
  background: #336699;
}
body.litindo #secondarynav li:hover ul, 
body.litindo #secondarynav li li:hover ul {
  display: block; 
  background: #336699;
}
body.setia #secondarynav li:hover {
  background: #000000;
}
body.setia #secondarynav li:hover ul, 
body.setia #secondarynav li li:hover ul {
  display: block; 
  background: #000000;
}
#secondarynav ul ul li a:hover {
  text-decoration: underline;
}

body.litindo #secondarynav ul li.menuactive {
  background: #336699;
}
body.litindo #secondarynav ul ul li.menuactive {
  background: #000000;
}
body.setia #secondarynav ul li.menuactive {
  background: #000000;
}
body.setia #secondarynav ul ul li.menuactive {
  background: #336699;
}
/* --------------- NIEUWS -------------------------- */
.nieuwsitem {}
.nieuwsitemdatum {
  color: #000;
  font-weight: bold;
  margin: 0 0 0.4em 0em;
}
.nieuwsitemsamenvatting {
  font-weight: bold;
  padding-bottom: 0.8em;
}

.nieuwslijst {
  background-color: #efefef;
  display: block;
  margin-top: 1em;
  padding: 1em;
}
.nieuwslijst h2 {
  padding-bottom: 1em;
}
.nieuwslijst h3 {
  font-weight: normal;
  font-size: 1.6em;
}
.nieuwslijstitem {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #000;
}
.nieuwslijstitemdatum {
  color: #666;
}
#content .nieuwslijst ul {
  
}
#content #nieuwshome ul {
  margin-left: 15px;
}
#content #nieuwshome {
  /* width: 290px; */
  
  margin-right: 10px;
}

/* --------------- BOEKEN -------------------------- */
#content div.boekenlijst {

}
#content .boekenlijst ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
  display: block;
}
#content .boekenlijst ul li{
  padding-left: 0px;
  width: 175px;
  height: 250px;
  border: 1px solid #999;
  text-align: center;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#content .boekenlijst ul li img{

}
#content .boekenlijst ul li h3{
  font-weight: normal;
}
#content .boek table{
}
#content .boek img {
  float: right;
}
/* --------------- Nieuwsbrief ---------------- */
.kader fieldset{
  border: 0px;
}
.kader legend{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #333;
  margin-bottom: 0.6em;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.8em;
}
.kader input[type="text"] {
  padding: 0.4em;
  border: 1px solid #999;
  margin-bottom: 0.4em;
}
.kader input[type="submit"] {
  padding: 0.4em;
  background: #e3e3e3;
  border: 1px solid #999;
  margin-bottom: 0.4em;
  cursor: pointer;
}
.kader input[type="submit"]:hover {
  background: #eeeeee;
}
.nms_message {
  color: red;
}

/* --------------- jQuery Fancybox ---------------- */
.fancyimage {}
.fancycontent {}

/* --------------- SOME FIXES --------------- */ 
.clear {clear:both;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of 'layout' */

