.logo {
height:181px;
width:177px;
float:left;
background-image: url('logo.jpg');
}

img {
	border: 0
	}


.menulink {
font-size:110%;
font-weight: bolder;
color: #3333cc;
border: 0;
}

.toy {color: #fff; background-color: #fff; border: 2px dotted #414141; border-style: none none dotted; }

body{
font-family : Verdana;
font-size : 12px; 
margin:0;
padding:0;
line-height: 1.5em;
color: #414141;
}

a{text-decoration: none;
color: #414141;
border: 0;
}

a:link {text-decoration: none;
color: #414141;
border: 0;
}
a:visited { text-decoration: none;
color: #414141;
border: 0;
}
a:hover {text-decoration: none;
color: #dedede;
border: 0;
}
a:active {text-decoration: underline;
color: #dedede;
border: 0;
} 

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 60px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 470px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#rightcolumn{
float: left;
width: 140px; /*Width of right column in pixels*/
margin-left: -620px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth) en zou dus 660 moeten zijn geen 620*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: #fff;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

