@charset "utf-8";
body {
	background-color: #7A7A92;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../logo-bg.jpg);
}
.bezug {
    position: relative; height: 1px; width: 1px;
	}
#Main {
	width:990px;
	height:600px;
	z-index:0;
	overflow: auto;
	background-color: #DDDDDD;
	text-align:left;
	margin-top: -300px;
	margin-left: -495px;
	background-image: url(../bg.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
}
#navigation a {
	color: #DDDDDD;
	line-height:12px;
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 0px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	background-color: #333333;
	}
.navi {
	margin-left:14px;
	margin-right:14px;
	height:25px;
	text-align:center;
	border: 1px solid #333333;
	}
	
#change {
	font-size: 12px;
	color: #000000;
	height: 522px;
	width: 672px;
	overflow: auto;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 12px;
	margin-top: 8px;
	padding: 5px;
}
#box a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#box a:hover {
	color: white;
	background: green;
	text-decoration: none;
}
#box a span {
display:none;
}
#box a:hover span {
	display:inline;
	color: black;
	background: white;
	width:300px;
	border:1px solid green;
	padding:1px;
	position: relative;
	left: 3px;
}
#tickr {
	font-size: 12px;
	color: #FF0;
	position: absolute;
	height: 14px;
	width: 258px;
	left: 7px;
	top: 383px;
}

