

/* @group Reset */

/* @group Reset Fonts */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* @end */

/* @group Rest Elements */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}
/* @end */

/* @end */


/* @group Useful Classes */
/* --------------------------------------------------------------
   Usful Classes
-------------------------------------------------------------- */
a 		{ outline: none; }
a img 	{ border: 0; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.float-left { float: left; display: inline; }
.float-right { float:  right; display: inline; }
.block { display: block; }
.space-vertical { padding: 20px 0; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
strong { font-weight: bold; }

/* @end */





/* @group Areas */

body, html {
	padding: 0;
    margin: 0;
	height: 100%;
	width: 100%;
	color: #000;
	
	text-align: center;
}

* html body {
	background: #fff url(../img/schatten.jpg) repeat-y 50%;
}

#container {
    width: 960px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	
	min-height: 100%;
}



#content {
	width: 960px;
	}


#text {
	width: 510px;
	padding: 40px;
	float: left;
}

* html #text {
	width: 590px;
}

#sidebar {
	width: 300px;
	height: 500px;
	float: left;
}

* html #sidebar {
	height: 950px;
}




/* @end */



/* @group Generell Type */
/*-----------------------------------------------------------
   Generell Type
-------------------------------------------------------------- */
html, body {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

p {
	font-size: 1.2em;
	color: #000;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}

p.last {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	color: #000;
	margin-bottom: 2em;
}

h2 {

	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #00774d;
	margin: 35px 0 10px 0;
}


a, a:link, a:active, a:visited {
	color: #00774d;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	margin: 0 5px -1px 0;
}


/* @end */







/* @group Text */
/* --------------------------------------------------------------
	Text
-------------------------------------------------------------- */
#text {
	padding: 0 40px 40px 40px;
}

#text a {
	font-weight: bold;
}

#text h2 {
	margin-top: 40px;
}

#text ul.mehrertrag {
	margin: 0 0 30px 0;
	padding: 0;
	width: 260px;
}


#text div.float-left ul.mehrertrag {
	width: 240px;
}

#text ul.mehrertrag li {
	margin: 15px 0;
	padding: 0;
	
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
}
	
#text ul.mehrertrag li span.number {
	color: #00774d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 3px 0 0;
	
}

#text img.pfeil {
	margin: 0 0 0 -9px;
}

#text h4 {
	position: relative;
	top: 112px;
	
	font-size: 14px;
	font-weight: bold;
}

* html #text div.pfeile {
	margin: 0 -15px 0 -20px;
}

#text .teilnahmebedingungen {
	margin: 30px 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

#text .fussnote {
	margin: 10px 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}
.disclaimer {color: #A3BA6C; font-size: 9px}
.form_footnote{color: #A3BA6C; font-size: 10px; }

/* @end */


/* @group Sidebar */
/* --------------------------------------------------------------
	Sidebar
-------------------------------------------------------------- */

#sidebar {
	
	height: 500px;
	
}

#sidebar p {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 40px 10px 20px;
}

#sidebar .image {
	height: 90px;
	width: 310px;
	
	position: relative;
}

#sidebar h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 20px 40px 20px 20px;
}

#sidebar h3 strong {
	font-weight: bold;
}

#sidebar h3.erfolgreich {
	margin-bottom: 200px;
}


form {
	display: block;
}

form ul {
	margin: 0 20px 20px 20px;
	padding: 0;
}

form ul li {
	list-style: none;
	padding-top: 5px;
	margin: 0px 0 5px 0;
	font-size: 10px;
}

form label {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
	padding-bottom:3px;
}

form label.textarea {
	display: block;
	width: 270px;
	float: none;
	font-size: 11px;	
}

form label.fehler {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
	margin: 1px 0 0 0;
}

form input.text {
	
	border: 0;
	background: #ACD157;
	padding: 2px;
	height: 10px;
}

form select.selectbox {
	
	border: 0;
	background: #ACD157;
	padding: 2px;
	height: 18px;
	width: 125px;
}

form textarea.text {
	width: 270px;
	border: 0;
	background: #ACD157;
	padding: 2px;
	margin: 2px 0 0 0;
	height: 60px;
}

* form input.text {
	height: 13px;
}

form input.wohnort {
	width: 125px;	
	margin-left: 5px;
}

form span.info {
	display: block;
	font-size: 11px;
	margin: 2px 0 0 0;
}

form input.plz {
	width: 125px;
}
form input.vorname {
border: 0;
	background: #ACD157;
	padding: 2px;
	height: 13px;
	width: 125px;
}

form input.strasse {
border: 0;
	background: #ACD157;
	padding: 2px;
	height: 13px;
	width: 243px;
}

form input.nachname {
	width: 125px;
}

* html form input.plz {
	width: 34px;
}

form ul#feld {
	margin: 0 10px 0 20px;
}

form ul#feld li {
	clear: both;
	margin: 0 0 6px 0;
}

*+html form ul#feld li {
	margin: 0 0 18px 0;
}

* html form ul#feld li {
	margin: 0;
}

form ul#feld label {
	display: inline;
	font-size: 11px;
	width: auto;
}

form input.raps {
	width: 20px;
	height: 13px;
	display: inline;
	margin: 0 3px;
}

form input.produkte_bisher {
	width: 120px;
	height: 13px;
	margin: -2px 3px 0 3px;
}

form ul#person label.einverstanden,
form ul#einverstanden label {
	float: right;
	width: 250px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}

form ul#einverstanden label {
	font-size: 11px;
}

form ul#einverstanden label {
	font-weight: normal;
}

form ul#person label.einverstanden {
	margin-bottom: 20px;
}

form ul#person input.checkbox,
form ul#einverstanden input.checkbox {
	float: left;
}

*+html form ul#einverstanden input.checkbox {
	margin: 0 0 0 -4px;
}

* html form ul#einverstanden input.checkbox {
	margin: 0 0 0 -20px;
}

form ul#einverstanden a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	}



p.fehler {
	font-weight: normal;
	font-size: 11px;
	
	text-decoration: none;
	color: #cc0000;
	width: 240px;
	margin: 0 0 0px 0px;
}



	
/* @end */

/* @group Footer */
/* --------------------------------------------------------------
	Footer
-------------------------------------------------------------- */

ul#footer {
	display: block;
	margin: 50px 0 10px 0;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 15px;
}

ul#footer  li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	
}

ul#footer  li a {
	color: #232223;
	font-size: 1em;
	margin-right: 5px;
}

/* @end */



