/* stylesheet fuer www.agenda21-ottensoos.de */
/* ag21_basic.css */
/* Dörte Neumann */
/* stand: 18.07.06 */

/* =========================================================== */
/* farben:

hintergrund: #faf8ee;
schrift: #4a4a4a;
ueberschriften h1, h2  #ee6778;
aktiver hintergund button: #feedf0; */

/* =========================================================== */
/* =========================================================== */
/* bereiche:
/*  =header
	=content
	=footer
	=navigation
	=liste startseite
	=liste projekte
	=startseite
	=bauenenergie
	=kultur
	=mobilitaet
	=gaestebuch
	=ausgabe gaestebuch
	=impressum
	=gedicht
	=datenschutz
*/
/* =========================================================== */

/* =========================================================== */
/* hack fuer IE:
	schriftgroesse
	width des #content */
/* =========================================================== */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	background: #faf8ee url(../images/bg.gif);
	color: #4a4a4a;
}

* html body {
	font-size: x-small; /* IE5 win :( */
	f\ont-size: small;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.noborder {
	border: 0px;
}

.zum-text {
	position: absolute;
	top: -50px; 
	left: -50px;
	padding: 8px;
	z-index: 1;
}

.zum-text a, .zum-text a:link, .zum-text a:visited {
	padding: 2px;
	text-decoration: none;
}

.zum-text a:active, .zum-text a:focus, .zum-text a:hover {
	background: #ee6778;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva,verdana, sans-serif; 
	font-size: 150%;
	font-weight: normal;
	color: #ee6778;/* #4a4a4a; */
	margin-top: 204px;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva,verdana, sans-serif; 
	font-size: 130%;
	font-weight: normal;
	color: #ee6778;
	margin-top: 20px;
	margin-bottom: 0;
}

h2.rot {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva,verdana, sans-serif; 
	font-size: 1em;
	color: #ee6778;
	font-weight: bold;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva,verdana, sans-serif; 
	font-size: 110%;
	font-weight: normal;
	color: #ee6778;
	margin-top: 14px;
	margin-bottom: 0;
}

p.basic {
	margin-top: 16px;
}

p.mtacht {
	margin-top: 8px;
}

img {
	display: block; 
	border: 1px solid #000000;
}


.mt20 {
	margin-top: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb15em {
	margin-bottom: 1.5em;
}

.mr1 {
	margin-right: 1em;
}

.small {
	font-size: 84%;
	margin-left: 10px;
}

/* *************************************************** */
/* vier bereiche: header, content, footer, navi */

/* =header */
#header {
	position: absolute;
	left: 0; 
	top: 30px;
	width: 100%;
	height: 183px;
	background: #faf8ee url(../images/header06.jpg) top left no-repeat;
	z-index: 5;
}

/* =content */
#content {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 680px;
	padding: 10px 30px;
	border: 1px solid #9a9a9a;
}

/* hack fuer IE */

* html #content { /* nur fuer IE */
	width: 770px; /* IE 5.x */
	w\idth: 680px; /* richtigstellung fuer IE 6 */
}

/* ENDE hack */


/* =footer */
#footer {
	clear: both;
	font-size: 85%;
	font-weight: normal; /* immer reucksicht nehmen auf IE :( */
	color: #607650;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f3eb;
}

#machplatz {
	position: absolute; 
	left: 20px;
	font-size: 1pt;
	color: #faf8ee;
	clear: both;
}

#startseite #machplatz {
	top: 1320px; 
}

#bauenenergie #machplatz {
	top: 2300px; 
}

#mobilitaet #machplatz { 
	top: 3260px; 
}

#kul #machplatz {
	top: 13080px; 
}

#gb #machplatz {
	top: 1100px; 
}

#ged #machplatz {
	top: 970px; 
}

/* =navigation */
/* *************************************************** */
#navi {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 170px;
	height: 350px;
}

#navi ul {
	border: 1px solid #faf8ee; /* immer ruecksicht nehmen auf IE5 :( */
	float: left;
}

#navi ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	
}

.aktuell_gruen {
	color: green;
	font-family: arial;
	font-size: 110%;
	font-weight: bold;
}

/* der link soll ueber die ganze breite und hoehe des hintergrundbildes gehen: */
#navi ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
	width: 170px;
	height: 46px;
	padding: 0;
	margin: 0;
}
 
/* stoerche nur fuer die arbeitsgruppen: */
#navi ul li#mobil a, #navi ul li#bauen a, #navi ul li#kultur a {
	background: #faf8ee url(../images/navi_neutral.jpg) top left no-repeat;
}

/* die anderen button ohne storch: */
#navi ul li#home a, #navi ul li#kontakt a, #navi ul li#gaeste a, #navi ul li#gedicht a {
	background: #faf8ee url(../images/navi_neutral_sans.jpg) top left no-repeat;
}

/* bei hover anderes hintergrundbild fuer die arbeitsgruppen: */
#navi ul li#mobil a:hover, #navi ul li#mobil a:focus, #navi ul li#bauen a:hover, #navi ul li#bauen a:focus, #navi ul li#kultur a:hover, #navi ul li#kultur a:focus {
	background: #faf8ee url(../images/navi_neutralac.jpg) top left no-repeat;
}

/* bei hover anderes hintergrundbild fuer die anderen button: */
#navi ul li#home a:hover, #navi ul li#home a:focus, #navi ul li#kontakt a:hover, #navi ul li#kontakt a:focus, #navi ul li#gaeste a:hover, #navi ul li#gaeste a:focus, #navi ul li#gedicht a:hover, #navi ul li#gedicht a:focus {
	background: #faf8ee url(../images/navi_neutralac_sans.jpg) top left no-repeat;
}

/* button auf der aktiven seite jeweils hervorgehoben, arbeitsgruppen: */
#mobilitaet ul li#mobil a, #bauenenergie ul li#bauen a, #kul ul li#kultur a {
	background: #faf8ee url(../images/navi_neutralac.jpg) top left no-repeat;
}

/* button auf der aktiven seite jeweils hervorgehoben, andere: */
#startseite ul li#home a, #kon ul li#kontakt a, #gb ul li#gaeste a, #ged ul li#gedicht a {
	background: #faf8ee url(../images/navi_neutralac_sans.jpg) top left no-repeat;
}


/* der text des links wird positioniert : */
a em {
	/* display: none; */
	display: block;
	float: right;
	position: relative;
	top: 26px;
	right: 5px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	margin: 0;
	
}

/* doppelzeilige linktexte brauchen eine extrapositionierung: */
li#mobil a em, li#bauen a em, li#kultur a em {
	top: 11px;	
}

/* *************************************************** */
/* ENDE navigation */
/* *************************************************** */
/* ENDE vier bereiche */

/* impressumlink unterhalb der navi */
#imp {
	position: absolute; 
 	top: 515px; 
 	left: 20px; 
 	width: 170px; 
 	height: 20px;
	text-align: center;
}

/* gemeindelink unterhalb der navi */
#gemeinde {
 	position: absolute; 
 	top: 545px; 
 	left: 20px; 
 	width: 180px; 
 	height: 60px;
}

/* =links extern startseite */

#linkex {
	position: absolute; 
	top: 625px; 
	left: 20px; 
	width: 170px; 
	height: 180px; 
	text-align: center;
}

.aex {
	color: #4a4a4a;
}

.aex:hover, .aex:focus {
	color: #ff0000;
}

/* ENDE links extern */

/* =liste startseite */

#zielebox {
 	float: left; 
	margin-right: 40px;
}

/* aktueller hinweis startseite */

/* #aktuell_start {
	width: 315px;
	margin-top: 4px;
	padding: 4px;
	overflow: hidden;
} */

#aktuell_start {
	width: 315px;
	margin-top: 4px;
	padding: 20px;
	overflow: hidden;
}

.aktuell_startimg {
	float: right;
}

.aktuell_start_text {
	width: 90px;
	float: left;
	margin-top: 20px;
	color: green;
	font-family: arial;
	font-size: 110%;
	font-weight: bold;
}

.aktuelllink:link, .aktuelllink:visited {
	color: green; 
	font-weight: bold;
}

.aktuelllink:hover, .aktuelllink:active {
	color: #005100; 
	font-weight: bold;
}

/* ENDE aktueller hinweis */

ul.ziele {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul.ziele li {
	width: 320px;
	font-size: 90%;
	font-weight: bold;
	color: #4a4a4a;
	padding: 2px;
	margin: 0;
	margin-top: 5px;
	border-bottom: 1px dotted #cccccc;
	display: block;
}


/* ENDE liste startseite */

 


/* bild unter navi */

.ottensoos {
	display: block;
	margin-top: 0px;
	margin-left: 50px;
	border: 1px solid #9a9a9a;
}


.zentrieren {
	margin-top: 20px;
	text-align: center;
}

.roterrahmen {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ff0000;
}



#bottom {
	position: absolute;
	top: 1000px;
	left: 10px;
	clear: both;
	border: 1px solid red;
}


/* *************************************************** */
/* =liste projekte */

ul.projekte {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

ul.projekte li {
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4a4a4a;
	padding: 2px;
	margin: 0;
	margin-top: 5px;
	display: block;
}

/* ENDE liste projekte */
/* *************************************************** */



/* *************************************************** */
/* =startseite */

#startseite #footer {
	margin-top: 50px;
}

/* ENDE startseite */
/* *************************************************** */



/* *************************************************** */
/* =bauenenergie */

p.wochedersonne {
	margin-top: 8px;
  line-height: 1.6em;
}

#wochedersonne01, #wochedersonne02, #wochedersonne03, #wochedersonne04, #wochedersonne05, #wochedersonne06 {
	float: left;
	width: 300px;
	text-align: center;
	margin-bottom: 40px;
}

#wochedersonne01, #wochedersonne03, #wochedersonne05 {
	margin-right: 60px;
}

#wochedersonne01 span, #wochedersonne02 span, #wochedersonne03 span, #wochedersonne04 span, #wochedersonne05 span, #wochedersonne06 span {
	display: block;
  color: #364c7d;
}



#bauenenergie #top {
	float: right;
	border: 0;
	margin-bottom: 15px;
}

#bauenenergie #footer {
	margin-top: 50px;
}

#bauenhinweis {
	margin-top: 20px;
	text-align: center;
}

.volt {
	font-weight: bold;
	text-align: left;
	list-style-type: none;
}

.voltimg {
	float: right;
	margin-top: 12px;
	margin-left: 15px;
}

.mwimgl {
	float: left;
	margin-top: 12px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.mwimgr {
	float: right;
	margin-top: 12px;
	margin-right: 40px;
}

.kronenbraeu {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
}

.kronenbraeu2 {
	float: right;
	margin-top: 26px;
	margin-left: 15px;
}

.villawaldeck {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
  margin-bottom: 12px;
}

/* ENDE bauenenergie */
/* *************************************************** */


/* *************************************************** */
/* =mobilitaet */


table.chronik {
	border: 1px solid #008000;
	margin-top: 16px;
}

table.chronik td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #008000;
}

table.chronik td.last {
	border-bottom:0;
}

#mobilitaet #sprecher {
	float: left;
	margin-top: 15px;
}

#mobilitaet #text {
	clear: both;
	float: left;
	width: 300px;
}

#mobilitaet #top {
	float: right;
	border: 0;
	margin-bottom: 15px;
}

#mobilitaet #footer {
	clear: both;
}

.img01 {
	float: right;
	margin-left: 30px;
}

.bruecke {
	list-style-type: lower-latin;
	margin-left: 20px;
}

.bruecke2 {
	list-style-type: disc;
	margin-left: 20px;
}

/* ENDE mobilitaet */
/* *************************************************** */

/* *************************************************** */
/* =kultur */

#kul .top {
	float: right;
	border: 0;
	margin-bottom: 15px;
}

.kultur01 {
	float: left;
	width: 380px;
	margin-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-left: 4px solid #64180b;
}

.kultur02 {
 	font-weight: bold;
	color: #976d3b;
}

.kultur03 {
	float: left;
	width: 380px;
	margin-top: 400px;
	margin-right: 50px;
}

#kul #footer {
	margin-top: 50px;
}

#kultur04 {
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
}

.img041 {
	float: left;
}

#textimg04 {
	float: left;
	width: 110px;
	margin-top: 20px;
	margin-left: 24px;
	padding: 10px;
	border: 1px solid green;
}

.img042 {
	float: right;
	margin-left: 18px;
}

#kul ul.projekte {
	float: left;
	width: 300px;
}

.mt25 {
	margin-top: 25px;
}

.mb15 {
	margin-bottom: 15px;
}

#kul #presse {
	margin-bottom: 30px;
}


/* dieser kasten erscheint bei bedarf rechts von der liste mit den ideen und projekten
und enthaelt aktuelle hinweise */
#kul #aktuell {
	float: right;
	width: 250px;
	padding: 6px;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #9a9a9a;
	border-right: 2px solid #717171;
	border-bottom: 2px solid #646464;
	border-left: 1px solid #9a9a9a;
} 

.kul_center {
	margin: 0 auto;
}

.kul-streuobst {
	float: left;
	margin-bottom: 20px;
}

.img-streuobst-links {
	float: left;
	margin-right: 20px;
	margin-bottom: 14px;
}

.img-streuobst-rechts {
	float: right;
	margin-bottom: 14px;
	margin-left: 18px;
}

#baumpflanzen {
	float: left;
	width: 700px;
	text-align: center;
	margin-bottom: 40px;
}

#baumpflanzen img {
	margin: 0 auto;
}


.img-ostbahn-links {
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 14px;
}

.img-ostbahn {
	float: left;
	margin-top: 2px;
	margin-left: 48px;
	margin-bottom: 14px;
}

.img-ostbahn-rechts {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 20px;
}

.ostbahn-liste {
	list-style-type: disc;
	margin-left: 20px;
}

#oekolb {
	float: left;
	width: 700px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

#oekolb img {
	margin: 0 auto;
}

.img-oekolb-links {
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 14px;
}

.img-oekolb{
	float: left;
	margin-top: 2px;
	margin-left: 48px;
	margin-bottom: 14px;
}

.img-oekolb-rechts {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 14px;
	margin-left: 30px;
}


#wb201201, #wb201202, #wb201203, #wb201204 {
	float: left;
	width: 300px;
	text-align: center;
	margin-bottom: 40px;
}

#wb201201, #wb201203 {
	margin-right: 30px;
}

#wb201201 span, #wb201202 span, #wb201203 span, #wb201204 span {
	display: block;
}

/* ENDE kultur */
/* *************************************************** */


/* *************************************************** */
/* =formular */

.ftop {
	margin-top: 16px;
}

fieldset {
	width: 60%;
	margin-bottom: 0px;
	border: 1px solid #607650;
}

legend {
	font-size: 85%;
	color: #607650;
	margin-left: 30px;
	padding: 10px;
}

.ag21form1 {
	width: 5em;
	font-size: 85%;
	margin-left: 10px;
	padding-bottom: 3px;
	float: left;
}

input:focus {
	background-color: #f2f3eb;
}

textarea:focus {
	background-color: #f2f3eb;
}

.ag21form2 {
	font-size: 85%;
	color: #4e6c9e;
	margin-left: 10px;
	padding-bottom: 3px;
	float: left;
	border: 1px solid #4e6c9e;
}

.ag21form3 {
	color: #4e6c9e;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #4e6c9e;
}

.reset {
	float: left;
	margin-left: 12px;
	margin-bottom: 20px;
	border: 1px solid #4e6c9e;
	cursor: pointer;
}

.send {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #c4dca3;
	border: 1px solid #4e6c9e;
	cursor: pointer;
}

#kon #footer {
	margin-top: 100px;
}


#danke {
	color: #cd1d18;
	font-weight: bold;
}

#fehlermeldung {
	color: #cd1d18;
	font-weight: bold;
}

#error {
	width: 40%;
	text-align: center;
	margin-top: 30px;
	margin-left: 30%;
	border: 1px solid #ff0000;
}

/* ENDE formular */
/* *************************************************** */



/* *************************************************** */
/* =gaestebuch */


.gaesteb {
	float: left;
	margin-top: 200px;
	margin-bottom: 20px;
}

#gbinfo {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff0000;
}

.gbform {
	float: left;
}

.gbform1 {
	float: left;
	width: 5em;
	font-size: 85%;
	margin-left: 10px;
	padding-bottom: 3px;
}

.gbform2 {
	float: left;
	font-size: 85%;
	color: #4e6c9e;
	margin-left: 10px;
	padding-bottom: 3px;
	border: 1px solid #4e6c9e;
}

.gbform3 {
	color: #4e6c9e;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #4e6c9e;
}

fieldset.gbform4 {
	width: 400px;
	float: left;
	border: 1px solid #607650;
}

legend.gbform5 {
	font-size: 85%;
	color: #607650;
	margin-left: 30px;
	padding: 10px;
}

.gbreset {
	float: left;
	margin-left: 12px;
	margin-bottom: 20px;
	border: 1px solid #4e6c9e;
	cursor: pointer;
}

.gbsend {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #c4dca3;
	border: 1px solid #4e6c9e;
	cursor: pointer;
}

/* =ausgabe gaestebuch: */

.gbausgabe {
	clear: both;
}

#gb dl {
	display: block; 
	clear: both; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%;
	margin: 30px 0;
	border: 1px solid #9a9a9a;
}

/* zebrastreifen */
#gb dl.hell {
	background: #c9d5e0 url(../images/bg_gb.gif);
}

#gb dl.dunkel {
	background: #b8c8d6 url(../images/bg_gb02.gif);
}

/* links */
.a_bg {
	color: #4a4a4a;
}

.a_bg:hover, .a_bg:focus {
	color: #ff0000;
}

#gb dt {
	float: left; 
	/* width: 300px; */
	padding: 2px 5px;
	border: 0;
}

#gb dt span {
	font-weight: bold;
}

#gb dd.datum {
	float: right; 
	/* width: 160px; */
	font-weight: bold;
	text-align: right; 
	padding: 2px 5px;
	border: 0;
}

#gb dd.kommentar {
	clear: both; 
	font-size: 110%; /* 110 von 85 */
	padding: 8px 5px;
	background: #faf8ee url(../images/bg.gif);
	border: 0;
	border-top: 1px solid #000000; 
}

#gb dd.antwort {
	clear: both; 
	padding: 2px 5px;
	color: #ee6778;
	background: #faf8ee url(../images/bg.gif);
	border: 0;
	border-top: 1px solid #9a9a9a; 
}

#gb dd.homepage {
	display: block;
	text-align: right;
	padding: 2px 5px;
	background: #faf8ee url(../images/bg.gif);
	border: 0;
	border-top: 1px solid #9a9a9a;
}

/* container mit seitenzaehlung */
#seitenzaehlen {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

#seitenzaehlen a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	padding: 0;
}

#seitenzaehlen a:hover, #seitenzaehlen a:active, #seitenzaehlen a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	padding: 0;
}

/* ENDE gaestebuch */
/* *************************************************** */



.rot {
	color: #ee6778;
	font-weight: bold;
}


.achtung {
	color: #ba1831;
	font-weight: bold;
}

/* mailto-link impressum */

a.mail {
	color: #ee6778;
	font-weight: bold;
}

.rand {
	border-top: 1px solid #008000;
}

/* *************************************************** */
/* =impressum */


.haftung {
	margin-top: 12px;
	font-size: 85%;
}



/* ENDE impressum */
/* *************************************************** */

/* *************************************************** */
/* gedicht */

#ged h2 {
	margin-top: 204px;
	margin-bottom: 15px;
}

/* ENDE gedicht */
/* *************************************************** */


