@charset "utf-8";
/* CSS Document */

/*  generelle Deklarationen begin  */

a:link {
	color: #68A838;
	font-size: 1.0em;
	}
	
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-size: 1.0em;
}
a[href]:hover {color: #FF0000}

body {
background-color: #FFFF99;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 100%
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
}

table {
	font-size: 80%;
}

/*h6 {
font-size: 0.8em;
color: white
}
*/
/*  generelle Deklarationen end  */


/*  DIV-Deklarationen begin  */
#umalles {
	width: 960px;	/*height: 800px*/
}

#top_left_logo {
	position: fixed;
	border-left: 2px solid #68A838;
	border-top: 2px solid #68A838;
	border-bottom: 2px solid #68A838;
	padding-top: 2px;
	width: 155px;
	height: 192px
}

#navi {
	position: fixed;
	top: 195px;
	width: 190px;
	padding-top: 40px;
	padding-left: 15px;
	font-size: 0.8em;
}

#aktuell {
	position: fixed;
	top: 370px;
	width: 145px;
	padding-top: 40px;
	padding-left: 15px;
	color: #FF0000;
	font-size: 0.9em;
}

#top_mid {
	position: absolute;
	left: 190px;
	text-align: left;
	border-top: 2px solid #68A838;
	border-bottom: 2px solid #68A838;
	width: 513px;
	height: 53px;
	padding-left: 30px;
	padding-top: 30px;
}

#top_right {
	position: fixed;
	left: 703px;
	width: 83px;
	height: 68px;
	border-top: 2px solid #68A838;
	border-bottom: 2px solid #68A838;
	border-right: 2px solid #68A838;
	padding-top: 8px;
}

#main_window {
	position: absolute;
	left: 180px;
	top: 95px;
	width: 550px;
	height: 470px;
	padding-top: 15px;
	padding-right: 35px;
	overflow: auto
}

#bottom_line {
	position: absolute;
	/*left: 350px;*/
	top: 590px;
	width: 780px;
	background-color: #68A838;
	text-align: center;
	font-size: 0.8em;
	color: white
}

/*  DIV-Deklarationen end  */
.hervorheben_rot {
	color: #F00;
}
