body
{
	background-color: #E0E0E0; 
	margin: 0 ;
	padding: 0;
	border: 0px;
}

h1 {
	font-family:"Arial Black",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
	font-size:350%;
	font-variant:small-caps;
	font-weight:400;
	letter-spacing:-0.1em;	
	text-align: left;
	margin-left: 3px;
	margin-top: 3px;
	text-shadow: 2px 2px #999999;
}

div{
	font-family: "proxima-nova-1","proxima-nova-2","Helvetica",sans-serif,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363535;
}

div.header {
	text-align: justify;
	width: 250px;
	margin-left: 3px;
}

div.sidebar {
	color: #FFFFFF;
	width: 200px;
	height: 85%;
	position: fixed;
	top:0;
	left:0;
	margin-top: 70px;
	margin-left: 3px;
	text-align: justify;
	background: rgb(60,60,60);
	/*Gecko*/
	background: -moz-linear-gradient(left top, rgb(40,40,40), rgb(80,80,80));	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.9);
	/*WebKit*/
	background:#666 -webkit-gradient( linear, left bottom, left top, color-stop(1.0, rgb(40,40,40)), color-stop(0, rgb(80,80,80)));
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.9);
	/*Presto*/
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.9);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;

        z-index: 50;
	
}

div.footer{
	position: fixed;
	bottom: 0px;
        margin: 3px;
	font-size:9px;
}

.ticker{
	position: fixed;
	bottom: 0px;
        margin: 3px;
        margin-left: 200px;
        width: 1000px;
        height: 25px;
        max-height: 25px;
	font-size:9px;
}


a, a:link , a:hover{
	color: #000000;
}
a:active{
	color: #999999;
}


img {
	border: 0 none;
	opacity:1.0;}

img.avatar {
	
	opacity:1.0;
	margin:10px;
}

#globeImg {
	float:left;
	height: 48px;
}

.world {
	cursor: crosshair;
	position: absolute;
	top: 0px;
	left: 200px;
}

.amerika {
	cursor: crosshair;
	position: absolute;
	top: 0px;
	left: 300px;
}

.nzl {
	cursor: crosshair;
	position: absolute;
	top: 607px;
	left: 968px;
}

.australia{
	cursor: crosshair;
	position: absolute;
	top: 500px;
	left: 749px;
}

.usa {
	cursor: crosshair;
	position: absolute;
	top: 276px;
	left: 463px;
}


img.nz_img:hover, img.aus_img:hover, img.us:hover{
	opacity:0.6;
}

img.scroll_img{
	opacity:0.4;
}

img.scroll_img:hover{
	opacity:1.0;
}

.links{
	position: fixed;
	left: 200px;
	top: 50%;
}

.rechts{
	position: fixed;
	right: 0px;
	top: 50%;
}

