/* @override http://www.besser-als-zutaten.de/style.css */

/* @override http://localhost:8888/zutaten-besserals/style.css */

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868889;
	width: 100%;
	background: #437ad7;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #4b4b4b;
}

h3 {
	color: #4b4b4b;
	font-size: 12px;
}

a.textlink:link, a.textlink:active, a.textlink:visited {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
a.textlink:hover {
	text-decoration: underline;
}


#wand {
	position: absolute;
	width: 100%;
	height: 100%;
}
#wrapper {
	position: absolute;
	float: left;
	height: 420px;
	width: 610px;
	left: 50%;
	margin-left: -305px;
	top: 50%;
	margin-top: -255px;
}
