/* CSS Document */

/* LAYOUT */

div#main  {
	width: 1000px;
	height: 664px;
	background-color: #FEB914;
	}
	
div#links  {
	width: 150px;
	height: 664px;
	float: left;
	}	
	
div#oben  {
	width: 850px;
	height: 129px;
	float: left;
	}	

div#content  {
	width: 680px;
	height: 505px;
	overflow: auto;
	float: left;
	background-image: url(img_allg/img_allg_bg_content.jpg);
	padding: 15px;
	padding-left: 140px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	}
	
*+html div#content {  /* Abstand oben nur fuer IE */
	margin-top: -4px;
	}
	
div#sub_navigation  {
	width: 800px;
	height: 20px;
	float: left;
	margin-top: -15px;
	margin-left: -140px;
	margin-bottom: 15px;
	}
	
div#navigation  {
	width: 170px;
	height: 310px;
	position: absolute;
	top: 193px;
	left: 94px;
	}

	
/* NAVIGATION */

.hauptnavi {
	margin-bottom: 1px;
}
	
/* TEXT & LINKS */

a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
a:hover  {
	text-decoration: underline;
	}
	
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
img  {
	border: 0px;
	}

.seitenschaltkasten {
	position: absolute;
	left: 850px;
	top:630px;
	text-align: right;
	width: 120px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background-color: #FEB914;
}
