* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}
a {
	color: #000;
}
p,tr,td,table {
  border-collapse: collapse;
}
a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
#mainbody{
	background: url(/pict/back.gif);
}
html, body, textarea, td {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 14pt;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	width: 900px;
	margin: 0 auto;
    background: url(/pict/container.gif);
   	position: relative;
}

#headerContainer {
	background:url(/pict/header.gif) no-repeat top left;
	float: left;
	height: 180px;
	width: 900px;
}
#contentContainer{
    float: left;
    width: 900px;
}
#menu{
	float:left;
	margin-left: 10px;
	_margin-left: 5px;	
	width: 190px;
	* width: 180px;
    margin-bottom:65px;	
}
#contentRight{
    float: right;
    width: 690px;
	* width:690px;
	_width: 680px;
    margin-right: 10px;

}
#footer {
    width: 900px;
    text-align: center;
 	height: 45px;
    padding: 0px;
	vertical-align: middle;
    background-image:url(/pict/footer.gif); 
}
/* header */
#logo{
	position:absolute;
	width:270px;
	height:70px;
	cursor:hand;
	left:30px;
	top:65px;
}
#copy{
	position:absolute;
    left: 20px;
	top:140px;
	color: #fff;
}
#tekst{
	position:absolute;
    left: 550px;
	top: 46px;
}
#header_menu{
	position:absolute;
    height: 30px;
    left: 420px;
    width: 450px; 
	top: 137px;
}

/* footer */
#f_left{
   float: left;
   padding: 12px 0px 0px 35px;	
}
#f_right{
   float: right;
   padding: 2px 35px 0px 0px;	
}
#f_right a{
	color: #fff;
	text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
	float: right;
}
#a_menu ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
    padding: 2px 5px 2px 5px;
	background: #ff4200;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#a_menu span{
  background: #b1c2cc;
  padding: 2px 5px 2px 5px;
}
/* topmenu */
#t_menu{
	float:right;
}
#t_menu a{
	text-decoration: none;	
}
#t_menu a:hover{
	text-decoration: none;	
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
/* stat */
.s_titel{
	text-align: left;
	padding: 0px 0px 0px 5px;
}

/* log */
#log td{
  text-align: left;
  font: normal 0.7em Verdana, sans-serif;
  padding: 0px 2px 0px 0px;
}
.rijkleur{
  background: #ff4200;
}
/* log */
#log td{
  text-align: left;
  font: normal 0.7em Verdana, sans-serif;
  padding: 0px 2px 0px 0px;
}
.rij2{
	background: white;
}
/* content */
#content{
 padding:5px 5px 5px 5px;
 min-height: 400px;	
}
#home{
  background-image:url(/images/home.jpg); 
  padding:10px 200px 10px 200px;
}
#theater{
  background:url(/images/theater.jpg) no-repeat; 
  padding:120px 0px 10px 200px;
}
td.t_workshop{
 padding:5px 5px 5px 5px;	
 border: 1px solid #ff4200;	
}
#nieuws{
  background:url(/images/nieuws.jpg) no-repeat; 
  height: 1000px;
}
/* tabellen met kunst */
.p_mid{
  padding: 0 5px;
  vertical-align: top;
}
#tabel1, #tabel2{
  width: 200px;	
}
#tabel1 #knoppen, #tabel2 #knoppen{
  position: absolute;	
}
#tabel1 .leeg{
  border: 1px solid black;	
  float: left;
  width: 100px;
  height: 100px;
}
#tabel1 .cell{
  float: left;
  width: 100px;
  height: 100px;
}
#tabel2 .leeg{
  background: #ccc;
  border: 1px solid black;	
  float: right;
  width: 100px;
  height: 100px;
}
#tabel2 .cell{
  float: left;
  width: 200px;
  height: 200px;
}
