html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   color: #333;
}
body { 
   font-family: "Trebuchet MS", georgia, Helvetica, sans-serif;
   font-size: 12px;
   font-variant:normal;
   line-height: 130%;
   margin: 0;
   background-color: #fff;

}
p {
   color: #333;
   line-height: 150%;
   margin-bottom: 1em;
   margin-top: 1em;
   text-transform: none;
   font-weight: none;
   font-weight: normal;
}
ol, ul {
   margin-left: 25px;
}

sub, sup {
   line-height: 10px;
}   

/**Tabelle**/

tbody tr td {
   padding: 5px;
}
table tbody .tabrowheader {   
   background-color: #0465aa;
   font-weight: bold;
}
table tbody .tabrowheader td{
   color: #fff;
}
.tabrowgerade {   
   background-color: #ebebeb;
   border-bottom: 1px solid #333;
}
.tabrowungerade {   
   background-color: #e1dddd;    
   border-bottom: 1px solid #333;
}

tr, th, td {
   vertical-align: top;
}
table {
   margin-bottom: 1em;
   margin-top: 1em;
}

/**Überschriften**/
h1 {
   color: #0065b5;
   line-height: 160%;
   font-size: 160%;
   text-transform: uppercase;
}
h3 {   
   color: #333;
   font-size: 140%;
   font-weight: bold;
   line-height: 150%;
   padding-top: 15px;
}
h5 {
   color: #333;
   font-size: 120%;
   font-weight: bold;
   padding-top: 15px;
}
/**Verlinkungen**/
a,
a:link,
a:visited {
   color: #0065b6;
   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 {   
   text-decoration: underline;
}

/******RECHTSKLICK MENÜ*****/

#elementMenuInhalt table,
#elementMenuInhalt table tbody,
#elementMenuInhalt table tbody tr,
#elementMenuInhalt table tbody tr td {
   margin: 0;
   padding: 0;
}
