body {
   font-family: "Trebuchet MS", Helvetica, Arial, "sans-serif";
   font-size: 0.8em;
   font-variant:normal;
   line-height: 1.3;
   margin: 0;
   padding: 0;
   color: #333;
   background-color: #fff;
   
   background-image: url("");
   background-repeat: repeat;
   background-position: center;
   background-attachment: fixed;
}
p {
   margin: 0 0 1em;
   padding: 0;
}
/** Aufzählung **/

ul, ol {
   margin: 0 0 1em;
   padding: 0 0 0 10px;
}
li {
   margin: 0 0 10px 5px;
   padding: 0;
}
ol {
   padding: 0 0 0 30px;
}
#content ul,
#content ol {overflow: hidden}

sub, sup {
   font-size: 72%;
}

/** Tabelle **/

table {
   margin: 0 0 1em;
   padding: 0;
}
tr {}
td {
   padding: 2px;
}
tbody {}
.tabrowheader {
   color: #fff;
   background-color: #333;
}
.tabrowgerade {
   color: #333;
   background-color: #fff;
}
.tabrowungerade {
   color: #333;
   background-color: #dbdbdb;
}


/** Überschriften **/

h1,h2 {
   font-size: 160%;
   color: #333;
   margin: 0 0 1em;
   padding: 0;
   font-weight: normal;
   text-transform: none;
}
h3,h4 {
   font-size: 140%;
   color: #333;
   margin: 1.5em 0 0.5em;
   padding: 0;
   font-weight: bold;
}
h5,h6 {
   font-size: 100%;
   color: #333;
   margin: 1.5em 0 0.5em;
   padding: 0;
   font-weight: bold;
}

.clearLeft {
   clear: both;
}

/**Verlinkungen**/
a,
a:link,
a:visited {
   color: blue;
   text-decoration: none;
}
a:focus, 
a:hover,
a:active,
a.selected,
a.selected:link,
a.selected:visited,
a.selected:focus,
a.selected:hover,
a.selected:active {
   color: blue;
   text-decoration: underline;
}

/** Für Printseite ausblenden **/

#printcontainer {
   display: none;
}

/******RECHTSKLICK MENÜ*****/
   
#elementMenu tr,
#elementMenu td,
#elementMenu table {
   margin: 0 !important;
   padding: 0 !important;
   border: 0 none !important;
}

/*** VERWALTUNG ***/

#verwaltung li {
   margin: 0;
}

/*** Seite drucken / Seitenanfang ***/

#footer #pagerouter {
   position: relative;
}
#goup {
   position: relative;
   float: left;
}
#printpage {
   position: relative;
   float: left;
}

#goup a,
#goup a:link,
#goup a:visited,
#printpage a,
#printpage a:link,
#printpage a:visited{
   color: blue;
   padding: 0;
   margin: 0;
   background-image: url("");
   background-repeat: no-repeat;
   background-position: 0 0;
}
#goup a:focus,
#goup a:hover,
#goup a:active,
#printpage a:focus,
#printpage a:hover,
#printpage a:active{
   color: blue;
}

#content input#fdOrt {
   width: 240px;
}
#content input#fdFax, input#fdTelefon {
   width: 148px;
}