body {
	font-family: /*Verdana, Arial,*/ Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 13px;	
	color: #333;	
	line-height: 1.4em;
	background-color: #E6EFCB;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: absolute;
	width: 1000px;
	top: 0px;
	bottom: 0px;
	overflow: visible;
}

#top {
	position: absolute;
	background: url(images/top.png) #E2FB95; background-repeat:no-repeat;
	width: 812px;
	height: 92px;
	z-index: 200;
}
#logo {
	float: left;
	padding: 0px;
	width: 215px;
	height: 110px;
}
#banner {
	position: absolute;
	left: 230px;
	top: 20px;
	width: 470px;
	height: 4m0px;
	/*border: solid 1px blue;*/
}
#suchen {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 20px;
}
#position {
	position: absolute;
	bottom: 0px;
	margin-left: 215px;
	height: 23px;
	width: 812px;
	background: #D6E99D;
	color: #778B5B;
	padding-top: 5px;
	vertical-align: middle;
}
#position a {
	color: #778B5B;
}
#menuleft {
	position: absolute;
	top: 92px;
	width: 195px;
	bottom: 0px;
	background: #8EA86A;
	color: black;
	padding: 10px;
	z-index: 100;
}
#content {
	position: absolute;
	top: 110px;
	left: 230px;
	width: 775px;
	bottom: 0px;
	padding: 5px;
	z-index: 1;
}
#skyscrapper {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 500px;
	left: 1000px;
}
img {
	border: none;
}
img[onclick] {
	cursor: pointer;
}
a, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	bottom: 28px;
	left: 215px;
	width: 780px;
	height: 20px;
	margin-top: 132px;
	padding-left: 5px;
	background: #447346;
	z-index: 1000;
	vertical-align: middle;
}
#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background: #447346;
	z-index: 1000;
	height: 13px;
}
.yline {
	position: relative;
	top: -32px;
	width: 1px;
	height: 34px;
	background-color: #fff40e;
}
.menubutton {
	width: 90px;
	text-align: center;
}

#menu a {
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 1px 3px;
	text-align:left;
	text-decoration: none;

	font-family: Helvetica, sans-serif;
	font-size: 11px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: white;
	left: 100%;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	top: 21px;
	left: 1px;
	z-index: 500;
	width: 200px;
	background: rgba(129,34,21,0);
}

#menu ul ul a, #menu ul ul a:link, #menu ul ul a:visited, #menu ul ul a:active {
	background-color: rgba(129,34,21,0.9); /*#812215; */
}
#menu ul ul a:hover {
	background-color: rgba(163,82,72,0.9); /*#a35248;*/
}
* html #menu ul ul a:active {
	background-color: #812215;
	filter: alpha(opacity=90);
}
* html #menu ul ul a:hover {
	background-color: #a35248;
	filter: alpha(opacity=90);
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {
	display: block;
}

/* some hacks */
* html #position, * html #menu{
	margin-left: 0px;
}
*:first-child+html #position , *:first-child+html #menu {
	margin-left: 0px;
}

/* Google Map */
#canvas {
	margin: 5px;
	left: 0px;
	top: 0px;
	width: 775px;
	height: 500px;
	z-index: 5;
}
.infowindow h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.infowindow p {
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
	padding: 0px;
}
.infowindow img {
	margin: 5px;
}
.infowindow ul {
	margin: 0; padding:0; list-style:none;
}
.infowindow li {
	margin:0; padding:0;
}

#content .info {
	float: right;
	clear: both;
	right: 0px;
	width: 150px;
	border: dashed 2px #930;
	background: #cccc99;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	margin: 5px;
}
#content .info ul, #content .info li {
	margin: 0px; padding: 0px;
	list-style: none;
}

/* <![CDATA[ */
p   { font-size: 13px; line-height: 1.4em; margin-top: 0; margin-bottom: 0.5em; vertical-align: 12px }
td       { color: #564b47; font-size: 13px;  line-height: 1.2em }
a.artikel    { color: #006; font-size: 13px; text-decoration: none; float: right }
a.artikel:visited    { color: #006; float: right }
a.artikel:hover  { color: #db7093; font-size: 13px; float: right }
a.artikel:active   { color: #006; float: right }
a.ref   { color: #800000; font-size: 13px; font-weight: 600; text-decoration: none }
a.ref:visited   { color: #800000 }
a.ref:hover    { color: #db7093; font-size: 13px; font-weight: 600 }
a.ref:active   { color: #036 }
h1   { font-size: 20px; font-weight: normal; line-height: 1em; margin-top: 0; margin-right: 0; margin-left: 0; padding: 5px 5px 5px 0 }
h2   { color: #933; font-size: 13px; font-weight: 700; line-height: 1.4em; margin-top: 0; margin-bottom: 2px }
h3   { color: #404040; font-size: 10px; background-color: #e1ddd9; text-align: left; text-transform: uppercase; margin: 10px -5px 4px; padding-right: 3px; padding-bottom: 2px; padding-left: 5px }
h4   { color: #333; font-size: 13px; font-weight: bold; line-height: 1.4em; margin: 0; padding: 5px 0 }
h5   { }
h6   { color: white; font-size: 13px; font-weight: normal; text-decoration: none; background-color: gray; background-position: 300px 30px; text-align: left; text-transform: uppercase; letter-spacing: 0.5em; margin-bottom: 6px; padding: 2px 4px 4px; width: 90% }
#directory  { visibility: visible; position: absolute; z-index: 5; top: 0; right: 0 }	
#rechtespalte           { background-color: #dde7e9; margin-bottom: 10px; margin-left: 5px; padding: 5px; position: relative; top: -25px; width: 150px; height: auto; float: right }
#spirale      { background-image: url(images/Spiralbindung.gif); visibility: visible; position: absolute; z-index: 5; top: 0; left: 165px; width: 30px; height: 100% }
#rechtespalte1        { background-color: #ccc; margin-bottom: 10px; margin-left: 5px; padding: 5px; position: relative; top: -255px; width: 150px; height: auto; float: right }
#rechtespalte1_white        { background-color: white; margin-bottom: 10px; margin-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; position: relative; top: -240px; width: 150px; height: auto; float: right; border-left: 1px solid #933 }
#rechtespalte_white    { background-color: white; margin-bottom: 10px; margin-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; position: relative; top: -25px; width: 150px; height: auto; float: right; border-left: 1px solid #933 }
#rechtespalte_kprofil   { background-color: white; margin-bottom: 10px; margin-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; position: relative; top: 0; width: 150px; height: auto; float: right; clear: both; border-left: 1px solid #933 }
#Hinweisebene         { background-color: white; visibility: visible; margin-left: 12px; padding: 5px; position: absolute; top: 12px; right: 10px; width: 150px; height: auto; float: right; border-left: 1px solid #404040; }
#bannersb        { text-align: left; visibility: visible; padding-top: 6px; padding-left: 6px; position: absolute; z-index: 2; top: 140px; left: 834px; width: 190px; height: auto; float: left; border-top: 2px dotted #808080; border-left: 2px dotted #808080; border: solid 3px red }
#teaser   { position: static; width: 410px; height: auto; float: none }
#bildbox          { padding-right: 10px; float: left }
.legende  { padding-left: 10px; float: left; clear: left }
.titel1 { color: white; font-size: 12px; font-weight: normal; font-stretch: ultra-expanded; text-decoration: none; background-color: gray; text-align: left; text-transform: uppercase; letter-spacing: 0.5em; padding-right: 10px; padding-left: 4px; width: 70% }
#kasten    { padding-top: 6px; padding-bottom: 4px; position: static; width: 410px; height: auto; float: left; border-bottom: 1px solid #564b47 }
.bild  {  margin-right: 6px; margin-bottom: 6px; width: 110px; float: left; border-style: none; }
.antifloat  { visibility: hidden; clear: left }
#Pfad { visibility: visible; position: absolute; z-index: 2; top: 120px; width: 400px; height: 18px }
#Pfad { visibility: visible; position: absolute; z-index: 2; top: 120px; width: 400px; height: 18px }
#Menu2     { background-color: #dcdcdc; visibility: visible; padding-left: 30px; position: absolute; top: 140px; left: 0; width: 150px; height: 2100px; border-top: 1px solid gray }
#Gratiseintrag  { text-align: left; visibility: visible; position: relative; z-index: 20; top: 5px; left: -35px; width: 130px; height: auto }
#Mitgliedschaft { text-align: left; visibility: visible; position: relative; z-index: 20; top: 5px; left: -35px; width: 130px; height: auto }
.subtit     { color: #933; font-size: 13px; font-weight: bold; line-height: 12px; margin-bottom: 2px }
a.SideMenu1:link          { color: #000000; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 2px 0; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1:visited      { color: #293517; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 2px 0; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1:hover        { color: #E6EFCB; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 2px 0; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1:active      { color: #293517; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 2px 0; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1a:link       { color: #000000; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 2px 0 1px; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1a:visited    { color: #E6EFCB; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 0 0 1px; width: 150px; border-top: 1px solid #808080 }
a.SideMenu1a:hover      { color: #E6EFCB; font-size: 13px;  font-weight: bold; text-decoration: none; display: block; padding: 0 0 1px; width: 150px; border-top: 1px solid #808080 }

a.SideMenu2:link         { color: #000000; font-size: 12px;  font-weight: normal; text-decoration: none; display: block; padding: 0 0 1px 13px; width: 150px }
a.SideMenu2:visited     { color: #293517; font-size: 12px;  font-weight: normal; text-decoration: none; display: block; padding: 0 0 1px 13px; width: 150px }
a.SideMenu2:hover       { color: #E6EFCB; font-size: 12px;  font-weight: normal; text-decoration: none; display: block; padding: 0 0 1px 13px; width: 150px }
a.SideMenu2:active      { color: #293517; font-size: 12px;  font-weight: normal; text-decoration: none; display: block; padding: 0 0 1px 13px; width: 150px }
a.SideMenu2a:link       { color: #000000; font-size: 12px;  font-weight: normal; text-decoration: none; display: block; padding: 0 0 0 13px; width: 150px }
a.SideMenu2a:visited    { color: #E6EFCB; font-size: 12px;  font-weight: bold; text-decoration: none; display: block; padding: 0 0 0 13px; width: 150px }
a.SideMenu2a:hover      { color: #E6EFCB; font-size: 12px;  font-weight: bold; text-decoration: none; display: block; padding: 0 0 0 13px; width: 150px }

a.SideMenu3:link       {  font-size: 10px; color: #000000; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3:visited    {  font-size: 10px; color: #000000; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3:hover      {  font-size: 10px; color: #990033; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3:active     {  font-size: 10px; color: #000000; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3a:link      {  font-size: 10px; color: #000000; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3a:visited   {  font-size: 10px; color: #990033; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
a.SideMenu3a:hover     {  font-size: 10px; color: #000000; width:150px; padding : 0px; font-weight: normal; text-decoration: none; padding-left : 25px; display: block; }
.artikelTitel    { font-size: 20px; color: #000000; font-weight: normal; line-height: 1em;  padding: 5px 5px 5px 0 }
.artikelTitel1   { color: #000000; font-size: 12px; font-weight: bold; margin-bottom: 6px }
.artikelText    { color: #000000; font-size: 13px; line-height: 1.4em; margin-bottom: 12px }
.balken      { color: #404040; font-size: 12px; padding-bottom: 2px; width: 430px; height: 20px; border-bottom: 1px solid #404040; }
td.einzug { font-size: 13px; line-height: 1.4em; padding: 10px }
.link    { color: #808080; font-weight: bold; margin-top: 6px; margin-bottom: 6px }
