<!--
body {
	text-align:center;
	background:url(../images/design/bg_muster.jpg);
	color:#660;
}

a:link {color:#330;}
a:visited {color:#660;}
a:focus {color:#000;}
a:hover {color:#000;}
a:active {color:#000;}

/* Hintergrund-Bild */
#innerbody {
	padding:0 1em 1em 1em;
	background:url(../images/design/bg_verlauf.jpg) repeat-x;
}

/* Infoboxen */
#infobox1, #infobox2 {
	width:10em; border:1px solid red; display:none;
}
#infobox1 {
	float:left;
}
#infobox2 {
	float:right;
}

/* Gesamte Seite */
#page {
	margin:0 auto; width:722px;
	text-align:left;
}

/* Header */
#header {
	width:720px;
	text-align:center;
	border-style:solid;
	border-color:#CC9;
	border-width:0px 1px;
}

#header h1 {
	background:url(../images/design/header_netzgewebe.jpg) no-repeat top right;
	width:720px; height:100px; margin:0;
	text-indent: -5000px;
}

/* Navigation */
#navi {
	width:720px; height:380px;
	border-style:solid;
	border-color:#CC9;
	border-width:0px 1px;
	background:url(../images/design/navi_bg.jpg) no-repeat top right;
	position:relative;
}

#navi ul {
	width:400px; height:280px; margin:0; padding:0;
	background:url(../images/design/navi_buttons.jpg);
	position:absolute; bottom:0px; left:160px;
	overflow:visible;
}
#navi li {
	margin:0; padding:0; height:100%; display: block;
	position:absolute; top:0;
	list-style: none;
}
#navi a {
    height:100%; display: block;
}
.hide {
	display:none;
}
#panel1 {left:0; width:200px; z-index:1;}
#panel1 a:hover {background:url(../images/design/navi_buttons.jpg) 0 -280px no-repeat;}
#panel2 {left:100px; width:120px; z-index:3;}
#panel2 a:hover {background:url(../images/design/navi_buttons.jpg) -100px -560px no-repeat;}
#panel3 {left:200px; width:100px; z-index:4;}
#panel3 a:hover {background:url(../images/design/navi_buttons.jpg) -200px -280px no-repeat;}
#panel4 {left:210px; width:200px; z-index:2;}
#panel4 a:hover {background:url(../images/design/navi_buttons.jpg) -210px -560px no-repeat;}




/* Content */
#main {
	width:680px; padding:0px 20px 30px 20px;
	border-style:solid;
	border-color:#CC9;
	border-width:0px 1px;
	background:url(../images/design/main_bg.jpg) repeat-y top right;
}
#location {
	font-size:0.75em; line-height:2em; padding-bottom:2em; color:#996;
}
#content {
	width:42em; max-width:660px;
}
#content_bottom {
	float:right; text-decoration:none;
}

/* Footer */
#footer {
	width:680px; height:99px; padding:0px 20px;
	text-align:center; font-size:0.75em; line-height:2em; color:#996;
	border-style:solid;
	border-color:#CC9;
	border-width:0px 1px 1px 1px;
	background:url(../images/design/footer_bg.jpg) no-repeat top right;
	position:relative;
}
#pageinfo {
	text-align:left;
	position:absolute; bottom:10px; left:20px;
}
#legal {
	text-align:right;
	position:absolute; bottom:10px; right:20px;
}
-->