/* CSS Document */

/****************************************************************************************
grundlegende Einstellungen
****************************************************************************************/
body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	background-color: #b6b6b6;
	}
	
p{
	margin: 0px;
	padding:0px;
	}
	
h1{
	font-size: 17px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	}
	
h2{
	font-size: 14px;
	font-weight: bold;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding: 0px;
	}
	
h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
	}
	
ul{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.links{
	margin-top: 6px;
	}
	
/****************************************************************************************
Navigation
****************************************************************************************/
	
.navi_td{
	width: 200px;
	height: 40px;
	background-image: url(media/system/navi_td.gif)
	}

.navi_td:hover{
	background-image: url(media/system/navi_td_hover.gif)
	}
	
.navi_td_click{
	background-image: url(media/system/navi_td_click.gif)
	}
	
/****************************************************************************************
Layout
****************************************************************************************/

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 100&;
	}
	
#head{
	height: 192px;
	width: 980px;
	background-image: url(media/system/head.gif);
	position: relative;
	padding: 0px;
	margin: 0px
	}
	
#navi{
	padding: 0;
	margin: 0;
	width: 200px;
	position: absolute;
	top: 192px;
	left: 0px;
	z-index: 2;
	}
	
#content{
	position: absolute;
	top:212px;
	left:200px;
	padding: 5px;
	width: 770px;
	background-color:#eaeaea;
	}
	
#infobereich{
	position: absolute;
	top: 472px;
	left: 0;
	width: 200px;
	}
	
#balken-oben{
	position: absolute;
	top: 192;
	left: 200px;
	width: 780px;
	height: 20px;
	background-image: url(media/system/top_content.jpg)
	}
	
#balken-links{
	position: absolute;
	top: 0px;
	left: -20px;
	width: 20px;
	height: 100%;
	background: url(media/system/left_content.jpg) no-repeat;
	z-index: 1;
	}
	
#linie-rechts{
	position: absolute;
	top: 212px;
	left: 980px;
	width: 2px;
	height: 100%;
	background-color: 6b6bb2;	
	}
