body {
    background-color:#000000;
	color:#FFFFFF;  
}
table{
	font-size:9.5pt;
}
div#title{
	position:absolute;
	width: 780px;
	z-index: 1;
	background-image: url(img/background.jpg);
	background-repeat:no-repeat;
	height: 665px;
	top: 0px;
}
div#menu {
	position: absolute;
	width: 780px;
	height: 50px;
	top: 170px;
	overflow: hidden;
	z-index: 2;
}

div#inhalt {
	font-family: Verdana;
    font-size:9.5pt;
    color: #FFFFFF;     
	position: absolute;
	top: 180px;
	width: 780px;
	overflow:hidden;
	z-index: 2;
	color: #FFFFFF;
	margin-top:30px;
}
div#scroll {
	position: absolute;
	bottom: -1px;
}
.row1 {
	font-weight: bold;
}

.row2 {
	font-weight: bold;
}

a {
	color:#0066FF;
	text-decoration:none;
}

.menu {
	color: #0066FF;;
	font-size:14px;
	border:1;
	border-color:#FFFFFF;
}

.title2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 30px;
}
.title {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}

p.captcha_1,
	p.captcha_2,
	p.captcha_notvalid
	{
		margin-left: 30px;
		margin-right: 20px;
		background: transparent;
		color: #FFFFFF;
	}
	p.captcha_2
	{
		font-size: 10px%;
		font-style: italic;
		font-weight: normal;
	}
	p.captcha_notvalid
	{
		font-weight: bold;
		color: #FFAAAA;
	}
	
	.captchapict
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: inset;
		border-width: 4px;
		border-color: #C0C0C0;
	}
	
	#captcha
	{
		margin-left: 30px;
		margin-right: 30px;
	}