html, body {
overflow:auto;
border:0px solid #E1E286;
}

/* img, div { behavior: url(iepngfix.htc) } */


a {
	color: #CC3333;
	font-weight:normal;
	text-decoration:none;
}

a:hover { font-weight:normal; text-decoration:underline; }

hr {
	border: 0px solid #9BCCFD;
	background-color: #ffffff;
	height: 1px;

}

body {
	font-family: Verdana, Arial, "Bitstream Vera sans", Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	background-image: url(../images/hgb.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin:0px;
	color: white;
	scrollbar-base-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}

#logo {
	position:absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
	z-index:1;
	overflow:hidden;
	border:0px dashed white;
	padding: 0px;
	margin: 0px;
}

#titel {
	position:absolute;
	top:0px;
	left:10%;
	width:80%;
	height:20%;
	z-index:1;
	overflow:hidden;
	border:0px dashed white;
	padding:10px;
	margin:0px;
}

#main {
	position:absolute;
	bottom: 50%;
	height: auto;
	left: 25%;
	width: 50%;
	z-index: 1;
	overflow: hidden;
	border: 0px dashed white;
	padding: 10px;
	margin: 0px;
	background-color: transparent;
}

#error {
	position:absolute;
	top: 280px;
	height: auto;
	left: 250px;
	width: 500px;
	z-index: 5;
	overflow: hidden;
	visibility: hidden;
	border: 1px solid silver;
	padding: 2%;
	margin-left: 0px;
	background-color: white;
/*	background-image:url(images/1x1_trans.png);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:0px 0px;*/
	color: red;
}

#hilfe {
	position:absolute;
	top: 51%;
	height: auto;
	left: 25%;
	width: 50%;
	z-index: 1;
	overflow: auto;
	visibility: hidden;
	border: 1px dashed white;
	padding: 10px;
	margin: 0px;
	background-color: white;
}

#time {
	position:absolute;
	bottom:5px;
	right:5px;
	width:auto;
	height:auto;
	z-index:1;
	overflow:hidden;
	border:0px dashed white;
	padding:0px;
	margin:0px;
	background-color: transparent;
	text-align:right;
}

h1 {
	font-family: Verdana, Arial, "Bitstream Vera sans", Helvetica, sans-serif;
	font-size: 50pt;
	margin:0px;
	padding:30px;
	text-align: center;
}
/*
table {
	padding: 0px;
	margin:0px;
	text-align: left;
	width: auto;
	border: 1px solid white;
	background-color: #b9d8ed;
}

td {
	padding: 3px;
	margin: 0px;
}


*/
