/* Die ganze Seite */
body {
	background: #c7d1e2 url(../../objekte/backgrd.jpg) repeat-x scroll left top;
	text-align: center;
	padding: 0;
	padding-top: 0px;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
}

p {
	margin: 0;
}

img {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

a.infotext {
text-decoration: none
}

a.infotext:hover {
background: #FFFFFF;
text-decoration: none;
}

a.infotext span {
visibility: hidden;
position: absolute;
left: 10em;
margin-top: 1em;
padding: 1em;
text-decoration: none;
}

a.infotext:hover span {
visibility: visible;
border: 1px solid #3F464F;
color: #000000;
background: #FFFFFF;
text-decoration: none;
width: 200px;
}





/* Fehler Umgebung */
#error {
	width: 90%;
	border: 1px solid black;
	background-color: transparent;
	margin: auto;
	margin-bottom: 20px;
}

#error div.titel {
	padding: 5px;
	background-color: #e0e0e0;
	vertical-align: middle;
	font-size: 12px;
}

#error div {
	padding: 5px;
}

/* Haupt Div; es umschlie? alles */
#main {
	width: 950px;
	background: #fff7e0;
	margin: 10px auto 10px auto;
	border: 10px solid white;
}

/*
	Oberer Bereich
	- Banner usw
	- (evtl. auch Menu)
*/
#oben {
}

#oben #nav_oben {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background: #bb4e39;
	margin: 10px 0 0 0;
}

#oben #nav_oben table {
	text-align: right;
	border-collapse: collapse;

}

#oben #nav_oben td {
	text-align: right;
	/*background-color:#6CAF0A;	*/
	padding:6px 1px 6px 10px;
}

#oben #nav_oben a:link {
	color: #ffffff;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: normal
}
#oben #nav_oben a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#oben #nav_oben a:hover {
	text-decoration: underline;
	font-weight: bold
}

/*
									Nur fr das Layout wichtig
*/
#zwischen {
	width: 950px;

}

/*
	Linker Bereich
	- quasi der Block Bereich
	- Menu
	- Suchen
	- News
	- Spruch des Tages
*/
#links {
	width: 250px;
	margin: 10px 0px 0px 0px;
	float: left;
}

/* 										Navigation */
#links #nav {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	width: 100%;
	font-family: sans-serif;
	color: #0860A4;
	background-color: #FFE7A7;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
}

#links h1 {

	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-family: sans-serif;
	background-color: #bb4e39;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	text-align: center;

}

#links #nav .top {
	padding-left: 10px;
}

#links #nav .aktiv {
	font-weight: bold;
	padding-left: 10px;
}

#links #nav ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#links #nav ul li {
	font-weight: bold;
	color: #564B47;
	list-style: square;
}
#links a:link {
	color: #0860A4;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: normal;
}
#links a:visited {
	color: #0860A4;
	text-decoration: none;
	font-weight: normal;
}
#links a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#link #nav .aktiv.img {
	padding-left: 10px;
}

#link #nav .top.img {
	padding-left: 10px;
}

/* 										Suchen Modul */


#links #suchen {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	width: 100%;
	font-family: sans-serif;
	color: #0860A4;
	background-color: #FFE7A7;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
}

#links #suchen table {
	width: 100%;
	padding-bottom: 5px;
}

#links #suchen td {
	text-align: center;
}

#links #suchen input {
	font-size: 12px;
	border: 0px solid black;
	background-color: #FFF7E0;
}


/* News Modul */

#links #news {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px
	width: 100%;
	font-family: sans-serif;
	color: #0860A4;
	background-color: #FFE7A7;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px
}

#links #news ul {
	margin: 0px 3px 0px 18px;
	padding: 0 0 0 10px
}

#links #news ul li {
	list-style-image: url(../../objekte/icon.png);
	font-weight: bold;
	color: #564B47;
	margin-bottom:5px;
}

/*
	Inhaltsbereich
	- also alles an Modulen, die im Inhaltsbereich etwas darstellen
	- Content
	- News
	- Listen, FAQ, Downloads, usw
*/
#mitte {
	margin:0 0 0 275px;
	margin-top: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 500px;
}

#mitte:after {
	content: "clear";
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

#mitte p {
	font-size: 12px;
	color: black;
	margin: 8px 20px 0px 14px;
}

#mitte h1 {
	margin:0 20px 0 0;
	padding: 5px 10px 5px 14px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: black;
}

#mitte h2 {
	margin:0 20px 0 0;
	padding: 2px 9px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 26px;
	color: black;
}

#mitte h3 {
	margin: 8px 20px 4px 14px;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#mitte h4 {
	margin: 8px 20px 4px 14px;
	font-size: 16px;
	color: #006400;
}

#mitte h5 {
	margin: 8px 20px 2px 14px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#mitte h6 {
	margin: 8px 20px 2px 14px;
	font-size: 12px;
	color: black;
}

#mitte td.mittig {
	text-align: center;
}

#mitte a:link {
	color:#0860A4;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: normal;
}
#mitte a:visited {
	color:#0860A4;
	text-decoration: none;
	font-weight: normal;
}
#mitte a:hover {
	text-decoration: underline;
}

#mitte ul li,#mitte ul li a {
	text-decoration: none;
	padding: 0;
	color: black;
	font-weight: normal;
	list-style-position: inside;
	list-style-image:url("../../objekte/unter.png");
}

#mitte ul li p {
	font-weight: normal;
}

#mitte th {
	text-align: center;
	background-color: #e0e0e0;
}

#mitte table {
	margin-bottom: 1em;
}

#mitte table tr {
	border: 5px solid red;
}

#mitte img {
	margin: 0;
	padding: 0;
}

#mitte table td.ohne {
	border: none;
}

/* #mitte table td {
	border: 5px solid black;
} */

#mitte b.suchen {
	background-color: #E0DCC5;
	padding-left: 3px;
	padding-right: 3px;
}

/* G?tebuch Tabelle*/

#mitte #guest {
	margin-left:10px;
}

#mitte #guest img {
	border: none;
}

#mitte #guest a:link {
	text-decoration: none;
	padding: 0px;
	color: #db2a2a;
}

#mitte #guest a:visited {
	text-decoration: none;
	padding: 0px;
	color: #db2a2a;
}

#mitte #guest table {
	width: 100%;
}

#mitte #guest td {
	text-align: left;
}

#mitte #guest h3 {
	margin: 3px;
}

#mitte #guest div {
	margin-bottom: 20px;
}

#mitte #guest div.kopf {
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #e0e0e0;
}

/*
*	Download Modul
*/
#mitte #mittedownloads {
	/*padding-right: 20px;*/
}

#mitte #mittedownloads h1 a{
	font-weight:bold;
}

#mitte #mittedownloads h1 a:hover{
	text-decoration: underline;
}

#mitte #mittedownloads table {
	width: 100%;
	padding-right: 20px;
}

#mitte #mittedownloads a {
	color: black;
	margin: 0;
	padding: 0;
}

#mitte #mittedownloads th {
	text-align: left;
	margin: 0;
	padding: 3px;
	padding-left: 10px;
}

#mitte #mittedownloads td.info {
	padding-bottom: 10px;
	border: none;
}

/*
*	Links Modul
*/
#mitte #mittelinks {
	padding-right: 20px;
}

#mitte #mittedownloads h1 a:hover{
	text-decoration: underline;
}

#mitte #mittelinks table {
	width: 100%;
	padding-right: 20px;
}

#mitte #mittelinks a {
	color: black;
	margin: 0;
	padding: 0;
}

#mitte #mittelinks th {
	text-align: left;
	margin: 0;
	padding: 3px;
	padding-left: 10px;
}

#mitte #mittelinks td.info {
	padding-bottom: 10px;
	border: none;
}

/*
	Bereich fr den Footer / abschlie?nde Infos
*/
#unten {
	/*width: 800px;

	border-top: 2px solid white;
	border-left: 2px solid #E5FFC0;
	border-bottom: 2px solid #006400;
	border-right: 2px solid #006400;	*/
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color: #bb4e39;
	clear: both;
	color: black;
}

#unten div {
	text-align: center;
	padding: 5px;
}

#unten a:link, a:visited  {
	color: #FFFFFF;
}