body {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
	background-image: url(../bilder/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#banner {
	width:468px;
	height:60px;
	float: right;
	margin-top: 10px;
	margin-right: 42px;
	background-color: #FFF;
}
a {
	color: #666;
}
a img {
	border:none
}
a:hover {
	color:#B7B7AD;
	text-decoration:none;
}
p {
	margin:0;
	padding:0;
	line-height: 19px;
	color: #333;
}
ul, li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
}
#main {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:960px;
}
#box1 {
	height: auto;
	width:498px;
	float: left;
	background-image: url(../bilder/box1bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
}
#box2 {
	height: auto;
	width:248px;
	float: right;
	background-image: url(../bilder/box2bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
}
#header {
	background-image:url(../bilder/header.jpg);
	background-repeat:no-repeat;
	height:232px;
	background-position: center;
	margin-top: 55px;
}
#content {
	padding-right: 42px;
	padding-left: 20px;
	background-color: #FFF;
}
.clear {
	clear:left;
}
p.footer {
	height: 35px;
	font-size: 11px;
	padding-left: 50px;
}
