@charset "UTF-8";
/* CSS Document */
html, body {
	height: 99%;
	}
body { 
	margin: 0;
	padding: 0;
	background-image: url(images/papier150x132.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1E211E;
	text-decoration: none;
	line-height: 15px;
	text-align: left;
	overflow: auto;
	}

#wrapper {
	width: 800px;
	position: relative;
	margin: 0;
	bottom: 0;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	}

#header {
	background-image: url(images/papier150x72.jpg);
	background-repeat: repeat;
	position: fixed;
	top: 0;
	margin-left: 0;
	height: 88px;
	width: 800px;
	text-align: left;
	z-index: 24;
	}

	
.content {
	position: relative;
	background-image: url(images/papier150x72.jpg);
	background-repeat: repeat;
	width: 485px;
	margin-left: 295px;
	min-height: 630px;
	padding: 10px 10px 20px 10px;
	z-index: 12;
	}

.contentindex {
	position: relative;
	background-image: url(images/papier150x72.jpg);
	background-repeat: repeat;
	width: 485px;
	margin-left: 200px;
	margin-top: 80px;
	min-height: 630px;
	padding: 0;
	z-index: 12;
	}

#textbox {
	position: relative;
	margin-top: 88px;
	margin-left: 6px;
	width: 451px;
	padding: 0 6px 0 6px;
	z-index: 20;
	text-align: left;
	background-image: url(images/papier150x132.jpg);
	background-repeat: repeat;
	border-left: 2px solid #F8F6F7;
	border-right: 2px solid #F8F6F7;
	}
	
#strapline {
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.15em;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	margin-left: 188px;
	margin-top: 50px;
	z-index: 28;
	}

#straplineindex {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.15em;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	left: 188px;
	top: 50px;
	z-index: 28;
	}

#pictl1 {
	position: fixed;
	margin-left: 0;
	top: 0;
	height: 88px;
	width: 176px;
	border: none;
	z-index: 25;
	}

#pictl2 {
	position: fixed;
	margin-left: 0;
	top: 88px;
	height: 512px;
	width: 176px;
	border: none;
	float: left;
	z-index: 10;
	}

#pictl1index {
	position: absolute;
	left: 0;
	top: 0;
	height: 88px;
	width: 176px;
	border: none;
	z-index: 25;
	}

#pictl2index {
	position: absolute;
	left: 0;
	top: 88px;
	height: 512px;
	width: 176px;
	border: none;
	float: left;
	z-index: 10;
	}
	
#navi {
	position: fixed;
	top: 248px;
	left: 188px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	float: left;
	z-index: 9;
	}
	
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navi ul li {
	margin-bottom: 12px;
	}

/* nur Startseite */
#naviindex {
	position: absolute;
	top: 248px;
	left: 188px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	float: left;
	z-index: 9;
	}
		
#naviindex ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#naviindex ul li {
	margin-bottom: 12px;
	}
		

/* Rahmen oben */
#radleft {
	position: relative;
	margin-top: 0;
	margin-left: -8px;
	height: 10px;
	width: 10px;
	background-image: url(images/rad_l.gif);
	z-index: 45;
	float: left;
	}
	
#linehorizsatz {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	height: 2px;
	width: 447px;
	background-color: #F8F6F7;
	z-index: 45;
	float: left;
	}	

#radright {
	position: relative;
	margin-bottom: 0;
	margin-left: 449px;
	height: 10px;
	width: 10px;
	background-image: url(images/rad_r.gif);
	z-index: 45;
	}
	

/* Rahmen unten */

#radleftu {
	position: relative;
	margin-top: 0;
	margin-left: -8px;
	height: 10px;
	width: 10px;
	background-image: url(images/rad_lu.gif);
	z-index: 45;
	float: left;
	}
	
#linehorizsatzu {
	position: relative;
	margin-top: 8px;
	margin-left: 0;
	height: 2px;
	width: 447px;
	background-color: #F8F6F7;
	z-index: 45;
	float: left;
	}	

#radrightu {
	position: relative;
	margin-top: 0;
	margin-left: 449px;
	height: 10px;
	width: 10px;
	background-image: url(images/rad_ru.gif);
	z-index: 45;
	}

/* Linien Startseite */
#linehoriz {
	position: absolute;
	top: 36px;
	left: 166px;
	height: 2px;
	width: 592px;
	background-color: #F8F6F7;
	overflow: hidden;
	z-index: 45;
	}

#radtitel {
	position: absolute;
	top: 36px;
	left: 759px;
	height: 10px;
	width: 10px;
	background-image: url(images/rad_r.gif);
	float: left;
	z-index: 45;
	}	
					
#linevert {
	position: absolute;
	top: 46px;
	left: 767px;
	height: 95%;
	width: 2px;
	background-color: #F8F6F7;
	overflow: hidden;
	z-index: 45;
	}

#pictureindex {
	position: absolute;
	top: 108px;
	left: 306px;
	z-index: 4;
	}
	
.framed {
	border: solid 8px #F8F6F9;
	}

#willkommenindex {
	position: absolute;
	left: 316px;
	top: 425px;
	border: none;
	z-index: 5;
	}

#footer {
	position: absolute;
	top: 510px;
	left: 188px;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	padding-top: 2px;
	overflow: auto;
	z-index: 6;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #3A8D3A;
	text-decoration: none;
	line-height: 16px;
	padding: 0px 40px 12px 32px;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1E211E;
	text-decoration: none;
	line-height: 16px;
	padding: 0px 40px 0px 32px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3A8D3A;
	text-decoration: none;
	line-height: 16px;
	padding: 0px 40px 0px 32px;
	}

p {
	padding: 0px 40px 0px 32px;
	}
		
.text {
	padding: 0px 40px 0px 52px;
	list-style-type: disc;
	}

	
a.mail {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	color:#3A8D3A;
	}
	
a.seitenanfang {
	text-decoration: none;
	font-size: 10px;
	color: #666;
	}
	
a.links:link {
	text-decoration:none;
	font-weight: normal;
	color:#3A8D3A;
	}

a.links:visited {
	text-decoration:none;
	font-weight: normal;
	color: #666;
	}

a.links:active {
	text-decoration:none;
	font-weight: normal;
	color:#3A8D3A;
	}

a.links:hover {
	text-decoration:none;
	font-weight: normal;
	color: #B75644;
	}
	

a#current {
	color: #3A8D3A;
	margin-bottom: 8px;
	font-weight: bold;
	}

a.menue:link {
	text-decoration:none;
	color:#1E211E;
	margin-bottom: 8px;	
	}
a.menue:visited {
	text-decoration:none;
	color:#1E211E;
	margin-bottom: 8px;
	}
a.menue:active {
	text-decoration:none;
	color:#3A8D3A;
	margin-bottom: 8px;
	}
a.menue:hover {
	text-decoration:none;
	color:#3A8D3A;
	margin-bottom: 8px;
	}


	
#pictures {
	position: absolute;
	top: 108px;
	left: 286px;
	height: 170px;
	z-index: 4;
	}
	


.bildleiste {
	float: left;
	padding: 0px 2px 0px 2px;
	}
	


#rahmenoben {
	position: fixed;
	margin-left: 130px;
	margin-top: 108px;
	height: 10px;
	width: 463px;
	display: block;
	overflow: hidden;
	z-index: 31;
}


#willkommen {
	position: absolute;
	left: 330px;
	top: 255px;
	border: none;
	z-index: 5;
	}


	
#imgaertle {
	position: absolute;
	left: 380px;
	top: 330px;
	border: none;
	z-index: 6;
	}
	
	

	
#imgaertleindex {
	position: absolute;
	left: 360px;
	top: 420px;
	border: none;
	z-index: 6;
	}
		

.diaschalter{
	position: relative;
	text-align: center;
	margin: 10px 20px 20px 0px;
	height: 20px;
	font-size: 11px;
}

.diaschau {
	position: relative;
	text-align: center;
	margin: 12px 0 0 0;
}

#werkschau {
	position: relative;
	height: 256px;
	text-align: center;
	margin: 0px 20px 0px 0px;
}

.dias {
	text-align: center;
	border: solid 8px #F8F6F9;
}

.einzelbild1 {
	margin: 28px 0 0 4px;
	text-align: center;
	border: solid 8px #F8F6F9;
}

.einzelbilder {
	margin: 62px 0 0 4px;
	text-align: center;
	border: solid 8px #F8F6F9;
}


