#header {

	padding: 10px;
	font-size: 20px;

}

#header button {
	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	
}

#header img {
	
	text-align: center;
	margin-bottom: 10px;
	width: 35%;
	
}

#content {
	
	padding: 20px;
	text-align: center;
	
}

#content button {
	
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	width: 300px;
	cursor: pointer;
	
}

#login button {
	
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	width: 300px;
	margin: 30px;
	
}

#login marquee {
	
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 30px;
	color: red;
	
}

#login input {
	
	text-align: center;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 2px;
	border: 1px solid black;
	margin-bottom: 10px;
	
}

#login table {
	
	width: 50%;
	text-align: center;
	
}

#content button img {
	
	text-align: center;
	margin-bottom: 20px;
	height: 100px;
	
}

#content button:hover img {
	
	opacity: 0.5;
    filter: alpha(opacity=50);
	
}

#content table {

	border: 1px ridge black;
	text-align: center;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 75%;
	
}

#content table td {

	border: 1px ridge black;
	text-align: center;
	padding: 5px;
	
}

#content table th {

	border: 1px ridge black;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: black;
	background-color: ghostwhite;
	
}


#content table button {
	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	width: 100px;
	cursor: pointer;
	
}

button {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: ghostwhite;
	border-style: ridge;
	border-color: black;
	cursor: pointer;

}

button:hover {

	border-color: gray;
	color: gray;

}

#content button.anfragenbutton {

	border: 1px solid black !important;
	padding: 0px !important;
	width: 50% !important;
	font-size: 0.75em !important;
	font-weight: normal !important;
	margin: 0px !important;

}

div.outerdiv {

	width: 100%;
	height: 200%;
	position: relative;
	overflow: scroll;

}

iframe.inneriframe {

	position: absolute;
	top:-200px;
	left:0px;

}