/* ##### RODA 46 ##### */

body, html {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	color: black;
	text-align: center;
}

.Wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;	
}

.Text {
	font-size: 28px;	
	margin-top: 25px;
	margin-bottom: 40px;
}

.SmallText {
	font-size: 22px;	
	margin-left: 180px;
	margin-bottom: 40px;	
}

.Footer {
	width:985px;
	margin-top: 50px;	
}

.Links {
	font-size: 22px;	
	float: left;
}

.Rechts {
	font-size: 22px;	
	float: right;
}

a {
	color: black;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}