html, body {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
      background:url("images/background.jpg") repeat-x;
	background-color: #999999;
}


#gesamtinhalt {
	float: none;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	margin-top : 10px;
	padding : 6px;
	color : black;
	font-family : arial;
	font-size: 102%;
	line-height : 125%;

}
#kopf {
	clear: both;
height : 90px;
}
#logo {
	
	float: right;
	width: 297px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding : 8px;
	margin-bottom: 0px;

}

#header {
	width: 400px;
	float: left;
	margin : 30px 0px 0px 15px;
	font-family : arial;
	font-size : 22px;
	color : #fff;
	text-transform: uppercase;
}

#kastenoben {
	clear: top;
	float: right;
	margin: 0px 0 0 0 ;
}

#mitterechts IMG {
	border : 1px solid silver;
	padding: 7px;
}

#kastenunten {
	clear: top;
	float: left;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	padding : 0px;
	color : black;
	margin-bottom: 16px;
}

#unten1 {
	float: left;
	width : 480px;
	height : 380px;
	padding: 15px;
	background:url("images/hg_txt.jpg") no-repeat right top;
}

#unten2 {
	float: right;
	width :285px;
	font-size: 98%;
	margin : 0px;
}




#fusszeile {
	clear: both;
	text-align : left;
	width: 750px;
	margin: 15px 20px 40px 15px;
	background-color: #888;
	padding : 5px;
	color : black;
	font-size: 90%;
	border:1px solid #666;
	font-family : arial;
	font-size : 12px;
	color : #333;
}




/*-----------------------------------------------------------------------------
Textformatierungen
-----------------------------------------------------------------------------*/

H2 {
	margin: 10px 0 15px 0;
	font-family : arial;
	font-size : 22px;
	color : #fff;
	font-weight: normal;
}
#fusszeile p {

	font-family : arial;
	font-size : 11px;
	color : #444;
}
p {

	font-family : arial;
	font-size : 12px;
	color : #fff;
}

.kleineschrift {
	color : #fff;
	font-size : small;
	font-style: italic;
}


.link {
	padding-left : 10px;
	padding-right : 10px;
}

.initial {
	font-size : 20px;

}


/*-----------------------------------------------------------------------------
Hyperlinks
-----------------------------------------------------------------------------*/

A:link {
  	text-decoration: underline;
	color: #fff;
}


A:visited {
  	text-decoration: underline;
	color: #fff;

}


A:hover {
   	text-decoration: none;
	color: #ccc;

}


A:active {
  	text-decoration: underline;
	color: red;
}

/*-----------------------------------------------------------------------------
Menu
-----------------------------------------------------------------------------*/


#navigation {
float:right;
	margin-top : 0px;
	font-size : 12px;
	width : 505px;
	font-family : arial;
}

    #tabsB {

      width:100%;

      font-size:93%;
      line-height:normal;
      margin-bottom : 0px;
      }
    #tabsB ul {
      margin:0;
      padding:0px 10px 0 2px;
      list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 20px 4px 15px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

    #tabsB #current a {
      background-position:0% -42px;

       }
    #tabsB #current a span {
                background-position:100% -42px;
        }
