body, p a {
	margin : 9 0 0 0;
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; 
	background-color: #ffffff;
  }

p {
	margin : 0 0 0 0;
  }

td {
	font-weight:normal;
	font-size:11px;
  }

a#text_link {
    color: #09436b; 
	background-color: #cccbbf;
  }

a#text_link_2 {
    color: #666666; 
	font-size:10px;
	background-color: #cccbbf;
  }

  p#buffer {
	padding-top:70px;
	line-height:13px;
  }

  p#main_text_area_h {
	padding-left:30px;
	padding-right:60px;
	font-weight:bold;
	font-size:14px;
    color: black; 
	line-height:18px;
  }

  p#main_text_area {
	padding-left:30px;
	padding-right:60px;
	font-weight:normal;
	font-size:12px;
    color: black; 
	line-height:18px;
  }

  p#detail_text_area_h {
	position : relative;
	top : 0px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:11px;
    color: #09436b; 
	line-height:14px;
  }

  p#detail_text_area_n {
	position : relative;
	top : 0px;
	padding-top:00px;
	padding-left:20px;
	padding-right:10px;
	font-weight:normal;
	font-size:11px;
    color: #09436b; 
	line-height:14px;
  }

  div#k_signet_area {
		background-color : #07737f;
  }

  div#k_logo_area {
		background-color : #ffffff;
  }

  div#menue_area {
    padding:0px;
    height:47px;
    width: 750px;
    margin-left: -1px;
  }
  * html div#menue_area {  /* Korrektur fuer den IE */
    margin-left: -2px;
  }

  div#picture_area {
    height:78;
    width: 750px;
  }

  ul#menue_buttons {
	font-size : 11px;
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#menue_buttons li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 1px; padding: 0px;
  }
  * html ul#menue_buttons li {  /* Korrektur fuer den IE */
    margin-bottom: -1px;
  }

  ul#menue_buttons li ul {
    margin: 0; padding-top: 4px;
    position: absolute;
    top: 37px; left: -2px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#menue_buttons li ul {  /* Korrektur fuer IE 5.x */
    left: -4px;
    lef\t: -2px;
  }

  ul#menue_buttons li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#menue_buttons li ul li {
    float: none;
    display: block;
    margin-bottom: 1px;
  }

  ul#menue_buttons a, ul#menue_buttons span {
    display: block;
    width: 102px;  /* Breite den in li enthaltenen Elementen zuweisen */
    height: 27px;
    text-decoration: none; 
	font-weight: bold;
    border-top : 1px solid #cccccc;
    border-right : 2px solid #cccccc;
    border-bottom : 2px solid #cccccc;
    border-left : 1px solid #cccccc;
	line-height : 10px;
	padding-top: 7px;
    color: #666666;
  }
  * html ul#menue_buttons a, * html ul#menue_buttons span {
    width: 105px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    height: 37px;
    w\idth: 102px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
    heigh\t: 37px;
  }

  ul#menue_buttons a:hover, ul#menue_buttons span, li a#aktuell {
	font-weight: bold;
    border-top : 2px solid #007b85;
    border-right : 1px solid #007b85;
    border-bottom : 1px solid #007b85;
    border-left : 2px solid #007b85;
    color: #007b85;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	font-weight: bold;
    border-top : 2px solid #007b85;
    border-right : 1px solid #007b85;
    border-bottom : 1px solid #007b85;
    border-left : 2px solid #007b85;
    color: #007b85;
  }

  ul#menue_buttons li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: white;
  }

  
	div#main_area  {
		position : absolute;
		top : 142px;
		height : 467px;
		width : 550px;
		color : #221e1f;
		font-size : 14px;
		font-family : arial,sans-serif;
		font-weight : normal;
		background-color : #cccbbf;
		/* padding-top : 70px; */
		/* padding-left : 30px; */
		/* padding-right : 30px; */
	}

	div#detail_area  {
		position : absolute;
		top : 142px;
		height : 467px;
		left : 550px;
		width : 200px;
		color : #005a62;
		font-size : 09px;
		font-family : arial,sans-serif;
		font-weight : normal;
		background-color : #cccbbf;
		/* padding-top : 70px; */
		/* padding-left : 10px; */
		/* padding-right : 10px; */
	}
  * html div#detail_area {  /* Korrektur fuer den IE */
		left : 557px;
  }

