html, body {
  height: 100%;
  width: 100%;
}
img {
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url('../pics/elements/back.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: 'Verdana', 'Times New Roman', serif;
	color: #bcbcbc;
	a:link color: #b40101
}

h1 {
	margin: 5px 0px 20px;
	padding: 0px;
	text-align: center;
	font-size: 25px;
	color: #bcbcbc;
}


.short_logo_back {
	background-image: url('../pics/elements/short_logo.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
.content {
	vertical-align: top;
	font-size: 11px;
	line-height: 24px;
	text-align: left;
}

.content a{
	color: #D20000;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}


td .c2l1-left{
	vertical-align: top;
	font-size: 11px;
	padding: 0px 40px 0px 0px;
	line-height: 24px;	
}
td .c2l1-middle{
	vertical-align: top;
	font-size: 11px;
	padding: 0px 0px 0px 40px;
	line-height: 24px;	
}

.footer_logo_back {
	background-image: url('../pics/elements/logo_footer.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.footer_text {
	vertical-align: top;
	font-size: 9px;
}
.footer_spacer {
	padding: 0px 10px;
	color: #555;	
}


/**** SCROLLBAR IMMER EINBLENDEN ****/

	#gecko_scrollbar {
	 	display: none;
	}
	html>body #gecko_scrollbar {
		position: absolute;
		z-index: 1;
		bottom: -1px;
		left: 0;
		width: 1px;
		height: 1px;
		display: block;
		font-size: 0;
	}
	
/**** ENDE SCROLLBAR IMMER EINBLENDEN ****/


/****************/
/* MENUE        */
/****************/
.main_menu_left {
	vertical-align: top;
	padding: 20px 0px 0px 0px;
	text-align: right;
}
.main_menu_right {
	vertical-align: top;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
.menu a {
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}
.menu a:hover {
	color: #D20000;
	text-decoration: underline;
}
.main_menu_left .menu a:hover {
	background-image: url('../pics/menu/left_active.gif');
}
.main_menu_right .menu a:hover {
	background-image: url('../pics/menu/right_active.gif');
}
.main_menu_left .menu a{
	display: block;
	width: 150px;
	height: 25px;
	background-image: url('../pics/menu/left.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
}
.main_menu_left .menu_active a{
	display: block;
	width: 150px;
	height: 25px;
	background-image: url('../pics/menu/left_active.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
}
.main_menu_right .menu a{
	display: block;
	width: 150px;
	height: 25px;
	background-image: url('../pics/menu/right.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
}
.main_menu_right .menu_active a{
	display: block;
	width: 150px;
	height: 25px;
	background-image: url('../pics/menu/right_active.gif');
	background-repeat: no-repeat;
	background-position: left 5px;
}
.menu_active a {
	color: #D20000;
	font-size: 17px;
	text-decoration: none;
}
.menu_active a:hover {
	text-decoration: underline;
}




.acronym {
	border-bottom: 1px dotted #777;
	color: #777;
	cursor: pointer;
}

#overDiv table {
	background-color: #71BE44;
}

#overDiv table td {
	padding: 0px;
}

.overlib {
	color: #B9F198;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
}

.overlib_h {
	color: white;
	font-weight: bold;
}

.error {
	border: 1px solid red;
}