html {
width:100%; 
height:100.01%;
overflow-y: scroll;
}

body {
color: #000000;
text-decoration: none;
font-weight: normal;
width:100%; 
height:100%;
margin:0;
padding:0;
background:#fff;
background: url('images/back.gif');
}

body, table, input.text, input.button, textarea { 
font-family:Arial, sans-serif;
font-size:10pt;
}

/*********** Fixes *************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

ul {
    padding-left:0px;
    margin-left:20px;
}

/*********** Hauptlayout *************/
.fuss_copyright, .fusszeile {
background: #f0f0f0;
margin:0;
padding:1px;
text-align:center;
}

.fuss_copyright {
border-top: 1px solid blue;
margin: 10px 0 0 0 ;
font-size:0.9em;
}

.fuss_copyright a {
font-weight: bold;
}

.fusszeile {
font-size:0.8em;
margin:0;
}

table.haupt, table.haupt_banner_inhalt {
width: 100%;
}

table.haupt, table.haupt_banner_inhalt, td#haupt_links table {
height: 100%;
border-collapse:collapse;
margin:0;
padding:0;
border:0;
}


tr#haupt_banner td {
background-repeat: repeat-x;
white-space:nowrap;
}

tr#haupt_banner td, td#haupt_links table td {
padding:0; margin:0;
}

table.haupt td.haupt, table.haupt tr.haupt {
margin:0;
padding:0;
vertical-align:top;
/* height:100%; */
}

table.haupt td.haupt {
background: #fff url('/images/back.gif');
}

td.haupt  {
margin-bottom:0;
padding-bottom:0;
}

td#haupt_menu {
vertical-align:top;
height:100%;
}

tr#inhalt {
height:100%;
}

td#haupt_logo {
vertical-align:top;
text-align:center;
background-repeat: no-repeat;
}

tr#haupt_banner td {
vertical-align:top;
}

#fuss {
vertical-align:bottom;
height:1px;
}

#hauptteil {
text-align:center;
vertical-align:top;
width:100%;
height:100%;
padding:0;
margin:0;
}

#hauptteil_text {
padding: 5pt 10pt 0pt 10pt;
}

* html #hauptteil_text { height: 1%; }

blockquote {
background: #fff;
padding:5px;
border: 1px dotted #bbb;
}

img {
border:0;
}

label {
cursor:pointer;
}

.printonly {
display:none;
}

/**** Überschriften ****/
h1, h2, h3, h4, h5 {
font-weight: bold;	
}

h1 {
display:none;
font-size:1.4em;
margin-bottom:2pt;
margin-top:10pt;
}

h2 {
font-size:1.35em;
margin-bottom:2pt;
margin-top:10pt;
}

h3 {
font-size:1.05em;
margin-bottom:2pt;
margin-top:3pt;
}

h4 {
font-size:1.1em;
margin-bottom:4pt;
margin-top:1.4em;
border-bottom: 1px solid #a66;
background: #eee url("images/etc/h4_back3.jpg") repeat-x left;
padding: 2px 6px;
color:#600;
text-align:left;
}

h5 {
font-size:1em;
margin-bottom:4pt;
margin-top:0.9em;
padding: 0px 4px;
border-bottom:1px dotted #88f;
color: #333;
background: #ccccfe url("images/etc/h5_back.jpg") repeat-y right;
text-align:left;
}

/* Haupttitel */
#titel h2 {
padding:0;
margin: 0;
text-align:center;
}

/* Untertitel unter Haupttitel */
#titel h3 {
margin: 0px;
}

#titel {
margin: 0 0 10px 0;
padding: 5px 0 5px 0;
border-bottom:1px dotted #ddd;
background: #f7f7f7 url(images/titel_blaulicht.gif) no-repeat right 0px; 
color:#444;
}

#einsatzbericht h4, .box h4, .bildrahmen h4 {
background: transparent;
border-bottom: 1px solid #aaa;
color:black;
padding:0;
}

#einsatzbericht h5, .box h5, .bildrahmen h5 {
background: transparent;
padding-left: 0;
}

/*** Obere Navigation ***/

#navi_top {
border-bottom:1px solid #aaa;
font-size:0.9em;
font-weight:bold;
padding: 2px 4px 2px 4px;
margin-top:0px;
background:#eee;
white-space:nowrap;
overflow:hidden;
}

#navi_top_links {
float:right;
width:250px;
text-align:right;
margin-right:3px;
}

#navi_top_links a {
color:#777;
padding-left:10px;
margin-left:5px;
}

#navi_top_links a:hover {
background: url(images/etc/liste_pfeil.gif) no-repeat left 3px;
}

#navi_top_tree {
text-align:left;
overflow:hidden;
height:100%;
color:#777;
}

#navi_top_tree a {
color:#777;
}


/******************* Hauptlyout ENDE ********************/

/**** Standard-Box ****/
.box {
text-align:center; 
border:1px solid #aaa; 
padding:4px; 
margin: 5px; 
margin-right: auto; 
margin-left: auto; 
background: #e5e5e5;
border-spacing:10px;
}

/* Farbiges Rechteck (Dienstplan) */
.punkt1 {
width:5px;
height:5px;
float:left;
font-size:1px; /* IE */
}

.ueberschrift {
font-size:12pt;
font-weight:bold;
text-align:center;
color: #000000;
text-decoration:none;
}

.klein, .klein input, .klein select {
font-size:80%;
}

.small, .small input, .small select {
font-size:90%;
}

.big {
font-size:115%;
}

/* Info-Box */
.info, .info1, .info2, .info3 {
border: 3px solid #ddd;
text-align:center;
background:#f6f6f6;
padding:0.4em 0.4em 0.4em 30px;
margin:2em 4em;
}

.info h4, .info1 h4, .info2 h4, .info3 h4 {
margin-top:0;
background:transparent;
color:black;
text-align:center;
border:0;
}

/* Mehere Meldungen */
.info ul, .info1 ul, .info2 ul,.info3 ul {
text-align:left;
font-size:0.9em;
}

.info {
background:#f6f6f6 url(images/etc/info0.gif) no-repeat 4px center;
}

/* Normal */
.info1 {
background:#dfd url(images/etc/vote_ok.gif) no-repeat 4px center;
}

/* Wichtige Info */
.info2 {
background:#ffb url(images/etc/achtung.gif) no-repeat 4px center;
color: #662;
}

/* Warnung */
.info3 {
background:#fdd url(images/etc/vote_falsch.gif) no-repeat 4px center;
border-color: #f00;
}

/* Viel Text */
.text {
text-align:justify;
line-height:1.4em;
}

.text abbr {
border-bottom:1px dotted #999;
cursor:help;
}

/******************* Standard Links ***************/
a {
text-decoration: none;
color:navy;
}

a:hover {
text-decoration: underline;
}

a.mail {
text-decoration:none; 
color:blue;
padding-left:17px;
background: url(images/etc/mail.gif) left no-repeat;
}

a:hover.mail {
text-decoration:underline;
}

/* Button Style bei Links (s. Einsatz->Fzg.)*/
a.button {
background-color:#ddd;
margin:0px;
padding:0px;
border:1px solid #ddd;
color:black;
text-decoration:none;
font-size:1.11em;
}

a.navi {
font-weight:bold;
}

.zurueck {
padding-left:23px;
background: url(images/etc/zurueck.gif) left no-repeat;
}

.zurueck:hover {
background: url(images/etc/zurueck_hover.gif) left no-repeat;
}

.vor {
padding-right:23px;
background: url(images/etc/vor.gif) right no-repeat;
}

.vor:hover {
background: url(images/etc/vor_hover.gif) right no-repeat;
}

a.download {
padding-left:7px;
background: url(images/etc/download.gif) left no-repeat;
}

/****************** Links ENDE **************/



/************** Men? ***************/
ul#mainmenu, ul#mainmenu ul { 
list-style: none;
margin: 0px;
padding: 0px;
}

ul#mainmenu a {
font-family:Arial, sans-serif;
text-decoration:none;
color:#000000;
}

ul#mainmenu a:hover, ul#mainmenu a.aktiv {
color:#ffff00;
}

/* Men? 0. Level */
ul#mainmenu { 
padding: 0px 0px 0px 5px;
}

ul#mainmenu li {
font-size:10pt;
font-weight:bold;
padding: 5px 0px 0px 0px;
margin: 0px;
}

/* Men? 1. Level */
ul#mainmenu ul {
padding: 0px 0px 0px 10px;
}

ul#mainmenu ul li {
font-size:9pt;
font-weight:normal;
padding: 0px 0px 0px 0px;
}

/* Men? 2. Level */
ul#mainmenu ul ul {
padding: 0px 0px 0px 10px;
}

ul#mainmenu ul ul li {
font-size:9pt;
font-weight:normal;
font-style:italic;
padding: 0px 0px 0px 0px;
}
/************** Men? Ende ***************/

.black { color: #000000;}
.silver { color: silver;}
.red { color: #FF0000;}
.blue { color: #0000FF;}
.green { color: #00FF00;}
.darkgreen { color: #008000;}
.orange { color: #FF9900;}

.u2 { 
font-size:11pt;
font-weight: bold;}

.u1 { 
font-size:12pt;
font-weight: bold;
margin-bottom:4pt;
margin-top:2pt;
}

.intern { color: #ff7700; }
a.intern { text-decoration: none;}
a.intern:hover { text-decoration: underline; }

/*************** Formulare *******************/
input[type=text].newstyle, form.newstyle input[type=text], textarea.newstyle, form.newstyle textarea {
border:1px solid #ddd;
background-color:white;
}

input[type=text].newstyle:hover, form.newstyle input[type=text]:hover, textarea.newstyle:hover, form.newstyle textarea:hover {
background-color:#fafafa;
}

.texteditor {
margin:3px;
}

.texteditor a {
background: #fff;
border:1px solid #ddd;
padding: 1px 5px;
color:black;
font-size:0.9em;
}

.texteditor select {
font-size:0.9em;
border:1px solid #ddd;
background: #fff;
padding: 1px 0px;
}

fieldset {
border:0;
border-left:3px solid #aaa;
padding:5px;
background:#eee;
margin: 4px 0px;
}

/*************** Formulare ENDE **************/

.menu_edit {
font-size:0.8em;
text-decoration:none;
font-weight:normal;
background-color:#eeeeee;
padding:4px;
border:1px black solid;
margin:5px 10px 5px 5px;
}

.menu_edit_titel {
text-decoration:underline;
font-weight:bold;
font-size:1em;
margin:0;
padding:0;
}

/***************** Tabellen ***************/
table .trenner td {
background:transparent;
height:10px;
}

/* Info-Tabelle (Termin, Fahrzeug...) */

.infotable {
width:100%;
margin: 15px 0px;
border-collapse:collapse;
}

.infotable tr {
border-top:1px dashed #b77;
border-bottom:1px dashed #b77;
}

.infotable td {
padding:5px 7px;
background:#f9f9f9;
border-top:1px dashed #b77;
border-bottom:1px dashed #b77;
}

.infotable th {
text-align:left;
}

.infotable .itd {
background:#ddd;
text-align:right;
font-weight:bold;
vertical-align:top;
width:10em;
}

.infotable table td {
border:0;
padding:0.1em 0.8em 0 0;
}

form.form {
text-align:center;
}

table.form, table.smallform {
margin-top:5px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
border-spacing:2px;
}

table.form th, table.smallform th{
font-weight: bold;
background-color:#dddddd;
padding:3px 5px 3px 5px;
margin-left:2px;
}

table.form td, table.smallform td {
background-color:#eeeeee;
padding:3px 5px 3px 5px;
}

table.form th, table.smallform th{
padding:3px 3px 3px 3px;
}

table.smallform td {
padding:1px 3px 1px 3px;
}

table.smallform {
font-size:0.8em;
}

table.smallform input, table.smallform select {
font-size:0.8em;
}

table.smallform td.mainfield, table.form th.mainfield {
font-weight: bold;
background-color:#e7e7e7;
}

table.breit {
margin:4px auto 4px auto;
border-spacing:1px;
border:5px #ddd solid;
background-color:#ddd;
}

table.breit td, table.breit th {
background-color:#f8f8f8;
padding: 3px 5px 5px 5px;
border:0px #ddd solid;
}

table.breit th {
font-weight: bold;
}

/* Tabelle Grau & Klein */
table.small {
margin: 5px auto 5px auto;
font-size:9pt;
border-spacing:1px;
background-color: #ccc;
}

table.small td, td.small_td, table.small th {
padding:2px;
margin:0px;
color:black;
text-align:center;
}

table.small td, .small_td {
background-color:#f5f5f5; }

tr.marked td {
background-color:#e0e0e0; }

table.small td.marked {
background-color:#ffdddd; }

table.small th {
background-color:#e5e5e5; }

table.small td.highlight:hover {
background-color:#fff; }

table.small input {
border:0px;
padding:0px;
margin:0px;
font-size:9pt;
}

.text table.small {
margin-left: 3px;
margin: 6px;
}

.text table.small td, .text table.small th {
text-align:left;
padding: 2px 4px;
}

/***************** Tabellen zum aufklappen ********************/
table.klapp {
border-spacing:0px;
border-collapse:collapse;
border: 1px solid #ddd;
border-bottom: 3px solid #ddd;
}

table.klapp td {
font-size:9pt;
text-align:left;
background-color:#f8f8f8;
padding: 2px 5px;
}

table.klapp th, table.klapp td.level1 {
font-size:12pt;
text-align:center;
background-color:#ddd;
}

table.klapp td.level2 {
font-size:10pt;
text-align:center;
background-color:#f0f0f0;
border:0px;
color: #888;
}

table.klapp th a, table.klapp td.level1 a, table.klapp td.level2 a {
font-weight:bold;
}

table.klapp a, table.klapp a:hover {
text-decoration: none;
}

table.klapp a.button, table.klapp a.button:visited {
border:1px #ddd dotted;
background-color: #f9f9f9;
padding: 0px 5px;
font-weight: bold;
}

table.klapp a.button:hover {
background-color: #eee;
}

/******************** Einsatz ********************/

/* Tabelle Einsatz?bersicht */
table.einsatz {
background-color: #f7f7f7;
border-spacing: 0px;
width:100%;
margin: 10px auto;
empty-cells:show;
border-bottom: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
border-collapse: collapse;
}

/* Allgemein Zellen */
table.einsatz td, table.einsatz th  {
padding: 2px 1px;
white-space:nowrap;
}

table.einsatz tr.etab_tr { background: #fff; border-bottom: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; }
table.einsatz tr.etab_tr_ke  td { border-left: 1px solid #f0f0f0; color:#999999; text-align:center; background: #fff; }
table.einsatz td.etab_art { width: 4px; }
table.einsatz td.etab_taga { padding-left: 3px; width: 1.5em; font-weight:bold; }
table.einsatz td.etab_tagb { width: 1.7em; font-weight:bold; }
table.einsatz td.etab_zeit { width: 3.4em; }
table.einsatz td.etab_txt { width: 19px; text-align:center; }
table.einsatz td.etab_pic { width: 19px; text-align:center; }
table.einsatz td.etab_wo  { width: 19px; text-align:center; }
table.einsatz td.etab_tit { width: 25em }
table.einsatz td.etab_ort {   }
table.einsatz td.etab_kr  { width: 45px }
table.einsatz td.etab_al  { width: 45px }

/* ?berschriftzelle */
table.einsatz thead td {
padding:3px 4px 1px 4px;
background-color:#EEEEEE;
/* border-bottom:1px solid #DDDDDD; */
}


/* Anzahl in ?berschrift */
table.einsatz .anzahl {
text-align: left;
float: right;
font-style: italic;
color: #999;
font-size: 0.8em;
}

/* Jahr */
table.einsatz h4.jahr {
margin: 0 7em;
padding: 0;
font-size: 12pt;
text-align: center;
background: transparent;
border: 0;
}

/* Link zur Karte */
table.einsatz .karte {
text-align: right;
float: left;
font-style: italic;
}

/* Monats?berschrift */
table.einsatz .monat {
/* background-color:#FFFFFF; */
border-bottom:1px solid #E0E0E0;
border-top:1px solid #E0E0E0;
border-left:1px solid #f0f0f0;
text-align:center;
}

table.einsatz .monat .anzahl {
font-size:0.8em;
margin-right:0.3em;
float:right;
color: #999;
}

table.einsatz .monat .monat_name {
margin: 0 7em;
}

/* Abstand der Tabellen (Jahre) */
table.einsatzdetails tbody {
padding-bottom: 10px;
}

/* Aussehen detaillierte Liste */
.einsatzdetails {
/* width: 99%; */
border: 1px dotted;
border-left: 5px solid;
margin: 0px auto 5px auto;
background-color: #f7f7f7;
padding: 4px;
}

/* Text im verh. zum Bild */
.einsatzdetailstext {
margin-right:8em;
}

.einsatzdetails .ed_art {
color:#777;
text-align:left;
font-size:9pt;
}

/* ?berschrift */
.einsatzdetails .titel {
font-size: 13pt;
margin: 0 20px 3px 0;
padding: 0px;
text-align:left;
/* background-color: #d6d6d6; */
}

/* Untertitel */
.einsatzdetails .titel2 {
text-align: left;
font-weight: bold;
font-size: 11pt;
color: #555;
}

/* Aufz?hlung */
.einsatzdetails ul {
margin: 5px 0 0 15px;
padding: 0;
text-align: left;
}

/* Bild */
.einsatzdetails .thumb {
border: 1px solid #999;
float:right;
}

.einsatzdetails .keinbild {
padding:11px 17px;
}

/* Zeitangabe */
.einsatzdetails .zeit {
text-align:right;
float:right;
margin-right: 10px;
font-size: 10pt;
color: #555;
}

table#einsatzbericht {
margin: 15px auto;
width:97%;
}

table#einsatzbericht  th {
text-align:center;
background:#d9d9d9;
font-size:1.1em;
padding:4px;
}

table#einsatzbericht  td {
background:#eee;
vertical-align:top;
padding:2px;
}

#einsatzbericht .trenner td {
background:transparent;
height:20px;
}

td#einsatzkraefte td {
background:#f6f6f6;
}

td#einsatzkraefte table {
width:100%;
}

td#einsatzkraefte table td {
padding:0;
margin:0;
}

td#einsatzkraefte .wehren td {
font-size:1em;
font-weight:bold;
background:#eee;
padding-top:2px;
}

td#einsatzkraefte .fahrzeug .marker {
background:#fcc;
}

td#einsatzkraefte table table {
background:#fff;
border-spacing:1px;
margin:0px;
}

td#einsatzkraefte .person .marker {
background:#ccf;
}

td#einsatzkraefte .person .marker, td#einsatzkraefte .fahrzeug .marker {
width:10px;
}

td#einsatzkraefte .person, td#einsatzkraefte .fahrzeug {
font-size:0.8em;
}

td#einsatzkraefte td.fzg_zeiten {
width:8em;
}

td#einsatzkraefte{
margin:0;padding:0;
}

#einsatzdetails_link_show td {
text-align:center;
}

/********************* Berichte **********************/
.berichte {
padding:3px;
margin:0;
}

.berichte_beschreibung {
padding: 0px 5px 5px 3px;
margin: 0px 0px 3px 0px;
border-bottom: 1px dotted #ccc;
}

.berichte .bericht_element {
width: 100%;
border: 1px solid #ddd;
padding: 0 0 3px 0;
margin: 0 0 10px 0;
background: #f8f8f8;
}

.berichte .bericht_titel {
background: #ddd;
padding: 3px;
}

.berichte .bericht_datum {
font-weight: bold;
float: left;
width: 7em;
text-align: left;
}

.berichte .bericht_ueberschrift {
font-weight: bold;
text-align: left;
float:left;
}

.berichte .bericht_anzahl {
text-align:right;
}

.berichte .bericht_text {
padding: 3px;
text-align:left;
}

.berichte .bild {
border:0px;
float:right;
padding: 3px;
}

.berichte .box {
text-align: justify;
background: #f7f7f7;
margin:7px;
}

/********************** Bildergalerien ********************/
.galerie {
margin: 3px;
padding: 6px;
font-style:italic;
text-align:center;
}

.bericht .box {
background: #f8f8f8;
}

.bericht .galerie {
margin: 12px 3px 3px 3px;
border-top: 1px dotted #aaa;
}

.bericht .text {
padding: 10px;
}

.galerie img {
margin: 4px;
white-space: nowrap;
display: inline; 
border: 2px solid #333;
}

.bildrahmen {
border: 1px solid #ccc;
margin: 15px auto;
background: #f7f7f7;
width:300px;
}

.bildrahmen .bild_header {
margin: 1px 0 5px 0;
font-size: 1em;
display:block;
text-align:center;
}

.bildrahmen .text {
text-align:center;
margin:3px;
}

.bildrahmen a.zurueck, .bildrahmen a.zurueck:hover {
background: url(images/etc/pfeil_zurueck.gif) no-repeat left 0.3em;
padding-left: 20px;
}

.bildrahmen a.vor, .bildrahmen a.vor:hover {
background: url(images/etc/pfeil_vor.gif) no-repeat right 0.3em;
padding-right: 20px;
}

.bildrahmen img.bild {
margin:3px;
border:0px;
}



/******************* G?stebuch *******************/
table#gaestebuch {
margin: 5px auto ;
width:90%;
}

table#gaestebuch th {
background: #eee;
vertical-align:top;
width:150px;
text-align:left;
font-weight:normal;
border: 3px solid #ddd;
padding: 4px;
margin-bottom:4px;
font-size:0.8em;
}

table#gaestebuch th strong {
font-size:1.3em;
}

table#gaestebuch td {
background: #eee;
vertical-align:top;
text-align:left;
border: 1px dotted #ddd;
padding: 4px;
margin-bottom:4px;
}

table#gaestebuch tr.trenner td {
background:transparent;
height:5px;
}

table#gaestebuch .kommentar {
color: blue;
}

table.kalender {
margin: 10px auto;
background:#ddd;
}

table.kalender th {
background:#eee;
}

table.kalender td {
vertical-align:top;
margin:0;
padding:0;
}

table.kalender table.termin {
width:110px;
font-size:0.8em;
margin:0;
padding:0;
}

table.kalender a.geburtstag {
color:#070;
padding-left:17px;
display:block;
background:url(images/etc/birthday.gif) no-repeat 0px 2px;
}

table.kalender a.tag {
color:#000;
font-weight: bold;
text-align:left;
font-size:1.3em;
}

/* H?he Einer Zelle */
table.kalender td.tag {
height:70px;
}

/* Mehrfach-Tage-Event */
table.kalender .tage {
text-align:center;
height:20px;
font-size:0.8em;
vertical-align:middle;
}

table.kalender .aktuell {
background: #fdd;
}
table.kalender .zukunft {
background: #fff;
}
table.kalender .vergangen {
background: #f6f6f6;
}
table.kalender .monat {
background: #eee;
}

/**************** Google Maps ****************/

table#gmaps {
margin: 10px auto;
width:100%;
}

table#gmaps td {
background:#f7f7f7;
border:2px solid #e7e7e7;
}

table#gmaps #gmap {
/*width:600px; */
height:500px; 
margin: 5px auto;
}

#gmap_marker {
vertical-align:top;
height:470px;
width:200px;
}

#gmaps h4 {
background:transparent;
border:0;
color:black;
}

ul#gmaps_sidebar {
list-style:none;
margin:2px;
padding:5px;
}

ul#gmaps_sidebar li {
margin-bottom: 5px;
}

ul#gmaps_sidebar strong {
font-size:1.0em;
}

/************************ Profil **************************/

.profil_page {
width:38em;
margin: 0 auto;
}

.profil {
width:38em;
background:#f7f7f7;
margin: 0 0 1em 0;
border:2px solid #ddd;
text-align:left;
}

.profil .datatable td {
padding: 2px;
}

.profil .persoenl {
border-collapse:collapse;
}

.profil .persoenl td img { 
vertical-align:bottom;
color:red;
border:0px solid black;
}

.profil h3, .profil h4, .profil h5 {
display:block;
background:#ddd;
text-align:center;
font-style:italic;
margin:0;
}

.profil h3 {
padding: 3px 0px 0px 0px;
background: #ddd url(images/etc/memo.gif) no-repeat 29em 3px;
font-size:1.2em;
}

.profil h3 .sub {
padding: 0px 0px 3px 0px;
font-weight:normal;
font-size:0.9em;
}

.profil h5 {
padding: 3px 0px 3px 0px;
clear:both;
}

.profil h6 {
margin:0.3em;
font-size:1em;
}

.profil ul {
list-style:url(images/etc/black_next.gif);
text-indent:0;
padding:0 0 0 2em;
margin:0 0 0.5em 0;
}

.profil ul li {
padding:2px;
}

.profil img.foto {
border:1px solid black;
margin:3px;
float:left;
}

.profil a.more img {
float:right;
margin:0.3em;
}

/************************ Kontakt-Profil **************************/

.kasten_kontakt {
background: #eef;
border:1px solid black;
padding:0.2em;
margin: 0.2em;
width:400px;
text-align:left;
}

img.kasten_kontakt_bild {
float:left;
border:1px solid #bbb;
margin-right:0.5em;
}

/************************ Video **************************/

.flashvideo {
background: #cccccc;
display:block;
}

.flashvideo .videoinfo {
font-size:0.8em;
padding: 0px 5px;
border-top: 0px dashed black;
color: #444;
}

.videos .flashvideo {
border: 1px solid #ddd;
padding: 5px;
background:#eee;
float:left;
margin: 0em 0.5em 0.5em 0;
}

.flashvideo video {
    max-height: 500px;
}

.videotext {
padding: 5px 0 5px 5px;
margin: 0 0 0.5em 0;
}

.videotext h5 {
margin-top:0px;
}

.videotext .text {
border-bottom: 1px dashed #bbb;
}

ul.videoliste {
list-style-type:none;
margin:0.2em 0 10px 0;
padding:0;
width:100%;
}

.videoliste {
text-align:left;
}

.videoliste li {
float:left;
clear:both;
border-bottom:1px solid #ddd;
background:#fbfbfb;
width:100%;
}

.videoliste .vid_intern {
background:#ffeeee;
}

.videoliste span.vid_intern {
border:1px solid #aaa;
}

.videoliste li:hover {
background:#ddddff;
}

.videoliste li.active {
background:#ccffcc;
}

.videoliste li.weitere_videos {
background: #ffb;
}

.videoliste li div {
display:block;
float:left;
padding:2px;
margin:0;
}
li.videoliste_kopf, li.videoliste_kopf:hover {
background:#eee;
font-weight:bold;
}
li.videoliste_kopf a {
color: black;
}

.videoliste li .videoliste_titel {
font-weight:bold;
width:39em;
}

.videoliste li .videoliste_orga {
width:14em;
float:right;
text-align:right;
}
.videoliste li .videoliste_views {
width:4em;
float:right;
text-align:right;
}
.videoliste li .videoliste_dauer {
width:3.5em;
float:right;
text-align:right;
}
.videoliste li .videoliste_groesse {
width:4em;
float:right;
text-align:right;
}
.videoliste li .videoliste_uploaded {
width:5em;
float:right;
text-align:right;
}

/************************ Ordnerstruktur **************************/
.ordner1, .ordner2 {
padding-left:17px;
}

.ordner1 {
background: url('images/etc/ordner1.gif') left no-repeat;
}

.ordner2 {
background: url('images/etc/ordner2.gif') left no-repeat;
}

/************************ Sonstiges **************************/

.mglbereich_meldung {
margin: 0 0 0 1px;
list-style-image: url('images/etc/i_neu.gif');
padding-left: 1.5em;
}

ul.mglbereich_meldung li {
margin: 4px;
padding: 2px;
/* border: 1px solid #ddd; 
background: #eee; */
}

ul.liste {
list-style-image:url(images/etc/liste_pfeil.gif);
}

ul.liste li {
margin-bottom:0.2em;
}

a.edit {
padding-left:23px;
background: url(images/etc/edit.gif) left no-repeat;
font-weight:bold;
}

a.hornissen_menu {
color: #8B0000;
text-decoration:none;
font-size:0.9em;
padding:0.3em 0.8em;
display:block;
width:10em;
}

a.hornissen_menu:hover {
background: #8B0000;
color:white;
text-decoration:none;
}

.fzg_liste_element {
text-align:left;
background:#eee;
margin: 1em 0em;
padding: 0.5em;
border:2px solid #ccc;
}

a.fzg_liste_titel {
font-size:1.2em;
font-weight:bold;
margin-bottom: 70px;
}

.fzg_liste_bild {
border: 1px solid #ddd;
background:#fff;
padding: 0.4em;
margin:0.2em;
float:right;
}

.fzg_liste_daten {
padding:0;
background: #eee;
margin: 0.5em 0;
border-collapse:collapse;
}

.fzg_liste_daten td {
padding:0 0.5em 0.1em 0;
}

ul.einsatz_geraete {
margin:0;
padding: 0;
list-style-image: none;
}

ul.einsatz_geraete li {
float: left;
width: 195px;
display:list-item;
padding: 0 0px 0 15px;
background: url('images/etc/geraet.gif') no-repeat;
list-style-type:none;
}

ul.einsatz_rettung {
margin:0;
padding: 0 1.9em;
}

/******** Farb-Viereck f?r Gruppen ********/

table.colorblock {
font-size:1pt;
margin:4px 4px 4px 1px;padding:0;
float:left;
border-collapse:collapse;
text-align:left;
}

table.colorblock td, table.colorblock tr {
margin:0;
padding:0;
border:0;
}

.orga_uebersicht .fahrzeug_element {
width:25em;
height:10em;
float:left;
border:2px solid #ddd;
text-align:center;
padding:0.2em;
margin:0.2em;
vertical-align:bottom;
background:#eee;
}

.orga_uebersicht div.fahrzeug_element:hover {
background:#f7f7f7;
}

.orga_uebersicht .fahrzeug_element img {
display:block;
margin: 4px auto 0 auto;
max-height:100px;
}

.textbild {
border:0px solid #eee;
}

.textbild_rechts {
margin: 0.3em 0px 0.3em 0.5em;
padding: 0px;
}

.textbild_links {
margin: 0.3em 0.5em 0.3em 0em;
padding: 0px;
}

form.reminder {
margin:0;
}

.reminder input, .reminder select, .infotable input, .infotable select {
font-size:0.8em;
}
.einsatzstatistikdiag img {
border:3px solid #ddd;
}

.login_intern {
border: 2px solid #ddd;
width: 33em;
background: #f6f6f6;
padding:0.4em 0.4em 0.4em 0.4em;
margin: 0.2em auto;
}

.login_intern table {
margin: 0.4em auto 0 auto;
text-align:center;
}

.login_intern table td{
padding-right: 10px;
height:2em;
font-weight:bold;
}

.login_intern table td.login_intern_tt {
text-align: right;
border-bottom:1px solid #DDDDDD;
}

.login_intern table td.login_intern_ts {
text-align: left;
}

.login_links {
border-top:1px solid #ddd;
font-weight:bold;
margin: 0;
padding:0.4em 0 0 0;
}

.login_links a {
margin: 0 0.7em;
}

/* Fahrzeug-Seite */
.fzg_beschreibung {
/*border: 1px solid #999;
background: #eee; */
padding:0.2em 0.5em;
margin: 1em 0em;
}
.fzg_beladung {
line-height:1.4em;
}
.fzg_beladung ul {
margin:0 0 0.8em 2em;
list-style-image: url('images/etc/geraet.gif');
}

.fzg_beladung li {
line-height:1.2em;
}
.fzg_beladung_popup {
margin:0 0 0 1.2em;
padding:0 0 0 0.5em;
line-height:1.2em;
list-style-image: url('images/etc/geraet.gif');
}

.geraet {
background: url('images/etc/geraet.gif') left no-repeat;
padding-left: 14px;
white-space:nowrap;
}

* html .geraet {
display: inline;
height: 1%;
}

.geraete .geraet {
background: none;
padding-left: 0px;
}

/********************** Startseite ***********************/

table#startseite {
border:0px;
margin:0px auto;
background: #fff;
/* border: 1px dotted #ccc; */
}

table#startseite td.links {
vertical-align:top;
padding-right:4px;
}

table#startseite td.rechts {
border-left: 1px dotted #ccc;
padding-left:6px;
vertical-align:top;
width:16.5em;
}

/*** Allgemeines ***/

#startseite h4 {
background: #ccf;
text-align:center;
border:0;
margin:0;
margin-bottom:4px;
clear:both;
font-size:1.2em;
color:#333;
}

#startseite #wetter h4,
#startseite #besucher h4 {
margin-bottom:4px;
}

#startseite #news {
text-align:center;
margin-bottom:5px;
}

#startseite #einsaetze,
#startseite #infobox,
#startseite .infobox,
#startseite #suche {
border-top: 1px dotted #aaa;
padding-top: 9px;
padding-bottom: 9px;
clear:both;
}

#startseite #termine,
#startseite #updates,
#startseite #wetter,
#startseite #besucher,
#startseite #kontakt {
padding-top: 9px;
}

#startseite #suche {
padding:0;
border:0;
}

#startseite #infobox ,
#startseite .infobox {
margin-top: 9px;
padding-bottom:0;
}

#startseite .infobox {
text-align: left;
font-size:0.8em;
}

#startseite #wetter table {
margin:auto;
}

* html #startseite #wetter { 
text-align:center;
}

#startseite #wetter table {
width:100%;
}

#startseite #suche,
#startseite #updates {
text-align:center;
}

#startseite #updates {
line-height:1.7em;
padding-top: 2px;
padding-bottom:5px;
}

#banner {
border-top:3px solid #666;
border-bottom:3px solid #666;
margin-bottom:1.2em;
margin-top:0.6em;
}

/*** News ***/
#news .news_element {
padding: 0;
margin: 0 0 10px 0;
-moz-box-shadow: #ddd 0px 0px 3px 2px;
-webkit-box-shadow: #ddd 0px 0px 3px 2px;
box-shadow: #ddd 0px 0px 3px 2px;
}
#news .news_element img {
border: 0px;
}
#news .news_element .news_titel {
background: #ddd; /* #f60 */;
padding: 2px;
margin: 0;
font-size:1.1em;
border-bottom: 1px solid #e00;
/* border: 3px solid #f90; */
}
#news .news_element .news_symbol {
text-align:left;
width: 2em;
float: left;
}
#news .news_element .news_ueberschrift {
font-weight:bold;
float: left;
}
#news .news_element .news_datum {
color:#666;
text-align:right;
font-size:0.9em;
}
#news .news_element .news_text {
text-align:justify;
padding: 3px 3px;
margin:0;
background: #f4f4f4;
border: 0px #ccc solid;
min-height:100px;
}
#news .news_element .news_bild {
float: right;
padding: 0;
height:100px;
-moz-box-shadow: #bbb -1px 1px 3px;
-webkit-box-shadow: #bbb -1px 1px 3px;
box-shadow: #bbb -1px 1px 3px;
margin: 2px 2px 2px 6px;
}
#news .news_archivlink {
text-align:right;
}
#news .news_archivlink a {
color: #999;
font-size:0.9em;
}
.news_element_nurtitel {
font-weight: bold;
border-bottom:1px solid #eee;
margin-bottom:4px;
}
.news_datum_nurtitel {
float:left;
width:5em;
font-weight:normal;
}

/*** Besucher ***/
#startseite #besucher .besucher_anzahl {
font-weight: bold;
width:4.5em;
float:left;
text-align:right;
padding-right:0.2em;
margin-right:0.2em;
clear:both;
}

#startseite #besucher .besucher_anzahl,
#startseite #besucher .besucher_text {
margin-bottom:2px;
font-size:0.9em;
}

/*** Eins?tze ***/
#startseite #einsaetze .text {
background: #fff;
padding: 1px 6px;
}

#startseite #einsaetze #eff, #einsaetze #efr {
width:48%;
border:0px solid #ccc;
text-align:center;
padding: 4px 4px;
margin-top: 0px;
margin-bottom: 4px;
}

#startseite #einsaetze #eff img.efzg, #einsaetze #efr img.efzg {
margin:5px auto 6px auto; 
height:75px;
display:block;
}

#startseite #einsaetze #eff {
float:left;
}

#startseite #einsaetze #efr {
border-left:2px solid #ddd;
float:left;
}

#startseite #einsaetze .etitel {
font-weight:bold;
color:#666;
}

#startseite #einsaetze .eletzter {
margin-bottom:0.7em;
}

#startseite #einsaetze .eanzahl {
font-size:0.9em;
line-height:1.4em;
}

/*** Kontakt ***/
#startseite #kontakt div {
color:#666;
font-size:0.9em;
margin-bottom:3px;
}

/*** Terminliste ***/
#startseite #termine .termin_listenelement {
margin-top:4px;
font-size:0.9em;
text-align:left;
}
#startseite #termine .termin_listenelement table {
margin:5px 5px 0 0;
}
#startseite #termine .termin_listenelement .zeit,
#startseite #termine #legende {
padding: 1px 4px 1px 4px;
background: #f8f8f8;
}
#startseite #termine .termin_listenelement .zeit {
font-weight: bold;
}
#startseite #termine #legende {
text-align:left;
}
#startseite #termine .termin_listenelement .zeit .uhr {
font-weight: normal;
font-size:0.9em;
margin-left:3em;
}
#startseite #termine .termin_listenelement .name {
padding: 2px 4px 5px 4px;
text-align:center;
word-wrap:break-word; /* IE-only */
}
#startseite #termine a.jetzt {
color:red;
font-weight:bold;
}
#startseite #termine a.bald {
color:red;
}
#startseite #termine a.intern {
color:#888;
}
#startseite #termine .zeit {
border:0;
background:0;
background: #f9f9f9;
border-top:1px solid #ddd;
}
#startseite #termine .name {
background: #f9f9f9;
border-bottom:1px solid #ddd;
}
#startseite #termine #legende td {
font-size:0.8em;
text-decoration:none;
margin:0;
padding:0;
}
#startseite .termine_legende {
clear:both;
margin: 3px auto 0 auto;
font-size:0.8em;
}
#startseite .termine_legende .termin_legende_elem {
float:left;
width:6.7em;
}
#startseite .termine_legende a {
color:#666;
}

#update_liste {
margin-top:0.5em;
margin-bottom:0.5em;
font-size:0.8em;
text-align:left;
line-height:1.2em;
}

/*** Personaltermine ***/
.persterm_info {
background:#ffc;
padding: 5px 10px 1px 10px;
border:2px solid #f97;
margin-bottom:6px;
}

.persterm_info ul    { margin:0; padding:0; list-style-type:none; }
.persterm_info ul li { font-size:0.8em; float:left; width:12em; }
.persterm_info p { font-size:0.8em;clear:both; }
a.persterm_info_edit { float:right; color:#f91; text-decoration: underline; padding-left:23px;background: url(images/etc/edit.gif) left no-repeat;}
.persterm_info_titel { font-weight: bold; }
.persterm_info_datum { clear:both; font-size:1.1em; padding: 9px 0;line-height:1.5em;}
.persterm_info_datum div { font-style:italic; font-size:0.9em;}
.persterm_datum { width:5em; text-align:center; }
.persterm_bem   { width:18em; }
table.input_persterm td input { width:95%; font-size: 0.8em}
table.input_persterm td, table.input_persterm th { white-space:nowrap; }
.ptjetzt { color: #f70; }
.ptspaet { color: #e00; }
.ptok { color: #0c0; }

.link_extern {
padding-right:17px;
background: url(images/etc/link_extern.gif) right no-repeat;
}

/*** Quiz ***/
.quiz {
border:1px solid #bbf;
background:white;
margin: 5px 0px 8px 0px;
padding: 0px;
}
.quiz .quiz_frage {
background:#bbf;
padding: 1px 4px;
color:#333;
font-weight:bold;
}
.quiz .quiz_antwort {
padding: 3px 2px 1px 2px;
}
.quiz div:hover.quiz_antwort {
background: #ddd;
}
.quiz .quiz_auswerten {
font-size:0.9em;
margin:3px;
}
.quiz .quiz_ergebnis {
padding:1px 5px;
border-top:1px dotted #bbf;
display:none;
}
.quiz_ergebnis_gesamt {
border-bottom:1px solid #bbf;
margin: 5px 0px 15px 0px;
}
.quiz .quiz_antwort_text {
font-size:0.8em;
display:none;
margin-left:27px;
font-style:italic;
color:#444;
}
.quiz img {
padding:3px;
}

/*** Inhaltsverzeichnis ***/
ul.sitemap {
list-style-type:none;
font-size:1.15em;
font-weight:bold;
}
ul.sitemap li {
border-top: 1px solid #ccc;
margin-bottom:0.1em;
padding-top:0.4em;
}
ul.sitemap ul {
border-bottom: 0;
font-size:0.9em;
font-weight:normal;
list-style-type:square;
}
ul.sitemap ul li {
border:0;
padding-top:0;
}
ul.sitemap ul ul {
list-style-type:circle;
}
ul.sitemap .sitemap_beschreibung {
font-size:0.75em;color:#999;font-weight:normal
}

.newsintern {
}
.newsintern_neu, .newsintern_neu a {
font-weight:bold;
color: #b11;
}

/**************************************************************************************/
/*** Neues Design                                                                   ***/
/**************************************************************************************/

body {
background: #f1e9e9;
background: #f8efed url('/images/hintergrund.png') repeat-x;
}

table.haupt {
width: 980px;
border: 1px #999 solid;
margin: 10px auto 0px auto;
box-shadow: #999 0 0 8px;
-moz-box-shadow: #999 0 0 8px;
-webkit-box-shadow: #999 0 0 8px;
height: 95%;
}

#hauptteil, #fuss {
background: #fff url('/images/back.gif');
}

#hauptteil {
text-align:center;
padding-bottom: 10px;
margin:0;
}

* html #hauptteil {
height: 105%;
}

#hauptteil  table {
text-align:left;
}

#hauptteil  table th {
text-align:center;
}

li {
text-align:left;
}

table#einsatzbericht {
text-align:left;
border-spacing: 1px;
border-collapse: separate; 
}


#startseite #termine .termin_listenelement .name {
padding:1px;
}

#startseite #besucher .besucher_anzahl, #startseite #besucher .besucher_text {
margin-bottom:0;
}

h4 {
border-left:1px solid #AA6666;
margin-bottom: 8px;
margin-top: 18px;
-moz-box-shadow: #aa6666 -1px 1px 5px;
-webkit-box-shadow: #aa6666 -1px 1px 5px;
box-shadow: #aa6666 -1px 1px 5px;
}

h5, .box h5 {
background: #ddddfe;
border-bottom: 1px solid #ccccff;
border-left: 1px solid #ccccff;
padding: 0 4px;
-moz-box-shadow: #ccccff -1px 1px 5px;
-webkit-box-shadow: #ccccff -1px 1px 5px;
box-shadow: #ccccff -1px 1px 5px;
clear: both;
}

#startseite h4 {
-moz-box-shadow: #999 -1px 1px 5px;
-webkit-box-shadow: #999 -1px 1px 5px;
box-shadow: #999 -1px 1px 5px;
}

#einsatzbericht h4, .box h4, .bildrahmen h4, .einsatz h4, #gmap_marker h4, #gmaps h4, .info h4, .info1 h4, .info2 h4, .info3 h4 {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-bottom:1px solid #AAAAAA;
}


.info h4, .info1 h4, .info2 h4, .info3 h4 , #gmap_marker h4, #gmaps h4 {
border: none;
}

#einsatzbericht h5, .einsatz h5, .box h5 {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-bottom:1px dotted #AAAAAA;
background: transparent;
padding-left: 0;
}

.profil h5 {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#titel h2 {
/* text-shadow:1px -1px 1px #ffc9c9; */
}

#titel {
-moz-box-shadow: inset #e8d8d8 0px 0px 6px;
-webkit-box-shadow: inset #e8d8d8 0px 0px 6px;
box-shadow: inset #e8d8d8 0px 0px 6px;
border-bottom: 1px solid #e8e8e8;
}

.sitemap_titel, .news_intern_titel {
-moz-box-shadow: #999 -1px 1px 4px;
-webkit-box-shadow: #999 -1px 1px 4px;
box-shadow: #999 -1px 1px 4px;
margin-bottom: 6px;
}

.info {
border: 1px solid #dddddd;
}

.info1 {
border: 1px solid #bbddbb;
}

.info2 {
border: 1px solid #dddd99;
}

.info3 {
border: 1px solid #ff0000;
}

#fuss {
width: 980px;
margin: 0 auto 50px auto;
border: 0;
background: 0;
}

.fuss_copyright {
float: left;
margin: 4px 0 0 10px;
}

.fusszeile {
float: right;
margin: 4px 10px 0 0;
}


.fuss_copyright, .fusszeile {
background: 0;
color: #999;
border: none;
}

.fuss_copyright a.mail, .fuss_copyright a {
color: #99b;
}

.text {
line-height: 1.35em;
}

.bericht .box {
background: none;
border: none;
}

.bericht .text {
padding: 0 0 10px 0;
}

fieldset {
border: 1px solid #ccf;
background: #eef;
-moz-box-shadow: #ddf 0px 0px 3px 2px;
-webkit-box-shadow: #ddf 0px 0px 3px 2px;
box-shadow: #ddf 0px 0px 3px 2px;
margin: 15px 0 15px 0;
}

.infotable td {
border-bottom:1px solid #bbbbdd;
border-top:1px solid #bbbbdd;
background: #f8f5ff;
}

.infotable .itd {
background: #E1E0Ef;
}

.bericht .galerie {
border-bottom:1px dotted #AAAAAA;
}

.bildrahmen img.bild {
margin: 0;
}

#hauptteil_text {
padding: 5px 10px 5px 10px;
}


ul#mainmenu {
padding: 0 0px 0 0px;
margin:  0 5px 0 5px;
background: red;
border-bottom:1px solid #dd0000;
}

ul#mainmenu ul.level1 {
padding:0;
margin:0 0 5px 7px;
}

ul#mainmenu li.level0 {
border-top:1px solid #dd0000;
padding: 4px 0 4px 2px;
position:relative;
}

ul#mainmenu li.open {
border:1px solid #dd0000;
border-bottom:none;
background: #ed0000;
}

ul#mainmenu li.open a{
color: #222;
}

ul#mainmenu ul.level1 {
background: #f30000;
margin: 0;
padding: 3px 0 5px 6px;
position: relative;
top: 4px;
left: -1px;
}

ul#mainmenu li.level1, ul#mainmenu ul.level1 li  {
border:none;
background: none;
}


ul#mainmenu {
margin-bottom: 20px;
}

ul#mainmenu li a:hover, ul#mainmenu li a.aktiv {
color:#FFFF00;
}

.menu_edit {
margin:5px;
}

.bericht .text {
padding:0 4px 10px;
}

#startseite .rechts {
line-height: 1.25em;
}

#tabelle_intern {
border: none !important;
}


#tabelle_intern_links {
background: none !important;
border-right: none !important;
}

#tabelle_intern_rechts {
background: #f7f7f7 !important;
border: 1px solid #ededed;
}

img.kasten_kontakt_bild {
height:115px;
/* width:80px; */
}

.kasten_kontakt {
float:left;
height:9em;
margin:0.6em;
width:380px;
}

table.form th {
border: 1px solid #bbbbff;
background: #eef;
}

table.form td {
background: #f2f2ff;
border: 1px solid #e2e2ff;
}

table.form .spacer {
border: none;
background: transparent;
}

.textbild {
margin-bottom: 9px;
}

.profil {
border: 1px solid #f0f0f0;
padding: 5px 0 5px 0;
background: #fcfcfc;
}

.profil h5, .profil h3 {
margin: 0 5px 0 5px;
}

.profil h6 {
margin: 10px;
}

.profil h3, .profil h4, .profil h5 {
border: 1px solid #ddd;
background: #f0f0f0;
}

.profil .datatable {
padding: 5px;
margin: 5px 10px 5px 10px;
border-collapse:collapse;
}

.profil img.foto {
margin: 5px 5px 10px 8px;
padding: 1px;
border: 1px solid #777;
}

.profil_page .profil h3 {
display: none;
}

.bildtext {
border-top: 1px solid #e0e0e0;
}

/**************************************************************************************/
/*** Druckansicht                                                                   ***/
/**************************************************************************************/

@media print {

	html {
	width:100%; 
	height:100%;
	}

	body {
	width:100%;
	background: transparent;
	}

	#titel_menu {
	display:none;
	}

	tr#haupt_banner {
	display:none;
	}

	#haupt_links {
	display:none;
	}

	table.haupt, table.haupt_banner_inhalt, td#haupt_links table {
	height:0;
	}

	td.hauptteil {
	padding:10px 0 0 0 ;
	}

	h1 {
	display:inline;
	}

	h2,h3 {
	text-align:left;
	padding-left:0;
	margin-top:10px;
	background:transparent;
	}

	#fuss .fuss_copyright {
	border:0;
	background: transparent;
	}

	.navi {
	display:none;
	}

	.awtab  {
	/* border: 1px solid black; */
	background-color:black;
	}

	table.small {
	empty-cells:show;
	border-collapse:collapse;
	background:transparent;
	}
	table.small tr,table.small td, table.small th {
	background:transparent;
	}
	table.small td, table.small th {
	border:1px solid black;
	}

	fieldset {
	display:none;
	}

	table.haupt, table.haupt_banner_inhalt, #tr.inhalt, td.hauptteil {
	width:100%;
	}

	.printonly {
	display:block;
	}
	.noprint {
	display:none;
	}

	abbr {
	border-bottom:0;
	}

	abbr img.abbr_i {
	display:none;
	}

	#navi_top {
	padding-left:0;
	margin-bottom:5px;
	background:transparent;
	}

	#navi_top_tree:before {
	content: "Navigation: ";
	}

	#navi_top_links {
	display:none;
	}

	table.haupt {
	border: none;
	}
	
	table.haupt, h3, h4, h5, #titel, .news_element, fieldset, #startseite h4  {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
	.fuss_copyright, .fusszeile {
	float: none;
	text-align:center;
	}
}

.dkms h4 {
-moz-box-shadow:0 0 5px 0 #FF8888;
-webkit-box-shadow:0 0 5px 0 #FF8888;
box-shadow:0 0 5px 0 #FF8888;
background: #FF5533;
border:1px solid #FF5555;
color:white;
}

fieldset hr {
border: 0; 
border-bottom: 1px dotted #bbf;
clear: both; 
}

.einsatz_navi  ul {
list-style-type:none;
margin: 3px auto;
padding: 0;
float: right;
width:420px;
}

.einsatz_navi  ul li {
float: left;
margin-right: 0 0em;
}

.einsatz_navi  ul li a {
padding-left: 10px;
margin: 0 20px 0 20px;
}

.einsatz_navi  ul li a:hover, .einsatz_navi  ul li a.aktiv {
background: url(images/etc/liste_pfeil.gif) no-repeat left 3px;
}

.einsatz_navi {
font-size:1.1em; 
font-weight: bold;
margin: 0 auto;
width: 35em;
}

.ausruestung_bilder {
text-align:center;
}

span.ausruestung_bilder {
display: block;
text-align:center;
background:#dde;
width: 300px;
margin: 0 auto;
padding: 3px;
border: 2px solid #dde;
}

img.ausruestung_bilder {
border: 5px solid #dde;
margin: 10px auto 0 auto;
}

.fzg_bild {
margin: 10px auto 0 auto;
border: 5px solid #ddddf3;
display: block;
}

a.thickbox {
cursor: url("/images/cursor-zoom.png"), pointer;
} 

#uw {
border: 2px solid red;
padding: 3px 0 0 0;
background:#faf2f2;
margin: 15px 0 15px 0;
}

#uw_text {
border-top: 0px dotted #999;
padding: 0px 3px;
font-size:0.8em;
text-align:center;
}

#uw_text img {
margin:1px;
}

#uw_text2 {
text-align:center;
padding: 4px 2px 2px 2px;
font-size:0.8em;
line-height:1.1em;
color: #888;
}

#uw_text2 a {
color: #888;
text-decoration: underline;
}

#uw_text3 {
padding:2px;
font-size:0.9em;
}

#wb {
border: 1px dotted #3a3;
padding: 0;
background:#fff;
margin: 5px 0;
}

#wb table {
margin: 0 auto;
background: #f0fff0;
}

#wb_index {
border: 0px solid #ddf;
padding: 6px;
background: #f8fff8;
}
#wb_text {
font-size:1.2em;
padding: 5px;
}
#wb_text2,#wb_text3 {
padding:0px;
font-size:0.8em;
text-align:center;
color: #888;
}

#kurznachrichten { margin: 8px 0 0 0; }
#kurznachrichten .news_element { font-size: 0.8em; border-bottom: 1px solid #ccc; background: #fff; padding: 0; margin: 8px 0 0px 0; line-height: 1.2em; color: #000; }
#kurznachrichten .news_element_letztes { border: 0; }
#kurznachrichten .news_element .news_titel {  margin: 2px 0 2px 0; }
#kurznachrichten .news_element .news_symbol { display: none; }
#kurznachrichten .news_element .news_ueberschrift {float:left; width: 170px; text-align: left; padding-bottom: 3px; font-weight: bold; }
#kurznachrichten .news_element .news_datum {float: right; margin-left: 7px; color: #888; }
#kurznachrichten .news_element .news_bild { float:right; height: 40px; padding: 0 0 0 3px;}
#kurznachrichten .news_element .news_text { text-align:left; clear: both; margin: 6px 1px 6px 4px; }
#startseite #besucher .besucher_anzahl, #startseite #besucher  .besucher_text { display: inline; float: none}
#startseite #kontakt a { color: #666; }
#startseite #termine .zeit { border-top:0; }
.etitel { text-decoration: underline; }
.etitel, .eletzter, .eanzahl { font-size: 9pt; }
#eff, #efr { background: #fff; }

#fre { color: #f90; }



.comments .comment, 
.comments_form {
background: #eef;
padding: 5px 5px;
margin: 4px 0px;
}

.comment_header {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
font-style: italic;
border-bottom:1px solid #ccf;
}

.comment_text {
font-style: italic;
}

.comments ul.comment_data {
font-size: 0.8em;
height: 1em;
list-style-type: none;
margin: 10px 0 5px 0;
padding: 0;
border-top:1px solid #ccf;
width:100%;
color:#666;
}

.comments ul.comment_data li {
float: left;
margin: 0 15px 0 0;
padding: 0;
}

a.comment_a_deactivate {
color:green;
}

a.comment_a_activate {
color:red;
}

.comment_form_name, .comment_form_mail {
float: left;
font-size: 12px;
margin: 0 10px 5px 0;
}

.comment_form_name input, .comment_form_mail input {
width: 200px;
}



.comment_form_textarea {
width: 100%;
height: 100px;
font-size: 12px;

}