body {
	padding: 0px;
	margin: 0px;
	background: #fff url('picts/kopf_side.jpg') 0 100px no-repeat;
	}
	
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	}
	
#nav {
 	position: absolute;
 	top: 0px;
 	left: 300px;
 	border-left: 1px solid #000;
 	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	}
 	
#navbar {
	font-size: 10px;
	background-color: #630;
 	overflow: auto;
 	width: 580px;
	}
	
#navbar a {
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	}
	
#footer {
	margin-left: 300px;
	border-left: 1px solid #000;
	margin-top: 90px;
	}
	
#fcontent {
	width: 580px;
	text-align: center;
	position: relative;
	font-size: 10px;
	color: #666;
	padding: 10px 0 30px;
	}
	
.content {
	position: relative;
	top: 55px;
	margin-left: 320px;
	width: 540px;
 	height: auto;
	}

.content .header {
	font-size: 18px;
	color: #300;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.content .header .top {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
	
.content .paragraph {
	font-size: 12px;
	line-height: 20px;
	}
	
.content a {
	color: #c63;
	letter-spacing: 2px;
	}
	
.content a:visited {
	color: #999;
	}
	
.content .quote {
	font-family: Geneva, Utopia, Serif;
	color: #444;
	border: 1px solid #9d9d9d;
	padding: 10px;
	background-color: #fdfdfd;

	}
	
 .content .quote p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	}
	
.content .quote .by {
	margin-bottom: 0px;
	font-weight: bold;
	text-align: right;
	}

.content .nwlist {
	line-height: 30px;
	}
	
.content .nwlist img {
	vertical-align: middle;
	border: 0px;
	}
	
/* .content .nwlist a , .content .nwlist img {
	display: none;
	} */
	
