

body { /* Seitenhintergrund */
	/*background-image: url('/files/bg.gif');*/
		background-color: #8EBFFA;
		behavior: url('/files/styles/csshover.htc');
}
a img {
	border: none;
}

#main { /* Seitenrand */
	border: 1px solid black;
	margin-bottom: 1em;
	background-color: white;	
}
#header { /* Kopfbereich - Banner */
	background-image: url('/files/banner_graue-schnauzen.jpg');
}
#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: #e5e5e5;
	text-decoration: none;
}
#navi-top a.first { /* erstes Element der Navigationslinks oben */
	border-left: none;		
}

#navi-box { /* Bereich um die Navigation links */
	background-color: #e5e5e5;
	border: 1px solid black;
}

#navi-list a { /* Navigationslinks links */
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #0032ad;
	background-image: url('/files/icon-tatze.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	border-right: 2px solid #001070;
	border-bottom: 2px solid #001070;
}
/* IE-Fix	*/
* html #navi-list a{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/icon-motorrad.png', sizingMethod='crop'); 
}
#navi-list li ul {
	display: none;
}

#navi-list a:hover, #navi-list a.active{
	background-color: #001070;
	border-right: 2px solid #001070;
	border-bottom: 2px solid #001070;
}
#navi-list li.active ul {
	display: block;
}


#content-container h2 {	/* Überschriften im Content */
	font-size: 1.35em;
	
}

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

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


#footer { /* Fußzeile */
	background-color: #968D7A;
	color: white;
	font-weight: bolder;
	border: 1px solid black;	
		
}


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-repeat: repeat-x;
	display: block;
	font-weight: bold;
	text-indent: 5px;
}
/* kleine Bildergalerie */

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

.small-galery img {
	margin: 0em !important;
	margin-top: 0.5em !important;
	overflow: visible;
	max-width: 210px;
	max-height: 210px;
}

.pic-info-l, .pic-info-c, .pic-info-r {
	width: 320px;
	height: 198px;
	text-align: left;
	overflow: auto;
	position: absolute;
	top: -64000px;
	background-color: #eeeeff;
	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;
}


