body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background: url(../img/balken_bg_innen.jpg); background-repeat: repeat-y; float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a:link {
	color: #000;
	text-decoration: none;
	}
	
a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #b70617;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	}

/* Bilderleiste */
#img-h01 {
	z-index: 2;
	position: absolute;
	top: 149px;
	left: -1px;
	}
	
#img-h02 {
	z-index: 2;
	position: absolute;
	top: -90px;
	left: 237px;
	}
	
#img-h03 {
	z-index: 2;
	position: absolute;
	top: 149px;
	left: 237px;
	}
	
#img-h04 {
	z-index: 2;
	position: absolute;
	top: 149px;
	left: 367px;
	}

#img-h05 {
	z-index: 2;
	position: absolute;
	top: 149px;
	left: 498px;
	}
	
#img-h06 {
	z-index: 2;
	position: absolute;
	top: 149px;
	left: 628px;
	}

#balken_horizontal {
	z-index: 1;
	position: absolute;
	top: 149px;
	left: -2px;
	width: 100%;
	height: 129px;
	background-color: #eee;
	border: 1px solid white;
	}
	
/* Header */
#logo {
	z-index: 1;
	position: absolute;
	top: 36px;
	left: 555px;
	}
	
/* Navigation */
#navigation {
	z-index: 1;
	position: absolute;
	top: 305px;
	left: 368px;
	padding: 0 0 0 45px;
	width: 477px;
	color: #000;
	background-color: #eee;
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#navigation li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	}
	
.active_link {
	color: #b70617;
	font-weight: bold;
	}
	
/* Inhalt */
#content {
	z-index: 3;
	position: absolute;
	top: 300px;
	left: 412px;
	width: 405px;
	}
	
#content h1 {
	font-size: 14px;
	}
	
#content h2 {
	font-size: 12px;
	}
	
#content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#content li {
	display: block;
	padding: 0;
	margin: 0;
	}