/* 
  Titel: www.hanse-agro.de - CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abst?nde usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Arial, Helvetica, Sans-Serif; color: #000000; }

a {	color: #EF8D1B; text-decoration: none; }
a:hover {	color: #EF8D1B; text-decoration: underline; }
a.footer { color: #997400; padding: 0 5px 0 0;}

p.aktuelle-region-leer { font-weight: bold; color: red; }

form { margin: 0px 0px 0px 0px;}
p, pre { margin: 3px 0px 0px 0px; line-height: 1.4em;}
p, td, ul, ol { font-size: 12px; }

.csc-menu li, .csc-sitemap li { color: #567314; }

input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }

/************************************************************/
/* Formatierungen Seite                                     */
/************************************************************/
body {
	margin: 0;
	padding: 0;
        text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
        background-color: #FFFFFF;
}

html, body { 
	width: auto;
}

/************************************************************/
/* Formatierungen Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
	width: 958px;
	margin: auto;
	padding: auto;	
	text-align: left;
	vertical-align: middle;
}

#format-print {
  position: relative;
  top: 0;
  right: 0;  
  width: 680px;
  margin: auto;
  padding: auto;	
  text-align: left;
  vertical-align: middle;
}

#main {
  width: 958px;
  margin: 20px auto;
	text-align: left;

	background-image: url(../gfx/bg-outer-container.gif);
	background-repeat: repeat-y;  
}

#header {
	width: 100%;
	height: 181px;
	
	background-image: url(../gfx/bg-header.jpg);
	background-repeat: no-repeat;  
}

#logo {
	width: 115px;
  	height: 95px;
  	margin: 0 0 0 25px;
  	padding: 20px 0 0 0;
}

#sidemenu {
	float: right;

	width: 76px;
	height: 65px;

	background-image: url(../gfx/bg-sidemenu.jpg);
	background-repeat: no-repeat;  
}

#menu1 {
	width: 100%;
	height: 26px;

	background-image: url(../gfx/bg-menu1.gif);
	background-repeat: no-repeat;  
}

#outer-container {
	margin: 0;
	padding: 0;

	/* Min-Height Hack */
	min-height: 380px;
	height:auto !important;
	height: 380px;

	background-image: url(../gfx/bg-outer-container.gif);
	background-repeat: repeat-y;  
}

#left {
	float: left;
	width: 200px;
}

#content-container {
	float: left;
	margin: 0 25px 0 25px;
	width: 558px;
}

#breadcrumb {
	width: 100%;
	color: #8CA257;
	font-size: 9px;
	margin: 0 0 15px 0;
}

#content {
	width: 100%;
	margin: 0 0 10px 0;
}

#content hr {
	border: 0px;
	border-top: solid 1px #C5D2A4;
	border-bottom: solid 1px #FFFFFF;
}

#right {
	float: right;
	text-align: left;
	width: 150px;
}

#search {
	margin: 15px 0 0 0;
}

div.loginbox-top {
	width: 150px;
	height: 25px;
	
	margin: 15px 0 0 0;

	background-image: url(../gfx/bg-loginbox-top.gif);
	background-repeat: no-repeat;  
}

div.loginbox-content {
	width: 150px;

	background-image: url(../gfx/bg-loginbox-content.gif);
	background-repeat: repeat-y;  
}

div.loginbox-content p {
	padding: 0 5px 0 5px;
}

div.loginbox-bottom {
	width: 150px;
	height: 5px;
	background-image: url(../gfx/bg-loginbox-bottom.gif);
	background-repeat: no-repeat;  
}

#loginform {
	padding: 5px;
}

#loginmenu {
	padding: 5px;
}

#content-right {
	padding: 5px 0 0 0;	
}

#content-right h2 {
	margin: 5px 0 0 0;
	padding: 3px 5px;
	#background-color: #ADBC86;
	background-color: #567314;
	color: #ffffff;
	font-size: 12px;
}

#footer {
	width: 733px;
	height: 16px;
	
	padding: 2px 0 0 225px;

	background-image: url(../gfx/bg-footer.gif);
	background-repeat: no-repeat;  
}

#popup {
	text-align: left;
	width: 550px;
	height: 250px;
	margin: 5px;
	padding: 5px;
}

#menu-bottom {
	float: left;
}

#copyright {
	float: left;
	color: #B2B2B2;
	font-size: 9px;
	padding: 2px 0 0 10px;
}

div.zugangsdaten {
	margin: 10px 0 0 0;
	color: #000000;
	text-align: center;
}

div.zugangsdaten a {
	color: #000000;
	font-size: 9px;
}

div.neukunde {
	margin: 7px 0 0 0;
	font-size: 9px;
	color: #647338;

	width: 139px;
	height: 15px;
	line-height: 13px;
	text-align: center;

	background-image: url(../gfx/bg-neukunde.gif);
	background-repeat: no-repeat;  
}

div.neukunde a, div.neukunde a:hover {

	color: #647338;
}

div.logout {

	text-align: center;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1pt;
}

/************************************************************/
/* Loginbox                                                 */
/************************************************************/
form.loginform {
	margin: 2px 0 0 0;
}

input.login_username {
	border: 1px solid #65821D;
	color: #8CA257;
	font-size: 9px;
	width: 134px;
	height: 12px;
	margin: 0;
	padding: 0 0 0 3px;
}

input.login_password {
	border: 1px solid #65821D;
	color: #8CA257;
	font-size: 9px;
	width: 117px;
	height: 12px;
	margin: 0;
	padding: 0 0 0 3px;
}

input.login_button {
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	vertical-align: bottom; 
}

div.logoutform {
	margin: 8px 0 0 0;
}

input.logout_button {
	font-size: 9px;
	background-color: #C5D2A4;
	border: 0;
	margin: 5px 0 0 0;
}

span.username {
	color: #8CA257;
}

div.kundennummer {
	margin: 10px 0 10px 0;
}

/************************************************************/
/* Formatierungen	Menus                                     */
/************************************************************/
#sidemenu ul {
	margin: 5px 10px 0 0;
	padding: 0;
}

#sidemenu ul li {
  list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

#sidemenu ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #555555;
}

#sidemenu ul li a:hover, #sidemenu ul li a.active {
	font-size: 10px;
	text-decoration: underline;
	color: #555555;
}

#menu1 ul {
	margin: 0 0 0 224px;
	padding: 0;
}

#menu1 ul li {
 	float: left;
  list-style: none;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid white;
}

#menu1 ul li.last {
  border-right: 1px solid white;
}

#menu1 ul li a {
	padding: 0 10px 0 10px;
	font-size: 13px;
	background-color: #C5D2A4;
	color: #647338;
	font-weight: bold;
	display: block;
}

#menu1 ul li a:hover, #menu1 ul li a.active {
	padding: 0 10px 0 10px;
	font-size: 13px;
	background-color: #567314;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#left ul.menu2 {
  list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
}

#left ul.menu2 li {
  list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #567314;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid white;	
}

#left ul.menu2 li a {
	color: #DDE3D0;
	display: block;
	padding: 0 0 0 17px;
	font-weight: bold;
	background-image: url(../gfx/bg-menu2-no.gif);
	background-repeat: no-repeat;
}

#left ul.menu2 li a:hover {
	color: #FFFFFF;
	display: block;
	padding: 0 0 0 17px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../gfx/bg-menu2-ro.gif);
	background-repeat: no-repeat;
}

#left ul.menu2 li a.active {
	color: #FFFFFF;
	display: block;
	padding: 0 0 0 17px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../gfx/bg-menu2-act.gif);
	background-repeat: no-repeat;
}

#left ul.menu2 li.menu2_sub {
  list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #C6D3A4;
	height: 100%;

	line-height: 16px;
	border-bottom: 1px solid white;	
}

#left ul.menu2 li.menu2_sub a {
	color: #3E530D;
	display: block;
	padding: 0 0 0 29px;
	font-weight: normal;
	background-image: none;
}

#left ul.menu2 li.menu2_sub a.active, #left ul.menu2 li.menu2_sub a:hover {
	color: #3E530D;
	display: block;
	padding: 0 0 0 29px;
	font-weight: normal;
	background-image: url(../gfx/bg-menu2_sub-act.gif);
	background-repeat: no-repeat;
}

#left ul.menu3 {
  list-style: none;
	width: 200px;
	margin: 50px 0 0 0;
	padding: 0;
	border-top: 1px solid white;
}

#left ul.menu3 li {
  list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #C5D2A4;

	min-height: 18px;
	height:auto !important;
	height: auto;
	
	line-height: 18px;
	border-bottom: 1px solid white;	
}

#left ul.menu3 li a {
	color: #77864E;
	display: block;
	padding: 0 0 0 17px;
	font-weight: bold;
	background-image: url(../gfx/bg-menu2-no.gif);
	background-repeat: no-repeat;
}

#left ul.menu3 li a:hover, #left ul.menu3 li a.active {
	color: #FFFFFF;
	display: block;
        padding: 0 0 0 17px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../gfx/bg-menu2-ro.gif);
	background-repeat: no-repeat;
}

#left ul.menu3 li.level2 {
  list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #DBE5C2;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid white;	
}

#left ul.menu3 li.level2 a {
	color: #77864E;
	display: block;
	padding: 0 0 0 25px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
}

#left ul.menu3 li.level2 a:hover, #left ul.menu3 li.level2 a.active {
	color: #77864E;
	display: block;
	padding: 0 0 0 25px;
	font-weight: normal;
	background-image: url(../gfx/bg-menu3_sub-act.gif);
	background-repeat: no-repeat;
}


#loginmenu ul {
  list-style: none;
	width: 129px;
	margin: 0;
	padding: 5px;

	border-top: 1px solid white;
}


#loginmenu ul li {
  list-style: none;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #C5D2A4;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid white;	
}

#loginmenu ul li a {
	color: #77864E;
	display: block;
	padding: 0 0 0 5px;
	font-weight: normal;
}

#loginmenu ul li a:hover {
	color: #FFFFFF;
	display: block;
	padding: 0 0 0 5px;
	font-weight: normal;
	text-decoration: none;
}


#menu-bottom ul {
	margin: 0;
	padding: 0;
}

#menu-bottom ul li {
	float: left;
  list-style: none;
	margin: 0;
	padding: 0;
	color: #8CA257;
}

#menu-bottom ul li.top {
	background-image: url(../gfx/bg-top.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

#menu-bottom ul li.print {
	background-image: url(../gfx/bg-print.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	
	padding: 0 0 0 15px;
}

#menu-bottom ul li a {
	color: #8CA257;
	text-decoration: none;
}

#menu-bottom ul li a:hover {
	color: #8CA257;
	text-decoration: underline;
}

/************************************************************/
/* Formatierungen ?berschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #445911;
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #445911;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #445911;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
	padding: 0;
}

h4 {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

h1.regionsauswahl {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #5F7C17;
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 10px 0;
	padding: 0;
}

div.loginbox-top h3 {
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 31px;
}

div.loginbox-content h3 {
	width: 143px;
	margin: 10px 1px 0 1px;
	padding: 0 0 0 5px;
	height: 20px;
	line-height: 20px;
	background-color: #ADBC86;
	color: #FFFFFF;
}

/************************************************************/
/* Formatierungen	normale Mail-Formulare										*/
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
				padding-top: 3px;
				padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
				font-family: Arial, Verdana, Helvetica, Sans-Serif;
        width: 80px;
        min-width: 80px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-field input, .csc-mailform-field textarea {
	border: 1px solid #8D8D8D;
}


.csc-mailform-check {
}

.csc-mailform-label {
	font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 80px;
}

/************************************************************/
/* Formatierungen Saatgutanalyse Erkl?rungen									*/
/************************************************************/

.saatgutanalyse_tabelle {
    	border-collapse: collapse;
}

.saatgutanalyse_tabelle td{
    	padding-right: 6px;
    	border: 1px solid #445911
}

/************************************************************/
/* Kontaktformular                                        */
/************************************************************/


.tx-powermail-pi1_fieldset{
	border:0px solid #fff;
}
.tx-powermail-pi1_fieldset_10 legend, .tx-powermail-pi1_fieldset_11 legend {
	display:none;
}

#kontakt label, #formularloginprobleme label {
	display:block;
	width:130px;
	float:left;
}
#kontakt input, #formularloginprobleme input, 
#kontakt textarea, #formularloginprobleme textarea {
	width:280px;
}

#kontakt .powermail_submit, #formularloginprobleme .powermail_submit {
	background-color:#E5EAD9;
	margin-left:130px;
	border:1px solid #567314;
	width:282px;	
} 
.tx_powermail_pi1_formconfirmation_back input, 
.tx_powermail_pi1_formconfirmation_submit input{
	background-color:#E5EAD9;
	border:1px solid #567314;
}
.powermail_mandatory_js{
	color:#f00;
}

.tx_powermail_pi1_formconfirmation_back, 
.tx_powermail_pi1_formconfirmation_submit {
	float:left;
	width:270px;
}
.powermail_all_table{
	border:0px;
}

/* allgemeine Tabellen definitionen */

.tablegreen{
	border:1px solid #C5D2A4;
	border-collapse:collapse;
	width:100%;
}
.tablegreen td{
	border:1px solid #C5D2A4;
	padding:7px;
}
.tablegreen .tr-0{
	text-align:center;
}

#content-right img{ border: none;}

.tx-yatse-pi1 input{
	margin-left: 5px;
}
