body {
	margin: 0px;
	padding: 0px;
	background-color: #393939;
	overflow:	hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-image: url(../pics/hgr_metall2.jpg);

}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5C0608;
}

a {
	color: #393939;
}

p {
	margin-top: 0px;
	margin-bottom: 0.3em;
}

#kopf {
	position: absolute;
	bottom: 70%;
	width: 100%;
	height: 128px;
}

#kopf a {
	font-weight: bold;
	text-decoration:none;
}

#kopf table {
	width: 100%;
}

#kopf td {
	background-color: #B70B0F;
	width: 50%;
}

#kopf td.logo {
	background-color:	transparent; 
	width: 250px;
}


#daten, #daten_fotos {
	position: absolute;
	top: 30%;
	width: 100%;
	height: 55%;
	background-color: White;
	background-image: url(../pics/hgr_daten.jpg);
	overflow: auto;
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	scrollbar-face-color: #B70B0F;
	scrollbar-base-color: #393939;
	scrollbar-track-color: #393939;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #B70B0F;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #B70B0F;
}

#inhalt_oben, #inhalt_unten {
	position: absolute;
	left: 53%;
	margin-left: 8em;
	font-size: 90%;
}
#inhalt_rechts {
	position: absolute;
	left: 110%;
	font-size: 70%;
	top: 5%;
	}

#inhalt_oben {
	top: 5%;	
}

#inhalt_oben a, #inhalt_rechts a {
	color: White;
	display: block;
	margin-top: 3px;
	font-weight: bold;
	text-decoration: none;
	width: 7em;
	padding-left: 7px;
}

#inhalt_rechts a {
	width: 9em;
}

#inhalt_oben a:hover, #inhalt_rechts a:hover, 
#inhalt_oben a.aktiv, #inhalt_rechts a.aktiv  {
	background-color: white;
	color: #B70B0F;
}
#inhalt_oben a.aktiv, #inhalt_rechts a.aktiv {
	cursor: default;
}


table.alles {
	height: 100%;
}

table.alles td {
	line-height: 130%;
}

table.alles td.links {
	padding-right: 15px;
}
table.alles td.rechts {
	padding-left: 15px;
}
table.alles td.links2 {
	width: 50%; 
	padding-right: 5px;
	text-align: right;
}
table.alles td.rechts2 {
	padding-right: 50px;
	padding-left: 5px;
		font-size: 80%;
}
table.alles td.text {
	font-size: 80%;
}

table.alles td.telefon, table.alles table.telefon {
	font-size: 100%;
}

#daten_fotos img.gross  {
	border: 1px solid #AAAAAA;
}
#daten_fotos a img {
	border: 1px solid #AAAAAA;
	color: grey;
}

#versteckt {
	visibility: hidden;
	position: absolute;
	left: -300px;
	top: 1200px;
}

