
	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		background-color: #FFFF66;
		background-image:url(/pictures/Hintergruende/HGDomes02.gif);
		font-family:Georgia, 'Times New Roman', Times, serif;
		font-size:18px;
		color:#FFFFFF;
		}
 
	#distance {
		width:1px;
		height:50%;
		float:left;
		}
 
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		height:auto;
		width:100%;
		}


#diamond {
		position:relative;
		top:10px;
		left:32px;
		width:auto;
		height:auto;
		}

#mainbox {
		position:relative;
		margin:80px auto;
		height:auto;
		width:500px;
		background-color:#000066;
		text-align:left;
		padding:30px 80px 30px 80px;
		color:#CC9900;
		font-size:18px;
		font-family: Georgia, 'Times New Roman', Times, serif;
		-webkit-box-shadow:rgba(0,0,0,.1) 7px 7px;
		-moz-box-shadow:rgba(0,0,0,.1) 7px 7px;
		box-shadow:rgba(0,0,0,.1) 7px 7px;
		border:2px groove #CC9900; 
		-moz-border-radius:15px;
		border-radius:15px;
		}
#mainbox li {
		margin:0 0 10px 60px;
		}
h3 {	margin-left:25px;
		background-image:url(/pictures/Hintergruende/HGDomes02.gif);
		padding:3px 7px;
		}
#mainbox ul {
		margin-left:35px;
		}
h1 {	text-align:center;
		}
h2 { 	border-top:1px solid #000099;
		border-bottom:1px solid #000099;
		text-align:center;
		}

#mainbox a:link		{ color:#333333; text-decoration:none; }
#mainbox a:visited	{ color:#333333; text-decoration:none; }
#mainbox a:hover	{ color:#FF0000; text-decoration:none; }

#mainbox #login {
		position:relative;
		top:0;
		right:0;
		height:auto;
		width:auto;
		}


.red {	color:red; }
sup { font-size:70%; line-height:0; }


.bu			{ border-bottom:2px dotted #333333; }


#copyright {
	position:relative;
	width:100%;
	text-align:center;
	margin:85px 0 25px 0;
	padding-top:25px;
	font-size:10px;
	color:#000099;
	clear:both;
	}


