body, html, img, div, span, a, h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:#FFF url(../images/bg.jpg) 0 0 repeat-x;
	}

#container {
	background:#FFF url(../images/bg_main.jpg) 0 329px no-repeat;
	width:770px;
	margin:0 auto;
	}
	
#navigation {
	background:url(../images/bg_navi.jpg) 0 0 no-repeat;
	height:26px;
	padding:10px 0 0 15px;
	}
	
#navigation a {
	font:14px Arial;
	color:#666;
	padding:0 32px;
	text-decoration:none;
	display:block;
	float:left;
	}
	
#navigation a:hover {
	color:#cc6600;
	}
	
.trennung {
	background:url(../images/navi_trennung.jpg) right top no-repeat;
	}
	
#main {
	background:url(../images/bg_main.jpg) 0 0 no-repeat;
	}
	
#left {
	float:left;
	width:196px;
	padding:20px 25px 0 38px;
	}
	
#right {
	float:right;
	width:455px;
	font:12px/19px Arial;
	color:#333;
	padding:20px 35px 20px 0;
	}
	
#right a {
	color:#66c3de;
	}
	
h1 {
	font:bold 14px Arial;
	color:#cc6600;
	padding:0 0 10px 0;
	}
	
#right p {
	padding:0 0 10px 0;	
	}
	
.nachoben {
	display:block;
	background:url(../images/nachoben.gif) left 8px no-repeat;
	color:#66c3de;
	text-decoration:none;
	font-weight:bold;
	float:right;
	padding:0 0 0 20px;
	}
	
#content {
	padding:20px 35px;
	}
	
#footer {
	float:none;
	clear:both;
	border-top:1px solid #ececec;
	text-align:center;
	font:11px/18px Arial;
	color:#CCC;
	padding:20px 0;
	}
	
#footer a {
	font:11px/18px Arial;
	color:#66c3de;
	padding:0 10px;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
.smalltext {
	font-size:10px;
	line-height:14px;
	}
	