HTML {
	OVERFLOW: hidden;
	}
BODY {
	background-image: url(Bilder/navi_0.jpg); background-repeat:no-repeat; background-attachment:fixed;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px;
	color: #000000;
	background-color: #fca517;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	OVERFLOW: hidden; 
	}
h1 {
	font-size: 150%; 
	}
h2 { 
	font-size: 130%; 
	}
h3 { 
	font-size: 110%; 
	}
a img {
/*	border: 0; */
	}
.t90 {
	width: 90%;
	}
#kopf {
	background-image: url(Bilder/kopf_0.jpg); background-repeat:no-repeat;
	height: 132px;
	margin: 0px;
	}
DIV#container {
	OVERFLOW: auto; 
	margin-left: 300px;
	padding-top: 15px;
}
.text { 
	font-size: 80%; 
	margin-top: 0em; 
	margin-bottom: 1em;
	}
.text_justify { 
	font-size: 80%; 
	margin-top: 0em; 
	margin-bottom: 1em;
	text-align: justify;
	}
#footer {
	WIDTH: 99.7%; HEIGHT: 17px
	margin: 0px;
}
#footerMain {
	BORDER-RIGHT: #aa602e 1px solid; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: #aa602e; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	OVERFLOW: hidden; 
	BORDER-LEFT: #aa602e 1px solid; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	HEIGHT: 17px
}
#footerMain #footerText {
	DISPLAY: block; 
	FONT-SIZE: 9px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	FLOAT: right; 
	WIDTH: 500px; 
	MARGIN-RIGHT: 10px; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	HEIGHT: 15px; 
	TEXT-ALIGN: right
}
#footerMain UL {
	FONT-SIZE: 9px; 
	COLOR: white; 
	MARGIN: 1px 0px 0px 0px; 
	LIST-STYLE-TYPE: none
}
#footerMain LI {
	DISPLAY: inline; 
	PADDING-LEFT: 10px; 
	HEIGHT: 17px
}
#footerMain LI A {
}
/*body, textarea {
  scrollbar-base-color:#f1f1ff;
  scrollbar-3dlight-color:#B1D0FB;
  scrollbar-arrow-color:#38587D;
  scrollbar-darkshadow-color:#38587D;
  scrollbar-face-color:#fefef9;
  scrollbar-highlight-color:#c1c5c8;
  scrollbar-shadow-color:#68A1E1;
  scrollbar-track-color:#f8f4f2;
}*/
input,checkbox,textarea,select {
background-color: #ffffff; 
color: #000000; 
font-family: "verdana","helvetica","sans-serif","arial";
font-size: 10px;
font-weight: 800;
border: 1px; 
border-style: solid; 
border-color: black;
}
/*----------------------------------------------------------------------------*/ 
option {
background-color: #ffffff; 
color: #000000; 
font-family: "verdana","helvetica","sans-serif","arial";
font-size: 10px; 
font-weight: 800;
border: 0px; 
}
/*----------------------------------------------------------------------------*/ 
.radio { 
border: 0px; 
background-color:transparent;
}
/*----------------------------------------------------------------------------*/ 
input:focus { 
background-color:#C0FFC0;
}
/*----------------------------------------------------------------------------*/ 
.button {
background-color: #aa602e; 
cursor: hand; 
font-family: "verdana","helvetica","sans-serif","arial";
color: #ffffff;
font-size: 10px; 
font-weight: bold; 
border: 1px; 
border-style: solid; 
border-color: white;
}
/*----------------------------------------------------------------------------*/ 
#menu {
	float: left;
	width:180px;
	height: 100%;
	list-style: none;
	padding-right: 80px;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: 132px;
	margin-left: 0;
	position:absolute;
    }
#menu a {
	display: block;
    padding:2px 10px;
    text-decoration:none;
    font-size:100%;
    font-weight:bold;
    color:white;
    }
#menu a.hover {
    background:#aa602e;
    color:yellow;
    }
#menu span {
    display:none;
    }
#menu li {
	padding: 2px;
	margin: 4px;
	}
#subnav {
    font-size:100%;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
.systemOk {color: #009900; font-size: smaller;}
.systemDel {color: #990000; font-size: smaller;}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:black;
    font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fca517;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
