body { 
	margin: 0; 
	padding: 0; 
	font-family: arial, georgia, "Trebuchet MS", verdana, lucida, helvetica, sans-serif;
	font-size: 12px;
	color: #666; 
	text-decoration: none;
	background: url(img/bg.jpg) repeat-x;
	background-color: #FFFFFF;
	}
	
img {
	border: 0;
	}

a {
	margin: 0;
	color: #999;
	}
	
a:hover {
	color: #666;
	}

p {
	margin: 10px 0 0 0;
	}
	
#news {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	}

.header {
	padding: 0;
	margin: 0;
	height: 20px;
	background: url(img/header.gif) no-repeat;
	}
	
.shadow {
	margin: 0 0 0 620px;
	height: 20px;
	}
		
#subnav {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 90%;
	}

#subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
#subnav a {
	padding: 0;
	margin: 0 5px 0 2px;
	text-decoration: none;
	}
	
#content {
	clear:left;
	width: 634px;
	text-align:center;
	background: url(img/content_bg.jpg) repeat-y;
	}
	
#text {
	text-align: justify;
	line-height: 1.5em;
	padding: 25px 43px 20px 300px;
	}

#preview {
	clear:left;
	margin: 0;
	padding: 3px 0 0 0;
	width: 175px;
	}
	
.small {
	margin: 0 2px 1px 0;
	padding: 0;
	}

.small a {
	margin: 0;
	padding: 0;
	}

.small a:hover {
	margin: 0;
	padding: 0;
	border:1px solid #FF0000;
	}

h1 {
	margin: 0;
	position: relative;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	}
	
#navspalte {
	position:absolute;
	left: 640px;
	top: 50px;
	width: 150px;
	}
	
#footer {
	clear: inherit;
	text-align: right;
	width: 830px;
	margin: 0 0 20px 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #DBDBDB;
	color: #999;
	font-size: 80%;
	}
	
#footer a {
	text-decoration: none;
	color:#99CC00;
	}

/* Bilder divs */
	
#startDiv /* sichtbarer Seiten-Inhalt */
{
visibility: visible;
position: absolute;
left: 89px;
top: 50px;
width: 450px;
height: 440px;
background: #FFF;
overflow:auto;
}

div.clSub /* versteckter Seiten-Inhalt */
{
visibility: hidden;
position: absolute;
left: 89px;
top: 50px;
width: 450px;
height: 440px;
background: #FFF;
overflow: auto;
}
/* Bilder divs ENDE */

.textarea {
	width: 220px;
	font-size: 100%;
	color: #333;
	padding: 2px 5px 2px 3px;
	border: 1px solid #ccc;
	}