﻿/* Grundlayout */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;/*fuer IE_quirks*/
	background-color: #ffe791;
}

/* Hauptrahmen */
#hauptrahmen {
	position: relative;
	width: 850px;
	color: #000;
	text-align: left;
	background-image: url(/bilder/bk-oesp.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#rahmen {
	position: relative;
	width: 950px;
	color: #000;
	text-align: left;/*Aufheben von IE_quirks im BODY*/
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	border: 4px solid #003D8F;
	background-color: #FFF4CE;
}

#kopf {
	background-color: #e0e0e0;
	color: #000;
	height: 125px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../bilder/kopfgrafik-01.gif);
	background-repeat: no-repeat;
	width: 950px;
}

#seitentitel {
	height:30px;
	width: 400px;
	top: 105px;
	position: absolute;
	text-align: right;
	color: #96231f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	left: 220px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1em;
}

#navioben {
	filter:alpha(opacity=50);


 	-moz-opacity:0.8;
	height: 30px;
	width: 250px;
	position: absolute;
	text-align: left;
	top: 90px;
	padding-top: 2px;
	padding-left: 5px;
	left: 10px;
}

#navi {
	position: absolute;
	top: 130px;
	left: 10;
	width: 160px;
	color: #000;
	background-image: url(../bilder/navimitte-01-01.jpg);
	background-repeat: repeat-y;
	background-position: 0 top;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
}

#inhalt {
	color: #000;
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#fuss {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	background-image: url(../bilder/fussgrafik-01.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 950px;
}

#loewenzahn {
	position: absolute; 
	left: 0px; 
	bottom: 100px; 
	width: 140px; 
	height: 135px; 
}

#milchkanne { 
	position: absolute; 
	bottom: 20; 
	left: 60px; 
	width: 140px; 
	height: 135px; 
}

#polaroid {
	position: absolute;
	right: -45px;
	width: 190px;
	height: 213px;
	top: 300px;
}

#polaroid02 {
	position: absolute;
	right: -60px;
	width: 256px;
	height: 188px;
	top: 500px;
}

#polaroid03 {
	position: absolute;
	right: -60px;
	width: 256px;
	height: 188px;
	top: 500px;
}

#wetter {
	position: absolute;
	right: -5px;
	width: 160px;n
	height: 188px;
	top: 500px;
	background-repeat: no-repeat;
	text-align: center;
}

#notizzettel {
	position: absolute;
	right: -45px;
	width: 170px;
	height: 199px;
	top: 130px;
}

/* Kasten */
#kasten {
	position: absolute;
	top: 130px;
	width: 150px;
	text-align: left;
	left: 790px;
}
#kasten p {
	color: black;
	font-size: 80%;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#kasten a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
}
#block {
	background-image: url(../bilder/notizzettel-01.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 145px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	dth: 1px;
	background-position: -5px;
}

#block_leer {
	background-repeat: no-repeat;
	width: 152px;
	height: 145px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	dth: 1px;
	background-position: -5px;
}

h3, h4, p, ul, li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
}

/* Überschriften */
h1 {
	background-color: transparent;
	color: #0C851C;
	font-size: 120%;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	color: #0C851C;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C851C;
}

h3 {
	font-size: 80%;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 5px;
}
/* Texte */
p, li {
	font-size: 80%;
}
#inhalt p, #inhalt li {
	line-height: 150%;
	margin: 7px 0px 8px 0px;
}

#fuss p {
	font-size: 70%;
	text-align: center;
	padding-top: 50px;
}


#block p {
	font-size: 70%;
	text-align: center;
}

#block_leer p {
	font-size: 70%;
}


/* Links */
#inhalt a { 
	color: #000000; 
}

/*Navi-Allgemein*/
#navi p.linear { 
	padding: 0 5px 0 10px; 
}

#navi a {
	display: block;
	width: 130px;
}

#navi p.linear a {
	display: inline;
	width: auto;
}

#fuss a {
	color: #FFCC33;
}

#navi a:hover { 
}

#navioben a {
	color: #000000;
}

/*Navi-Webedition*/
.menu_u     {
	color: #000000;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5;
	padding-top: 3;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px dashed #CCCCCC;
	}

.menu_u_on     {
	color: #0C851C;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 5;
	padding-top: 3;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	}

.menu_uu     {
	color: #000000;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 40px;
	}


.menu_uu_on     {
	color: #0C851C;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 40px;
	}

.menu_h    {
	color: #003399;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	margin-right: 5;
	margin-bottom: 1px;
	margin-left: 5;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 120px;
	font-size: 100%;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu_h_on    {
	color: #003399;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	margin-right: 5;
	margin-bottom: 1px;
	margin-left: 5;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 120px;
	font-size: 100%;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/bilder/loewenzahn-01-navi.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}


/* others */
.invis, hr {
	display: none;
}

img {
	border: none;
}

/*Bildergalerie*/

.teaser_bild {
	text-align: left;
	left: 0;
	width: 550px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 0;
}
#navthumbs {
	position: relative;
	width: 550px;
	text-align: left;
	margin-bottom: 5px;
}

.thumb{ 
	margin-left: 1px; 
	border: 0; 
}

.thumbalign{
	vertical-align:top;
}

/*Sonstiges*/

.aufzaehltermin {
	padding-top: 0;
	padding-left: 96px;
	font-size: 80%;
	margin: -5px;
}

.aufzaehl {
	font-size: 80%;
	line-height: 1.2;
	margin-top: -7px;
	padding-top: 0;
	padding-left: 14px;
}

#aufzaehl p {
	background-color: #FFFFFF;
}



.neulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textklein {
	font-weight: normal;
	font-size: 9px;
}
.suchfeld { 
color: #000000; 
font-size: 100%; 
font-weight: normal; 
background-color: #FFFFFF; 
text-align: center; 
letter-spacing: 1px; 
white-space: nowrap; 
margin: 0; 
padding: 0; 
width: 
80px !important; height: 20px; border: 1px solid #009900!important; }



/*Formularformatierungen*/

fieldset {
	border: 1px solid #009900;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 100%;
	text-align: left;
}
.inpt {
	height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

legend {
	color: #009900;
	border: 1px solid #009900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.senden {
	letter-spacing: 1px;
	text-align: center;
	height: 20px;
	width: 150px;
	border: 1px solid #009900;
	margin-left: 5px;
	margin-top: 20px;
}
.okbutton, .okbutton:hover {
	color: white;
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	width: 20px!important;
	height: 20px;
	border: solid 1px white !important;
	background-color: #009900;
}
