/* CSS Document */

body {
	background-color: #F0F5F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #222;
}

body.info {
	background-image: url("bilder/bg_info.gif");
}
body.konzept {
	background-image: url("bilder/bg_konzept.gif");
}
body.bilder {
	background-image: url("bilder/bg_bilder.gif");
}
body.impressum {
	background-image: url("bilder/bg_impressum.gif");
}

div#menu { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #333;
	background-color: #669d40;
}

div#inhalt {
	position: absolute;
	top: 102px;
	text-align:center;
	width: 98%;
	margin: 15px 0 0 0;
	background-image: url("bilder/bg_start.gif");
	background-repeat: repeat-x;

}
div#inhalt_info, div#inhalt_bilder{
	position: absolute;
	top: 102px;
	margin: 15px 0 0 30px;
}
div#menu img#banner {
	top: 10px;
	float: left;
	margin: 15px 20px 0 0;
}

div#menu div.button img {
	width: 60px;
	border: none;
}
div#menu div.button {
	width: 130px;
	text-align: center;
	float: left;
	height: 80px;
	margin-top: 10px;
	page-break-inside: avoid;
	

}
div#buttons {
	position: absolute;
	top: 0;
	left: 450px;
	z-index: 10;
}
br.clear {	clear: both;}

a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

#baum { width: 838px;}

h1 { font-size: 1.5em; }
p, ul { line-height: 1.4em; }
ul { margin-left: 10px;padding-left: 370px;}

img.bild {
	border: 2px solid #222;
	position: absolute;
}
img.bild_nob {
	border: none;
	position: absolute;
}

#bild1 { 
	top: 5px;
	left: 580px;
}
#bild2 {
	top: 240px;
	left: 0;
}
#bild3 {
	top: 20px;
	left: 550px;
}
#bild4 {
	top: 350px;
	left: 550px;
}
#bild5 {
	top: 650px;
	left: 550px;
}
ul.rechts {
	padding-left: 10px;
}
ul.rechtsbild {
	padding-left: 20px;
	list-style-image: url("bilder/minus.gif");
	list-style-position: .3em;
}

div#inhalt_bilder img{
	border: 2px solid #222;
	margin: 10px;
}

#popupBG {
	position: absolute;
	width: 100%;
	top: 102px;
	left: 0;
	background-color: #333;
	z-index: 20;
	text-align: center;
	padding-top:20px;
	padding-bottom: 20px;
	color: #FFF;
	display: none;
}

	
	
