body {
	background:#eee url(./background-ocean.jpg);
	background-attachment: fixed;
	line-height: 1.25;
	font-size:14px;
	margin: 0; padding: 20px 0;
	text-align: center; /* Zentrierung im Internet Explorer */
}

html{
	height: 100%; 
	margin-bottom: 0.1em; 
}

h1 {
    margin: 0; padding: 0;
	height: 200px;
	width:800px;
    background-color: #0066FF;
	background-image: url(./header_00.jpg);
    background-repeat: no-repeat; 
	background-position:center;	
}

/*h2 {
	font-size: smaller; 
	font-weight: bolder; 
	margin-bottom:1px; 
	margin-top:1px;
	margin-top:-8px;
	margin-bottom:-9px;
	margin-right:-4px;
	border-left-color: black; border-top-color: black;
}	
*/

div#content {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
	top: 250px;
    padding: 0;
	background: #ffffe0 url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
	border-color: #FFBD32;
	border-style: ridge;
	color: white;
	font-family: Helvetica,Arial,Geneva,sans-serif;
	background-color: #0066FF;
}

div#content_members {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
	top: 250px;
    padding: 0;
	background: #ffffe0 url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
	border-color: #FFBD32;
	border-style: ridge;
	color: white;
	font-family: Helvetica,Arial,Geneva,sans-serif;
	background-color: #0066FF;
}

td {
	color: white;
	font-family: Helvetica,Arial,Geneva,sans-serif;
	font-size:14px;
}

.define {
	width:800px;
}

* html .define {
	width:796px; /* ie5*/
	w\idth:800px; /* ie6*/
}

.width {
	width:32px;
}

* html .width {
	width:41px; /* ie5*/
	w\idth:32px; /* ie6*/
}

.list_indent {
	width:15px;
}

* html .list_indent {
	width:0; /* ie5*/
	w\idth:0; /* ie6*/
}

/*Links ================================================*/

a:link {text-decoration: none; color:#66ff00; background:none;}
a:visited {text-decoration: none; color:#66ff00; background:none;}
a:hover {text-decoration: underline; color:#66ff00; background:none;}
a:active {text-decoration: none; color:#66ff00; background:none;}


/* Main navigation bar (with positioning bug fixed for ie 6/7)==============*/

div#Rahmen {
    margin: 0 auto;   
    width: 740px;
}
  
* html div#Rahmen {  /* Korrektur fuer & IE 5.x */
    margin: 0 auto;   
	width: 790px;
    w\idth: 740px;
}
  
div#Rahmen div {
     clear: left;
}
  
ul#Navigation {
    margin:0 auto;
	padding: 0;
    text-align: center;
	font:bold 12px/12px arial;
    color: black; background-color: #ffffe0;
}

ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: -1px 0px 0px 0px; 
	padding: 0;
}

* html ul#Navigation li {  /* Korrektur fuer den IE */
   	margin: 0 auto;   
	margin-bottom: 0px;
	margin-top: 2.5px;
}

ul#Navigation li ul { 
    margin: 0; padding: 0;
    position: absolute;
    top: 30px; left: 0px;
    display: none;  /* Unternavigation ausblenden */
}
  
* html ul#Navigation li ul { /* Korrektur fuer IE 5.x */
    margin: 0; padding: 0;
    position: absolute;
    top: 28px; left: 0px;
    display: none;  /* Unternavigation ausblenden */
}

* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -15px;
    lef\t: 1px;
}
  
ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}
  
ul#Navigation li ul li { 
    float: none;
    display: block;
    margin-bottom: 0px;
}

* html ul#Navigation li ul li { /* Korrektur fuer IE 5.x */
    float: none;
    display: block;
    margin-bottom: -6px;
}

ul#Navigation a, ul#Navigation span {
    display: block;
    width: 80px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 8px 0px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color:#FFFFFF;
	background:#0000ff;

}

* html ul#Navigation a, * html ul#Navigation span {
    width: 80px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 80px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: #eee; /* hover colour of buttons */
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	background:gray url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell:hover {  /* aktuelle Rubrik kennzeichnen */
	background:gray url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell_1 {  /* selected page still active */
	color: black;
	border-left-color: black; border-top-color: black;
	background:maroon url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell_1:hover {  /* selected page still active */
  	color: black;
	border-left-color: black; border-top-color: black;
	background:maroon url(nav_bg.jpg) 0 0 repeat-x;
}

ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
	background-color:#006666;
}


/* Berichte navigation bar ================================================*/

#berichte_nav {
	text-align:left;
	padding:0;
	background:#0066FF url(nav_bg.jpg) 0 0 repeat-x;
	border-width:1px 0;
	font: bold 11px/11px arial;
}

#berichte_nav li {
    list-style: none;
    margin: 0; 
	padding-bottom: 0.5em;
}

#berichte_nav a {
  	color:#FFFFFF;
	background:#0000FF;
	padding:3px 15px 3px 15px;
	border-left:1px solid #42432d;
	border-right:1px solid #42432d;
	border-top:1px solid #42432d;
	border-bottom:1px solid #42432d;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
	display: block;
	width: 110px;
}

*html #berichte_nav a {
    margin-left: -50px;
	width: 140px;
	w\idth: 110px;
}

#berichte_nav a:hover {
	color: black; background-color: #eee;
}

#berichte_nav .sel a { 
	background:gray;
}

#berichte_nav .sel a:hover {
	color: black; background-color: #eee;
}

#berichte_nav li:first-child a {
	border-left:1px solid #42432d;
}

 
/* Members navigation bar ================================================*/


div#Rahmen_members {
    margin: 0 auto;   
    width: 585px;
}
  
* html div#Rahmen_members { 
    margin: 0 auto;   
	width: 610px;
    w\idth: 585px;
}
  
div#Rahmen_members div {
     clear: left;
}
  
ul#Navigation_members {
    margin:0 auto;
	padding: 0;
    text-align: center;
	font:bold 12px/12px arial;
    color: black; background-color: #ffffe0;
}

ul#Navigation_members li {
    list-style: none;
    float: left;  
    position: relative;
    margin: -1px 0px 0px 0px; 
	padding: 0;
}

* html ul#Navigation_members li {  
   	margin: 0 auto;   
	margin-bottom: 0px;
	margin-top: 2.5px;
}

ul#Navigation_members li ul { 
    margin: 0; padding: 0;
    position: absolute;
    top: 30px; left: 0px;
    display: none;  
}
  
* html ul#Navigation_members li ul { 
    margin: 0; padding: 0;
    position: absolute;
    top: 28px; left: 0px;
    display: none;  
}

* html ul#Navigation_members li ul { 
    left: -15px;
    lef\t: 1px;
}
  
ul#Navigation_members li:hover ul {
    display: block;  
}
  
ul#Navigation_members li ul li { 
    float: none;
    display: block;
    margin-bottom: 0px;
}

* html ul#Navigation_members li ul li {
    float: none;
    display: block;
    margin-bottom: -6px;
}

ul#Navigation_members a, ul#Navigation_members span {
    display: block;
    width: 95px;  
    padding: 8px 0px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
	color:#FFFFFF;
	background:#0000ff;

}

* html ul#Navigation_members a, * html ul#Navigation_members span {
    width: 95px;   
    w\idth: 95px; 
}

ul#Navigation_members a:hover, ul#Navigation_members span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: #eee; 
}

li a#aktuell {  
	background:gray url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell:hover {  
	background:gray url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell_1 {  
	color: black;
	border-left-color: black; border-top-color: black;
	background:maroon url(nav_bg.jpg) 0 0 repeat-x;
}

li a#aktuell_1:hover {  
  	color: black;
	border-left-color: black; border-top-color: black;
	background:maroon url(nav_bg.jpg) 0 0 repeat-x;
}

ul#Navigation_members li ul span {  
	background-color: #333333;
}


