/* Eric Meyer's Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Eric Meyer's Reset CSS */

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #b0dff5;
	font-family: Arial,Verdana,sans-serif;
	font-size: .75em;
}

h1, h2, h3 {
	color: #08577c;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 250%;
	line-height: 1.25em;
	margin-bottom: .50em;
}

h2 {
	font-size: 120%;
	line-height: 1.25em;
	margin-bottom: .25em;
}

h4 {
	color: #08577c;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.35em;
	margin-bottom: .25em;
}

h5 {
	color: #08577c;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.35em;
	margin-bottom: .25em;
}

h6 {
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.35em;
	margin-bottom: .25em;
}

p {
	color: #08577c;
	font-size: 100%;
	line-height: 1.35em;
	margin-bottom: .25em;
}

a:link, a:visited, a:hover, a:active, a:focus {
	color: #08577c;
	text-decoration: none;
}

a.arrowLink {
	background: transparent url(../img/layout/right-arrow.gif) no-repeat 0 50%;
	padding-left: 10px;
	font-size: 120%;
	font-weight: bold;
	line-height: 3em;
}

hr {
	clear: both;
	height: 1px;
	color: #e98f00;
	background-color: #e98f00;
	border: 0px none;
}

sup {
	font-size: 50%;
	vertical-align: top;
}

#wrapper {
	width: 980px;
}

#header {
	position: relative;
	float: left;
	width: 799px;
	height: 190px;
	border-right: 1px solid #fff;
}

#logo {
	position: absolute;
	left: 0px;
	background: transparent url(../img/layout/logo.gif) no-repeat 0 0;
	height: 184px;
	width: 384px;
	z-index: 0;
}

#logo a {
	display: block;
	height: 100px;
	width: 200px;
}

#logo a span {
	position: absolute;
	left: -9999px;
}

#nav {
	font-size: 175%;
	position: relative;
	margin-top: 50px;
	z-index: 1;
}

#navFirstLine {
	margin-left: 300px;
	clear: left;
}

#navSecondLine {
	margin-left: 250px;
	clear: left;
}

#navThirdLine {
	margin-left: 200px;
	clear: left;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #nav a:focus {
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav .current a {
	background-color: #08577c;
}

#nav li {
	float: left;
	margin-left: .25em;
	margin-bottom: .25em;
}

#nav li a {
	display: block;
	text-transform: uppercase;
}

#content {
	float: left;
	margin-left: 33px;
	padding-right: 20px;
	width: 746px;
	border-right: 1px solid #fff;
}

#prizesList {
	font-size: 112%;
}

#prizesList li {
	background-color: #d8effa;
	margin-bottom: .5em;
}

#prizesList span {
	display: block;
	float: left;
	width: 100px;
}

#countdownCol {
	width: 160px;
	margin-left: -1px;
	padding-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #fff;
	float: right;
}

#countdownCol h3 {
	font-size: 150%;
	text-transform: uppercase;
}

.h3addon {
font-weight:lighter; 
font-stretch:narrower;
}

#countdownCol li {
	font-size: 150%;
	color: #fff;
	text-transform: uppercase;
}

#countdownCol li span {
	padding: 0 10px;
	display: block;
	margin-left: -10px;
	font-size: 450%;
	line-height: .9em;
	height: .9em;
	background-color: #d8effa;
}



/* jQuery Slider */

#slider {
	clear: both;
	width: 600px;
	margin: 15px 60px;
}

#stepHeader div {
	float: left;
	text-align: left;
	padding: 5px 5px 2px 5px;
	width: 110px;
	height: 50px;
	color: #FFFFFF;
}

#stepHeader .current {
	background-color: #fff;
	color: #08577c;
	font-weight: bold;
}

#step1header {
	background-color: #8ec4dd;
}

#step2header {
	background-color: #7db6d0;
}

#step3header {
	background-color: #6da9c5;
}

#step4header {
	background-color: #5c9bb8;
}

#step5header {
	background-color: #4b8dac;
}

#step6header {
	background-color: #3a80a0;
}

#headerMarker {
	float: left;
	height: 11px;
	width: 720px;
	background-color: #fff;
}

.step {
	width: 720px;
	clear: left;
	float: left;
	margin-top: 1.5em;
}

.step h2 {
	color: #08577c;
}


/* Gewinnen Seite */

.wettbewerbinput {
position:fixed;
	right: 600px;
	width: 280px;
	height: 8px;
margin-bottom: 7px;

}



/* Formular */
.highlightField {
	background-color: #ffbbbb;
	padding: .25em 0;
}

.errorMessage {
	border: 2px solid #cc0000;
	background-color: #ffbbbb;
	padding: 10px; 
}

fieldset {
	margin-bottom: .5em;
}

fieldset div {
	width: 300px;
	clear: left;
	margin-bottom: .25em;
	line-height: 2em;
}

#userInfo label {
	display: block;
	float: left;
	width: 85px;
	height: 2em;
	padding-left: 5px;
}

.longInput {
	width: 200px;
}

.submitButton {
	width: 206px;
	margin-left: 90px;
	background-color: #08577c;
	color: #fff;
	border: none;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
}

.sprachlink {
	margin-top: 12px;
	margin-left: 655px;
}

.sprachlink-de {
	margin-top: 12px;
	margin-left: 712px;
}

.copy1 {
	font-family: Arial,Verdana,sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
}



