@import url();

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	text-align: left;
	background:#E8E7D5 url(images/bg.jpg) repeat-x;
	color:#6f6f6f;
	margin:0;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h1{
	font-size:20px;
	color:#404040;
	font-weight:normal;
}

h2{
	font-size:16px;
	margin-top:30px;
	color:#404040;
	font-weight:normal;
}

a{
	text-decoration: none;
	color:#404040;
	cursor: pointer;
}

a:hover{
	color:#404040;
	text-decoration: underline;
}

div#main{
	width:700px;
	margin:0 auto;
	margin-top: 80px;
}

div#header{
	width:700px;
}

div#header h1{
	float:left;
	font-size: 24px;
	font-family: Trebuchet MS;
	color:#4f4f4f;
	margin-right: 8px;
}

div#header h2{
	float:left;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	font-family: Trebuchet MS;
	color:#4f4f4f;
	margin: 0;
}

div#header ul{
	float:right;
	list-style: none;
	margin:0;
	padding: 0;
}

div#header ul li{
	float:left;
}

div#header ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	margin-left:10px;
	line-height: 22px;
	}

div#header ul li a:hover{
	color:#4f4f4f;
}

div#header a.aktiv{
	color:#4f4f4f;
}

div#content{
	background:#fff;
	margin-top: 15px;
	padding:50px;
	min-width: 600px;
	float:left;
}

div#left{
	width:400px;
	float:left;
}

div#sidebar{
	width:200px;
	float:right;
}
div#footer {
	clear:both;
}

div#footer a{
	float:right;
	margin-top:4px;
}
