/* Standard-CSS für www.projektname.de */

/* Hover für alle Elemente ermöglichen */
body { 
	behavior: url(/fileadmin/templates/css/csshover.htc);
}

/* Wichtige Farben
Name Farbe 1 		= #
Name Farbe 2		= #
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
* {
   font-family: Arial, Helvetica, sans-serif;
}
html, body, table, div, p, ul, li, ol, h1, h2, h3, h4, h5, h6
{
   margin: 0;
   padding: 0;
   font-size:12px;
}

/* Hier allgemeingültige Formatierungen */
html, body {
	height:100%;
}
body{
	background:url(../m/bg_body.gif) repeat-x #fff;
}
p{
	margin-bottom:18px;
}
.cl{
	clear:both;
	height:0;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
a{
	text-decoration:none;
	#color:#2874ff;
	color:#006A4E;
}
#hauptzeile a:hover{
	text-decoration:underline;
}
#hauptzeile #navigation_links a{
	text-decoration:none;
}
a img{
	border:none;
}
#topmenue a, #sprachwahl a, #hauptmenue a, #navigation_links a, #footer a{
	color:#000;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.indent{
	margin-left:20px;
}
td, td p, td a{
	font-size:12px;
	line-height:normal;
	margin:0;
}
#spalte1 td li{
	line-height:1.5em;
}
td{
	vertical-align:top;
}
th{
	text-align:left;
	background:#007F34;
	color:#fff;
}
sup{
  font-size:85%;
  vertical-align:top;
}
h2 sup {
	font-size:75%;
}
sub{
	font-size:85%;
	vertical-align:bottom;
}
h2 sub {
	font-size:75%;
}
#spalte1 ul{
	margin:0 0 18px 20px;
}
#spalte1 ul ul{
	margin:0 0 0 20px;
}
#spalte1 ol{
	margin:0 0 18px 20px;
}
#spalte1 ol ol{
	margin:0 0 0 20px;
}
#spalte1 ul li{
	list-style-type:none;
	padding-left:10px;
	background: url('../m/li-dot.gif') no-repeat 0 0.6em;
}

/* Sektionsweite Formatierungen */ 
#komplettrahmen1{
	margin:auto;
	width:950px;
	border:1px solid #fff;
	border-top:none;
}
#komplettrahmen2{
	border:1px solid #c6c8ca;	
	border-top:none;
	border-left:none;
	min-height:500px;
	background:#c6c8ca;
	padding-left:30px;
}
#kopfzeilenhuelle{
	margin-left:-30px;
	padding-left:30px;
	background:#006a4e;
	border-bottom:1px solid #fff;
}
#kopfzeile{
	padding-top:3px;
	min-height:143px;
	background:#f3f3f3 url(../m/bg_kopfzeile.gif) repeat-x;
}
#topmenue{
	float:left;
	padding-left:30px;
	font-size:11px;
	height:25px;
	line-height:25px;
}
#sprachwahl{
	float:right;
	text-align:right;
	padding-right:25px;
	font-size:11px;	
	height:25px;
	line-height:25px;
}
#logo{
	clear:both;
	text-align:right;
}
#hauptmenue{
	height:29px;
	border:1px solid #fff;
	border-bottom:0;
	background:#dbdbdc url(../m/bg_hauptmenue.gif);
}
#zwischenzeile{
	height:21px;
	overflow:hidden;
}
#hauptzeile{
	border-left:1px solid #fff;
	min-height:360px;
	background:#fff url(../m/bg_hauptzeile.gif) repeat-x;
}
#navigation_links{
	float:left;
	width:230px;
	min-height:1px;
}
#inhaltsrahmen{
	float:left;
	width:687px;
	background:#fff url(../m/bg_inhaltsrahmen.gif) repeat-y 460px 0;
	min-height:360px;
	border-left:1px solid #d9d9d9;
	line-height:1.5em;
	letter-spacing:0.05em;
}
#topbild{
	min-height:120px;
	border:1px solid #fff;
}
#spalte1{
	float:left;
	width:400px;
	padding:20px 30px;
}
#spalte2{	
	float:left;
	width:207px;
	padding:20px 10px;
}

#footer{
	background:#fff;
	border:1px solid #d9d9d9;
	border-bottom:0;
	border-right:0;
	text-align:right;
	height:24px;
	line-height:24px;
}

/* Hauptnavigation */

#hauptmenue ul{
	list-style-type:none;
	line-height:29px;
	margin-left:15px;
}
#hauptmenue li{
	float:left;
	height:29px;
	padding: 0 10px;
	margin:0 1px;
}
#hauptmenue li:hover, #hauptmenue li.on{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background:#eaeaeb;
	margin:0;
}
#hauptmenue a{
	font-size:13px;
}

/* Navigation links */
#navigation_links ul{
	list-style-type:none;
	line-height:2.4em;
}
#navigation_links li:first-child{
	line-height:2.5em;
}
#navigation_links li{
	padding-left:20px;
	padding-bottom:1px;
	background:url(../m/bg_hauptmenue_li.gif) no-repeat 0 bottom;
}
#navigation_links li.on, #navigation_links li:hover{
	background:url(../m/bg_hauptmenue_li_on_1st.gif) no-repeat 0 bottom;
}

#navigation_links li.level2:first-child{
	line-height:2.5em;
}
#navigation_links li.level2{
	padding-left:35px;
	line-height:normal;
	padding-bottom:1px;
	background:url(../m/bg_hauptmenue_li_on_1st.gif) no-repeat 0 bottom;
}
#navigation_links li.level2.on, #navigation_links li.level2:hover{
	background:#c8c6ca;
}
#navigation_links li.level3:first-child{
	line-height:2.5em;
}
#navigation_links li.level3{
	padding-left:50px;
	line-height:normal;
	padding-bottom:1px;
	background:url(../m/bg_hauptmenue_li_on_1st.gif) no-repeat 0 bottom;
}
#navigation_links li.level3.on, #navigation_links li.level3:hover{
	background:#c8c6ca;
}


/* Topnavigation / Sprachwahl / Footer */
#topmenue a, #sprachwahl a, #footer a{
	font-size:10px;
	margin-right:10px;
}
#sprachwahl a{
	margin: 0 0 0 10px;
}
#sprachwahl li{
	list-style-type:none;
	float:left;
}



/* Überschriften */
h2{
	font-size:18px;
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana, Arial;
	margin-bottom:15px;
}
h3{
	font-size:13px;
	margin-bottom:4px;
}

/* TTNEWS, weitere Extensions */

.news-latest-container, .news-latest-container p, .news-latest-container a{
	line-height:normal;
	letter-spacing:normal;
	font-size:11px;
}
.news-latest-gotoarchive{
	display:none;
}
.news-list-item, .news-latest-item{
	margin-bottom:15px;
}
.news-list-item p, .news-latest-item p{
	margin-bottom:0;
}
.news-list-morelink{
}
.news-list-date{
	float:left;
}
.news-latest-date{
	float:left;
	line-height:normal;
	letter-spacing:normal;
	font-size:11px;
}
.news-single-author{
	display:none;
}
.csc-textpic-caption{
	font-size:11px;
	line-height:normal;
	letter-spacing:normal;
	color:#a0a0a0;
	padding:5px 0 10px 0;
}


/* Box grau */
.csc-frame-frame1{
	border:1px solid #dbdbdb;
	padding:10px;
	background:#ebebeb;
}
.csc-frame-frame1 p:last-child{
	margin-bottom:0;
}


/* Mailformular*/
/*  Mailformulare */
/**********************************************/
.csc-mailform {
	border:none;
}
.csc-mailform hr{
	clear:both;
}
.csc-mailform-field {
	clear:both;
	margin-bottom:5px;
}
.csc-mailform-field label {
	float: left;
	width: 150px;
}
.mf-input {
	clear: none;
	width: 220px;
	background-color:transparent;
	border:1px solid #777;
}
.mf-text {
	clear: none;
	width: 220px;
	background-color:transparent;
	border:1px solid #777;
}
.mf-radio legend{
	display:none;
}
.mf-radio{
	clear:both;
}

.mf-select {
	width: 220px;
}
.mf-submit {
	margin-left: 150px!important;
	margin-left: 153px;
	border:1px solid #777;
}
/**********************************************************************************************/



/* RTE */
.linkliste, #spalte1 .linkliste{
	list-style-type:none;
	margin-left:0;
}
.linkliste li, #spalte1 .linkliste li{
	padding-left:15px;
	padding-right:3px;
	margin-bottom:3px;
	background:url(../m/but_plus.gif) no-repeat 0 0.5em;
}
#spalte1 .linkliste li{
	background:url(../m/plus_standard.gif) no-repeat 0 0.3em;
}
#schnellnavigation .linkliste a{
	color:#000;
}
.tabelle_rahmen_5padding{
	border-collapse:collapse;
}
.tabelle_rahmen_5padding td{
	border:1px solid #ccc;
	padding:5px;
}

.alphabetisch{
	list-style-type:lower-latin;
}
.klein{
	font-size:10px;
}
.produkte_schweine, .produkte_gefluegel, .produkte_rinder, .produkte_pferde{
	color:#fff;
	margin:0;
	border-bottom:1px solid #fff;
	padding-left:25px;
	line-height:2.1em;
	background: url(../m/ok_trans.png) no-repeat 5px center;
}
.produkte_schweine{
	background-color:#9f2d20;
}
.produkte_gefluegel{
	background-color:#f7ac00;
}
.produkte_rinder{
	background-color:#2a4384;
}
.produkte_pferde{
	background-color:#006A4E;
}
.calendar-table{
	margin-bottom:18px;
}