/* ---------- Allgemeine Einstellungen ---------- */
body 	{ 
	color: #000000;
	background-color: #FFFFFF; 
	font-family: Arial,sans-serif; 
	font-size: 12px; 
	}
td {
	font-size: 12px;
}
h1 { 
	color: #000000; 
	background-color: transparent; 	
	font-size: 30px; 
	line-height: 30px;
	font-family: Arial, sans-serif; 
	font-weight: 700;
	text-align: right;
	position: fixed; 
	top: 0px; 
	width: 98%; 
	padding-right: 40px;
  z-index:300;
	}
h2 { 
	color: #999999; 
	background-color: transparent; 
	font-size: 29px; 
	font-family: Arial, sans-serif; 
	font-weight: 700;
	text-align: right;
	position: fixed; 
	top: 60px; 
	width: 98%; 
	padding: 2px;
	padding-right: 100px;
	display: block; 
  z-index:300;
	}
h6 {
	color: #000000; 
	background-color: transparent; 	
	font-size: 10px; 
	line-height: 10px;
	font-family: Arial, sans-serif; 
	font-weight: 100;
	text-align: right;
	position: fixed; 
	top: 59px; 
	width: 98%; 
	padding-right: 40px;
  z-index:300;
	}	
h3 { color: #999999; font-size: 14px; font-family: Arial, sans-serif; width:100%; border-bottom: 1px solid #ff9900;}
h4 { color: #FF9900; font-size: 16px; font-family: Arial, sans-serif; }
h5 { color: #000000; font-size: 14px; font-family: Arial, sans-serif; }
/* ---------- standardlinks ---------- */
a:link {
	color: #FF9900; 
	text-decoration:none; 
	font-size:12px;
	font-weight:bold;
}
a:visited {
	color: #FF9900; 
	text-decoration:none; 
	font-size:12px;
	font-weight:bold;
}
a:hover {
	color: #606060; 
	text-decoration:underline; 
	font-size:12px;
	font-weight:bold;
}
/* ---------- Kopfbereich  ---------- */
#logo {
	position:fixed;
	z-index: 60;
	top: 19px;
	left: 40px;
	}
#kopf {
	position:fixed;
	z-index: 50;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 90%;
	background-image: url(grafik/bg1.gif);
	background-attachment: fixed;
	background-color: #FFFFFF;
	}
/*  ---------- linker Bereich ---------- */
#links {
	position: fixed;
	z-index: 30;
	top: 150px;
	left:0px;
	padding-left: 25px;
	width: 170px;
	height:400px;
/*	background-image:url(grafik/nav_bg.gif);
	background-position: 0px 130px;
	background-attachment:fixed;
	background-repeat:no-repeat; */
	}

#update {
	position: fixed;
	bottom: 10px;
	left: 60px;
}
#sprache {
	position: fixed;
	top: 90px;
	left: 240px;
  z-index:200;
}
/* ---------- Inhaltsbereich ---------- */
#inhalt {
	position: absolute;
	z-index: 10;
	top: 150px;
	left: 240px;
	height: 360px;
	width: 60%;
	padding-bottom: 30px;
	padding-right: 8px;
    vertical-align: top;  
   	padding-left: 20px;
	border-left: 1px solid #000000;          
}
