html, body {
  margin: 0;
  padding: 0;
  border: none;
  height: 95%;
  background-color:#FFFFFF;
  font-family:Arial;
  font-size:8.5pt;
  color:#505050;
}

table { font-size:8.5pt; }
a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:hover { text-decoration:underline; color:#000000; }
a:active { text-decoration:underline; color:#000000; outline: none; }
a:focus { text-decoration:underline; color:#000000; outline: none; }
h1 { font-size:8.5pt; font-weight:bolder; display:inline; color:#404040; }

/* Ueberschriften */
.paschbeck { font-size:24pt; font-weight:bolder; }
.pheader { font-size:8.5pt; font-weight:bolder; display:inline; color:#404040; }
/*use master a:type */
.plinktext { font-size:8.5pt; display:inline; color:#404040; }
.plinkheader { font-size:8.5pt; font-weight:bolder; display:inline; color:#404040; }

/* Layout */
.layouttable { width:100%; }
.contenttable { width:100%; }
.menutable { width:100%; }
.langtable { /*not in use*/ }

/* Navigation */
.hpnav { text-decoration:none; color:#505050; }
.hpnav:link { text-decoration:none; color:#505050; }
.hpnav:visited { text-decoration:none; color:#505050; }
.hpnav:hover { text-decoration:none; color:#000000; font-weight:bold; }
.hpnav:active { text-decoration:none; color:#505050; outline: none; }
.hpnav:focus { text-decoration:none; color:#505050; outline: none; }

/* aktuelles Menue */
.currentnav { text-decoration:none; color:#000000; font-weight:bold; }
.currentnav:link { text-decoration:none; color:#000000; font-weight:bold; }
.currentnav:visited { text-decoration:none; color:#000000; font-weight:bold; }
.currentnav:hover { text-decoration:none; color:#000000; font-weight:bold; }
.currentnav:active { text-decoration:none; color:#000000; font-weight:bold; outline: none; }
.currentnav:focus { text-decoration:none; color:#000000; font-weight:bold; outline: none; }

/* Dateiverweis */
.plinkList { text-decoration:underline; color:#000000; }
.plinkList:link { text-decoration:underline; color:#000000; }
.plinkList:visited { text-decoration:underline; color:#000000; }
.plinkList:hover { text-decoration:underline; color:#000000; }
.plinkList:active { text-decoration:underline; color:#000000; outline: none; }
.plinkList:focus { text-decoration:underline; color:#000000; outline: none; }

/* Suche */
.searchresult { color:#FFFFFF; }
.searchheader { background-color:#999999; }
b.searchnav a:link { text-decoration:none; color:#505050; }
b.searchnav a:visited { text-decoration:none; color:#505050; }
b.searchnav a:hover { text-decoration:none; color:#000000; }
b.searchnav a:active { text-decoration:none; color:#505050; outline: none; }
b.searchnav a:focus { text-decoration:none; color:#505050; outline: none; }
.searchfield { background-color:#FFFFFF; color:#505050; height:16px; width:72px; font-size:8.5pt; border:1px solid #999999; }
.searchbutton { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; cursor:pointer; }
.searchbutton:hover { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; font-weight:bold; cursor:pointer; }
.searchbox { width:176px; margin:2px; padding:0px; }
div.searchbox form { display:inline; }

/* login */
.loginheader { font-size:8.5pt; font-weight:bolder; }
.loginfield { background-color:#FFFFFF; color:#505050; height:16px; width:96px; font-size:8.5pt; border:1px solid #999999; }
.loginemail { background-color:#FFFFFF; color:#505050; height:16px; width:112px; font-size:8.5pt; border:1px solid #999999; }
.loginbutton { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; cursor:pointer; }
.loginbutton:hover { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; font-weight:bold; cursor:pointer; }
.loginbox { width:259px; margin:2px; padding:0px; }
div.loginbox form { display:inline; }
.logoutfield { background-color:#FFFFFF; color:#505050; height:16px; width:96px; font-size:8.5pt; border:0px }
.logoutbutton { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; cursor:pointer; }
.logoutbutton:hover { background-color:#FFFFFF; color:#505050; height:16px; width:64px; border:0px; font-size:8.5pt; outline: none; font-weight:bold; cursor:pointer; }

/* RTE */
p.align-justify { text-align:justify; }
p.align-left { text-align:left; }
p.align-right { text-align:right; }
p.align-center { text-align:center; }

/* ErrorDocument */
.errordocument { font-size:10pt; font-weight:bold; color:#ee1c23; }


