/* Die Standardeinstellungen des Browsers werden zur?ckgesetzt */

* {

	margin: 0px;

}

img {

	max-height: auto;
	
	max-width: 380px;
	
	border: 2px solid gray;
	
}

body {

	/* Breite sichtbarer Bereich */

	width: 980px;

	margin:0px auto;

	/* Hintergrundfarbe sichtbarer Bereich */

	background: #c0ffa4 url(../bilder/hg4.jpg) repeat-x fixed;

	/* Schriftfamilie f?r den sichtbaren Bereich */

	color: #294f00;

	font-family: Serif, Sans, Times New Roman;

	font-size: 0.9em;

}

#container {

/* Hintergrundfarbe f?r den Container */

	background: white;

	/* Innenabstand */

	padding: 20px;
	
	/* Außenabstand */
	
   margin: 35px;
}

#kopf {

   /* Feste H?he f?r den Kopf */

	height:85px;

	/* Textausrichtung */

	text-align: center;

	background: url(../bilder/BKLogo1.gif) no-repeat top center;

}

#kopf>h1 {

	padding: 25px 0px;

	display: none;

}

#inhalt>h2 {

	padding: 10px 0px;

	letter-spacing: 5px;

}

#impressum>h6 {

	background-color: #8fff49;

	padding: 5px opx;

}

#inhalt>p {

	padding: 10px 0px 35px 0px;

	text-indent: 25px;

	background: url(spacer.gif) no-repeat bottom center;

}

#links {

	background: #048204;
	
	width: 120px;
	
	padding: 1px;
	
	float: left;
	
	font-weight: bold;
	
	font-size: 0.9em;
	
	list-style: none;
	
	border: 1px solid gray;

}

#rechts {

	width: 280px;

	padding: 10px;

	background-color: #c0ffa4;

	float: right;
	
	font-size: 0.8em;
	
	font-weight: bold;
	
	list-style: inside;

}

#inhalt {

	padding: 20px 120px;

}

#fuss {

	height: 30px;

	text-align: left;

	clear: both;

}

/* Hyperlinks */

a:link {

	text-decoration: none;

	border-bottom: 1px dotted;

	color: #f7951a;

	background-color: inherit;

	font-weight: bold;

}

a:visited {

	text-decoration: none;

	border-bottom: 1px dotted;

	color: #f7951a;

	background-color: inherit;

	font-weight: bold;

}

a:hover, a:focus {

	text-decoration: none;

	border-bottom: 1px dotted;

	color: black;

	background-color: inherit;

	font-weight: bold;

	outline: none;

}

a:active {

	text-decoration: none;

	border-bottom: 1px dotted;

	color: lime;

	background-color: inherit;

	font-weight: bold;

	outline: none;

}

ul, li {

	list-style: none;

	margin: 0px;

	padding: 0px;

}

#navigation {

	background-color: #048204; /* Hintergrundfatbe ul */

	margin-bottom: 10px; /* Au?enabstand oben-unten */

	padding: 15px 0px 4px 120px;

	border-bottom: solid 1px black;
	
	color: Silver;

}

#navigation li {

	display: inline; /* Listenelemente nebeneinander */

	padding: 4px;

}

#navigation a, #navigation a:link  {

	background-color: #8fff49;

	font-style: normal;

	border: solid 1px black;

	padding: 4px;

}

#navigation a:visited {

	background-color: #8fff49;

	font-style: normal;

}

#navigation a:hover, #navigation a:focus, #hauptseite #nav1 a, #kontakt #nav2 a {

	background-color: #b0ff8c;

	font-style: normal;

	border-bottom: none;

	padding-bottom: 5px;

}

#navigation a:active {

	background-color: #b0ff8c;

	font-style: normal;

}


.hinweis {

	color: red;
	
	font-weight: bold; 
	
}

.java {

	padding: 0px 0px 10px 40px;
	
}
