/* Schriftart und -groesse */
body,table,tr,td,p,div,span,ul,ol,input,select,option,blockquote
{font-family:Arial, sans-serif; font-size: 9pt;}

/* Hintergrund */
body
{background-color:#ffc;}

/* allgemeine Links */
a:link {color: #006;}
a:visited {color: #006;}
a:active {color: #006;}

/* subnavi Links */
a.subnavi:link {color: #000; text-decoration: none; font-size: 8pt; margin-left: 15px;}
a.subnavi:visited {color: #000; text-decoration: none; font-size: 8pt; margin-left: 15px;}
a.subnavi:active {color: #000; text-decoration: none; font-size: 8pt; margin-left: 15px;}
a.subnavi:hover {color: #006; text-decoration: underline; font-size: 8pt; margin-left: 15px;}

/* Seitenkopf links */
a.toplink:link {color: #000; text-decoration: none; font-weight: bold; font-size: 12pt;}
a.toplink:visited {color: #000; text-decoration: none; font-weight: bold; font-size: 12pt;}
a.toplink:active {color: #000; text-decoration: none; font-weight: bold; font-size: 12pt;}
a.toplink:hover {color: #006; text-decoration: none; font-weight: bold; font-size: 12pt;}

/* Seitenkopf */
.pagetitle {font-size: 12pt; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid;}

/* kleiner Text */
.small {font-size: 8pt;}

/* fetter Text */
.bold {font-weight: bold;}

/* kursiver Text */
.italic {font-style: italic;}

/* Willkommensschriftzug */
.welcome {font-size: 14pt;}

/* Willkommensschriftzug 2 */
.welcome2 {font-size: 12pt; font-style: italic;}

/* Fehlertext */
.error {color: #f00; font-weight: bold;}

/* Links bei den Referenzen */
a.reflink:link
{font-weight: bold; color:#000;}
a.reflink:visited
{font-weight: bold; color:#000;}
a.reflink:hover
{font-weight: bold; color:#009;}
a.reflink:active
{font-weight: bold; color:#000;}

/* Datum bei den Referenzen */
.refdate {font-weight: bold; color: #006;}

/* Layoutelemente */
.layoutHead {background-image:url('../images/layout_neu.gif'); background-repeat:no-repeat;}
.layoutLine {background-image:url('../images/layout_strich.gif'); background-repeat:repeat-y;}

/* Rahmen im Referenzpopup */
.border {border-width:1px; border-style:solid; border-color:#009;}

/* Rahmen um Bilder im Referenzpopup */
.imgBorder {border-color: #000; border-style:solid;  border-width:thin;}

/* Text im Kopf des Referenzpopup */
.refHeaderText {font-size: 11pt; font-weight: bold;}

/* Hintergrund oben im Referenzpopup */
.refTop {background-color:#ff9;}
