body{
	margin: 0px 0px 0px 0px;
	color: black;
	font-family: verdana, arial;
	font-size: 8pt;
	background-color: black;
}

.backinhalt{
 	height: 600px;
 	width: 800px;
	background-image: url("images/background.png");
	border: none;
}

.backinhalt_2{
 	height: 600px;
 	width: 800px;
	background-image: url("images/background_2.png");
	border: none;
}

.impressum{
	width: 800px;
	color: white;
	font-family: helvetica;
	font-size: 8pt;
}

.tablebg{
	position: relative;
	top: 395px;
	background-color: #ffee80;
	width: 706px;
	height: 155px;
	padding-top: 5px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
}

.tablebg2{
	position: relative;
	top: 5px;
	background-color: #ffee80;
	width: 706px;
	height: 75px;
	padding-top: 5px;
	border-color: white;
	border-width: 2px;
	border-style: solid;
}

.button{
	width: 200px;
	height: 43px;
	color: #ffdd00;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	font-family: helvetica;
	text-decoration: none;
	font-size: 30px;
	background-color: black;
	border-color: white;
	border-width: 7px;
	border-style: solid;
}

.btdeactivated{
	width: 200px;
	height: 43px;
	color: #ffee80;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	font-family: helvetica;
	text-decoration: none;
	font-size: 30px;
	background-color: #333333;
	border-color: #eeeeee;
	border-width: 7px;
	border-style: solid;
}

.button:hover{
	border-color: #4F7486;
	border-width: 7px;
	border-style: solid;
	color: white;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

