body {
	font-size:12px;
	font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;
	background-color:#8b008b;
	padding:0px;
	/*background-color:#377FCA;*/
	background-image:url(../bilder/background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
a {
	text-decoration: underline;
	color:#8b008b;
}
a:visited, a:link, a:focus, a:active, a:hover{
	text-decoration: underline;
	color:#8b008b;
}
.container{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	width:900px;
	padding:75px 0px 0px 0px;
	background-color:#000000;
}
.header{
	width:900px;
	height:175px;
	background-image:url(../bilder/header.jpg);
}
.navigation{
	position:relative;
	top:59px;
	left:280px;
}
.navigation img{
	padding-right:20px;
}
.title{
	color:#8b008b;
	font-size:22px;
	font-weight:bolder;
}
.newstitle{
	color:#8b008b;
}
.newstext p{
	margin:0px;
	padding:0px;
}
.guestbook{
	height:10px;
}
.guestbook_spacer{
	border-top:1px solid #ffffff;
	width:734px;
	font-size:2px;
	height:10px;
}
.content{
	padding:20px 82px 20px 82px;
	height:500px;
	color:#ffffff;
}
html>body .content{
	height:auto;
	min-height:500px;
}
.footer{
	width:900px;
	height:72px;
	background-image:url(../bilder/footer.jpg);
}
.blue {
	background-color:#8b008b;
	color:#ffffff;
}

