/* Datei:      default.css */
/* Verwendung: abrabu */
/* Datum:      15.06.2009   */
/* Autor:      Frank Meyer  */

body { 
    background-color:#FFFFFF; 
    margin:1px;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #999999;
    scrollbar-darkshadow-color: #CCCCCC;
    font-family:Arial,Helvetica;
    font-size:10pt;
}

a:link {
    color:#0000FF;
    text-decoration:none
}
a:visited {
    color:#0000FF;
    text-decoration:none
}
a:active {
    color:#0000FF;
    text-decoration:underline;
}
a:hover {
    color:#0000FF;
    text-decoration:underline;
}


/* h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,Helvetica,sans-serif; } */

h1 { 
   font-size:18pt; 
   margin-bottom:18px;
   text-align:center;
}

h2 { 
   font-size:12pt; 
   margin-bottom:10px; 
   text-align:left;
}

h2.markt {
   font-size:14pt;
}

/* Tabellen */
table.altkreis {
/*   background-color:#cfcfcf;*/
   font-size:8pt;
   border:0;
   width:100%;
   margin:0;
   padding:0;
   vertical-align:top;
   border-spacing:0;
}

table.markt {
   background-color:#cfcfcf;
   font-size:8pt;
   border:0;
   width:100%;
}

table.addform {
   background-color:#dfdfdf;
   font-size:8pt;
   border:0;
   width:800;
}

table.menu {
   widht:100%;
   border:0;
   vertical-align:top;
   border-spacing:0;
}

/* unterlegte Titelzeile der einzelnen Abschnitte */   
th.block {
   font-size:10pt;
   background-color:#8f8f8f;
}

th.balken {
   text-align:left;
   font-family:Arial,Helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   width:100%;
   background-color:#ce3163; 
}

th.marktblock {
   font-size:10pt;
   background-color:#8f8f8f; 
}

th.markt {
   text-align:left;
   font-family:Arial,Helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   width:100%;
   background-color:#ce3163; 
}

/* allgemeines td (u.s. für Fließtext) */
td {
   text-align:left;
   font-family:Arial,Helvetica,sans-serif;
   font-size:10pt;
   vertical-align:top;
}

td.unterlegt {
   font-size:12pt;
   background-color:#ffff88;
}

td.kleineliste {
   font-size:8pt;
   background-color:#ffff88;
}

td.eintrag_titel {
   text-align:left;
   font-family:Arial,Helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   width:100%;
   background-color:#cfcfcf; 
}

td.eintrag_text {
   text-align:left;
   font-family:Arial,Helvetica,sans-serif;
   font-size:8pt;
   width:100%;
/*   background-color:#8f8f8f; */
}

input,select,option {
    font-family:Arial,Helvetica,sans-serif;
    font-size:9pt;
}

.itemhidden {display:none}
.itemshown {display:inline}

.headermenu {
   font-size:8pt; 
}

#stadtplanbox {
   position:fixed;
   z-index:100;
   top:16px;
   right:0px;
   width:200px;
   height:275px;
   background-color:#fff;
}
