
body {
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#333333;
}

#mid{
padding-left:80px;
padding-top:10px;
}

td{
font-family: "trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height:18px;
}

tr{
font-family: "trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height:18px;
}

#content{
width: 650px;
}
.paginatitel {
	font-family: "trebuchet MS";
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	color:#687BA5;
}
.tekst{
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height:18px;
}

.maintitle{
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight:bold;
	color: #999999;
	line-height:18px;
}

.subtitle{
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color: #666666;
	line-height:18px;
}

a:link {
font-family: "trebuchet MS";
	font-size: 11px;
	line-height:18px;
	color: #687BA5;
	text-decoration: underline;
}
a:visited {
font-family: "trebuchet MS";
	font-size: 11px;
	line-height:18px;
	text-decoration: underline;
	color: #687BA5;
}
a:hover {
font-family: "trebuchet MS";
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	color: #687BA5;
}
a:active {
font-family: "trebuchet MS";
	font-size: 11px;
	line-height:18px;
	text-decoration: underline;
	color: #687BA5;
}


