
/* Allgemeiner Inhalt */

body {
	font-family: Verdana, Arial;
	font-size:14px;
	background-color:#80AA80;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top:1px;
	height: 105%;


	}
a {
	color: #005000;
	text-decoration:text-decoration:;
	}
h2 a{text-decoration:none;}
a:hover {
	color:#808080;
}
img {
	border: 1px solid blue;
	margin:20px;
}
p {
	margin:20px;
	line-height:20px;
	}

/* Rahmen um Alles */

table {margin:20px;}


#wrapper {
	margin: 0 auto; /* zentriert die Seite */
	width:775px;
	background-color:#008000;
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px solid #CCDE8D;
	border-right:1px solid #CCDE8D;
	padding-bottom: 10px; /* unten soll der grüne Balken zu sehen sein */
}

/* Kopfbereich */
#header {
	height:120px;
	background-image:url(bilder/header02b.jpg);
	padding: 0;
	margin: 0;
	position: relative;
	}
#header h1 {
	position: absolute;
 bottom: 0; /*  am unteren Rand ausrichten   */
	width: 100%;
	font-style:italic;
	font-size:40px;
	font-weight:normal;
	letter-spacing:-1px;
	color: #005000;
	text-decoration:none;
/*	width: 775px; */
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Navigationsbereich */
#nav {
	height:35px;
	line-height:35px;
  padding:0 10x;
	}

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:12px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 7px;
	font-size:12px;
	color: white;
	text-decoration:none;

	}
#nav li a:hover {
	background-position:center;
	background-repeat:no-repeat;
	color: yellow; /* Textfarbe des Links beim Überfahren mit der Maus */
	}

/* Inhaltsbereich. Geht über alles */
#inhalt {
/*	width:745px; */
	background-color:#008000;
	margin: 0 10px 10px 10px;
	color: #005000;
}

/* Werden im Inhaltsbereich aufgestapelt. */
div.textblock {
	background-color:#ffff88;
	border:1px solid #2D302C;
	margin:0px 0 10px 0;
	padding:5px;
	color: #005000;
}

div.textblockkurz {

	margin:0px 0 10px 0;
	padding:5px;
	min-height:345px;
}

div.textblockkurz2 {

	margin:0px 0 10px 0;
	padding:5px;
	min-height:180px;
}


h2 {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;

	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	color: #005000;
}

div.zentriert {
	text-align: center; /* zentriert die Seite */
	width: 100%;
}

td.rechts{
  text-align: right;
}
