/* 'FRAME' SETUP ********************************************************************* */

TABLE.outer{
  width: 100%;
  height: 100%;
}
TD.frame_left{
  width: 50%;
  height: 100%;
  background-image: url(gfx/frame_left.gif);
  background-position: right top; 
  background-repeat: repeat-y;
  background-color: #0187AB;
}
DIV.frame_top_verloop_left{
  width: 100%;
  height: 100%;
  text-align: right;
  background-image: url(gfx/frame_top_verloop.jpg);
  background-position: right top; 
  background-repeat: repeat-x;
}
DIV.frame_left_img{
  width: 100%;
  height: 100%;
  background-image: url(gfx/frame_left_img.jpg);
  background-position: right top; 
  background-repeat: no-repeat;
}

TD.frame_right{
  width: 50%;
  height: 100%;
  background-image: url(gfx/frame_right.gif);
  background-position: left top; 
  background-repeat: repeat-y;
  background-color: #0187AB;
}

DIV.frame_top_verloop_right{
  width: 100%;
  height: 100%;
  text-align: left;
  background-image: url(gfx/frame_top_verloop.jpg);
  background-position: 1px 0px; 
  background-repeat: repeat-x;
}
DIV.frame_right_img{
  width: 100%;
  height: 100%;
  background-image: url(gfx/frame_right_img.jpg);
  background-position: left top; 
  background-repeat: no-repeat;
}

TD.frame_center{
  width: 728px;
  height: 100%;
}
TABLE.content_container{
  width: 728px;
  height: 100%;
}

div.clear, BR.clear{
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

BR.spacer{
	font-size: 8px;
	height: 8px;
	line-height: 8px;
}


/* CONTENT SECTION *********************************************************** */

TD.logo{
  background-image: url(gfx/logo_bg.jpg);
  background-position: left top; 
  background-repeat: repeat-x;
  background-color: #006076;
}

TD.content_container{
    padding: 26px 30px 30px 36px;
}
TD.content_container_kunstwerk{
    padding: 37px 30px 30px 65px;
}

TD.content_footer{
    padding: 10px 0px 0px 36px;
}

TD.copyright{
	font-size: 8pt;
	color: #408898;
    padding: 0px 0px 0px 36px;
}
TD.mrturbo{
     padding: 0px 30px 0px 0px;
}
TD.mrturbo, TD.mrturbo A, TD.mrturbo A:hover{
	font-size: 8pt;
	color: #408898;
}
TD.mrturbo A:hover{
    color: #DEEAED;
    text-decoration: none;
}


/* MENU  ********************************************************************* */

TABLE.menu_container{
  width: 100%;
  height: 100%;
}
TD.menubar_bg{
  background-image: url(gfx/menubar_bg.gif);
  background-position: right top; 
  background-repeat: no-repeat;
}
TD.break{
  width: 1px;
  background-color: #A8D3DB;
}
TD.break_transparent{
  width: 1px;
}


TD.menu A, TD.menu A:hover,
TD.menu_on A, TD.menu_on A:hover{
	display: block;
    width: auto;
	height:29px;
	line-height:27px;
	padding: 0px 39px 0px 39px;
	color:#FFFFFF;
	font-size:10pt;
	font-family:arial;
	font-weight: bold;
	text-decoration:none;
}

TD.menu A:hover,
TD.menu_on A, TD.menu_on A:hover{
    background-image: url(gfx/menu_on.gif);
    background-position: left top; 
    background-repeat: repeat-x;
}


/* KUNSTWERKEN *************************************************************** */

DIV#popup10, DIV#popup20, DIV#popup30, DIV#popup40, DIV#popup50,
DIV#popup60, DIV#popup70, DIV#popup80,	DIV#popup90, DIV#popup100,
DIV#popup110, DIV#popup120, DIV#popup130, DIV#popup140, DIV#popup150,
DIV#popup160, DIV#popup170, DIV#popup180, DIV#popup190, DIV#popup200,
DIV#popup210, DIV#popup220,DIV#popup230, 
DIV#popup240,DIV#popup250 ,DIV#popup260 ,DIV#popup270 ,DIV#popup280  
{
  display: block;
  position: absolute; 
  top: 0px; 
  left: 0px; 	
  padding: 0; 
  margin: 0;
  width: 100%; 
  height: 100%; 
  visibility: hidden;
  border: 0px;
}
TD.popup_back{
  border-left: solid 1px #002765;
  border-right: solid 1px #002765;
  border-bottom: solid 1px #002765;
}
A.popup_back, A.popup_back:hover{
  display: block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  background-color: #006076;
  color: #FFFFFF;
  text-decoration: none;	
  font-weight: bold;
}
A.popup_back:hover{
  background-color: #00B5D2;
  color: #FFFFFF;
}
    
* html TD.popup{
	background-color: #009FB8;
	filter:alpha(opacity=90,style=0); /* werkt niet in FF*/
	-moz-opacity:.90;	
}
html>body TD.popup{
	background-image:url(gfx/popup_bg.png);
	background-repeat: repeat;
	background-position: left top;
} 
    
