/* ________________ general ________________ */

body
	{
	margin: 0;
	padding: 0;
	font: 11px/1.6em verdana, arial, helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(../Bilder/hb_blau.jpg);
	background-repeat: repeat-x;
	background-color: #576072;
	}



/* ________________ Navi ________________ */

 div#Rahmen {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	left: 68px;
	position: absolute;
	top: -30px;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
	width: 170px;
	height: 228px;
	left: 50px;
	position: absolute;
	top: -28px;
	z-index: auto;
  }
  
  div#Rahmen div {
	clear: right;
  }

  ul#Navigation {
    margin: 0; 
	padding: 0;
    text-align: left;
  }

  ul#Navigation li {
	list-style: none;
	float: left;
	position: relative; 
	padding: 0;
	margin-top: 1px; /* abstand fuer 1 navebene */
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 26px;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0.3em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: -0.6em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
 	display: block;  /* Unternavigation ausblenden */
 }
 /*
    ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  }
  */
 
  
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -0.6em;

  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.002em;
	}

  ul#Navigation a, ul#Navigation span {
	display: block;
	width: 80px;
	text-decoration: none;
	color: #8e8d8b;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 10.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    width: 8.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: #577CB5;
}
  
/* ___________________________________________________________________________________________ */	
  
  li a#aktuell {  /* aktuelle Unter Rubrik kennzeichnen */

	color: #6f96bf;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite hervorheben _ color: #577CB5;*/
  	background-image: url(../Bilder/pfeil.gif);
	background-repeat: no-repeat;
	color: #6f96bf;
  }


/* ________________ Navi ________________ */




h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
		font-weight: bold;
}
h2 {

	font-size: 14px;
		font-weight: bold;
}
h3 {
	font-size: 12px;
	color:#6f96bf;
}	


a
	{
	color: #6f96bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

	}	
	
a:visited
	{
	color: #6f96bf;
	border: none;
	}
	
a:hover
	{
	color: #37698E;

	}

	

	


/* ________________ containers ________________ */


#container
	{
	position: static;
	text-align: left;
	width: 970px;
	height: 634px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	

	
	
	
#pageHeader
	{
	width: 935px;
	height: 219px;
	background-image: url(../Bilder/header_2.png);
	background-repeat: no-repeat;
	position: relative;
	right: -2px;
	}

#background
	{
	width: 914px;
	height: 360px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #EDEBE6;
	left: 23px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #414b5b;
	border-bottom-color: #414b5b;
	}


	
#rubrik
	{
	position: absolute;
	left: 300px;
	width: 252px;
	border-bottom-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 51px;
	top: -132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:0.4px;
	color: #C4C1BD;
	}

#inhalt
	{
	position: absolute;
	left: 300px;
	width: 614px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 438px;
	top: -80px;
	background-image: url(../Bilder/ornament.png);
	}
	

#content
	{
	position: absolute;
	top: 280px;
	left: 159px;
	width: 662px;
	margin-right: 30px;
	height: 394px;
	}
	
/* ________________ lists & typo ________________ */
	

	

	
#hd_line {
	position: absolute;
	height: 110px;
	width: 439px;
	top: 52px;
	left: 1px;
	text-align: justify;
}	
#text {
	position: absolute;
	height: 169px;
	width: 378px;
	top: 180px;
	left: 62px;
	text-align: justify;
}
#bild1 {
	position: absolute;
	height: 42px;
	width: 58px;
	top: 180px;
	left: 1px;
	padding-top: 14px;
}
#bild2 {
	position: absolute;
	height: 42px;
	width: 58px;
	top: 258px;
	left: 1px;
	padding-top: 14px;
}

#game {
	position: absolute;
	height: 300px;
	width: 402px;
	top: 34px;
	left: 0px;
	text-align: justify;
	background-color: #ECEBE7;
}


#text_blo1 {
	height: 420px;
	width: 567px;
	top: 6px;
	position: absolute;
	left: 1px;
}
#text_blo2 {
	position: absolute;
	height: 94px;
	width: 574px;
	left: 0px;
	top: 321px;
	text-align: left;
	z-index: auto;
}
#adresse {
	position: absolute;
	height: 97px;
	width: 192px;
	left: 260px;
	top: 210px;
	color: #94928D;
}

#adresse2 {
	position: absolute;
	height: 32px;
	width: 216px;
	left: 9px;
	top: 236px;
	color: #94928D;
}

#adresse3 {
	position: absolute;
	height: 72px;
	width: 200px;
	left: 9px;
	top: 150px;
	color: #94928D;
}
#pic_home {
	position: absolute;
	height: 86px;
	width: 225px;
	left: 40px;
	top: 0px;
}
#ref_web {
	position: absolute;
	height: 304px;
	width: 605px;
	left: 0px;
	top: 22px;
}


#goodi {
	height: 18px;
	width: 97px;
	visibility: visible;
	z-index: auto;
	top: 1px;
	right: 1px;
	position: absolute;
	font-size: 10px;
	color: #AAA7A2;
	text-align: left;
	left: 0px;
	background-image: url(../Bilder/gras.png);
	background-repeat: no-repeat;
	background-position: left top;
}	
	#goodi a{
	color: #AAA7A2;
}
	#goodi a:hover{
	color: #D7D5D2;
}



#datenschutz {
	height: 25px;
	width: 915px;
	visibility: visible;
	z-index: 100;
	top: 3px;
	right: 1px;
	position: relative;
	font-size: 10px;
	color: #AAA7A2;
	text-align: right;
	left: 22px;
}	
	#datenschutz a{
	color: #AAA7A2;
}
	#datenschutz a:hover{
	color: #D7D5D2;
}

#hdl_data {
	position: absolute;
	height: 356px;
	width: 549px;
	left: 0px;
	top: 14px;
	text-align: justify;
	overflow: auto;
	margin-right: 20px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #D0CDCA;
	border-bottom-color: #D0CDCA;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-color: #D0CDCA;
	border-right-color: #D0CDCA;
}

#card {
	position: absolute;
	height: 320px;
	width: 490px;
	left: 0px;
	top: 33px;
	font-weight: normal;
	color: #8B8A84;
	text-align: left;
	background-image: url(../Bilder/card.png);
	background-repeat: no-repeat;
	background-position: left top;
}
