/* Allgemeine Infos */
body { font-family: Arial, Helvetica, sans-serif; background-color:#333333; color:#333333; font-size:13px; }
td { font-size:13px; background-color:#FFFFFF; }

/* 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; }
.ttitlesmall { font-size: x-small; }
.ttitle { font-size: larger; }
.teintragen { font-size: smaller; }
.tueberschrift { color:#FFFFFF; background-color:#486027; }

/* 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; }