body,html {
	margin:0;
	padding:0;
	color:#ffffff;
	font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Helvetica, Sans-Serif;
	font-size:11px; 
	line-height:15px;
	background: #000000 url(images/bg.jpg) repeat-y 50% 0;
	}
	body {
		min-width:900px;
		/*background-image: url("images/bg.jpg");*/
		/*background-repeat: repeat-x;*/
	}
	td{
	font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Helvetica, Sans-Serif;
	font-size:11px; 
	line-height:15px;
	}
	#container {
		margin:0 auto;
		width:820px;
	}
	#topp{
		height:302px;
		background-image: url("images/topp.jpg");
		background-repeat: no-repeat;
		border-left:10px solid #444444;
		border-right:10px solid #444444;
	}
	#nav{
		height:60px;
		border-left:10px solid #222222;
		border-right:10px solid #222222;
	}
	#main{
		border-left:10px solid #444444;
		border-right:10px solid #444444;
		padding:4px;
	}

	#left {
		border-left:10px solid #444444;
		float:left;
		width:500px;
		padding:5px;
	}
	
	#left p{
	text-align:justify;
	padding:4px;
	}
	
	#right {
		border-right:10px solid #444444;
		float:right;
		width:250px;
	}
	
	#right p{
	text-align:justify;
	padding:15px;
	}
	
	#right img {
	/*border-bottom:4px solid #000000;*/
	}
	
	.klotter{
	border-bottom:1px dotted #222222;
	}
	
	#footer p {
		padding:10px;
		margin:0;
		text-align:center;
    }
    #footer  {
    	clear: both;
		height:47px;
		border-left:10px solid #222222;
		border-right:10px solid #222222;
		border-bottom:10px solid #222222;
    }
    
    a:link { 
		color: #99ccff;
		letter-spacing: 0px;
		text-decoration: undeline; 
	}
	
	a:visited { 
		text-decoration: undeline; 
		color: #FA79F8;
		}
	a:hover, a:active { 
		text-decoration:undeline;
		color: #FEB94F;
	}
	
	h1 {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 18px;
		letter-spacing: 1px;
		color: #2491DD;
		text-align:left;
	}
	
	h2 {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size:14px;
		letter-spacing: 1px;
		text-align:left;
		color: #47B3FD;
	}
	
	#login{
	border:10px solid #444444;
	width:400px;
	height:300px;
	text-align:center;
	}
	