html
{
  height: 100%;
  width: 100%;
}

body
{
  padding: 0;
  margin: 0; 
  
  height: 100%;
  width: 100%;
  
  text-align: center;
  
  font-family:  Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  
  overflow: hidden;
  background-image: url(../img/bckgrnd.jpg);  
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000; 
}

div#container
{
  width: 1040px;
  height: 100%;
  
  margin-left: auto;
  margin-right: auto;  
  text-align: left;
  /*overflow: hidden;*/
}

a:link, a:visited, a:active
{
  font-family: Lucida Sans, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFF; 
}

div#leftside
{
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
  text-align: left;
  overflow: hidden;
}

div#rightside
{
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
  text-align: left;  
  overflow: hidden;
}

/* container split */

.column-left
{
  float: left;
  height: 100%;
  width: 170px;  
}

.column-right
{
  float: left;
  height: 100%;
  width: 869px;
  border-left: 1px solid #999; 
  /*
  background-color: #DFD;  
  border-left: 1px solid #000;*/
}

/* middle right column split */

.content
{
  width: 100%;
  height: 100%;  
  position: relative;
  z-index: 1;  
}

.cr-left
{
  width: 519px;
  height: 100%;    
}

.cr-right
{
  position: absolute;
  top: 0px;
  right: -1px;
  width: 350px;
  z-index: 2;
  /*min-width: 300px;*/
  height: 100%;  
  border-left: 1px solid #999;
  /* background-color: #040; */
}

.test
{
  overflow: visible;
}

.row-top
{
  height: 110px;
  width: 100%;
}

.row-menu
{
  height: 35px;
  width: 100%;  
  background-color: #CC0033;
  border-bottom: 1px solid #999;
}

.row-content
{
  height: 400px;
  width: 100%;
  background-color: #333;
}

.row-bottom
{
  /* door laten lopen tot onder */
  height: 50%;
  width: 100%;
}

.logo-big
{
  background-image: url(../img/logogroot.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.logo-small
{
  background-image: url(../img/menu.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.bordertop
{
  border-top: 1px solid #999;
}

#location
{ 
  float: left;  
  position: relative;
  top: 93px;
  left: 8px;  
}

#name
{
  float: right;
  text-align: right;
  position: relative;
  top: 93px;
  left: 3px;
  letter-spacing: 3px;
}


.toplink:visited, .toplink:link, .toplink:active
{
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  font-family: Lucida Sans, sans-serif;  
}

a.toplink:hover
{
  background-color: #CC0033;
}

/* content */

#con-left-bpx
{
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;  
}

#con-left
{
  margin-top: 30px;  
}

#con-right-box
{
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto; 
}

#con-right
{
  margin: 30px 30px 30px 30px;
  /*background-color: #AAA;*/
}

/* menu */

/* menu container */
div#menu
{
  /*padding-top: 3px;  */
}

ul#menulist
{
  margin: 0;
  margin-left: 2px;
  padding: 0;
  /*display: inline;*/
  list-style-type: none;  
}

li.menutopitem
{  
  float: left;
  position: relative;
  padding: 9px 30px 5px 5px;  
  z-index: 5; 
}
 
li.menutopitem ul
{
  position: absolute;
  left: 0;
  top: 28px;
  margin: 0;
  padding: 0;
  width: 150px;
  list-style-type: none;
  z-index: 100;  
  background-color: #CC0033;
  display: none;  
}

li.menutopitem ul li
{  
  display: block;
  overflow: hidden;
}

/* nodig? */
/* Fix IE. Hide from IE Mac \ * /
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* ul aligns top and left cornor */
li > ul 
{
  top: auto;
  left: auto;  
}

li.menutopitem:hover ul, li.over ul
{
  display: block;
}

/* menu links */

li.menutopitem a
{
  /* font: normal 15px Verdana, Arial, Helvetica, sans-serif;  */
  font: bold 15px Lucida Sans, sans-serif;
  text-decoration: none;
}

li.menutopitem li a
{
  display: block;
  font-size: 12px;  
  padding: 2px 5px;
  width: 100%;
}

li.menutopitem a:hover
{
  text-decoration: underline;
}

li.menutopitem  li a:hover
{
  background-color:#555;
  text-decoration: none;
}

/*  .menutopitem a:after */
.menutopitem a:visited, .menutopitem a:link, .menutopitem a:active
{
  background-color: transparent;
  color: #FFF;  
}

.nolink {
  cursor: default;
  font-weight: bold;
  font-size: 15px;  
  font-family: Lucida Sans, sans-serif;
}

/* menu links */


#plaatje
{  
  width: 100%;
  height: 100%;
  
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
    
  background-image: url(../img/Museumkwartier01.jpg);
  background-repeat: no-repeat;
  
  /*background-position: center center;
text-align: center;  */
}

/* adres */

#adres
{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;  
  font-size: 11px;
  background-color: #555;
  opacity:.80;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  zoom: 1;  
}

.textheader
{
  font-weight: bold;
}

.textheaderbig
{
  font-weight: bold;
  font-size: 15px;
}

.textleft
{
  margin-bottom: 20px;
}

.textcorr
{
  /*margin-top: 40px;*/
}

.textblock
{
  margin-bottom: 20px;
  font-size: 12px;
}

.back
{
  margin-top: 10px;
  width: 100%;
  text-align: right;
}

.back a:link, .back a:visited, .back a:active
{
  font-weight: normal;
}

.back a:hover
{
  background-color:#555555;
}