body{
margin:0;
padding:0;
/*line-height: 1.5em;*/
font-family: Verdana, Arial;
font-size: 8pt;

}

em{color: red;}

#topsection{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 180px;
		background-image: url(../_gfx/achtergrond_banner.jpg);
		background-repeat: repeat-x;
}
#header
{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 180px;
		background-image: url(../_gfx/achtergrond_banner.jpg);
		background-repeat: repeat-x;

}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 226px 0 385px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

/*border-left: 1px dotted #F79699; 
border-right: 1px dotted #F79699;
*/

}


#leftcolumn{
float: left;
width: 385px; /*Width of left column*/
margin-left: -100%;
/*border-right: 1px dotted #F79699;*/
}

#leftcolumn img
{
  width: 100px;
  height: 74px;
  padding: 5,5,5,5;
  border: 1px solid #F79699;

}

#rightcolumn{
float: left;
width: 226px; /*Width of right column*/
margin-left: -226px; /*Set left marginto -(RightColumnWidth)*/
/*border-left: 1px dotted #F79699; */
}

#footer{
clear: left;
width: 100%;
background: #304769;
color: #FFF;
text-align: center;
font-size: 8pt;
height: 24px;
}

#footer #copyright
{
  color: gray;
  font-size: 7pt;
}

#footer a
{
  font-weight: bold;
  color: white;
  font-size:8pt;
}

#footer a:hover
{
  font-weight: bold;
  color: white;
  font-size:8pt;
  border-bottom: 1px solid white;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family: Verdana, Arial;
font-size: 8pt;
}

.innertube a
{
  text-decoration:underline;
  color: black;
  
  
}

.innertube a:active
{
  border-bottom: 1px solid red;
  color: blue;
  font-weight: bold;
 	text-decoration: underline;
}

.innertube a:hover
{
  
  color: blue;
  border-bottom: 1px solid red;
  background-color: transparent;
}

