/** 
(c) a3 systems GmbH
CSS-Datei zum initialisieren der verschiedenen Browser
Alle HTML-Dateien sollten folgenden Doctype besitzen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"    "http://www.w3.org/TR/html4/strict.dtd">
getestet fuer:
IE 5.5
IE 6.0
NS 6.0 
NS 7.0
Mozilla 1.7
Konqueror
Opera 7.51
**/

HTML {
  border-width: 0px;
  width:100%;
  height:100%;
}

BODY {
  border-width:0px;
  padding: 0px;
  margin:0px;
  height:100%;
  background-image:url(images/body_bg.jpg);
  background-position:center;
  background-repeat:repeat-y;
  background-color: #f7f7f7; 
  color: white;
}

BODY, TEXTAREA, TD {
  font-size: 12px;
  font-weight: normal;
  font-family: verdana,trebuchet ms,arial,helvetica;
}

TABLE, TD, DIV, SPAN, IMG, A, {
  margin: 0px;
  padding: 0px;
  border-width:0px;
}

TABLE {
  border-collapse: collapse;
}

TD {
  vertical-align:top;
}

/** END INIT **/



h1 {
	color:094474;
	font-weight:100;
	font-size:28px;
	margin-left: 10px;
	margin-top: 5px;
	
}

A { 
  color: #627694;
  text-decoration: none;
}

A:HOVER { 
  text-decoration: underline;
}

.headline1 { 
  color: #222222;
  margin-top:20px;
  margin-bottom: 5px;
  font: bold 16px trebuchet ms,arial,veradana,helvetica;
  display:block;
}

.standard { 
  color: black;
  font: normal 14px arial,verdana,helvetica;
  line-height: 140%;
}

#header_image {
	width: 975px;
	height: 174px;
	overflow: hidden;
}


DIV.topheadline { 
  color: #e48b05;
  font-size: 18px;
 /* font-weight:bold;*/
  padding:5px;
  padding-left:15px;
}

DIV.content { 
  border-top: solid 0px #666666;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  margin-left:15px;
  margin-right:15px;
  margin-top:5px;
  color: black;
  font: normal 14px arial,verdana,helvetica;
  line-height: 140%;
}




DIV.teaser { 
  border-top: solid 0px #666666;
  margin-left:40px;
  margin-right:40px;
  margin-top:40px;
  color: black;
  font: normal 14px arial,verdana,helvetica;
  width: 640px;
  padding-top: 10px;
  position:relative;
  height: 130px;
}


DIV.teaser .headline { 
  color: #222222;
  margin-top:0px;
  margin-bottom: 5px;
  font: bold 16px trebuchet ms,arial,veradana,helvetica;
}






TABLE.main { 
  width: 100%;
  margin-left: 0px;
}

TABLE.mainnav { 
  width: 974px;
  height:31px;
  background-image:url(images/mainnav_bg.jpg);
  background-repeat:repeat-x;
  /*margin-top: 2px;*/
  border-top: solid 4px #0b4576;
}






#main_nav ul {
	margin: 0px;
	padding: 0px;
	height: 32px;
}

#main_nav ul li {
	display:inline;
	float: left;
	width: 150px;
	border: solid 0px #000000;
	height: 27px;
	background-image:url(images/mainnav_font.gif);
	background-repeat:repeat-x;
	text-align:center;
}


#main_nav ul li a {
	color: #094474;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding-top: 5px;
	height: 27px;

}


#main_nav ul li.selected a, #main_nav ul li.selected a:hover {
	background:#0b4576;
	color: #ffffff;
}


#main_nav ul li a:hover {
	background: #e6e6e6;
}

#main_nav ul li.selected a{
	color: #ffffff;
}

#main_nav ul li.selected a span {
	color: #ffffff;
}














TABLE.subnav div.subnavbox { 
  padding-top:20px;
  padding-left: 8px;
  height: 100%;
}

TABLE.subnav div.subsubnavbox { 
  padding-top:2px;
  padding-left: 8px;
  height: 100%;
}

TABLE.subnav div {
	height: 25px;
	padding-top: 8px;
	padding-left: 15px;
}

TABLE.subnav div.selected {
	background-image:url(images/subnav_act.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

TABLE.subnav div.selected A {
	color: #094474;
}

TABLE.subnav A { 
  color: #094474;
  font-weight:600;
  font-size:14px;
}

TABLE.subnav A:HOVER { 
  color: #094474;
  text-decoration: none;
}


DIV.content TD {
  color: black;
  font: normal 12px arial,verdana,helvetica;
  line-height: 140%;
}


TABLE.formular TD {
  color: black;
  padding:4px;

}

TABLE.formular TD INPUT  {
  width: 250px;
}


.mainmenu_left {
	display:inline;
	float:left;
	background-image:url(images/button_left.png);
	width: 7px;
	height: 24px;
}

.mainmenu_content {
	display:inline;
	float:left;
	/*background-color: #edede5;*/
	background-color:#dbdbd4;
	height: 24px;
}

.mainmenu_right {
	display:inline;
	float:left;
	background-image:url(images/button_right.png);
	width: 7px;
	height: 24px;
}

.main_nav_list{
	margin-left: 15px;
	padding: 0;
}

.main_nav_list li{
	display:inline;
	float:left;
	margin-right: 30px;
}

#mycontent {
	padding-bottom: 30px;
	color: #003366;
	background-image:url(images/logo_fili.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#mycontent a {
	color:#0066CC;
	text-decoration:underline;
}
