* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, "Sans Serif";
	font-size: 8pt;
	letter-spacing: 1px;
	text-decoration: none;
}

body {
	height: 100%;
	width: 100%;
	background-image: url(../bilder/hintergrund.jpg);
	background-position: 50% 50%;
	background-color: #727272;
}

/****************************************/
/*************** Container **************/
/****************************************/
div#container-webseite {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 306px;
	height: 77px;
	margin-left: -153px;
	margin-top: -37px;
}

div#logo {
	width: 178px;
	height: 50px;
}
