/* CSS Document cq centrum voor de kunsten design michiel Knaven*/

/* pagina opbouw*/  /* */

html {min-height: 100%} /* 100% focus browser */
* {
  	margin: 0;
  	padding: 0;
}
body { 
  		 background: #f5f5f5 /* url('img/body.jpg') no-repeat center top*/; 
			 color: #000000;
			 font-family: verdana, arial, helvetica;
			 font-size: 12px ;
			 font-style: normal ; /* italic, normal */
			 font-weight: normal ;  /* bold, bolder, lighter,bold  */
  		 padding-top: 20px; /* ruimte tot top*/
			 padding-bottom: 0px; /* ruimte tot onderkant*/
			 height: 100%;
			 weight:100%;			 
}
div#clear {clear: both;}
div#left {float: left;}
div#right {float: right;}

/* containers */
div#outer-container{
      	background: #f5f5f5 /* url('img/container.jpg') no-repeat center bottom*/;
				border: 0px solid red;/* op 0 ztten na design */
				padding-bottom: 0px; /* ruimte tov de onderkant */
  	    text-align: center;				
				width: 100%; /* 99% */
				height: 100%;
				position:absolute;
}
div#inner-container{
  	background-color:  white/**/ ;  	
		border: 0px solid green;		
  	left: 50% ;
		margin-left: -500px;/*0 auto;	 centreert */
  	/*padding: 5px;	 binnen de container*/	
  	width: 1000px;
		margin-top: 0px; /* ruimte tot top*/			
		position:absolute;	
}

div#kop{
  	background-color: black ;
		border-right: 0px solid blue; /* als de border op 0 staat moet de breedte weer 240 worden! */
		float: left/*right*/;
  	padding: 0px;		
		width: 1000px; /* 250 - 2x padding 5 px + border rechts 1px */
		height: 60px;
  	text-align: center;
		vertical-align: middle;
		left: 50%;
		margin-left: -500px;
		position:absolute;
		/*margin-top: 64px;  ruimte tot top*/
}
div#kop-links{
  	background-color: black ;
		border: 0px solid #666666;
		float: left/*right*/;		
  	padding: 0px;		
  	/* width:1000px; wordt standaard de breedte van inner-container*/
		width: 925px;
		height: 60px;
  	text-align: center;
		/*vertical-align: bottom;*/
		/*margin-top: 64px;  ruimte tot top*/
}
div#kop-menu{
  	background-color: black  /**/;
		border-left: 0px solid #339900; /* als de border op 0 staat moet de breedte weer 240 worden! */
		clear: both;
  	padding: 0px;	
		width: 925px;
		height: 30px;
  	text-align: center;
}
div#kop-logogroot{
  	background-color: white ;
		border-left: 1px solid #339900 /*3px dashed #339900*/; /* afdelingskleur stippellijn. als de border op 0 staat moet de breedte weer 240 worden! */
		clear: both;
  	padding-top: 5px;
		color: white;	
		width: 927px;
		height: 30px;
  	text-align: left;
		v-align:middle;		
}
div#kop-logoklein{
  	background-color: black ;
		border-left: 0px solid blue; /* als de border op 0 staat moet de breedte weer 240 worden! */
		float: left;
  	padding: 0px;	
		width: 75px;
		height: 60px;
  	text-align: center;
}
div#leeg{
  	background-color:  transparent /*blue*/;
		color: red;
		clear: both;
  	padding: 0px;	
		width: 998px;
		height: 30px;
  	text-align: center;
}
div#col-container{
		clear: both;
		background: #FFFFFF /*bg afdelingskleur*/;
		/*border: 0px solid black;*/
		border-left: 1px solid #339900 /*3px dashed #339900*/;
    border-right: 1px solid #339900;
		width: 998px;
		position: absolute;		
		left: 50%;
		/*1height:100%; 000px;*/
		margin-left: -500px;
		margin-top: 60px;
}
div#coll1{
  	background-color: transparent ;
		border-right: 0px dashed #339900; /*afdelingskleur stippellijn */
		float: left/*right*/;
  	padding-top: 0px;	/* uitlijning in de div*/
		padding-left: 20px;
		padding-right: 0px;		
		width: 170px; /* 200 - 2x padding 5 px + border rechts 1px */
		height: 100%;
  	text-align: left;
}
div#info{
  	background-color: white /*transparente*/ ;
		border-left: 1px dashed #339900;	
		border-right: 1px dashed #339900;		
		float: left/*right*/	;	
  	padding-top: 0px;	
		padding-left: 10px;
		padding-right: 5px;	
		width: 600px;
  	text-align: justify;	
}
div#coll2{
  	background-color: transparente ;
		border-left: 1px dashed #339900;	
		border-right: 1px dashed #339900;		
		float: left/*right*/	;	
  	padding-top: 0px;	
		padding-left: 10px;
		padding-right: 5px;	
		width: 600px;
  	text-align: justify;	
}
div#coll3{
  	background-color: transparent ;
		border-left: 0px dashed #339900;
		float: right/*left*/ ;
  	padding-top: 0px;	
		padding-left: 0px;
		padding-right: 10px;	
		width: 170px;
  	text-align: center;
}
div#foot-left{
  	border: 0px solid #000000;
  	background-color:  green/*white*/ ;
		float: left;
		text-align: center;/**/
  	padding-top: 0px;	
  	width: 75px;
		height:60px;
		margin: auto;		
}
div#foot-right{
  	border: 0px solid #000000;
  	background-color:  black/*white*/ ;
		float: left;
		text-align: center;/**/
  	padding-top: 15px;	
  	width: 923px;
		height:45px;
		margin: auto;		
}

.footer{
 vertical-align:middle;
 font-size: 10px;
 color: #FFFFFF; 
 
}

a:link {
	color: #339900; 
	text-decoration: none; 
	font-size 12px;
	font-weight: bold;
}

a:visited {
	color: #339900; 
	text-decoration: none; 
	font-size 12px;
	font-weight: bold;
}

a:hover {
	color: #339900;
	text-decoration: underline;	
	font-size 12px;	
	font-weight: bold;
}

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 3px double #339900 /* afdelingskleur*/;
  width: auto;
  background: #FFFFFF /*bg afdelingskleur*/;
  padding: 0px 10px;
  line-height: 20px;
  margin: 10px;
}
.mceTmpl{
  border-bottom: 0px dashed #339900;;
}
	 	/* kop van content op de frontpagina en de contentpagina zelf */	 
.contentheading {
  /*width: 600px;
  width: 200px;*/
	width: 99%;
	height: 0px; /*was 20*/
  padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0px; /*was 15*/
	white-space: nowrap;
	background-color: #FFFFFF;	
}
table.contentpaneopen {
  /*width: 600px;
	width: 320px;*/
	width: 98%;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
	font-size: 11px;
		color: #000000;
	border-width: 0px;
	border-style: dotted;
	border-color: #339900;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #FFFFFF;	
}
