
/* CSS Document */

html {
	height: 101%; /* erzwingt Scrollbalken in Firefox */
}	

body {
/*		font-family: Calibri, Helvetica, Verdanan, Arial, sans-serif;*/
	font-family: Candara, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	margin: 10px;
	text-align: center;
	margin-top: 1em;
	padding-bottom: 1em;
/*	background-color: black; 
	background-color: #52691f;
	background-color: #004400;

	background-color: #098d0c;*/
	background-color: #239104;
	background-image: url(bg_green_4_1200px.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	max-width: 1280px;
	margin: 0.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid silver;
	text-align: left;
	background-color: beige;	
/*	background-color: #FFFFCC; */
}

#top {
	/* background: url(images/balken_rechts_773x160.jpg) no-repeat; 
	background: url(images/DSC_2321_160px.jpg) no-repeat; 
	background: url(topbilder/DSC_2108_600x160px.jpg) no-repeat;*/
	background: url(topbilder/DSC_3122_600x160px.jpg) no-repeat;
	
/*	background-position: 368px; Bild bleibt fix*/
	background-position: right; /*Bild verschiebt sich nach links, wenn Fenster verkleinert wird" */
	height: 160px;
	margin: 0.5em;
	padding: 0.5em;
	background-color: white;
	border: 3px solid silver;
	background-color: white;
}

#top h1 {
	display: none;
}

#logo {
	background: url(images/logo_300x160.jpg) no-repeat;
	background-position: left;	
	height: 160px;
}

#left {
	width: 165px;
	float: left;
	margin-left: 0.5em;
	margin-bottom: 2em;
}

#left h2 {
	display: none;
}

ul#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 3px solid silver;
}
		
ul#nav li {
	font-weight: bold;
	background-color: #EAEEEE;
	border-bottom: 3px solid #fff;
}

#nav li a {
	padding: 0.3em;
	padding-left: 35px;
	text-decoration: none;
	display: block;
	color: green;
}
						
#nav li a:hover	 {
	color: red !important;
	background-color: gainsboro;
	font-weight: bold;
	background-image: url(images/DSC_3124_malve_20px.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#nav li a:visited {
	color: green;
}

#nav .active_link {
	background-color: LightGrey;
	color: black !important;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-image: url(images/DSC_3124_malve_20px.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
	
#main {
	background-color: white;
	margin-left: 185px;
	margin-right: 0.5em;
	padding: 0.5em;
	margin-bottom: 0.8em;
	border: 3px solid silver;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top right;
}

#main h2 {
	margin-top: 0;
	padding: 0.2em 0 0.2em 2em;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: LightGrey;
	background-image: url(images/DSC_3124_malve_30px.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#main h3 {
	border-bottom: 1px dashed black;
	padding-bottom: 0.3em;
	color: maroon;
}

.bildlinks380px {
	float: left;
	margin-right: 2em;
	margin-top: 0;
	font-style: italic;
	line-height: normal;
	width: 380px;
}

.bildrechts380px {
	float: right;
	margin-left: 1em;
	margin-top: 0;
	font-style: italic;
	line-height: normal;
	width: 380px;
}

.bildzentriert {
	font-style: italic;
	line-height: normal;
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links li {
/*	border-bottom: 3px solid DarkBlue; */
/*	border: 1px solid #990000; white-space-Bug: Entweder Rahmen oder im HTML Leerschlag nach z.B. Hergiswiler Lbe (nach dem e von Lbe)*/
	margin-top: 3px;
	background-color: #CCCCCC;
	padding: 0.1em;
}

.links a {
	display: block; 
	text-decoration: none;
	padding: 0.1em;
	padding-left: 0.5em;
	border-bottom: 1px solid #999999;
}

.links a:hover {
	color: red;
	background-color: #99CC00;
}


.links a:visited {
	color: black;
}

#albumlist {
	list-style: none;
	padding: 0;
}

#albumlist li {
	float: left;
	margin-right: 4em;
	margin-bottom: 2em;
	font: Arial, Helvetica, sans-serif;
}

#albumlist img {
	display: block;
	border: 2px solid green;
	margin-bottom: 1em;
}

#bottom {
	height: 140px;
	clear: both;
	background-image: url(images/DSC_2114_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
/*	background-position: left center; */
	border: 1px solid gray;
	border-top: 3px solid gray;
	margin: 1em 0.5em 0.5em 0.5em;
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-style: italic;
}
