/* CSS Document */
 
body   { color: #000000; background-color:#FFFFFF;} 

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0.5em;
    margin-left: 1em;
    width: 75em;
   
  }


  div#Inhalt {
    float: left; width: 40em;
    margin: 0; padding: 0;
  }
  
    div#Karte {
    margin-left: 41em;    
    padding: 0 1em;
  }
  
    p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid silver;
  }


h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-weight:bold;
}

h1 {
	margin-bottom:0.5em;
	font-size:1.8em;
	line-height:1em;
	letter-spacing:-2px;
	color:#999999;
}

h2 {
	margin: 1em 0 0.5em 0;
	font-size:1.2em;
	line-height:1em;
	color:#999999;
}

h3 {
	margin-bottom:0.5em;
	font-size:1em;
	line-height:1.5em;
	background-color:#e1e1e1;
}

h4 {
	font-size:0.8em;
	color:#0767B1;
	margin-bottom: 0px;
}

#ueberschrift {font-family: Arial, Helvetica, sans-serif; font-size:0.9em; font-weight:bold;}

/* Style für die Lsite zur Schriftgrößenauswahl oben------------------------------------------------*/

  ul#variabel {
    margin-top: 0.5em;
    margin-left: 0;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif; 
    font-size:0.8em; 
    border:1px solid silver;
  }

/* Style für die Navigationsleiste oben------------------------------------------------*/

  ul#Navigation {
    margin: 0; padding: 0.5em;
    text-align: center;
    font-size:0.8em; 
    border:1px solid silver;
  }
  
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.3em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border: 1px solid black;
    border-left-color: #e1e1e1; border-top-color: #e1e1e1;
    color: #666; background-color: #eee;
  }

  ul#Navigation a:hover, ul#Navigation a:active, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #4572a0;
  }
  ul#Navigation div {
     clear: left;
  }
/* Style für die Navigationsleiste oben------------------------------------------------*/

  ul#Navigation1 {
    margin: 0; padding: 0.5em;
    text-align: center;
    font-size:0.8em; 
    border:1px solid silver;
  }
  ul#Navigation1 li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation1 a, ul#Navigation1 span {
    padding: 0.3em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: #e1e1e1; border-top-color: #e1e1e1;
    color: #666; background-color: #eee;
  }
  * html ul#Navigation1 a, * html ul#Navigation1 span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation1 a:hover, ul#Navigation1 span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #ffffff; background-color: #0168b3;
  }


/*------------------------------------------------------------------------------------------------*/

/* Style für die Navigationsleiste links ------------------------------------------------*/
ul#Navigationlinks {
  font-size: 0.8em;
  float: left; width: 11em; 
  margin: 0; padding: 0;
  border: 1px dashed silver;
}
ul#Navigationlinks li {
  list-style: none;
  margin: 0; padding-left: 0.5em; padding-right: 0.5em;
}
ul#Navigationlinks a {
  display: block;
  padding: 0.2em;
}

.buttonleft {background-color:#eee; color:#0767B1; font-style:italic;width: 10em;}

/* Style für die Detailausgabe ------------------------------------------------*/

ul#detail {
  font-size: 0.8em;
  list-style-type:square; 
  color:#000000;
  display: inline; 
    margin: 0; 
    padding: 0;
}

ul#detail li {margin: 0 20px; }

/*------------------------------------------------------------------------------------------------*/

hr {color:#0767B1;}

p      { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; }
ul#benutzer     { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; }
li     { font-family: Arial, Helvetica, sans-serif; }
table  { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; }
th     { font-family: Arial, Helvetica, sans-serif; font-size:1.2em; font-weight:bold;}
td.right {text-align:right; vertical-align:bottom;}

/* Links */
a:link     { color:#0767B1; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  }
a:visited  { color:#0767B1; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
a:focus    { color:#0767B1; text-decoration:none; font-family: Arial, Helvetica, sans-serif;  }
a:hover    { color:#EE0000; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;  }

/* Links Administration*/
a:link.admin     { color:#E17C2A; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a:visited.admin  { color:#E17C2A; text-decoration:none; font-family: Arial, Helvetica, sans-serif;}
a:hover.admin    { color:#FFFFFF; text-decoration:none;font-weight:normal;  font-family: Arial, Helvetica, sans-serif; background-color:#999999;}  

.button {background-color:#FFFFFF; color:#0767B1; font-size:0.8em; font-style:italic; width:150px;}

input:hover.buttonlink  {margin-left:26em; background-color:#aaa; color:#fff; width:200px; }
input.buttonlink        {margin-left:26em; color:#E17C2A; width:200px; }
select                  {font-size: 0.8em; }

 
#objekt { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; font-weight: bold; font-style: italic; background-color:#e1e1e1;}

#hintergrund {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.9em; color:red;}

  fieldset.suche {
		text-align:left;
		border:1px solid #666666;
		margin:1em 1em 1em 0;
		padding:0.5em;
		width:31em;	}

  fieldset.eigenschaften {
		text-align:left;
		border:1px solid #666666;
		margin:1em 1em 1em 0;
		padding:0.5em;
		width:27em;	}

  fieldset {
		text-align:left;
		border:1px solid #666666;
		margin:1em 1em 1em 0;
		padding:0.5em;
		width:33em;	}

  legend {font-family: Arial, Helvetica, sans-serif; 
        font-size:1em;
        color: #666666;        }
  
  label {font-family: Arial, Helvetica, sans-serif; 
	}


/* Formular Objekt */

  label.objektbeschriftung {
    font-family: Arial, Helvetica, sans-serif; 
		clear:both;
		float:left;
		width:155px;
		text-align:right;
		margin:0.25em;
		font-size:0.8em; 
		}

	div.objektbeschriftung {
		float:right;
		width:365px;
		font-size:0.8em; 
	}

	p.objektbereich {
		float:left;
	}

/* Formular two-elements */

  p.two-elements {
		clear:both;
		float:left;
		width:400px;
		margin:0.25em;
    }
      
  label.two-elements {
		clear:both;
		float:left;
		width:400px;
		margin:0.25em;
		font-size:0.8em;
    }        

  div.two-elements {
		float:left;
    margin:0 0.5em;
	}
	
	li.two-elements {
    clear:both; 
    float:left; 
    width:360px; 
    margin:0 0.25em;
  }
	
	label.radio {
		margin-right:0.25em;
		text-align:left;
		font-size:0.8em;
		}	
		

