body{
margin: 0;
text-align: center;
}

div#main_container{
margin: 0 auto 0 auto;
width: 800px;
text-align: left;
}

a:link {
	color: #1155cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1155cc;
}
a:hover {
	text-decoration: underline;
	color: #dddddd;
}
a:active {
	text-decoration: none;
	color: #1155cc;
}

#wrapper {
width: 800px;
margin: 0 auto;
}

.kop-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.platte-tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.kop1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #a64d79;
	line-height: 36px;
}
.kop2 {

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}

.frame {
    width: 292px;
    height: 180px;
    margin: 0px;
    position: relative;
}

.fade {
    height: 100%;
    width: 100%;
    position:absolute;
    background: -webkit-linear-gradient(left, 
                rgba(170,170,170,1) 0%, 
                rgba(0,0,0,0) 30%,
                rgba(0,0,0,0) 70%,
                rgba(170,170,170,1) 100%
    );
}.platte-tekstlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 18px;
}
