@charset "utf-8";

/* Body */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(Images/start-hintergrund.jpg);
	background-repeat: no-repeat;
}

/* Logo */

#Logo {
	width:920px;
	height:45px;
	z-index:1;
	float: left;
	margin: 40px 0px 0px 83px;
	background-image: url(Images/Logo.jpg);
	background-repeat: no-repeat;
}

