/*------------------------------------------------------------------

[Master Stylesheet]
Project:			Karate - Syngenta
Version:			1.0
Last change:		14.01.2010
Assigned to:        born&Fuerz - Christian Nauerz

-------------------------------------------------------------------*/

/* @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{margin:0;padding:0;}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption{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,



fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,

var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption {
	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;
	background: #fff url(../img/schatten.jpg) repeat-y 50%;
	text-align: center;
}

* html body {
	background: #fff url(../img/schatten.jpg) repeat-y 50%;
}

#container {
    width: 900px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#header {
	width: 900px;
	
}

#content {
	width: 900px;
}

#keyvisual {
	height: 437px;
	width: 900px;
}

#text {
	width: 520px;
	padding: 40px;
	background: #fff;
	position: absolute;	
}

* html #text {
	width: 600px;
}

#sidebar {
	width: 300px;
	position: absolute;
	left: 600px;
}


#bluebox {

	padding-top: 10px;
	padding-left: 10px;
	}


/* @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;
}

p.last {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


h1,
h2 {

	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #006600;
}

h3 {

	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #0B4EA2;
	font-weight: bold;
}

h4 {

	font-size: 15px;
	line-height: 22px;
	margin-bottom: 7px;
	color: #0B4EA2;
	font-weight: bold;
}


a, a:link, a:active, a:visited {
	color: #009AB5;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* unorde#be2b33 list */
#text ul {
	margin: 10px 0 10px 15px;
}

#text ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.4em;
}



/* @end */





/* @group Keyvisual */
/* --------------------------------------------------------------
	Keyvisual
-------------------------------------------------------------- */

#keyvisual {
	background: url(../img/switch_visual.jpg);
	width: 900px;
	height: 437px;
}

#keyvisual .button {
	position: relative;
	display: block;
	width: 306px;
	height: 129px;
	top: 160px;
	left: 565px;
}


/* @end */

/* @group Text */
/* --------------------------------------------------------------
	Text
-------------------------------------------------------------- */
#text {
	padding: 5px 40px 40px 25px;
}

#text h1,
#text h2 {
	margin-top: 40px;
	color: #0B4EA2;
	font-size: 22px;
}

#text img.arrow {
	margin: 0 5px 0 0;
}

#text p strong {
	color: #000000;
}

#text .footnote p,
#text .footnote p strong {
	margin: 20px 0 0 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #8f8f8f;
	clear: both;
}

#text .bluebox {
	margin: 20px 0 0 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #000000;
	clear: both;
}

#text .footnote span {
	display: block;
	text-indent: -0.8em;
	float: left;
}

* html #text .footnote span {
	text-indent: 0;
}

#text .infografik {
	margin-left: -13px;
}

/* @end */


/* @group Sidebar */
/* --------------------------------------------------------------
	Sidebar
-------------------------------------------------------------- */

#sidebar {
	min-height: 500px;
	background: #ADCEED;
}

#sidebar .handy {
	background: #b1e0eb;
}

#sidebar .handy h2 {
	color: #009AB5;
	font-size: 1.4em;
	line-height: 1.2em;
	
	margin: 0 0 0 20px;
	padding: 30px 0 0 0;
}

#sidebar .handy h3 {
	color: #1F9AD6;
	font-size: 1.4em;
	
	margin: 0 0 10px 20px;
}

#sidebar img {
	display: block;
	border-bottom: 0px solid #fff;
}

#sidebar h3 {
	font-size: 20px;
	line-height: 20px;
	
	color: #1F9AD6;
	margin: 10px 40px 20px 20px;
}

#sidebar h3 strong {
	font-weight: bold;
}

#sidebar h3.erfolgreich {
	margin-bottom: 300px;
}

#sidebar form ul {
	margin: 0 20px 20px 20px;
	padding: 0;
}

#sidebar form ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#sidebar form label {
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
	width: 100px;
	float: left;
}
#sidebar form label2 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 13px;
	display: block;
	width: 250px;
	float: left;
}

#sidebar form label.fehler {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin: 1px 0 0 0;
}

#sidebar form input.text {
	width: 156px;
	border: 0;
	background: #fff;
	padding: 2px;
	height: 14px;
}

#sidebar form input.gewinn {
	width: 250px;
	border: 0;
	border-color: #62BB46;
	background: #fff;
	padding-bottom: 2px;
	height: 14px;
}


#sidebar form input.wohnort {
	width: 116px;	
	margin-left: 3px;
}

#sidebar form ul#feld {
	margin: 0 10px 0 20px;
}

#sidebar form ul#feld li {
	clear: both;
	margin: 0 0 6px 0;
}

*+html #sidebar form ul#feld li {
	margin: 0 0 18px 0;
}

* html #sidebar form ul#feld li {
	margin: 0;
}

#sidebar form ul#feld label {
	display: inline;
	font-size: 12px;
	width: auto;
}

#sidebar form input.rebflaeche {
	width: 46px;	
	
}

#sidebar form input.raps {
	width: 20px;
	height: 13px;
	display: inline;
	margin: 0 3px;
}

#sidebar form input.produkte_bisher {
	width: 95px;
	height: 13px;
	margin: -2px 5px 0 3px;
}

#sidebar form input.plz {
	width: 30px;
}

* html #sidebar form input.plz {
	width: 34px;
}


#sidebar form ul#person label.einverstanden,
#sidebar form ul#einverstanden label {
	float: right;
	width: 240px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}

#sidebar form ul#einverstanden label {
	font-weight: normal;
}

#sidebar form ul#person label.einverstanden {
	margin-bottom: 20px;
}

#sidebar form ul#person input.checkbox,
#sidebar form ul#einverstanden input.checkbox {
	float: left;
}

*+html #sidebar form ul#einverstanden input.checkbox {
	margin: 0 0 0 -4px;
}

* html #sidebar form ul#einverstanden input.checkbox {
	margin: 0 0 0 -2px;
}

#sidebar form input.submit {
	font-size: 1.2em;
	background: #1F9AD6;
	color: #fff;
	height: 26px;
	padding: 0;
	width: 80px;
	text-align: center;
	border: 0;
	float: right;
	margin: 20px 20px 0 0;
}

#sidebar p.fehler {
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: underline;
	color: #0084FF;
	width: 240px;
	margin: 0 0 10px 20px;
}



	
/* @end */

/* @group Footer */
/* --------------------------------------------------------------
	Footer
-------------------------------------------------------------- */

ul#footer {
	display: block;
	margin: 40px 15px 10px 0;
	text-align: right;
}

ul#footer  li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
	
}

ul#footer  li a {
	color: #000;
	font-size: 1em;
	margin-right: 5px;
}

/* @end */



