/* CSS-stylesheet for Hexen 2008 index*/
/* layout Tags */
  body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: normal;
	background-color: #000000;
    }
 #grundpos {
	height: 420px;
	width: 760px;
	margin-top: -210px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 50%;
}

  .text {
	font-size: 36px;
	font-family: BarcBrushDB;
}

#inhalt {
	width: 700px;
	color: #000000;
	height: 262px;
	position: relative;
	height: 230px;
	}
	
	.header {
	background-image: url(../bilder/index-header.jpg);
}
.rahmenli {
	background-image: url(../bilder/index-rahmen_li.jpg);
	height: 262px;
	width: 30px;
}
.rahmenre {
	background-image: url(../bilder/index-rahmen_re.jpg);
	width: 30px;
}
.rahmenut {
	background-image: url(../bilder/index-rahmen_ut.jpg);
	height: 30px;
}
.seite {
	background-image: url(../bilder/index-backround.jpg);
	height: 262px;
	width: 700px;
}
#bild1 {
	height: 163px;
	width: 163px;
	float: left;
	background-image: url(../bilder/pin_stoabauch.gif);
	margin-top: 20px;
}
#bild2 {
	height: 163px;
	width: 163px;
	background-image: url(../bilder/pin_hexe.gif);
	float: right;
	margin-top: 20px;
}

