/*
================================================
Typo 3 Master CSS
Version: 1.1
Letze Änderung: 10.04.2009 (Michel Rossier)
================================================

Index
------------------------------------------------
Grundeinstellungen
- Univeral Selektor
- HTML-Tags
- Wrapper-DIV

Head Bereich
- Logo
- Sprachnavigation

Navigation
- Hauptnavigation
- Subnavigation

Content-Bereich
- Formatierungen speziell für Contentbereich

Sidebar
- Formatierungen speziell für Sidebar

Footer
- Formatierungen speziell für Footer

Typo3 Erweiterungen
- tt_news
- mailformplus
- ...
------------------------------------------------
*/



/*
==================
Grundeinstellungen
==================
*/

/* Universal Selektor */
* {
	margin: 0px;
	padding: 0px;
}


/* HTML-Tags */

html, body {
background-color: #efeae5;
font-family:Tahoma, Arial,Helvetica,sans-serif;
font-size:13px;
background-image: url(/fileadmin/bilder-design/background.gif);
background-repeat: repeat-x;
height: 100%;
}


img {
	border: 0px;
}
	
/*Titel*/
h1 {
font-size: 20px;	
margin-bottom: 10px;
color: #96bf0d;
}

h2 {	
}

h3 {	
}

p {
	margin-bottom: 15px;
}

#maincontent ul {
	margin-bottom: 15px;

}

/*Generelle Links*/
a:link {color: #669900; text-decoration: none;}
a:visited {color: #669900; text-decoration:none;}
a:hover {color: #630; text-decoration:underline; }
a:active {color: #669900; text-decoration:none;}

#maincontent a:link {color: #669900; text-decoration: underline; font-weight: bold;}
#maincontent a:visited {color: #669900; text-decoration:underline; font-weight: bold;}
#maincontent a:hover {color: #630; text-decoration:underline; font-weight: bold;}
#maincontent a:active {color: #669900; text-decoration:none; font-weight: bold;}


/*Formulare*/
label {
	width: 120px; 
	float: left;
}

input {
	border: 1px solid #888888; 
	width: 190px;
	margin: 0px 0px 5px 0px;
}

textarea {
	border: 1px solid #888888; 
	width: 190px;
	height: 100px;
	margin: 0px 0px 5px 0px;
}

#weiss {
	background-color: red;
	width: 980px;
	margin: 0 auto;
	height: 100%;
	padding: 1px;
}

/*Wrapper DIV*/
#wrapper {
	width: 970px; /*Breite Angeben*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
	padding: 0px 5px !important;
	background-color: #fff;
	}
	


/*
==================
Head Bereich
==================
*/

#header {
background-image: url(../bilder-design/header/header1_radieschen.jpg);	
background-repeat: no-repeat;
height: 304px;
background-position: -5px 0px;
}

.seite11 #header {
background-image: url(../bilder-design/header/header1_radieschen.jpg);	
}

.seite11 #header {
background-image: url(../bilder-design/header/header1_radieschen.jpg);	
}

.seite18 #header {
background-image: url(../bilder-design/header/header1_lauch.jpg);	
}


.seite20 #header {
background-image: url(../bilder-design/header/header1_salate.jpg);	
}



.seite22 #header {
background-image: url(../bilder-design/header/header1_pepperoni.jpg);	
}

.seite23 #header {
background-image: url(../bilder-design/header/header1_cicorino.jpg);	
}

.seite24 #header {
background-image: url(../bilder-design/header/header1_apfel_istock.jpg);	
}

.rubrik15 #header {
background-image: url(../bilder-design/header/header1_artischocken.jpg);	
}

.rubrik16 #header {
background-image: url(../bilder-design/header/header1_blumenkohl.jpg);	
}

.rubrik17 #header {
background-image: url(../bilder-design/header/header1_tomaten.jpg);	
}

.seite19 #header, .seite35 #header {
background-image: url(../bilder-design/header/header1_kart_kno_zwieb.jpg);	
}

.seite21 #header, .seite30 #header{
background-image: url(../bilder-design/header/header1_karotten.jpg);	
}

.seite25 #header {
background-image: url(../bilder-design/header/header1_fenchel.jpg);	
}

.seite34 #header {
background-image: url(../bilder-design/header/header2_champignons.jpg);	
}

/*Logo*/
#header img {
float: right;
margin: 85px 45px 0px 0px;

}



/*
==================
Navigation
==================
*/
	
#mainnav {
margin-top: 93px;
float: left;
text-align: center;
border-top: 1px solid #630;
width: 970px;
background-color: #fff;
/* e1d7ce */
}	
	
#mainnav ul{
width: 890px;

padding: 5px 0;
}

#mainnav li{
	list-style-type:none;
	float: left;
	width: 158px;
	border-right: 3px solid #fff;
}

/*HAUPTNAVIGATION Links*/
#mainnav li a {display: block; padding: 5px; text-transform: uppercase;}
#mainnav li a:link    { color: #fff; background-color: #630; text-decoration: none; }
#mainnav li a:visited { color: #fff; text-decoration: none; background-color: #630; }
#mainnav li a:hover   { color: #fff; text-decoration: none; background-color: #96bf0d; }
#mainnav li a:active  { color: #fff; text-decoration: none; background-color: #630; }

/*aktiver Hauptnavigationslink*/
#mainnav li.aktiv a { color: #fff; text-decoration: none; background-color: #96bf0d; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#mainnav ul li.active a:link    { color: #000000; text-decoration: none; }
#mainnav ul li.active a:visited { color: #000000; text-decoration: none; }
#mainnav ul li.active a:hover   { color: #FFFFFF; text-decoration: none; }
#mainnav ul li.active a:active  { color: #FFFFFF; text-decoration: none; }*/


#subnav {
width: 160px;
float: left;
}

#subnav ul li  {
	list-style-image: none;
	list-style-type:none;	
	padding:3px 12px 2px 10px;
	border-top: 1px solid #630 !important;
	margin-bottom: 2px;
	font-weight: bold;
}

#subnav ul {
	border-bottom: 1px solid #630 !important;
}

/*SUBNAVIGATION Links*/
#subnav ul li a {display: block;}
#subnav ul li a:link    { color: #630; text-decoration: none; }
#subnav ul li a:visited { color: #630; text-decoration: none; }
#subnav ul li a:hover   { color: #690; text-decoration: none; }
#subnav ul li a:active  { color: #630; text-decoration: none; }

/*aktiver Subnavigationslink*/
#subnav ul li.subnavaktiv a { color: #690; text-decoration: none; font-weight: bold; }
/*Falls der aktive Link auch spezielle Zustände haben sollte (kann meistens gelöscht werden)*/
/*#subnav ul li.subnavaktiv a:link    { color: #000000; text-decoration: none; }
#subnav ul li.subnavaktiv a:visited { color: #000000; text-decoration: none; }
#subnav ul li.subnavaktiv a:hover   { color: #FFFFFF; text-decoration: none; }
#subnav ul li.subnavaktiv a:active  { color: #FFFFFF; text-decoration: none; }*/


.startspalte {
	width: 220px;
	padding: 0 15px;
	float: left;
	background-image: url(/fileadmin/bilder-design/linie.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
	margin-top: -10px;
	padding-top: 10px;
	font-size: 12px;
	
}

.startspalte p {
	line-height: 18px;
}

#news {
	background-image: none;
}
.startbutton {
	margin-top: 23px;
	
}

.startbutton a {
	background-color: #96bf0d;
	padding: 6px;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 12px;

}

.startbutton a:link { color: #fff !important; text-decoration: none !important;}
.startbutton a:visited { color: #fff !important; text-decoration: none !important;}
.startbutton a:hover { color: #fff; text-decoration: none; 	background-color: #630;}
.startbutton a:active { color: #fff; text-decoration: none;}


address {
padding-top: 5px;
font-size:11px;
font-style: normal;
}


/*
==================
Content-Bereich
==================
*/


#metanavigation {
float:left;
margin-left: 20px;
margin-top: 10px;
font-weight: bold;
font-size: 11px;
}

#metanavigation li{
display: inline;
list-style-image: none;
list-style-type:none;
padding-left: 15px;
background-image: url(/fileadmin/bilder-design/pfeil.gif);
background-repeat: no-repeat;
background-position: 2px 6px;
}

/*HAUPTNAVIGATION Links*/
#metanavigation li a:link  { color: #669900; text-decoration: none; }
#metanavigation li a:visited  { color: #669900; text-decoration: none; }
#metanavigation li a:hover  { color: #630; text-decoration: none; }
#metanavigation li a:active  { color: #669900; text-decoration: none; }

#content {
width: 970px;
padding-top: 35px;
float: left;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -35px;

}

#maincontent ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;

margin-top: 5px;
vertical-align:top;
}

#maincontent li {
margin-bottom: 4px;
list-style-type: none;
background-image: url(/fileadmin/bilder-design/dot.gif);
background-repeat: no-repeat;
background-position: 2px 4px;
padding-left: 20px;
}



#maincontent {
width: 592px;
padding: 0px 30px 20px 30px;
float: left;

}

.seite11 #maincontent {
	width: 752px;
}
	
	
.csc-textpic-imagewrap{
border: 0px;
/*width: 200px !important;*/
}

div.csc-textpic-imagerow {
float: left;
padding-right: 10px;
}

div.csc-textpic div.csc-textpic-imagerow  {
clear: none !important;
}



/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
	margin-top: -15px;
width: 158px;
height: 390px;
float: left; 
background-image: url(/fileadmin/bilder-design/biosuisse-image.jpg);
background-repeat: no-repeat;
}

#sidebar p {
	margin-top: 270px;
	color: #630;
	width: 125px;
	margin-left: 10px;
	font-size: 12px;
}

#sidebar p a:link { color: #630; text-decoration: none; font-weight: bold;}
#sidebar p a:visited {color:#630; text-decoration: none; font-weight: bold;}
#sidebar p a:hover { color:#630; text-decoration: underline !important; font-weight: bold;}
#sidebar p a:active { color:#630; text-decoration: none; font-weight: bold;}

/*
==================
Footer-Bereich
==================
*/	



#footer {
margin:0 auto;
width: 970px;
border: 5px solid #fff;
background-color: #efeae5;
color: #630;
clear: both;
text-align: center;
font-size: 11px;
}

#footer p {
	margin-top: 8px;
}

#footer, .verlaengerung {
	height: 35px;
}
	
	#footer a {
		font-weight: bold;
	}


/*
===================
Typo3 Erweiterungen
===================
*/	

/*tt_news*/

.news-latest-date {
color: #8da25e;
}

.news-latest-item {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8da25e;
}

.news-single-img {
	margin-top: 10px;
}


/*mailformplus*/

.absendeknopf {
	border: 1px solid #000000;
	width: 80px;
	background-color: #663300;
	color: #FFFFFF;
	margin-left: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fehlertext {
	color: #000000;
	font-weight: bold;
	background-color: #FF9999;
	padding: 2px;
	border: 1px solid #FF0000;
	width: 310px;
}
.formfehler {
	border: 2px solid #680809;
	margin-bottom: 5px;
}

/*optional*/
.pflichtfelder {
	margin: 12px 0px 0px 170px;
}




.csc-textpic-imagewrap{
margin-bottom: 2px;
}

.seite34 .csc-textpic-image {
margin-right: 26px !important;
}

.seite34 .csc-textpic-imagerow, .seite34 .csc-textpic-imagewrap {
width: 578px !important;
}

.seite34 .csc-textpic-image {
margin-bottom: 15px !important;
width: 271px !important;
}

.seite34 dl.csc-textpic-image dt {

}

.seite34 dt {
position:relative !important;
width:270px !important;
}

.seite34 dt a {
clear:both;
display:block;
margin-bottom: 6px !important;
padding-top: 13px;
}

.contenttable{
margin-left: -3px;
}


.bodytext {
/*float: left;*/
}

a.download img{
margin-bottom: -3px;
}


#map {
float: left;
width: 500px; 
height: 340px; 
margin: 0px 0px 20px 0px;
color:#000000;
}


.sprachinaktiv {
display: none !important;
}

fieldset {
border: none;


}

legend {
display: none;

}

.seite20 dt {
width: 130px !important;
position: relative !important;
padding-bottom: 10px;
}

.seite20 dt a {
clear: both;
display: block;
}

.jobtitle {
font-size: 11px; font-weight: normal !important;

}

