body, table, tr, th, td	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:11px;
	}

body 	{
	margin-left:0px; margin-top:0px
	}

hr	{ height:0px; color:#CCCCCC; border-bottom:1px solid #CCCCCC; border-top:none;
	}

ul	{
	padding-left:0px; /* nur wg. Mozilla */
	margin-left:2em;  /* wg. Moz und IE */
	}

ul.ohne		{
	list-style-type:none;
	padding-left:0px; /* nur wg. Mozilla */
	margin-left:1em;  /* wg. Moz und IE */
	}
#menu * a:link { color:#000000; font-weight:normal; text-decoration: none}
#menu * a:visited { color:#000000; font-weight:normal; text-decoration: none}
#menu * a:active { color:#000000; font-weight:normal; text-decoration: none}
#menu .menugewaehlt a:hover { color:#FFF;}
#menu * a:hover { color:#999; }

a:link    { text-decoration:underline; font-weight:normal; color:#000; }
a:visited { text-decoration:underline; font-weight:normal; color:#000; }
a:hover   { text-decoration:none; font-weight:normal; color:#999;
            }
a:active  { text-decoration:underline; font-weight:normal; color:#000; }

/* Spezielle Schrift fuer Firmenname */
.ci  { font-family:Verdana,Arial,sans-serif;font-weight:normal; }
.logo	{
	padding-bottom:15px;
	vertical-align:bottom;
	background-color:#CCCCCC;
	}

.topZeile	{
	padding:10px 10px 15px 10px;
	vertical-align:bottom;
	}
.koepfe		{
	padding:0px;
	vertical-align:bottom;
	width:350px;
	}
.fusszeile	{
	padding:0px 10px 0px 10px;
	vertical-align:bottom;
	color:#CCCCCC;
	}

.linkeSpalte	{
	padding-right:10px;
	padding-left: 25px; 
	width:215px;
	}

.StrichDrunter	{
	border-bottom:1px #CCCCCC solid;
	padding-bottom:10px;
	}

.Kapitel	{
	background-color:#000000;
	color:#FFFFFF;
	width:230px;
	}

.Unterkapitel	{
	padding: 0px 0px 5px 10px;
	}


.menu	{
	vertical-align:top;
	/* darf die width nicht enthalten, gibt sonst Mist im IE */
	}

.menu1, .menu2	{
	vertical-align: bottom;
	border-bottom:1px #CCCCCC solid;
	padding:3px 3px 3px 25px;
	}

.menu1	{
	}
	
.menu2	{
	padding-left:35px;
	}

.menugewaehlt, .menuohnelinie	{
	border-bottom:1px white solid;
	}


.menugewaehlt	{
	background-color:LightSkyBlue;
		}

.normaltext	{
	padding-left:10px;
	}


.seitentextdiv	{
	width:75%;
	}

/* aus nawa.css */
/* Maus Koordinaten */
#Maus {
	position:relative;
	left:0px;
	top:0px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	}
/* Karte */
#Karte {
        position:relative;
        left:0px;
        top:0px;
        text-align:left;
        width:500px;
        height:500px;
      }

/* Legende */
#Legende {
        position:relative;
        left:10px;
        top:-250px;
	height:161px;
	width:67px;
        text-align:right;
      }

/* Button muessen gleich wie "ul.Navi a" gestaltet werden */
input.Button {
    margin: 0px;
    padding: 0.2em;
    text-decoration: none;
    font-weight: bold;
    border: 0px ;
    color: black; 
    background-color: #ccc;
    font-size:10px;
  }

input.Button:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: gray;
    font-size:10px;
}

  .ClRequest {
       text-align:left;
       font-size:10px;
       font-weight: normal; 
       vertical-align: middle;  
       background-color:#FFFF00;
       border-color:#CCCCCC;
       border-width:1px;
       border-style:solid;
       margin:1px;
       width: 215px;
/*       border-color:#aaa;
       border-width:1px;
       border-style:solid;
       padding:0px; 
       margin:2px;
*/
       }

/* Tabelle in der ersten Seite */
.quickTa {
    border-style:solid;
    border-width:1px;
    border-color:white;
    background-color:#f8f8f8;
    }

.quickTd{
    vertical-align:bottom;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:white;
    }

