body {
	background-color: rgb(255,153,0);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
	
html, a, body, div, p, ul, li, td, span input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

form, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active, a:hover {
	color: #4F4F4F;
	text-decoration: none;
}
a:active, a:hover {	color: rgb(120,120,120); }
	
div.umrandung {
	position: relative;
	width: 988px;
	min-height: 540px;
	margin: 0 auto 0;
	text-align: left;
}	

div.menu {
	position: absolute;
	top: 42px;
	left: 179px;
	width: 630px;
	padding: 2px;
	text-align: center;
	background-color: white;
}

div.logo {
	position: absolute;
	top: 90px;
	left: 255px;
	width: 522px;
	height: 486px;
}

div.rechtliches {
	position: absolute;
	top: 580px;
	right: 10px;
	width: 200px;
	text-align: right;
	color: white;
	font-size: 17px;
	overflow:hidden;
}
div.rechtliches a:link, div.rechtliches a:visited, div.rechtliches a:hover, div.rechtliches a:active {
	font-size: 17px;
	color: white;
}
div.rechtliches a:hover { color: rgb(120,120,120); }

a.menu-line2-0:link, a.menu-line2-0:visited, a.menu-line2-0:hover, a.menu-line2-0:active {
	color: rgb(226,71,40);
	font-size: 17px;
}
a.menu-line2-0:hover { color: rgb(120,120,120); }

@media all {
	a img {
		color: inherit;
		border: 0;
	}
}
