
/* Hauptlayout ############################################################# */
/* --- Positionierungen ---*/
body {
	scrollbar-face-color:#81a257;
	scrollbar-highlight-color:#81a257;
	scrollbar-3dlight-color:#613c0c;
	scrollbar-darkshadow-color:#81a257;
	scrollbar-shadow-color:#613c0c;
	scrollbar-arrow-color:#613c0c;
	scrollbar-track-color:#81a257;
	background-color: #81A257;
}

#border {
	position: relative;
	width: 100%;
	height: 100%;
}

#head {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #20610c;
	width: 980px;
	height: 18px;
}

#left {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 180px;
	height: 526px;
	background-color: #dde2a0;
	overflow: hidden;
}

#center {
	position: absolute;
	left: 180px;
	top: 18px;
	width: 640px;
	height: 526px;
	background-color: #f4f7cc;
	background-image:url(images/randlinks.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#right {
	position: absolute;
	left: 820px;
	top: 18px;
	width: 160px;
	height: 526px;
	background-color: #81A257;
	background-image:url(images/randrechts.jpg);
	background-repeat:no-repeat;
}

#bottom {
	position: absolute;
	left: 0px;
	top: 544px;
	width: 980px;
	height: 18px;
	background-color: #20610c;
}

#content_frm {
	position: absolute;
	left: 188px;
	top: 56px;
	overflow:auto;
	width: 792px;
	height: 480px;
}

#content {
	/* background-color: #200000; */
	width: 572px;
}

#direct_lnk {
	position: absolute;
	left: 188px;
	top: 22px;
	overflow: hidden;
	width: 572px;
	height: 30px;
	text-align: left;
}

#news_frm {
	float: right;
	margin: 4px;
	overflow: hidden;
	width: 232px;
}


/* Hauptlayout ############################################################# */
/* --- Formatierungen ---*/

#direct_lnk .direct {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#direct_lnk .direct a:link {
	font-size: 10px;
	color: #a45f05;
}

#direct_lnk .direct a:hover {
	font-size: 10px;
	color: #73c759;
}

#direct_lnk .direct a:active {
	font-size: 10px;
	color: #ff0000;
}

#direct_lnk .direct a:visited {
	font-size: 10px;
	color: #124403;
}

#bottom A {
	color:#F4F7CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

#bottom A:Hover {
	color:#dde2a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
}


/* ################ Linkes Menu ################### */

#menu {
	padding: 32px 0px 16px;
}

#menu A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #DDE2A0; color: #124403;
	/* width: 100px; */
}

#menu .menu2 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#menu A:hover {
	background-color: #F4F7CC; color: #CC6600;
}

.menu1 A{
   padding: 4px 2px 4px 20px;
   display: block;
}

.menu2 A{
   padding: 3px 2px 3px 35px;
   display: block;
}

.menu1 A:hover {
   background-image: url(images/level_1.gif);
   background-repeat: no-repeat;
   background-position: 0px center;
}

.menu2 A:hover {
   background-image: url(images/level_2.gif);
   background-repeat: no-repeat;
   background-position: 20px center;
}

#menu .menu1 .no { }
#menu .menu1 .act { color: #CC6600; }
#menu .menu1 .cur {
	background-color: #F4F7CC;
	background-image: url(images/level_1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#menu .menu2 .no { }
#menu .menu2 .act { color: #CC6600; }
#menu .menu2 .cur {
	background-color: #F4F7CC;
	background-image: url(images/level_2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}


/* Inhaltselemente ############################ */

HR {
     border: 1px solid #124403;
}

A {
     color: #81a257;
}

A:hover {
	/* background-color: #80ffff; */
}

A.mailLink {

}

A.httpLink {

}

A.link {

}

A.mail {

}

img.link_img {
   border: 0px;
}

.filelist {
	margin: 16 0px;
}

.filelist_item {
	font-family: Arial, Helvetica, sans-serif;
	margin: 18px 4px;
	/* border: 1px solid #FF0000; */
}

.filelist_item img {
	border: 0px;
	margin: 0px 8px 0px 2px;
	/* margin-bottom: 16px; */
	float: left;
}

.filelist_item .desc {
	font-size: 12px;
                margin-left: 40px;
}

.filelist_item .size {
	font-size: 10px;
	margin: 16px;
        margin-right: 32px;
	vertical-align: bottom;
        white-space: nowrap;
}

.filelist_item  {
	clear: both;
}


