@charset "UTF-8";
/* CSS Document */
a{
	text-decoration:none;
	border:0px;
	margin:0px;
	}
a img {
	border : 0 none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
body{
	overflow-x:hidden;
	overflow-y:visible;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;	
}

#header{
	margin-left:15px;
	background-image:url(./logo.gif);
	height: 105px;
	width: 100%;
	background-repeat: no-repeat;
}
#header a {
	cursor: crosshair;
	display:block;
	height:105px;
	width:200px;
	text-indent:-700em;
}
#page{
	color: #948c80;
	width: 1200px;
	height:800px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: auto;
}
#navi{
	list-style:none;
	float:left;
	width:200px;
	height:800px;
	cursor: crosshair;
	
}
#navitop{
	margin-left:20px;
	width:160px;
	}
#navibottom{
	margin-left:20px;
	margin-top:80px;
	width:160px;
	}
	
#canvas{
	/*background-color:#F90;*/
	margin-top:22px;
	float:right;
	margin-right:0px;
	height:800px;
	width:989px;
	
	
}

#metabild{
	/*background-color:#900;*/
	float:left;
	height:auto;
	min-width:450px;
	max-width:600px;
	
}
#box{
	/*background-color:#0CC;*/
	float:left;
	height:635px;
	width:auto;
	border:none;
	padding:0px;
	margin:0px;
	vertical-align:top;
	
	
}
#footer{
float:left;
	height:40px;
	width:1200px;
	
	
}
