/* Allgemeine Infos */
body { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#333333; font-size:13px; }
td { font-size:13px; }

/* Hier sind die Bilder definiert */
.top { background-image:url(images/top.jpg); }
.bottom { background-image:url(images/bottom.gif); }
.navbg { background-image:url(images/nav_bg.gif); }
.navsep { background-image:url(images/nav_sep.gif); }

/* Text */
.ttop { font-size: xx-large; font-weight:bold; color: #FFFFFF; background-color:#EC6024; }
.ttitlesmall { font-size: x-small; }
.ttitle { font-size: larger; }
.teintragen { font-size: smaller; }
.tueberschrift { color:#000000; background-color:#DEDBD5; }

/* Link */
a:link { color:#333333;         font-style: normal;           text-decoration: none;         font-weight: bold; }
a:visited { color:#333333;         font-style: normal;           text-decoration: none;         font-weight: bold; }
a:active { color:#333333;         font-style: normal;           text-decoration: none;         font-weight: bold; }
a:hover { color:#333333;         font-style: normal;           text-decoration: underline;         font-weight: bold; }

/* Rand */
.randoben { border-top: thin dashed #333333; }
.randrechts { border-right: thin dashed #333333; }
.randlinks { border-left: thin dashed #333333; }
.randunten { border-bottom: thin dashed #333333; }

/* Login */
.login { height: 17px; font-size: 12px; }
.loginsend { height: 19px; font-size: 14px; color:#333333; }

.text12 { font-size: 12pt; font-family: Helvetica, Arial, sans-serif };
.text11 { font-size: 11pt; font-family: Helvetica, Arial, sans-serif };
.text10 { font-size: 10pt; font-family: Helvetica, Arial, sans-serif };
.text9 { font-size: 9pt; font-family: Helvetica, Arial, sans-serif };
.text8 { font-size: 8pt; font-family: Helvetica, Arial, sans-serif };
.text7 { font-size: 7.5pt; font-family: Helvetica, Arial, sans-serif };
.standard {font-size: 10 pt; font-family: Verdana, arial, helvetica, sans-serif};
.midd {font-size: 9 pt; font-family: Verdana, arial, helvetica, sans-serif};
.small {font-size: 8 pt; font-family: Verdana, arial, helvetica, sans-serif};
a:link, a:visited {
 color: <? echo "$linkcolor";  ?>;
 text-decoration: underline;
}
a:hover, a:active {
 color: <? echo "$linkcoloractive";  ?>;
 text-decoration: underline;
}
