/* ==================================
Stylesheet bayerwaldnatur.de
Datei: style.css
Autor: Stefan Engl
===================================== */

/* ==================================
1. Kalibrierung
===================================== */

* { padding: 0; margin: 0; }
html { overflow-y: scroll; }

/* Abstand nach unten */
h2, p, ul, ol { margin-bottom: 1em; }
/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0;}
/* Abstand von links */
li { margin-left: 1em; }

/* ==================================
2. Styles Allgemein
===================================== */	

body {
	background-image: url(./back4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #99bbd7;
	background-position: top, center;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
/* Styles Ueberschriften */

h1 { font-size: 130%;
	font-family: sans-serif, helvetica, arial;
	color: black;
}

h2 { font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 { font-size: 88%;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 }

 h4 { font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 0px 10px 0px;
 }
 
 h5 { font-size: 120%;
	font-family:  sans-serif, Arial, Helvetica, Verdana;
	font-weight: bold;
	color: black;
 }

  h6 { font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
 }
 


 
address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	line-height: 1.5;
}
		
a { text-decoration: none; }
a:link { color:#0431B4; }
a:visited { color:#848484; }
a:hover,
a:focus {
	text-decoration: underline;
	color: #848484;
}


/*Allgemeine Klassen und IDs*/
img#logo {
	background-color: white;
	color: black;
}

/* ==================================
3. Styles Layout
===================================== */	

#drumherum {
	background: white url(./grafik/navi_rechts.jpg) repeat-y right top;
	color: black;
	width: 1020px;
	margin: 6px auto 8px auto;
	border: 1px solid #848484;
}

#drumherum_ohne {
	background: white;
	color: black;
	width: 1020px;
	margin: 6px auto 8px auto;
	border: 1px solid #848484;
}

	
#kopfbereich {
	background-color: white;
	color: black;
	padding: 10px 10px 0 10px;
}

p#slogan {
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}

a img {
	border: 0 none;
}

/* --- navigationsbereich 1 --- */

#navibereich {
	background: #2e2e2e url(./grafik/navi3.jpg) repeat-x top left;
	padding: 4px 0;
	border: 1px solid black;
	margin: 0 8px 0 10px;
	min-width: 1000px;
}

#navibereich  li.active a{
	background-image: url(./grafik/navi4.jpg);
	border-bottom: none;
}

#navibereich ul {margin-bottom: 0; }

#navibereich li {
	display: inline; /* li nebeneinander anzeigen */
	list-style-type: none; /* ohne Aufzählunsgzeichen*/
}
	
#navibereich a {
	color: white;
	text-decoration: none;
	padding: 4px 8px;
}

#navibereich a:focus {
	background: grey url(./grafik/navi4.jpg) repeat-x left top;
	border-bottom: none;
}


#navibereich a:hover {
	background: grey url(./grafik/navi4.jpg) repeat-x left top;
	border-bottom: none;
}

/* --- Textbereich ---*/

#textbereich {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 1.4em;
	padding: 10px 20px 2px 20px;
	text-align: left;
	margin-right: 220px;
}

#textbereich_oben {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 20px 20px 0 20px;
	text-align: left;
	margin-right: 220px;
}

#textbereich_float {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 108%;
	padding: 20px;
	text-align: justify;
	margin-right: 220px;
}

#textbereich_info {
	background-color: white;
	padding: 20px;
	text-align: justify;
}

#textbereich_fest {
	padding: 20px;
	text-align: justify;
	font-size: 100%;
	height: auto;
	min-height: 440px;
	margin-right: 220px;
}

#textbereich_ohnerechts {
	padding: 20px;
	text-align: justify;
	font-size: 100%;
	height: auto;
	min-height: 440px;
	color: #585858;
}

#textbereich_ohnerechts_center {
	padding: 20px;
	text-align: center;
	font-size: 100%;
	height: auto;
	min-height: 440px;
	color: #585858;
}

#textbereich_galerie {
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-size: 100%;
	height: auto;
	min-height: 440px;
	color: #585858;
}


#textbereich_vorschaubild {
	padding: 20px;
	text-align: left;
	font-size: 100%;
	height: auto;
	min-height: 440px;
}

#textbereich_rechts {
	float: right;
	width: 180px;
	height: 100px;
	padding: 20px 0px 0px 20px;
	margin-right: 10px;
}

#textbereich_rechts2 {
	float: right;
	width: 180px;
	height: 100px;
	padding: 2px 0px 0px 20px;
	font-size: 84%;
}

#sonstiges {
	clear: both;
	padding: 6px 0 6px 0;
	margin-top: 10px;
	background-color: white;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
}

#fussbereich {
	clear: both;
	padding: 6px 0 6px 0;
	border-top: 1px solid #8c8c8c;
	margin-top: 10px;
	background-color: white;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: center;
}

.text {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 10px 20px 2px 20px;
	text-align: left;
	margin-right: 220px;
}

.text2 {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	font-weight: bold;
	padding: 4px 20px 2px 20px;
	text-align: center;
	margin-right: 220px;
}

.text3 {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 0px 70px 28px 70px;
	text-align: center;

}

.text_4 {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 2px 20px 8px 20px;
	text-align: center;
	margin-right: 220px;
}

.text_bild {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 2px 20px 8px 20px;
	text-align: center;
	margin-right: 220px;
}

.text_bild_titel {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 10px 20px 8px 20px;
	text-align: center;
	margin-right: 220px;
}

.text_oben {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 20px 20px 0 20px;
	text-align: left;
	margin-right: 220px;
}

.text_hinweis {
	background-color: white;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.4em;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin-right: 220px;
}


.bildlinks{
	float: left;
	padding: 4px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 1px 1px 1px #F2F2F2;
	margin: 2px 10px 1px 0;
}


.bildrechts{
	float: right;
	padding: 4px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 1px 1px 1px #F2F2F2;
	margin: 2px 10px 1px 0;
}

.bildrechts {
	float:right;
	padding: 2px;
	border: 1px solid #848484;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bildunten{
	padding: 0px;
	border: 1px solid #000000;
	margin: 2px 0 0 0;
}

.bildaktuell{
	padding: 4px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 1px 1px 1px #F2F2F2;
}

.bildaktuell_unten{
	padding: 4px;
	border: 1px solid #E6E6E6;
	box-shadow: 1px 1px 1px 1px #F2F2F2;
	margin-top: 2px;
}

.banner{
	border: 1px solid #000000;
}

.linie{
	border: 1px solid black;
}

/* ==================================
4. Sonstige Styles
===================================== */

form {
	background-color: #d9d9d9;
	width: 360px; /*Breite des Formulars*/
	padding: 20px;
	border: 1px solid #8c8c8c;
	
}
label { /* Beschriftung auf eigener Zeile */
	display: block;
	cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#besuchername,
input#besuchermail,
textarea {
	width: 360px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea {
	height: 7em;
}
input:focus,
textarea:focus {
	background-color: #ffeda0;
}

p.center {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

p.bild {
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
}

/* ==================================
S T Y L E S H E E T   E N D E  !
===================================== */