/* Standard CSS wird noch erweitert (Ausrichtung und Positionierung) */

/* als ersten tag-Eigenschaften, dann IDs, zuletzt Klassen */
/* alle Namen in Kleinbuchstaben */

/* allgemeingültige Schriftformatierung, wirkt sich auf alle Elemente aus */
/* font:font-size/line-height font-weight font-style font-family; */
* {
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
}
/* Hintergrundbild und -farbe, Bild sollte immer so heissen */
body {
	background:#FFFFFF url(bilder/bg_verlauf.jpg) repeat-y;
	text-align:center;
	height:560px;
	overflow:hidden;
}
p.bodytext {
        margin:0 0 10px;
}
/* Üerschriften geht bis h6 */
h1{
	font:20px bold Verdana, Arial, Helvetica, sans-serif;
}
h2{
	font:18px bold Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font:16px bold Verdana, Arial, Helvetica, sans-serif;
}
/* Listenformatierung */
ul {
	margin-left:20px;
}
li {
	list-style-type:square;
}
strong {
        font-weight:bold;
}
/* Link-Zustände, hier unterstrichen */
a {
	text-decoration:underline;
	color:#C00;
}
a:visited {
	color:#C00;
}
:hover {
	color:#000;
}
:active {
	color:#C00;
}
/* Container mit Positionierung */
#frame {
	position:relative;
	/*background:#FFF;*/
	width:925px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	top:80px;
	text-align:left;
	/*border:1px solid #999;*/
	z-index:10;
}
#rahmen {
	position:relative;
	background:#FFF;
	width:925px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	top:-400px;
	z-index:1;
	border:1px solid #999;
}
* html #rahmen{height:482px;top:-595px;}
#logo {
	position:relative;
	top:-70px;
	left:-1px;
	z-index:100;
	width:156px;
	height:0px;
	overflow:visible;
}
#container_navi {
	position:relative;
	top:0px;
	left:15px;
	z-index:10;
	float:left;
	width:160px;
	z-index:20;
}
* html #container_navi {top:-195px;}
#container_content {
	position:relative;
	top:1px;
	left:30px;
	float:left;
	z-index:20;
	width:735px;
	height:480px;
	text-align:left;
	z-index:30;
}
* html #container_content{top:-194px;left:29px;}
#links{
	float:left;
	width:335px;
	padding:80px 10px 0px 20px;
	z-index:31;
}
* html #links{width:365px;}
#rechts{
	float:right;
	width:340px;
	padding:80px 20px 0px 10px;
	z-index:32;
	height:400px;
	overflow:auto;
}
* html #rechts{width:370px;}
#navi {
	#height:300px;
	position: relative; 
  	top: 130px;
  	z-index:21;  
}
.main_navi_item{
	margin:10px 0;
}
