body
{
	font-family: arial;
	margin: 0px;
	padding: 0px;
	background: white;
	color: #4d4d4d;
	font-size: 14px;
}

.bluebar
{
	width: 100%;
	height: 5px;
	background-color: #004d91;
}

.head_bar
{
	width: 100%;
	height: auto;
	overflow-y: auto;
	margin-bottom: 30px;
	padding-top: 25px;
}

.ueberschrift
{
	width: 100%;
	height: 75px;
	background-image: url('https://p508419.mittwaldserver.info/template/Resources/Public/Images/shape-bright-gray-pale-klein.jpg');
	background-size: 100% auto;
}

.cont_element
{
	width: 1000px;
	height: auto;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

input[type="submit"].submitbtn
{
	width: 50%;
	height: 45px;
	border: 0px;
	color: white;
	font-weight: 900;
	background:#004d91;
}

.newfooter
{
	background: #99cc33;
	color: white;
	width: 100%;
	height: auto;
	overflow-y: auto;
	min-height: 100px;
}