/*********************** DEFAULT *************************/
body { 
	margin: 0 auto;
	padding: 0;
	background: #292340 url("/img/bg-start.gif");
	color: #fff;
	font: normal 12px arial,sans-serif;
}
/*********************** DEFAULT *************************/


#container {
	width: 620px;
	height: 495px;
	position: absolute;
	left: 50%;
	margin-left:-300px;
	top: 50%;
	margin-top: -265px;
	overflow: hidden;
}	

#logo {
	width: 464px;
	height: 178px;
	margin-top: 52px;
	float: left;
}

#hexe { float: left }

#content {
	clear: both;
	width: 600px;
	height: 240px;
	background: transparent url("/img/start-content.gif") repeat-y;
	margin-left: 1px;
	padding: 0;
}

#text {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	padding: 10px 8px 0 8px;
}



ul { margin: 0; padding: 0; width: 590px }
ul li { 
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0
}

.info {
	margin-top: -14px;
	margin-left: 110px;
}

#content-foot {
	display:block
	width: 600px;
	height: 6px;
	margin-left: 1px;
	background: transparent url("/img/start-footer.gif") no-repeat;
}


/*********************** FOOTER *************************/
#footer {
	width: 257px;
	height: 18px;
	font-size: 11px;
	color: #7D1910;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -129px;
	bottom: 20px;
	padding-top: 2px;
	background: transparent url("/img/footer.gif") no-repeat;
}
#footer a {
	text-decoration: none;
	color: #7D1910
}

#footer a:hover  {
	text-decoration: underline;
	color: #B3151B
}


/*********************** FOOTER *************************/


a { color: #fc0 }

h1 {
	font: bold 17pt arial, sans-serif;
	margin-bottom: -10px
}
h2 {
	font: bold 12pt arial, sans-serif;
}
.clear { clear:both }


#feuerrock {
	position: absolute;
	left: 0;
	top: 0;
}
