




div h1#headline {
	padding-left: 30px;
}

html {
	height:100%;
     background-color: #E1E8EB;
}

body {
     height:100%;
     margin:0%;
     padding:0%;
     background-color: #E1E8EB;
}

div.wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index:0;
}

input.search {
	margin-right:0px;
	vertical-align:bottom;
	margin-top:3px;
	padding:0;
}

div.left {
	
	position: absolute;
	top: 0px;
	left: -1px;
/*	background-image: url(/img/left_top.jpg);*/
	background-repeat: no-repeat;
	height: 100%;
	width: 129px;
	background-color: #E1E8EB;
	border-top: 0px;
	border-bottom: 0px;
	padding:0;
	z-index: 2;
}

a:link {
 	color:#87848F;
	font-weight: bold;
	text-decoration: none;
}
 
a:visited {
 	color:#87848F;
	font-weight: bold;
	text-decoration: none;
}
 
a:hover {
 	color:#63616C;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
 	color: #63616C;
	font-weight: bold;
	text-decoration: none;
}


div.left_languageswitch {
	text-align: right;
	font-family:verdana, sans serif;
	font-size: 0.7em;
	position: absolute;
	padding: 0px;
	right:5px;
	top: 135px;
	z-index: 3;
}

div.left_languageswitch a:link {
        font-weight: normal;
        text-decoration: none;
}

div.left_languageswitch a:visited {
        font-weight: normal;
        text-decoration: none;
}

div.left_languageswitch a:hover {
        font-weight: normal;
        text-decoration: none;
}

div.left_languageswitch a:active{
        font-weight: normal;
        text-decoration: none;
}




/* this line goes through the right top area */
div.right_top {
	margin: 0%;
	padding: 0%;
	position:absolute;
	top: 0px;
	left: 128px;
	width: 602px;
	height: 17px;
	background-color: #5e5268;
	line-height: 10px;
	font-size: 9px;
	z-index: 2;
}

/* this area contains the logo */
div.right {
	position: absolute;
	top: 0px;
	left: 129px;
	margin: 0px 0px 0px 0px;
	padding-top: 16px;
	float: left;
	height: 92px;
	width: 600px;
	background-image:url(/img/logo.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color: #fff;
	z-index: 1;
}

div.throughline {
	position: absolute;
	top: 108px;
	left:-1px;
	background-color: #CCCCCC;
	height: 21px;
	min-width: 100%;
	z-index:1;
}

div.main_navi {
	
	padding: 0%;
	margin: 0%;
	position: absolute;
	top: 0px;
	left: 129px;
	float: left;
	width: 600px;
	height: 21px;
	border-right: 1px solid #989C9F;
	border-left: 1px solid #989C9F;

	z-index:1;
}

ul#navi {
	margin: 0%;
	padding-left: 5px;
	text-align:left;;
}

span.links {
	text-align: center;
	margin: 0%;
	padding-right: 1%;
	padding-left: 1%;
	border-right: 1px solid #fff;    
}


li {
list-style-type: circle;
}

ul#navi li {
	text-align: center;
	list-style: none;
	display: inline;
}

ul#navi a {
	text-decoration: none;
	font-weight: bold;
	font-family:verdana, sans serif;
	color: #606972;
	font-size: 0.8em;
	font-variant: small-caps;
	text-transform: capitalize;
	list-style-type: none;
}

span.topic {
	margin: 0%;
	padding: 0%;
}

ul#topic li a:link {
 	color:#87848F;
	font-weight: bold;
	text-decoration: none;
}
 
ul#topic li a:visited {
 	color:#87848F;
	font-weight: bold;
	text-decoration: none;
}
 
ul#topic li a:hover {
 	color:#63616C;
	font-weight: bold;
	text-decoration: underline;
}

ul#topic li a:active{
 	color: #63616C;
	font-weight: bold;
	text-decoration: none;
}

ul#topic {
	margin: 0%;
	padding-left: 15px;
	padding-right: 10px;
}

ul#topic li {
	text-align: right;
	list-style: none;
}

ul#topic a {

	text-decoration: none;
	font-weight: bold;
	font-family:verdana, sans serif;
	color: #606972;
	font-size: 0.9em;
	font-variant: small-caps;
	text-transform: capitalize;
	list-style-type: none;
}

div.content {
	float: left;
	position: absolute;
	top: 0px;
	left: 128px;
	min-height: 100%;
	width: 600px;
	background-color: #fff;
	border-right: 1px solid #989C9F;
	border-left: 1px solid #989C9F;
	z-index: 0;
}

/* hiding Moz */

* html div.content {
	height: 100%;
}

* html div.throughline {
	width: 100%;
}
/**/

h1, h1.headline {
	font-weight: bold;
	font-family:verdana, sans serif;
	color: #323232;
	font-size: 1.2em;
	font-variant: small-caps;
	text-transform: capitalize;
	z-index:4;
}

h2, h2.headline {
	font-weight: bold;
	font-family:verdana, sans serif;
	color: #323232;
	font-size: 1em;
	font-variant: small-caps;
	text-transform: capitalize;
	z-index:4;
}

h3 {
	font-weight: bold;
	font-family:verdana, sans serif;
	color: #323232;
	font-size: 0.9em;
	z-index:4;
}

div.topics {
	float: left;
	font-weight: bold;
	font-family:verdana, sans serif;
	font-size: .8em;
	height:100%;
	line-height: 1.3em;
	padding-top: 200px;
	padding-left: 0px;
	z-index: 3;
}

div.text_content {
	position: static;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#323232;
	padding-top: 185px;
	padding-left: 185px;
	padding-right: 36px;
	z-index:3;
}


.nobr {
white-space:nowrap;
}

table.border{
position:relative;
top: -1px;
margin-top: 0;
margin-bottom: 0;
width: 100%;
table-layout: auto;
}

.border {
border-width:1px;
border-color:#989C9F;
border-style:solid;
}

.border td, .border th {
border-width:1px;
border-color:#989C9F;
border-style:solid;
padding:4px
}

.border td table td{
border: 0 solid ;
}

.pfad, .pfad a {font-size:0.7em;}

.grau {color:#989C9F}

.notice {
color: #5e5268;
font-weight: bold;
}

.error {
color: red;
font-weight: bold;
}




