/*###################################
  ##### Basics ######################*/

*{
	margin: 0;
	padding: 0;
}
html{
	height: 101%;
}
body{
	background: #000000 url(../images/hg-body.jpg) no-repeat;
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #ff9900;
}
h1{
	font-size: 200%;
	color: #ff9900;
	margin-bottom: 20px;
}
h2{
	font-size: 140%;
	color: #ff9900;
	font-style: italic;
	margin-bottom: 15px;
}
#navi a{
	text-decoration: none;
	color: #ff9900;
	outline: none;
}
#navi a:hover{
	color: silver;
	font-style: normal;
}
#buttons a{
	text-decoration: none;
	outline: none;
}
buttons a:hover{
	text-decoration: none;
}
buttons a:focus{
	text-decoration: none;
}
p{
	margin-bottom: 15px;
	font-size: 0.9em;
}


.besucht{
	font-style: normal;
	color: silver;
}

/*####################################
  #### Main Div Layout ###############*/


#txtcontent{
	position: absolute;
	left: 303px;
	top: 45px;
	width: 468px;
	height: 424px;
	overflow: auto;
}
#maindiv{
	position: relative;
	width: 950px;
	height: 550px;
	background: transparent url(../images/hg-maindiv.gif) no-repeat;
	margin: 50px auto 0 auto;
}
#navi{
	position: absolute;
	width: 100px;
	height: 150px;
	top: 110px;
	left: 160px;
	color: #ff9900;
	font-style: italic;
}
#buttons{
	position: absolute;
	width: 420px;
	left: 330px;
	top: 405px;
}