html 
{
	height: 100%; 
}

body 
{ 
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #000000;
	text-align: center; 
	margin: 0px;
	height: 100%;
}


hr 
{
	color: #535d55;
	background-color: #535d55;
	padding:0px;
	height: 1px;
	width:50px;
	border:0px;
	float:right;
	margin:0px;
}

.pointer 
{
		cursor: pointer;
}

table
{
	width: 100%;
	height: 100%;
}

td
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
	
form 
{
	margin: 0px;
	padding: 0px;
}

input.regel 
{
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	width: 150px;
}

textarea
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	width: 100%;
}


a:link { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; }
a:visited { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; }
a:hover { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; }
a:active { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; }

