/*  ------------------------  */
/*    Grundsätzliche Regeln   */
/*  ------------------------  */

html, body {
	height:100%; 
	margin:0; 
	padding:0;
	background-color:#000000;
}
body {
	position:relative;
	min-height:620px;
	min-width:925px;
}
#container {
	position:absolute;
	background-color:#000000;
	background-image:url(Bilder/Background/hg2011.jpg);
	background-repeat:no-repeat;
	height:620px;
	width:925px;
	left:50%;
	top:50%;
	margin-top:-310px;
	margin-left:-472px;
}

/*  -------------------  */
/*    Hauptnavigation    */
/*  -------------------  */
#homelink {
	position:absolute;
	top:0px;
	left:0px;
	width:280px;
	height:50px;
}
#hauptlinks {
	position:absolute;
	top:20px;
	left:422px;
	width:500px;
	text-align:right;
}
#hauptlinks a {
  display:inline;
  font-size:12px;
  padding:8px 15px;
}
#hauptlinks a:hover {
  color:#ffffff;
  background-color:#000000; /*#cd6601;*/
}

/*  ---------------------  */
/*    Kontaktnavigation    */
/*  ---------------------  */

#kontaktnavi {
	position:absolute;
	top:578px;
	left:500px;
	width:422px;
	text-align:right;
}
#kontaktnavi a {
	display:inline;
	font-size:12px;
	padding:5px 3px;
	text-align:right;
}
#kontaktnavi a:hover {
	color:#ffffff;
	background-color:#000000;
}

/*  -------------------  */
/*    Unternavigation    */
/*  -------------------  */

#unternavikasten {
	position:absolute;
	top:65px;
	left:22px;
	width:220px;
	height:auto;
}
#unternavikasten a {
	display:block;
	text-align:right;
	padding:3px 7px;
}
#unternavikasten a:hover {
	color:#ffffff;
	background-color:#000000;
}
/*  ------------------------------------  */
/*    Globaler Aufbau für Seiteninhalte   */
/*  ------------------------------------  */
#ueberschrift {
	position:absolute;
	top:62px;
	left:246px;
	width:667px; 
	height:25px;
	overflow:hidden;
}
#inhaltskasten { 
	position:absolute;
	top:87px;
	left:246px;
	width:667px; 
	height:465px;
	overflow:auto;
}
#inhaltskasten a:hover {
	border-bottom:1px dashed #cd6601;
	/* dotted, dashed, solid, double */
}
iframe {
	width:657px;
	height:462px;
	margin-left:10px;
}

/*  -------------------------  */
/*    Textauszeichnungen 1:    */
/*    echte HTML-Elemente      */
/*  -------------------------  */

body,td,p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
h2 {    /*für Überschrift obendrüber*/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin-top:5px;
  margin-left:10px;
  margin-right:0px;
  padding-bottom:4px;
  border-bottom:1px solid #000000;
}
h3 {    /*für mittelgroße Überschriften*/
  font-family:"Arial Black", Arial, Helvetica, sans-serif;
  font-size:20px;
  margin-top:12px;
  margin-left:10px;
  margin-bottom:0px;
}
h4 {    /*für kleine Überschriften*/
  font-weight:bold;
  font-size:12px;
  margin-top:0px;
  margin-left:10px;
  margin-bottom:0px;
}
p {
  margin-left:10px;
  margin-right:10px;
  margin-top:15px;
  vertical-align:top; 
}
em {
 font-style:italic;
}
#inhaltskasten img {
  border:1px solid #000000;
}
img a:hover {
  border:1px solid #000000;
  text-decoration:none;
}

/*  --------------------------  */
/*    Textauszeichnungen 2:     */
/*    Pseudoelemente/-klassen   */
/*  --------------------------  */

.textkasten {
  border:1px solid black;
  background-color:#faf6f0;
  padding:3px;
}
.fettschrift {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
hr {
  color:#000000;
  background-color:#aaaaaa;
  border:0px;
  height:1px;
  margin-left:10px; 
  margin-right:10px; 
}
.center {
  text-align:center;
}
.center a:hover {
  border-bottom:1px dashed #cd6601;
}
.marker {
  color: #ff0000;
}


/*  ------------------------  */
/*    Textauszeichnungen 3:   */
/*    Links                   */
/*  ------------------------  */

a {
  text-decoration:none;
  color:#cd6601;
}
a:link {
  color:#cd6601;
}
a:visited {
  color:#cd6601;
}
a:hover {
  color:#cd6601;
}
a:active {
  text-decoration:none;
}
a img {	
	border:0;
}
/*-------------------------------*/
/*  Link als Kasten (Startseite) */
/*-------------------------------*/

.blocklink {
  display:block;
  width:100%;
  height:100%;
}


