body { 
		behavior: url('/files/styles/csshover.htc');
		font-family:arial;
		font-size:0.9em;		
}
body, div.body-background{/* Seitenhintergrund */
	background-image: url('/files/bg.jpg');
	background-color: #FEF9E2;
}
a img {
	border: none;
}

#main { /* Seitenrand */
	border: 1px solid black;
	margin-top: 20px;
	margin-bottom: 1em;
	background-color: #F2DC73;	
}
#header { /* Kopfbereich - Banner */
	background-image: url('/files/banner_top.jpg');
	/*background-image: url('/files/banner_top.jpg');   */
	background-color:white;
}
#header h1 { /* Hauptüberschrift */
	text-indent: -240000px;	
}
#navi-top { /* Navigationsleiste oben */
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('/files/navi_bar.jpg');
}

#navi-top a { /* Navgationslinks oben */
	border-left: 1px solid black;
	color: #000000;
	text-decoration: none;
}
#navi-top a.first { /* erstes Element der Navigationslinks oben */
	border-left: none;		
}

#navi-box { /* Bereich um die Navigation links */
	background-color: #B41E0A;
	background-image:url("/files/navi_bckgr.jpg");
	background-repeat:repeat-y;
	border: 1px solid black;
}

#navi-list a { /* Navigationslinks links */
	text-decoration: none;
	color:#000000;
	font-weight: bold;
	font-size:1em;
	background-image:url(/files/button.jpg);
	background-repeat:repeat-y;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	font-family:arial;
	font-variant:small-caps;
}
/* IE-Fix	*//*
* html #navi-list a{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/icon-motorrad.png', sizingMethod='crop'); 
}*/
#navi-list a span{
 	margin-left:5px;
}
#navi-list li ul {
	display: none;
}

#navi-list a:hover, #navi-list a.active{
	color:#000000;
	background-color: white;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	/*border-left: 2px solid #000000; */
}
#navi-list ul a:hover, #navi-list ul a.active {
	background-position: 162px center;
}


#navi-list li.active ul {
	display: block;
}

#content-container h2 {	/* Überschriften im Content */
	font-size: 1.20em;
	color:#000000;
	font-variant:small-caps;
}

.content-box { /* Box für Inhalte */
	border: 1px solid black;
	background-image: url('/files/heading.jpg');
	background-repeat: repeat-x;
	background-color: #FAE99F;

}

.box { /* Box für inhalte in den seitlichen Leisten */
	border: 1px solid black;
	background-color: #ffffff;
}


#footer { /* Fußzeile */
	background-color: #FAE99F;
	color: #000000;
    	font-size:16px;
	font-weight: bolder;
	border: 1px solid black;
	font-variant:small-caps;	
		
}


textarea, input {
	border: 1px solid silver;

}
.gbentry h3 {
	background-color: silver;
	font-size: 10pt;
}

.counter {
	/* background-image: url('/files/heading.jpg'); */
	text-align: center;
	background-color: #66A35D;
	background-repeat: repeat-x;
	display: block;
	font-weight: bold;
	text-indent: 5px;
}

/* Besucherzähler */


.counter-value {
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	position: relative;
	top: 1px;
	background-color: black;
	color: white;
	font-size: 115%;
}



/* kleine Bildergalerie */

.small-galery {
	height: 238px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.small-galery img {
	margin: 0.5em !important;
	overflow: visible;
}

.pic-info-l, .pic-info-c, .pic-info-r {
	width: 320px;
	height: 198px;
	text-align: left;
	overflow: auto;
	position: absolute;
	top: -6000px;
	background-color: #ffffff;
	border: 1px solid silver;
	z-index: 100;
	opacity: 0.9;	
	filter: alpha(opacity=90);
}
.pic-info a {
	color: black;
	text-decoration: none;
	margin: 0.8em;
	display: block;
}

.sfimage {
	margin: 4px;
	float: left;
	width: 32%;
}
* html .sfimage {
	width: 31.5%;
	margin: 2px;
}
.small-galery .pic-info-r {
	right: 0;
}
.small-galery .pic-info-c {
	left: 180px;
}
.small-galery .pic-info-l {
	left: 1px;
}
a.imghover {
	text-decoration: none;
	color: #000000;
}
.small-galery p:hover .pic-info {
	top: 40px;
}
.small-galery p .pic-info:hover {
	top: 40px;
}


