/* 
	pure layout properties are not indent. you can edit them for your needs.
	pure technical properties are indent 3 tabs. Generally there is no need to edit them. // important for functionality
	some properties are indent 1 tab, they are important for functionality but have to be adapted to your layout

	Reine Designangaben fuer das Menue sind nicht eingerueckt!
	Rein technische Angaben sind  dreimal eingerueckt. Diese muessen in der Regel nicht geuendert werden.
	Eine "Zwischenstellung" nimmt beispielsweise die Menuebreite Breite ein. Sie ist sowohl fuer Design als auch Funktionstuechtigkeit wichtig. Derartige Angaben sind zweimal eingerueckt.
*/
/* eigene Definition ZVBN */
#fuss{
 margin: 5px;}

#map {
width: 1000px;
height: 650px;
border: 1px solid black;
}

#map_gf {
width: 1000px;
height: 400px;
border: 1px solid black;
}

#fusskarte-id {
    width: 1000px;
	height: 30px;
    margin: 5px;

    
}

#scaleline-id {
    float: left;
    font-size: x-small;
}
#mousepos-id {
    float: right;
    font-size: small;
}

.olPopup p { margin:0px; font-size: .9em;}
.olPopup h2 { font-size:1.2em; }


a:link, a:visited {
color: #881512;

}
a:active {
color : #000;
}
a:hover {
color: #666;
text-decoration: none;
}
a.aktiv:link, a.aktiv:visited {
color : #666;
background-color : #dddddd;
}
a span {
text-decoration : underline;
}
img {
border : none;
}
#top a {
text-decoration : none;
}

table.no_border {
border: hidden;
border-collapse:collapse;
border-width: 0px;
border-color: #C0C0C0;
vertical-align:top;
}
table.border {
border: solid;
border-collapse:collapse;
border-width: 1px;
border-color: #C0C0C0;
vertical-align:top;
}
td {
border: solid #C0C0C0;
border-collapse:collapse;
border-width: 1px; 
border-color: #C0C0C0;
outline-color: #C0C0C0;
vertical-align:top;
text-align:left;
}
td.zahl{
text-align:right;
}

td.text{
text-align:left; 
}

td.no_border {
border-width:0px;
border-style: hidden;
border-collapse:collapse;
padding-right: 3px;
vertical-align:top;
}


tr {
  border-collapse:collapse;
  border: 1px #C0C0C0;
  border-style:solid;
  border-color: #C0C0C0;
  text-align:left;
}

.no_border {
border-width:0px;
border-style: hidden;
border-collapse:collapse;
padding-right: 3px;
}



.klein {font: normal 0.8em arial
}

/* Ende eigene Definition ZVBN */


li {padding: 0px;margin:0;}
body {font: normal 0.8em arial;}
/* 
	original code @ http://www.alistapart.com/articles/horizdropdowns/
*/
#nav ol {
width: 11em;
margin: 0;
padding: 0px;
list-style: none;
border-bottom: 1px solid #ccc;
}

#nav ol li {
position: relative;
border: 1px solid #ccc;
border-bottom: 0;
		
}
#nav li ol {
		top: -1px;
		/* visual hide */
			position: absolute;
			left: -9999px;
		/* real hide */
			display: none; /* if you use LimitLinks:0 you should remove this line. */
		
}
#nav ol li a, 
#nav ol li strong {
display: block;		
text-decoration: none;
color: #000;
background: #fff; /* IE6 Bug */
padding: 4px;
	min-width: 9em;
}
#nav li.parent>a:after {
content: " >";
}
/* Hover/Focus Style */
#nav ol li a:hover, #nav ol li a:focus, #nav ol li a:active,
/* Opera Focus Style */
#nav ol li a.ofocus, #nav li ol li a.ofocus{ 
color: #E2144A; background: #f9f9f9;
} 
/* 
	disable normal hover and focus style , if javascript is available
 */
#nav .navfxenabled li:hover ol { 
		left: -9999px;
	
}
/* 
	normal hover Style wtihout javascript
*/		
#nav li:hover ol,
/* 
	hover and focus style if javascript is available
*/
#nav .navfxenabled li.over ol { 
			display: block;
		left: 11em;
		margin-left: -2px;
		
} /* The magic */
/* aktive Kategorie/Unterkategorie anzeigen */
#nav li.active a, #nav li.activepath a, 
#nav li.active a:hover, #nav li.activepath a:hover,
#nav li.active a:active, #nav li.activepath a:active,
#nav li.active a:focus, #nav li.activepath a:focus,
#nav li.active strong {
color: #E2144A; 
background: #f9f9f9;
}
/* oben gemachte Einfaerbung wieder zuruecknehmen */
#nav li.active ol a, #nav li.activepath ol a {
color: #000; 
background: #fff;
}
/* 
	accesible for keyboard- and screenreader- users
 */
#nav li.active ol, 
#nav li.activepath ol {
			display: block;
		
}
/* Tastaturnutzung 
	Keyboardusage for good browsers
 */
#nav a:focus+ol {
		left: 11em; /* Abstand Untermenu */
		margin-left: -2px;
}
/* 	
	keyboard support without javascript
*/
#nav li ol li a:focus, #nav li ol li a:active {
			position: absolute;
		left: 997px; /* Viewportverschiebung ausschalten */
		margin-left: 11em; /* Abstand Untermenu */
}
/* 
	overwrite the keyboard support, if mouse is in use
*/
#nav li ol li a:hover, #nav  li ol li a:hover, /* kleinster gemeinsamer Nenner */
#nav li:hover ol li a:focus, #nav  li:hover ol li a:active,
/* 
	overwrite the keyboard support, if javascript is available
*/
#nav .navfxenabled li ol li a:focus, #nav .navfxenabled  li ol li a:active
 {
			position: static;
		margin-left: 0;
}
/* Allgemeine CSS-Class ausserhalb des Viewports */
.sbh {
		position: absolute;
		left: -999px;
		width: 0;
		overflow: hidden;
		
}
/* 
	original code @ http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

#sfnav, #sfnav ul {
width: 24.44em;
list-style: none;
line-height: 1;
background: white;
font-weight: bold;
padding: 0px;
border: solid #eda;
border-width: 1px 0;
margin: 1em 0 1em 0;
position: absolute;
}

#sfnav a {
display: block;
color: #644f34;
text-decoration: none;
padding: 0.25em 2em;
}

#sfnav a.daddy {
background: url(rightarrow2.gif) no-repeat 95%;
}

#sfnav li {
float: left;
width: 10em;
padding: 0px;
}

#sfnav li ul {
position: absolute;
left: -999em;
width: 13.9em;
height: auto;
font-weight: normal;
border-width: 0.25em;
margin: 0;
}

#sfnav li li {
		width: 13.9em
}

#sfnav li ul ul {
		margin: -1.75em 0 0 14em;
}

#sfnav li:hover ul ul, #sfnav li:hover ul ul ul,
#nav3 .navfxenabled li:hover ul, #nav3 .navfxenabled li:hover ul ul, #nav3 .navfxenabled li:hover ul ul ul,
#nav3 .navfxenabled li.over ul ul,#nav3 .navfxenabled li.over ul ul ul
{
			left: -999em;
}
#sfnav li:hover ul, 
#nav3 .navfxenabled li.over ul
 {
			left: auto;
}
#sfnav li li:hover ul, #sfnav li li li:hover ul,
#nav3 .navfxenabled li li.over ul, #nav3 .navfxenabled li li li.over ul
 {
			left: -2px;
}
#nav3 li li.over ul.leftover, #nav3 .navfxenabled li li li.over ul.leftover, #nav3 .navfxenabled li li li li.over ul.leftover
 {
			left: -28.44em;
}
#nav3 #sfnav li.over,#sfnav li:hover {
background: #eda;
}

/*
	Styles fuer das 2. versteckte Menue
	Quick & Dirty / no IE support without JavaScript!!!!
*/
#nav2 ul {
		width: 150px;
	
margin: 0;
padding: 0px;
list-style: none;
border-bottom: 1px solid #ccc;
}

#nav2 ul li {
			position: relative;
border: 1px solid #ccc;
border-bottom: 0;
		
}
#nav2 li ul {
top: -1px;
position: absolute;
left: -9999px;
display: none;
}

#nav2 ul li a, 
#nav2 ul li strong {
display: block;		
text-decoration: none;
color: #000;
background: #fff;
padding: 5px;
min-width: 130px;
}
#nav2 li.parent>a:after {
content: " >";
}
#nav2 ul li a:hover, #nav2 ul li a:focus, #nav2 ul li a:active,
#nav2 ul li a.ofocus, #nav2 li ul li a.ofocus { 
color: #E2144A; background: #f9f9f9;
}
#nav2 .navfxenabled li:hover ul { 
left: -999px;
	
}
#nav2 li:hover ul, 
#nav2 .navfxenabled li.over ul,
#nav2 li ul li:hover ul, 
#nav2 .navfxenabled li ul li.over ul
 { 
display: block;
left: 148px;
		
}
#nav2 li:hover ul ul, 
#nav2 .navfxenabled li.over ul ul { 
left: -999px;
		
}
#nav2 ul li.active>a, #nav2 ul li.activepath>a, 
#nav2 li.active a:hover, #nav2 li.activepath a:hover,
#nav2 li.active a:active, #nav2 li.activepath a:active,
#nav2 li.active a:focus, #nav2 li.activepath a:focus,
#nav2 li.active strong,
#nav2 #ofocus {
color: #E2144A; 
background: #f9f9f9;
}
#nav2 .active ul a, #nav2 .activepath ul a {
color: #000; 
background: #fff;
}
#nav2 li.active ol, 
#nav2 li.activepath ul {
display: block;
		
}
#nav2 a:focus+ul, #nav2 a:active+ul {
left: 148px;
		
}
#nav2 li ul li a:focus+ul {
left: 1248px;
		
}
#nav2 li ul li a:focus, #nav2 li ul li a:active {
position: absolute;
left: 1148px;
		
}
#nav2 li ul li ul a:focus, #nav2 li ul li ul a:active {
position: absolute;
left: 2180px;
		
}

#nav2 li ul li a:hover, #nav2  li ul li a:hover,
#nav2 li:hover ul li a:focus, #nav2  li:hover ul li a:active,
#nav2 .navfxenabled li ul li a:focus, #nav2 .navfxenabled  li ul li a:active
{
position: static;
}

.firstex,.secondex,.thirdex {
width: 200px;
border: 0px solid #eda;
padding: 10px;
margin: 10px 5px;
}
.thirdex{
position: absolute;
top:0;
left:520px;
}

/**
 * Map Examples Specific
 */
.smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}

.smallmap_gf {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}

.openlayers-map img{ margin:0px }

/**
 * Mouseover Bild
 */

tr:hover .bigpic{
    width: 150px;
    height: 100px;
}
.bigpic{
    width:20px;
    height:20px;
}


/**
 * Mouseover Bild
 */

#thumbwrap {
	margin:75px auto;
	width:252px; height:252px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; left:37px; 
}
	
