/* Allgemeine Infos */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F8FF;
	color: #333333;
	font-size: 13px;
}
td { 
font-size:13px; 
text-align: left;
background-color:#FFFFFF; 
/*padding: 5px;*/
padding-left: 2px;
padding-right: 0px;

}

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

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