/* Anpassungen Typo3-Umzug START */

form {
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

#pflanzen, #pflanzen ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#pflanzen a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#pflanzen li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#pflanzen li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#pflanzen li:hover ul, #pflanzen li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#tiere, #tiere ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#tiere a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#tiere li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#tiere li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#tiere li:hover ul, #tiere li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Energie */

#energie, #energie ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#energie a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#energie li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#energie li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#energie li:hover ul, #energie li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Kellerei */

#kellerei, #kellerei ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#kellerei a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#kellerei li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#kellerei li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#kellerei li:hover ul, #kellerei li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Gartenbau */

#gartenbau, #gartenbau ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#gartenbau a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#gartenbau li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#gartenbau li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#gartenbau li:hover ul, #gartenbau li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Maerkte */

#maerkte, #maerkte ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#maerkte a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#maerkte li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#maerkte li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#maerkte li:hover ul, #maerkte li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Logistik */

#logistik, #logistik ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#logistik a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#logistik li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#logistik li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#logistik li:hover ul, #logistik li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Technik */

#technik, #technik ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#technik a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#technik li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#technik li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#technik li:hover ul, #technik li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Bau */

#bau, #bau ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#bau a {
	display: block;
	/*width: 10em;*/
    width: 170px;
    /*text-decoration: none;*/
    border: 0;
}

#bau li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
    width: 170px;
}

#bau li ul { /* second-level lists */
	position: absolute;
	background: white;
	/*width: 10em;*/
    width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#bau li:hover ul, #bau li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Autogasrechner */
.autogasrechner table {
  width: 450px;
  font-size: 1.4em;
  padding: 2px;
}

.autogasrechner td {
  padding: 2px;
}

/* Schneeflocken */
/*
body {
  background-image: url(../images/schnee.gif);
  background-repeat: repeat;
}
*/

/*
#page {
  background-image: url(../images/schnee.gif);
  background-repeat: repeat;
}
*/

#rgslideshow-1882 {
  /*background: blue;*/
  border: 0;
}

/* mailform_plus-Anpassungen - ueberschreiben mediata-CSS-Informationen */

.mailformplus_contactform {
  /*background: blue;*/
}

.mailformplus_contactform li {
  list-style-position: inside;
  font-weight: bold;
  color: red;
}

form {
  overflow:hidden;
  padding-top: 10px;
}

input, textarea, select {
  /*width: auto;*/
	/*font: 1em Verdana, Arial, Helvetica, Sans-Serif;*/
	border: 1px #ccc solid;
  background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

label {
  color:#369;
  color: black;
  /*display:block;*/
  /*font-size:0.8em;*/
  margin-top:1em;
  /*background: red;*/
  font-weight:bold;
  vertical-align: middle;
}

legend {
  /*display:none;*/
  font-weight: bold;
}

submit {
  margin-top:1em;
}

/* Ende Anpassungen mailform_plus */

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background: none;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

/* Seiteninhalt "Dateiverweis" */

/*
.csc-uploads td {
  vertical-align: top;
}
*/

.csc-uploads-icon {
  padding-top: 2px;
}

div.content-view-full .csc-uploads-icon a {
  border: 0;
}

.csc-uploads {
  margin-bottom: 20px;
}

div.content-view-full .csc-textpic-image a {
  border: 0;
}

/* Rahmen bei Bildern von Singleansicht Presse ausschalten */
div.content-view-full div.class-article div.attribute-image-large a {
  border: 0;
}

/* Styles fuer Tabelle Futtermittel START */
.contenttable {
  /*background: gray;*/
}

.contenttable td {
  vertical-align: top;
  /*padding: 5px;*/
}

.contenttable .td-0 { /* linke Spalte */
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 5px;
}

.csc-menu dt {
  padding-bottom: 5px;
}

.csc-menu dd {
  padding-bottom: 10px;
}

/* Styles fuer Tabelle Futtermittel ENDE */

/* Top-Menue: Abtand vergroessern */

div#header div#weltenmenu {
	margin-top: 22px;
}

/* Text verkuerzen von gruener Box mit Parent-Text */

div#sidemenu div#main-dot {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 170px;
	background: #008A4E;
	margin-bottom: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing: 0.8px;*/
  letter-spacing: 0.4px;
	position: relative;
}

#newsticker {
  font-size: 11px;
  font-weight: normal;
}

div.overflow-fix {
 /*background: gray;*/
}

/* dies wuerde alle Randinformationen bei Links entfernen */
/*
div.content-view-full a:link, div.content-view-full a:visited {
  border: 0;
}
*/

/* Anpassungen Typo3-Umzug ENDE */

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}