/*------------------------------------------------------------------

[Master Stylesheet]
Project:			Zintan - Syngenta
Version:			1.0
Last change:		08.03.2010
Assigned to:        born&nauerz - 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,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;
	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;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background: url(../img/hg.jpg) repeat-y;
	min-height: 100%;
}

#header {
	width: 900px;
}

#content {
	width: 900px;
}


#text {
	width: 510px;
	padding: 40px;
	background: #fff;
	float: left;
}

* html #text {
	width: 590px;
}

#sidebar {
	width: 310px;
	float: left;
}

* html #sidebar {

}


/* @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 {
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	color: #be2b33;
	margin-bottom: 2em;
}

h2 {

	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #128c45;
}

h3 {

	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #128c45;
	margin: 25px 0 10px 0;
}


a, a:link, a:active, a:visited {
	color: #128c45;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* @end */



/* @group Header */
/*-----------------------------------------------------------
   Header
-------------------------------------------------------------- */

#header {
	text-align: right;
	height: 373px;
	background: url(../img/header.jpg);
}

#header a.logo {
	position: absolute;
	left: 725px;
	top: 16px;
}

* html #header a.logo img {
	display: none;
}

* html #header a.logo {
	display: block;
	width: 143px;
	height: 45px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/syngenta_logo.png', sizingMethod='scale');
}

/* @end */



/* @group Text */
/* --------------------------------------------------------------
	Text
-------------------------------------------------------------- */
#text {
	padding: 0 40px 40px 40px;
}

#text h2 {
	margin-top: 40px;
}

#text img.arrow {
	margin: 0 5px 0 0;
}

#text img.pfeile {
	margin: -3px 0 0 -15px;
}

* html #text img.pfeile {
	margin: 0 -15px 0 -15px;
}


#text .box {
	width: 447px;
	padding: 20px 13px;
	background: #dbe4d3;
	margin-bottom: 5px;
}


#text dl dt {
	font-weight: bold;
	font-size: 12px;
	color: #128c45;
	clear: left;
	float: left;
}

*+html #text dl dt {
	padding-right: 5px;
	clear: none;
}

* html #text dl dt {
	padding-right: 5px;
	clear: none;
}

#text dl dd {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	float: left;
	margin: 0 0 10px 5px;
}


*+html #text dl dd {
	float: none;
}

* html #text dl dd {
	float: none;
}


#text table.preise td {
	width: 92px;
	vertical-align: top;
	padding: 5px 0 0 0;
}

#text table.preise td.last {
	width: 70px;
}

#text table.preise td.image {
	width: auto;
}

#text .partner {
	position: relative;
	margin: 20px 0;
}


#text .partner small {
	position: relative;
	bottom: 22px;
}


/* @end */


/* @group Sidebar */
/* --------------------------------------------------------------
	Sidebar
-------------------------------------------------------------- */

#sidebar p {
	font-size: 10px;
	line-height: 12px;
	margin: 10px 40px 10px 20px;
}

#sidebar .image {
	height: 159px;
	width: 310px;
	background: url(../img/traktor.jpg);
	position: relative;
}

#sidebar .image a.download-pdf {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

* html #sidebar .image a.download-pdf img {
	display: none;
}

* html #sidebar .image a.download-pdf {
	width: 143px;
	height: 75px;
	display: block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/button.png', sizingMethod='scale');
	background: none;
	cursor: pointer;
}

#sidebar .image a img {
	background: none;
}


#sidebar img {
	display: block;
	background: #eee;
}

#sidebar h2 {	
	margin: 20px 40px 20px 20px;
}

#sidebar h3 strong {
	font-weight: bold;
}

#sidebar h3.erfolgreich {
	margin-bottom: 200px;
	margin-left: 20px;
}

#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: #1a171b;
	font-size: 1.2em;
	line-height: 1.3em;
	display: block;
	width: 100px;
	float: left;
}

#sidebar form label.fehler {
	color: #128c45;
	font-weight: bold;
	text-decoration: underline;
	margin: 1px 0 0 0;
}

#sidebar form input.text {
	width: 166px;
	border: 0;
	background: #fff;
	padding: 2px;
	height: 14px;
}

* #sidebar form input.text {
	height: 18px;
}

#sidebar form input.wohnort {
	width: 124px;	
	margin-left: 5px;
}

#sidebar form input.plz {
	width: 30px;
}

* html #sidebar form input.plz {
	width: 34px;
}

#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: 10px;
	width: auto;
}

#sidebar form input.raps {
	width: 20px;
	height: 13px;
	display: inline;
	margin: 0 3px;
}

#sidebar form input.produkte_bisher {
	width: 120px;
	height: 13px;
	margin: -2px 3px 0 3px;
}

#sidebar form ul#person label.einverstanden,
#sidebar form ul#einverstanden label {
	float: right;
	width: 250px;
	font-size: 1em;
	line-height: 1.2em;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}

#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: #689f60;
	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;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: underline;
	color: #128c45;
	width: 240px;
	margin: 0 0 10px 20px;
}



	
/* @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 */


