@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	font-family: inherit;
}

body {
	font: 12px Arial;
	overflow-y: scroll;
}
	
a {
	color: #000;
}

#wrapper {
	position: relative;
	background-image:url(../gfx/bg_kachel.png);
	background-position: center 103px;
	background-repeat: repeat-x;
}

#header {
	height: 110px;
	width: 900px;
	margin: 0 auto;
}

#header a.logo {
	padding: 48px 0 0 0;
	float: left;
}

#header .navigation {
	padding-top: 6px;
	float: right;
}

#header .navigation a {
	padding: 0 2px;
	text-transform: uppercase;
	font-size: 80%;
	text-decoration: none;
	color: #666666;
}

#header .navigation a:hover {
	text-decoration: underline;	
}

#contentBackground {
	height: 400px;
	background-color: white;
	width: 787px;
	margin: 0 auto;
	margin-top: 85px;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.90;
	opacity:0.9;
	z-index: 100;
}

#contentWrapper {
	position: relative;
	z-index: 200;
	width: 787px;
	margin: 0 auto;
	margin-top: -400px;
	min-height: 400px;
}

#content {
	padding: 35px 40px 20px 20px;
}

.clear {
	clear: both;
}

.headline {
	font-size: 200%;
	padding-bottom: 15px;
}

.highlited {
	background-color: yellow;
}

#bigButtonWrapper {
	background-position: -3px -6px;
	margin-left: 15px;
	width: 160px;
	height: 165px;
	text-align: center;
	padding: 40px 26px 50px 21px;
	padding: 20px 20px 20px 20px;
	font-size: 14pt;
	display: table-cell;
	vertical-align: middle;
	float: left;
}



.right {
	margin-left: 257px;
	padding-top: 40px;
}

/* STEP 1 */
#step1 {
	padding-top: 20px;
}
.right .infotext {
	font-weight: bold;
	padding-bottom: 10px;
}
.right .inputfield,
.right .radiobuttons {
	padding-bottom: 10px;
	position: relative;
}
.right .inputfield input {
	width: 98%;
}
.right .radiobuttons input {
	position: relative;
	top: -5px;
	margin-right: 5px;
}
#radioFriend {
	margin-left: 60px;
}
.right .submitbutton {
	padding-top: 20px;
	text-align: right;
}
.right .submitbutton input {
	border: 0;
	padding: 0;
	background: url(../gfx/btn_weiter.gif) scroll no-repeat;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
	cursor: pointer;
	width: 68px;
	height: 29px;
}

/* STEP 2 */
#step2 {
	padding-top: 0;
}
.buttonSmall {
	width: 75px;
	height: 75px;
}
	
.motiveChoose li {
	display: block;
	width: 112px;
	height: 94px;
	float: left;
	position: relative;
}

.motiveChoose li input {
	position: absolute;
	top: 25px;
}
.motiveChoose li .buttonSmall {
	display: block;
	margin-left: 25px;
	cursor: pointer;
	text-indent: -10000px;
}

/* STEP 3 */
.reminderChoose .radioBlock {
	position: relative;
	width: 50%;
	height: 40px;
	float: left;
}
.reminderChoose input {
	position: relative;
	top: -10px;
}

/* STEP 4 */
#step4 {
	padding-top: 0px;
}
#addressForm .error {
	margin-left: 105px;
	background-color: #ffed00; 
}
.inputBlock {
	padding: 1px 0;
	height: 34px;
}
/* honeypot fields */
.inputMessage,
.inputCheck {
	position: absolute;
	top: -10000px;
	left: 0;
}

.inputBlock label {
	float: left;
	width: 100px;
	display: block;
	height: 30px;
}
.inputBlock input {
	width: 362px;
	float: left;
	margin-top: 5px;
	display: block;
}
*+html .inputBlock input {
	position: relative;
	left: -153px;
}
*html .inputBlock input {
	position: relative;
	width: 359px;
	left: -153px;
}
.inputBlock input.checkbox {
	width: auto;
}
*+html .inputBlock input.checkbox {
	left: 0px;
}
*html .inputBlock input.checkbox {
	left: 0px;
}
.inputBlock input#twitter {
	position: relative;
	top: 5px;
}
.inputBlock .twitterInfo {
	display: block;
	float: left;
	padding-top: 8px;
}
.right .submitbutton input.last {
	background: url(../gfx/btn_senden.gif) scroll no-repeat;
	width: 162px;
}

/* STEP 5 */
.startover {
	text-align: right;
}

#content .errorList ul {
	list-style: none;
}



/* TWITTER */
#twitterList {
	margin-top: 80px;
	padding: 0 40px 0 20px;
}
.twitterBird {
	text-align: center;
	width: 237px;
	float: left;
}
.twitterList {
	margin-left: 257px;
}
.tweet {
	height: 95px;
}
.tweet .buttonSmall {
	float: left;
	text-indent: -10000px;
}

.tweet .tweetText {
	margin-left: 100px;
	padding: 10px 10px 10px 0;
}
.tweet .tweetText p {
	line-height: 140%;
}
.tweet .tweetText .intention {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.tweet .tweetText .date {
	color: #9D9D9D;
}



/* INFO SEITE */
#message p {
	font-weight: bold;
	font-size: 120%;
}

.full p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

.full ol {
	margin-left: 40px;
}

.full li {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}

.full a {
	background-color: #ffed00;
	text-decoration: none;
}

#reminder {
	padding-top: 0;
}
/*
.right #submitCancelReminder input {
	width: 168px;
	background-image: url(../gfx/btn_cancel_reminder.gif);
}
*/

body.finale {
	overflow-x: hidden;
}

#postit {
	position: absolute;
	top: -130px;
	left: 540px;
}

#overlay {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 1500px;
	z-index: 500;
	text-align: center;
}

#overlay .background {
	background-color: white;
	height: 100%;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.70;
	opacity:0.7;
}

#finale {
	height: 200px;
}

#finaleImage {
	width: 100%;
	padding-top: 130px;
	padding-left: 5px;
	z-index: 600;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}