@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);
/* Wichtelweek System Zwo */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Loved by the King", Arial, sans-serif;
	font-size: 120%;
	color: #bd0518;
	line-height: 1.3em;
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) 0 0 repeat;
}

p {
	margin: 0 0 10px 0;
}
div.clear {
	clear: both;
}
h1 {
	line-height: 1.2em;
	margin: 0 0 20px 0;
}

div.page {
	width: 1000px;
	margin: auto;
	height: 100%;
	background: #fff;
	position: relative;
}

div.logo {
	height: 200px;
	width: auto;
	background: url(../images/wichtel_week.png) 50px 50px no-repeat, url(../images/zacken.png) 0 bottom repeat-x;
	position: relative;
}
div.logo a {
	display: block;
	position: absolute;
	color: #BD0518;
	text-decoration: none;
	font-size: 130%;
	right:15px;
	bottom: 15px;
}
div.system_zwo {
	position:absolute;
	left: 600px;
	top: 111px;
	width: 172px;
	height: 178px;
	background: url(../images/system_zwo.png) 0 0 no-repeat;
}
#feedback {
	margin: 5px 0 0 0;
}


img.left {
	margin: 0 0 0 200px;
}
div.main {
	background: #c9d5d0 url(../images/zacken_unten.png) 0 bottom repeat-x;
	min-height: 100px;
	padding: 50px 0 50px 0;
}
div.code {
	width: 239px;
	height: 239px;
	padding: 15px;
}
div.code p.code {
	font-size: 180%;
	line-height: 1.2em;
}
div.codewrap {
	width: 268px;
	height: 268px;
	background: #fff;
	padding: 44px 15px 15px 14px;
	margin: 0 0 0 200px;
	background: #fff url(../images/rahmen.png) 0 0 no-repeat;
}
div.codewrap.kontakt {
	float: left;
	margin: 0 50px 0 50px;
	background: url(../images/rahmen.png) 0 0 no-repeat;
}
div.codewrap.kontakt div.code {
	padding: 0;
	width: 270px;
	height: 270px;
}
form input[type=text] {
	border: 1px dotted #bd0518;
	height: 30px;
	width: 200px;
}
form input[type=submit] {
	background: #a30518;
	cursor: pointer;
	width: 100px;
	display: block;
	vertical-align: center;
	margin: 15px 0 0 0;
}
#versandadresse {
	background: #a30518;
	cursor: pointer;
	width: 200px;
	height: 35px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 6px 0 0 0;
	font-size: 120%;
}
form.contact label {
	display: block;
	margin: -2px 0 0 0;
}

div.balls {
	width: 800px;
	margin: auto;
}
div.balls a {
	margin: 0 0 0 0;
	display: inline-block;
}
div.textblock {
	float: left;
	width: 300px;
	margin: 50px 0 0 0;
}
div.textblock.danke {
	margin: 0 0 0 50px;
}
div.textblock p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
div.prizepic {
	float: left;
	margin: 0 50px 0 50px;
}
form input[type=submit] {
	color: #fff;
	font-size: 120%;
	font-family: "Loved by the King", Arial, sans-serif;
}
form.versand input[type=submit] {
	width: 150px;
	background: #a30518;
}
form.submit, form.contact {
	float: left;
}
form.contact {
	margin: 50px 0 0 0;
	width: 400px;
}
form.contact input[type=text] {
	display: block;
	margin: 15px 0 0 5px;
	width: 300px;
}
form.contact input[type=submit] {
	margin: 15px 0 0 5px;
	width: 200px;
}
form.contact label {
	margin: 0 0 0 5px;
}