@CHARSET "ISO-8859-1";

/* --- CS ------------------------------------------- */

/* Allg. ---------------------- */
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: rgb(58, 61, 87);
	background-image: url("Res/HG.jpg");
}


/* Boxen ---------------------- */
.DivContG
{
	position: relative;
	top: 20px;
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: left;
	border: 1px solid black;
	
	background-color: rgb(252, 250, 255);
	background-image: url("Res/HGCont.jpg");
}

.DivHeader
{
	height: 120px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	background-color: rgb(220, 230, 232);
}
.DivHeader a
{
	float: left;
	width: 100%;
	height: 100%;
}

.DivLogo
{
	position: absolute;
	top: 10px;
	left: 10px;
}

.DivHeadImg
{
	position: absolute;
	top: 0px;
	left: 500px;
}

.DivHeadCont
{
	position: absolute;
	top: 90px;
	left: 16px;
}

.DivNavigation
{
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	width: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.DivContent
{
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-left: 1px solid black;
}
.DivCCont
{
	margin-top: 16px;
	margin-left: 30px;
}
.DivImgCont
{
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	width: 760px;
	text-align: center;
	margin: 20px;
}
.DivImgCont img
{
	margin: 10px;
	border: 2px solid silver;
}

.DivFooter
{
	clear: left;
	width: 780px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	border-top: 1px solid black;
}
.DivFootCont1
{
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	height: 20px;
	margin-left: 6px;
	margin-top: 12px;
}
.DivFootCont2
{
	float: left;
	margin-left: 80px;
	margin-top: 12px;
}
.DivFootCont3
{
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}

.DivTopL
{
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	margin-left: 530px;
}

.DivValLogo
{
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	margin-left: 10px;
	margin-top: 130px;
}

/* Elemente --------------------- */
a
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
	
.DivNCont
{
	/* Opera-Bug!*/
	float: left;
	/* IE-Double-Margin-Bug!*/
	display: inline;
	width: 110px;
	margin: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.DivNCont a
{
	display: block;
	text-align: center;
	margin-top: 8px;
	padding: 4px;
	border: 1px solid black;

	color: rgb(58, 61, 87);
	background-image: url("Res/HGNavig.jpg");
}

.EList
{
	margin-top: 8px;
	margin-bottom: 2px;
	list-style: url("Res/LIcon.jpg");
}


/* Eigenschaften --------------------- */
.DivNCont_aO { border-top: 1px solid rgb(250, 240, 240); }
.DivNCont_aU { border-bottom: 1px solid rgb(140, 130, 100); }
.DivNCont a:hover
{
	color: white;
	background: rgb(185, 185, 185);
}

.PH380 { height: 380px; }
.PH200 { height: 200px; }
.PHImgH { width: 300px; height: 222px; }
.PHImgV { width: 210px; height: 300px; }
.PBgNone { background-image: none; }


.ImgBrd0 { border: none; }

.ValLogo
{
	width: 88px;
	height: 31px;
}

