/* ---------- tags ---------- */

body {
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(../images/bg_body.gif);
	background-position: left left;
}


h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.9em;
}

h3 {
	font-size: 0.8em;
	font-weight: normal;
}

h4 {
	font-size: 0.75em;
	font-weight: normal;
}

a {
	color: #003399;
	text-decoration: underline;
}

p {
	font-size: 0.8em;
	 
}

ul {
	font-size: 0.8em;
}

ol {
	font-size: 0.8em;
}

dl {
	font-size: 0.8em;
}

a:hover {	color: #003399;
	text-decoration: underline;
}

td {
 	font-size: 0.9em;
}



/* ---------- id's ---------- */

#brz-logo {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 139px;
	width: 242px;
	z-index: 3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../images/corner.gif);
	border-bottom-color: #FFFFFF;
}


#header {
	top: 0 px;
	height: 110px;
	width: 
	border-top-width: 0px;
	border-bottom-width: 0px;
    background-repeat: no-repeat;
	border-bottom-style: none;
	background-position:right;
	background-color: #199a75;
	border-color: #199a75;
	background-image: url(../images/header_foto.jpg);
}

#rootnavigation {
	padding-left: 200px;
	padding-right: 200px;
	left: 0px;
	top: 132px;
	position: absolute;
	z-index: 3;
}

#contents {
	top: 0px;
	height: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	position: absolute;
}

#informationen {
	height: 100%;
	width: 180px;
	top: 92px;
	right: 0px;
	float: right;
	position: relative;
	line-height: 0.9em;
	border-right: 1px solid #199a75;
	border-left: 1px solid #199a75;
}


/* ---------- Klassen ---------- */

.content {
	top: 120px;
	position: absolute;
	padding-left: 242px;
	padding-right: 80px;
	float: right;
}

.invisible { 
	display: none;
	}

.description { 
	display: none;
	}

.footer_print {
	font-size: 0.75em;
	text-decoration: none;
}


.footer_noprint {
	font-size: 0.75em;
	text-decoration: none;
}

.informationen {
	top: 0px;
	margin-top: 0px;
	width: 140px;
	right: 0px;
	padding-right: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 0.95em;
}

.rootnavigation {
	font-size: 0.7em;
}

.navhead {
	display: none;
}

/* -- Mainnnavigation -- */

#mainnavlist {
	list-style-type: none;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 150px;
	left:-50px ;
	font-size: 0.8em;
	top: 139px;
	z-index: auto;
	text-align: left;
	color: #FFFFFF;
}

.mainnavigation 
{
	position: relative;
	margin-top: 180px;
	z-index: 2;
}

.mainnavbutton 
{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1.8em;
	border-bottom-color: #FFFFFF;
	background-color : #1c7079;
	text-indent : 5%;
}

.mainnavbuttonlight 
{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1.8em;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	background-color: #1c7079;
	text-indent : 5%;
}


.mainnavbuttonsubbold 
{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1.8em;
	border-bottom-color: White;
	font-weight: bold;
	background-color: #8db7bc;
		text-indent : 5%;
}


.mainnavbuttonsublight 
{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 1.8em;
	border-bottom-color: White;
	font-weight: normal;
	background-color: #8db7bc;
		text-indent : 5%;
}


.mainnavnegative 
{
	width: 180px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}

.mainnavbutton:hover 
{
	width: 180px;
	background-color: #FFFFFF;
}

.mainnavnegative:hover 
{
	text-decoration: none;
	color: #199a75;
	background-color: #FFFFFF;
}


/* -- Metannavigation -- */

#metanav {
        position: absolute;
        left: 200px;
        top: 100px;
        height: 10px;
        width: 450px;
}
	
#metanav ol
{
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#metanav li
{
	margin: 0 10 0 0;
	text-align: center;
	top: 10;
	font-size: 0.8em;
	display: block;
	float: left;
	position: relative;
	padding: 0;
}

#metanav a:link,
#metanav a:visited
{
	color: #808080;
	text-decoration: none;
	padding-left: 15px;
}

#metanav a:hover
{
	color: #000000;
	text-decoration: none;
}

