/* ---------- Allgemeine Einstellungen ---------- */
body 	 { 
	color: #606060; 
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	background-color: #ffffff;
	background-image: url(grafik/feki_bg2.jpg);
	background-position: 250px 120px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	}
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; border-bottom:1px solid #FF9900; width:100%; display:block; }
/* ---------- 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  { 
	background-color: #ffffff; 
	background-image: url("grafik/bg1.gif"); 
	background-attachment: fixed; 
	position: fixed; 
	z-index: 50; 
	top: 0; 
	left: 0; 
	width: 90%; 
	height: 110px }
/*  ---------- 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; */
	}
ul.linksmen {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
/* ---------- Menue 1. Ebene ---------- */
li.menu a { color: #000000; text-decoration: none; background-color: transparent; background-image: url("grafik/link.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
li.menu a:visited { color: #000000; text-decoration: none; background-color: transparent; background-image: url("grafik/link.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
li.menu a:hover { color: #ff9900; text-decoration: none; background-color: transparent; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
li.menu_act a { color: #ff9900; text-decoration: none; background-color: transparent; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
li.menu_act a:visited { color: #ff9900; text-decoration: none; background-color: transparent; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
li.menu_act a:hover { color: #ff9900; text-decoration: none; background-color: transparent; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 6px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999 }
/* ---------- Menue 2. Ebene ---------- */
li.menu2 a{
	display: block;
	font-weight: 100;
	color: #606060;
	background-color: transparent;
	width: 150px;
	padding: 5px 20px; 
	text-decoration: none;
	}
li.menu2 a:visited{
	display: block;
	font-weight: 100;
	color: #606060;
	background-color: transparent;
	width: 150px;
	padding: 5px 20px;
	text-decoration: none;
	}
li.menu2 a:hover{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: transparent;
	width: 150px;
	padding: 5px 20px;
	text-decoration: underline;
	}
li.menu2_act a{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #FFFFFF;
	width: 150px;
	padding: 5px 20px;
	text-decoration: none;
	}
li.menu2_act a:visited{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #FFFFFF;
	width: 150px;
	padding: 5px 20px;
	text-decoration: none;
	}
li.menu2_act a:hover{
	display: block;
	font-weight: 100;
	color: #FF9900;
	width: 150px;
	padding: 5px 20px;
	text-decoration: underline;
	}
/* ---------- Menue speizial 1. Ebene ---------- */
li.menus a { color: #000000; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
li.menus a:visited { color: #000000; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
li.menus a:hover { color: #ff9900; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
li.menus_act a { color: #ff9900; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
li.menus_act a:visited { color: #ff9900; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
li.menus_act a:hover { color: #ff9900; text-decoration: none; background-color: #e0e0e0; background-image: url("grafik/link_act.gif"); background-repeat: no-repeat; background-position: 0 7px; display: block; padding: 3px 15px; width: 165px; border-bottom: 1px dotted #999999; text-transform: uppercase; }
/* ---------- Menue Spezial 2. Ebene ---------- */
li.menus2 a{
	display: block;
	font-weight: 100;
	color: #606060;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px; 
	text-decoration: none;
	text-transform: uppercase;
	}
li.menus2 a:visited{
	display: block;
	font-weight: 100;
	color: #606060;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}
li.menus2 a:hover{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px;
	text-decoration: underline;
	text-transform: uppercase;
	}
li.menus2_act a{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}
li.menus2_act a:visited{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}
li.menus2_act a:hover{
	display: block;
	font-weight: 100;
	color: #FF9900;
	background-color: #e0e0e0;
	width: 155px;
	padding: 5px 20px;
	text-decoration: underline;
	text-transform: uppercase;
	}
#update {
	position: fixed;
	bottom: 10px;
	left: 60px;
}
#sprache {
	position: fixed;
	top: 90px;
	left: 130px;
  z-index:200;
}
#print {
	position: fixed;
	top: 89px;
	left: 300px;
  z-index:200;
}
a.print {
	color: #000000;
	text-decoration: none;
	font-weight: 100;  
	}
a:visited.print {
	color: #000000;
	text-decoration: none;
	font-weight: 100;  
	}	
a:hover.print {
	color: #ff9900;
	text-decoration: none;
	font-weight: 100;  
	}	
/* ---------- Inhaltsbereich ---------- */
#inhalt {
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 240px;
	height: 360px;
	width: 60%;
	padding-bottom: 30px;
	padding-right: 8px;
    vertical-align: top;  
   	padding-left: 20px;
	border-left: 1px solid #000000;          
}
/* ---------- Formulardefinitionen ---------- */
.feld {
	color: #000000;
	background-color: #F0F0F0;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 1px solid #000000;
	border-top: 0px;
}
.feld200 {
	color: #000000;
	background-color: #E0E0E0;
	border-bottom: 1px solid #000000;
	width:200px;
}
.feld50 {
	color: #000000;
	background-color: #E0E0E0;
	border-bottom: 1px solid #000000;
	width:50px;
}
.button {
	color: #000000;
	background-color: #D0D0D0;
	border: 1px solid #FF9900;
	font-weight: bold;
	width:100px;
}
