body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding:0;
	background-image:url(../files/graphics/bg.png);
	background-repeat:repeat;
	background-color:#F7F7F7;
	}

#container {
	width: 920px;
	text-align:left;
	margin: 0 auto;
}
#breadcrumbs {
	background-color:#E10005;
	padding: 2px 0 3px 10px;
	color: #FFF;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #FFF;
	text-decoration:none;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	color: #D6D6D6;
}

.koimp {
	float: right;
	padding-right: 10px;
}

#content {
	float: left;
	width: 703px;
	margin-top: 5px;
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #FCFCFC;
	height: 100%;
	overflow:hidden;

}

#content a:hover{
	text-decoration:underline;
}
#content br{
	margin:0;
}

#content input {
	border: 1px solid #828282;
}

.meldung {
	width: 690px;
	border: 1px solid #D6D6D6;
	padding: 5px;
	overflow:hidden;
	margin-bottom:5px;
	vertical-align:middle;
	font-weight:bold;
	color:#FF0000;
}

textarea {
	width: 300px;
	height: 120px;
	border: 1px solid #828282;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size:12px;
}


#rightcolumn {
	float: right;
	margin: 5px 0 0 5px;
	border: 1px solid #D6D6D6;
	padding: 5px;
	background-color: #FEFEFE;
	width: 188px;
}

.welcome, .news {
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
	padding: 1px;
	background-color:#F7F7F7;
}

.newest_berichte h3 {
	font-size:12px;
	height: 19px;
	background-image:url(../files/graphics/box_header.jpg);
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px 0 0 10px;
	
}

#content h3, .welcome h3, .news h3, .fluege h3 {
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	height: 19px;
	background-image:url(../files/graphics/box_header.jpg);
	color:#FFFFFF;
	font-weight: bold;
	padding: 5px 0 0 10px;
}

.artikel {
	margin: 10px 10px 0 10px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6d6d6;
	/*display:table;*/
	text-align:justify;
	overflow:auto;
	
}

.artikel td {
	text-align:justify;
	overflow:auto;
	}

.artikel h1 {
	padding: 0;
	margin: 0;
	color:#FF3200;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:25px;
}

.artikeldatum{
	color: #F90;
	font-size:10px;
}

.artikelautor{
	color: #009;
	font-size:10px;
}

.artikel img {
	padding: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #000000;
}

.katliste img {
	padding-left: 14px;
	border: 0;
	margin: 0 5px 0 0;
	
	
}

.katliste a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	width:inherit;
	padding: 0 0 0 10px;

}


.item, .wetter{
	border: 1px solid #D6D6D6;
	padding: 1px;
	margin-top: 10px;
	background-color:#F7F7F7;
}
.wetter {
	text-align:center;
}
.item h3, .wetter h3 {
	text-align:left;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	height: 19px;
	background-image:url(../files/graphics/item_h1.png);
	color:#FF0000;
	font-weight: bold;
	padding: 5px 0 0 10px;
}

.login input {
	font: normal 10px Verdana;
	width: 100px;
	border: 1px solid #828282;
	height: 13px;
}

.login a:link, .login a:visited {
	color: #E10005;
	text-decoration: none;
}

.login a:hover {
	color: #D6D6D6;
	text-decoration: underline;
}
.crew_container {
	margin: 5px auto;
}
.crew_thumb a{
	float: left;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display:block;
	background-color:#D6D6D6;
	margin: 0 15px 10px 15px;
	padding: 5px;
	border:1px solid #000000;
	hover:expression(this.onmouseover=new Function("this.style.background='#828282'; this.style.color='#FFFFFF';"),this.onmouseout=new Function("this.style.background='#D6D6D6'; this.style.color='#000000';"));

}

.crew_thumb img {
	border: 1px solid #000000;
}

.crewtable td{
	vertical-align:top;
}

.linksoeff {
	margin-top: 5px;
}
	
.linksoeff a:link, .linksoeff a:visited {
	color: #E10005;
	text-decoration: none;
}

.linksoeff a:hover {
	color: #D6D6D6;
	text-decoration: underline;
}

.berichte_liste {
	width: 650px;
}

#footer {
	float: left;
	width:703px;
	border: 1px solid #D6D6D6;
	margin-top: 5px;
	background-color: #FEFEFE;
	padding: 5px;
	font: normal 10px Verdana;
	text-align: right;
}

#admin_berichte textarea {
	width:600px;
	height:400px;
}

#admin_berichte input {
	width: 300px;
	border: 1px solid #828282;
	font: normal 10px Verdana;
}

.membernews td{
	vertical-align:top;
	padding:5px 0 5px 0;
	border-bottom:dotted 1px #666;
	border-right-width:0;
}

.files {
	width:705px;
}

.files a:link, .files a:visited{
	text-decoration:none;
	color: #333;
}

.files a:hover{
	text-decoration: none;
	color: #FF0000;
}

.guestbook {
	margin: 10px 10px 0 10px;
	border: 1px solid #D6d6d6;
	text-align:justify;
	overflow:auto;
}
.guestbook a:link, .guestbook a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.guestbook a:hover {
	text-decoration:underline;
	color:#D6D6D6;
}
.guest_web a:link, .guest_web a:visited {
	text-decoration:none;
	color: #009;
	
}
.guest_web {
	color: #009;
	border-bottom:1px dotted #D6D6D6;
	font-size:10px;
}
.guestbook td {
	padding-left:5px;
}