/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	background-image: url(picts/hg.gif);
	background-repeat: repeat;
}
a {
	color: #FF0000;
  text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Layout */
.rand_oben {
	background-image: url(picts/rand_o.png);
	background-repeat: repeat-x;
}
.rand_unten {
	background-image: url(picts/rand_u.png);
	background-repeat: repeat-x;
}
.rand_links {
	background-image: url(picts/rand_l.png);
	background-repeat: repeat-y;
}
.rand_rechts {
	background-image: url(picts/rand_r.png);
	background-repeat: repeat-y;
}
.hg_content {
	background-image: url(picts/hg_content.png);
	background-repeat: repeat;
}
.titelkasten_hg {
	background-image: url(picts/titelkasten_hg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.titel {
	font-size: 16px;
}
.titel_fett {
	font-size: 16px;
	font-weight: bold;	
}
.titel_rot {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.text2 {
	color: #333333;
}
.text3 {
	color: #666666;
}
.text_rot {
	font-weight: bold;
	color: #FF0000;
}
.footer {
	color: #FF0000;
}
.eingabefeld{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	color: #FFFFFF;
}
.adresse_grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.link {
	color: #333333;
  text-decoration: none;
}
.link:hover {
	color: #000000;
	text-decoration: underline;
}
.schwarz {
	color: #000000;
	font-weight: bold;
}
.memoboard {
	width: 556px;
	border: 1px solid #666666;
	padding: 10px;
}
.schritte {
	color: #666666;
	text-decoration: none;
}
.ErrorText {
	font-size: 24px;
	font-weight: bold;
}
