@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	/* overflow: scroll;  => für den IE nicht sinnvoll */
}
	
#bgbody	{
	text-align:center;
	background:url(../img/bg_body.gif) repeat-y center top;
}

#mainheader {
	margin:0 auto;
	background: url(../img/bg_header.gif) no-repeat center;
	padding-left: 1px;
	width:850px;
	height:89px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;	
}

#headercontent {
	padding: 10px 0 0 0;
	margin: auto 20px auto auto;
	text-align:right;
	height:60px;
	width:650px;
	font-size:12px;
	color:#EEEEEE;
}

#nlb {
	border: none;
}

#nlb img {
	border: none;
}

#hlogo {
	margin-left:15px;
	float:left;
}

#htxt{
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
	color: #444444;
}

a.htxt_a:link { text-decoration:underline; color:#444444; }
a.htxt_a:visited { text-decoration:underline; color:#444444; }
a.htxt_a:hover { text-decoration:none; font-weight:bold; background-color: #000000;color:#444444; }
a.htxt_a:active { text-decoration:none; color:#444444;}
a.htxt_a:focus { text-decoration:none; color:#444444;}

a.subnav_a:link { text-decoration:none; color:#444444; font-weight: bold;}
a.subnav_a:visited { text-decoration:none; color:#444444; font-weight: bold;}
a.subnav_a:hover { text-decoration:none; color:#f13c25; font-weight: bold;}
a.subnav_a:active { text-decoration:none; color:#f13c25; font-weight: bold;}
a.subnav_a:focus { text-decoration:none; color:#f13c25; font-weight: bold;}

#navbar {
	font-size:12px;
	font-weight:bold;

  /* height: 40px;  /* GRAFISCHE NAVIGATION */

  height:38px; 
	margin-left:20px;
	/*padding-top:3px;*/
	width:810px;
	/* float:left; */
	border-bottom: 2px solid #f13c25;
	border-top: 2px solid #006cb7;
}

#searchSubnav
{
  font-size: 11px;
  float: left;
  
  margin-left: 20px;
  padding-top: 2px;
}

#subnavbar {
	font-size:11px;
	
	float: right;

  /* height: 40px;  /* GRAFISCHE NAVIGATION */

  /*height: 38px;*/ 
	margin-right: 20px;
	padding-top: 3px;
	/*padding-right: 5px;*/
	
	/*width:810px;*/
}

#navbar_cl {
	margin-top:0px;
}

.navitem {
	border-top: 1px #EDEDED solid;
	border-left: 1px #EDEDED solid;
	border-bottom: 1px #888888 solid;
	border-right: 1px #888888 solid;
	height: 36px;
	line-height: 36px;
	float:left;
	padding: 0 5px;
	background: url(../img/fade_btn.gif);
	font-size: 0.9em;
}

.rnav {
	float: right;
}

.multiline {
	line-height: 18px;
}

.navitem a:link { color:#000000; font-weight: normal; text-decoration: none;}
.navitem a:visited { color:#000000; font-weight: normal; text-decoration: none;}
.navitem a:hover { color:#f13c25; text-decoration: underline;}
.rnav a:hover { color:#006cb7; text-decoration: underline;}

#tnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tnav li {
	float: left;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}

#tnav li.right {
	float: right;
}

#tnav li.rightsus {
  float: right;
}
#tnav li.rightdvs {
  float: right;
}

#tnav a {
	border-top: 1px #EDEDED solid;
	border-left: 1px #EDEDED solid;
	border-bottom: 1px #888888 solid;
	border-right: 1px #888888 solid;
	height: 36px;
  line-height: 36px;
	float:left;
	padding: 0 5px;
	background: url(../img/fade_btn.gif);
	font-size: 0.9em;
	
	text-decoration: none;
	color:#000000;
}

#tnav li.rightsus>a {
  background: url(../img/sus.gif) no-repeat;
  width: 81px;
  height: 36px;
  padding: 0;
}

#tnav li.rightdvs>a {
  background: url(../img/dvs.gif) no-repeat;
  width: 81px;
  height: 36px;
  padding: 0;
}

#tnav li a:link { color:#000000; font-weight: normal; text-decoration: none;}
#tnav li a:visited { color:#000000; font-weight: normal; text-decoration: none;}
#tnav li a:hover { color:#f13c25; text-decoration: underline;}
#tnav li.right>a:hover { color:#006cb7; text-decoration: underline;}

.terminator
{
  clear: both;
}
