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

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

hintergrund: #faf8ee;
schrift: #4a4a4a;
ueberschriften h1, h2  #ee6778;

/* =========================================================== */


/* =========================================================== */
/* 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;
}



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

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;
}

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;
}

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


.mt20 {
	margin-top: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

/* *************************************************** */
/* drei bereiche: header, content, footer */

/* =header s-bahn*/
#s-bahn-diskussion #header {
	height: 47px;
	background: #faf8ee url(../images/logo02.gif) top left no-repeat;
}

/* =header schaltab*/
#schaltab #header {
	width: 231px;
	height: 78px;
	background: #faf8ee;
}

/* =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 */

/* liste */


ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

ul.vorteile {
	list-style-image: url(../images/plus.gif);
}

ul.nachteile {
	list-style-image: url(../images/minus.gif);
}

ol {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 22px;
}

/* ENDE liste */


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

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



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

.schwarz {
	color: #000000;
	font-weight: bold;
}

.gruen {
	color: #008000;
	font-weight: bold;
}


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

/* mailto-link impressum */

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

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

#back {
	position: absolute;
	top: 20px;
	right: 20px;
}

#back2 {
	position: absolute;
	right: 20px;
	bottom: 90px;
}

.aex {
	color: #4a4a4a;
}

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