/* Farben:
   Dunkelrot = #D2212B
   Hellrosa = #F0A2A6
   Ganzhellrosa = #FBE6E7
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eee;
}

a {
    text-decoration: none;
	color: white;
}

a:hover {
	color: #F0A2A6;
    text-decoration: none;
}

#headerimg {
    border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


#seite {
	text-align: left;
    display: block;
	border: none;
    margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 600px;
	height: 580px;
	overflow: hidden;
}

#inhalt {
    margin: 80px 20px 0px 20px;
	padding: 10px;
	height: 420px;
	max-height: 400px;
	background: white;
	border: 1px solid #ccc;
	text-align: justify;
	overflow: hidden;
    }

#inhalt_kasten {
	background: #D2212B;
	text-align: left;
	position: absolute;
    z-index: 1;
	display: block;
	width: 520px;
	height: 520px;
	border: none;
}

#inhalttext {
	background: white;
	text-align: justify;
	width: 458px;
	margin: 0px;
	padding: 0px;
}

#hg_kasten {
    position: absolute;
	text-align: left;
	display: block;
	top: 305px;
	left: 305px;
	float: right;
	width: 215px;
	height: 215px;
	border: none;
	background: #eee;
}

#hg_kasten_rot {
    position: absolute;
	text-align: left;
	display: block;
	top: 285px;
	left: 285px;
	float: right;
	width: 215px;
	height: 215px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #D2212B;
	border-bottom: 1px solid #D2212B;
	background: #D2212B;
}

#hg_kasten_rot_start {
    position: absolute;
	text-align: left;
	display: block;
	top: 285px;
	left: 285px;
	float: right;
	width: 215px;
	height: 215px;
	border-top: 1px solid #D2212B;
	border-left: 1px solid #D2212B;
	border-right: 1px solid #D2212B;
	border-bottom: 1px solid #D2212B;
	background: #D2212B;
}

#platzhalter {
	width: 235px;
	height: 235px;
	border: 1px solid green;
}


#menue {
	position: absolute;
    z-index: 2;
	display: block;
	margin: 320px 0px 0px 320px;
	width: 230px;
	height: 230px;
	border: none;
	background: #D2212B;
	padding: 0px;
	overflow: hidden;
	text-align: left;
}

#kleinmenue {
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #D2212B;
	height: 80px;
	overflow: hidden;
	background: url('images/logo_hg.jpg') top right no-repeat;
}

#kopfmenue {
	text-align: left;
	color: white;
	font-size: 10px;
	margin: 60px 10px 0px 0px;
	text-decoration: none;
}

#kopfmenue img {
    position: relative;
	float: left;
	border: none;
	margin: -2px 2px 0px 5px;
}


#kopfmenue a {
    margin: 0px 2px 0px 2px;
	color: white;
	text-decoration: none;
	background: url('images/punkt_15b.png') top left no-repeat;
}

#kopfmenue a:hover {
    margin: 0px 2px 0px 0px;
	color: #FFFF66;
	background: url('images/punkt_15c.png') top left no-repeat;
}

#haupt {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}


#menue ul {
    margin: 5px 0px 0px 15px;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
}

#menue li {
    display: block;
    margin: 0px;
	padding: 0px;
	color: black;
    width: 185px;
	height: 23px;
}

#menue li a {
    display: block;
    width: 185px;
	height: 23px;
    margin: 0px 0px 0px 15px;
    padding: 4px 0px 0px 30px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: url('images/punkt_15d.png') top left no-repeat;
}

#menue li a:hover {
    display: block;
    width: 185px;
	height: 23px;
	text-decoration: none;
	color: yellow;
	background: url('images/punkt_15e.png') top left no-repeat;
}


#fuss {
	text-align: center;
	font-size: 9px;
	margin: 5px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
	color: #D2212B;
	clear: both;
	border-top: 1px solid #D2212B;
}	
		
h1 {
	  color: #D2212B;
	  font-size: 18px;
	  font-weight: bold;
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
}

h2 {
	  color: #D2212B;
	  font-size: 16px;
	  font-weight: bold;
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
}

h3 {
	  font-size: 14px;
	  font-weight: bold;
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
}

h4 {
	  font-size: 12px;
	  font-weight: bold;
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
}

h5 {
	  color: #D2212B;
	  font-size: 12px;
	  font-weight: bold;
	  margin: 0px 0px 5px 0px;
	  padding: 0px;
}


h6 {
	  color: #D2212B;
	  font-size: 11px;
	  font-weight: bold;
	  margin: 0px 0px 10px 0px;
	  padding: 0px;
}


table {
    font-size: 10px;
	margin: 0px;
	padding: 0px;
}


