@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(Bilder/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 297px;
	height: auto;
	background-color: #FFFFFF;
	margin: 100px auto;
}

#logo {
	background-image: url(Bilder/logo.png);
	height: 85px;
	width: 297px;
	background-repeat: no-repeat;
}

#text {
	text-align: left;
	margin: 25px 15px;
}

#text h1{
	font-size: 15px;
	margin: 0;
	font-weight: normal;
	color: #413f3d;
}

#text h2{
	color: #00638b;
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}

#text a {
	text-decoration: none;
	color: #00638b;
}

#text a:hover {
	color: #000000;
	text-decoration: underline;
}
