/*--- Basics ---*/
		
		html {
		margin:0;
		padding:0;
		}

		body {
		font:12px Georgia, Times New Roman, serif;
		background-color:#fff;
		background-image:url(../img/bg.jpg);
		background-repeat:no-repeat;
		margin:0;
		padding:0;
		}
		
		img {
		border:0px;
		}
		
		/*--- Typo ---*/
		
		b {
		font-weight:bold;
		}
		
		ul {
		list-style:none;
		font-size:28px;
		font-weight:bold;
		margin:0;
		padding:0;
		color:#999;
		}
		
		a {
		color:#ff0000;
		text-decoration:underline;
		}
		
		i {
		font-style:italic;
		font-size:10px;
		font-weight:bold;
		}
		
		a.navi:link, a.navi:visited, a.navi:active {
		color:#999;
		text-decoration:none;
		}
		
		a.navi:hover {
		color:#ff0000;
		text-decoration:none;
		}
		
		.nonavi {
		color:#ff0000;
		text-decoration:none;
		}
		
		a.footer:link, a.footer:visited, a.footer:active {
		font-size:10px;
		color:#999;
		text-decoration:none;
		}
		
		a.footer:hover {
		font-size:10px;
		color:#ff0000;
		text-decoration:none;
		}
		
		.nofooter {
		font-size:10px;
		color:#ff0000;
		text-decoration:none;
		}
		
		.copyhead {
		color:#ff0000;
		font-weight:bold;
		}
		
		.redcopy {
		font:12px Georgia, Times New Roman, serif;
		color:#ff0000;
		}

		/*--- ID's ---*/
		
		#navibereich {
		left:100px;
		top:200px;
		position:absolute;
		}
		
		#content {
		left:360px;
		top:410px;
		position:absolute;
		width:400px;
		border-top:1px dotted #999;
		}
		
		#footer {
		border-top:1px dotted #999;
		margin-top:50px;
		}