/* CSS Document */

body{ 
	background-color:#ffffff; color: #222222; font-weight:100; font-size: 12px; font-family:Arial; margin-top:20px;
	}
a:link{
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size: 12px;
	font-weight: 200;
	text-decoration: none;
	color: #222222;
    }
a:visited{
    line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	font-weight: 200;
	text-decoration: none;
	color: #333333;
    }
a:hover{
    	line-height:20px; 
	background-color:#333333;
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	font-weight: 200;
	text-decoration: underline; 
	color: #dddddd;
	}
a:active{
    	line-height:20px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:2px;
	font-weight: 200;
	text-decoration: underline; 
	color: #999999;
	}	
.box {
	border: solid 1px;
	border-color:#999999;
	background-color:#ffffff;
	width:800px;
	height:800;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	text-decoration: none;
	color: #666666;
	margin: auto;
	}
.banner {
	background-image:url(../bilder/banner.jpg);
	width:800px;
	height:160px;
	padding:0px;
	letter-spacing:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	color: #eeeeee;
	margin:0px;
	}
.navi{
	width:100px;
	height:600px;
	padding:20px;
	float:left;
	}
.inhalt{
	line-height:20px;
	letter-spacing:2px;
	width:480px;
	height:600;
	padding:20px;
	float:left;
	display:inline;
	overflow:auto;
	}
.menu{
	width:100px;
	height:600px;
	padding:20px;
	float:left;
	overflow:auto;
	}