/* Einbinden der Stylesheet-Dateien */
@import url("box.css");
@import url("form.css");
@import url("captcha.css");

/* CSS Document - Allgemeine Einstellungen */
body {
	margin: 0px;
	padding: 0px;
}
body, p, td, ol, ul, div, pre {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8.5pt;
	color:rgb(50%,50%,50%);
}
a:link { text-decoration:underline; font-weight:normal; color:rgb(50%,50%,50%); }
a:visited { text-decoration:underline; font-weight:normal; color:rgb(50%,50%,50%); }
a:hover { text-decoration:underline; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:underline; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:underline; font-weight:bold; background-color:#080; }

li {
	margin-left:52px;
	line-height:20px
}


