/* In einigen Formatierungen stehen auskommentiert Border- und/oder 
Background-Angaben. Diese kann man in der Entwicklungsphase ganz gut dazu 
verwenden, zu sehen, wo die Elemente stehen und wie gro? sie sind. 
Mit Firebug geht es auch - aber, meiner Meinung nach, nicht so genau */

body {
	font-family : Tahoma, Arial, Helvetica, sans-serif, Verdana; 
	background-image: url(../imgs/hg_line.gif); 
	background-color: #fffef2;
} 

a {
	color: #4b5130; 
	background-color: transparent; 
	text-decoration: none; 
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
	font-size: 10pt;
	line-height: 12pt;
}

	  
/* a:hover {	
	color : #dcdcc5;
	background-color: transparent;
	text-decoration : underline;
	
	font-family : Tahoma, Arial, Helvetica, sans-serif, Verdana; 
	font-size: 10pt;
} */


p {
    margin: 0;
    padding: 0;
}


/*
   Inhaltsblock 
   dieser wird auf der Seite horizontal zentriert
	1) die Gesamtbreite wird festgelegt
	 width: 980px;
	Daf?r wird der linke Rand in die Mitte des Fensters ger?ckt
	 left: 50%; (r?ckt nach rechts)
	Dann wird das ganze um die H?lfte der Breite nach links ger?ckt
	 margin-left: -480px;
*/
.univers {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
	background: #FFFFF8;
/*	border: 1px solid lime; */
}

.head {
	height: 165px;
	width: 980px;
}

/* Listen im Header sind immer in einer Reihe und ohne Punkt davor */
.head li {
	list-style: none;
	float: left;
}

/* Beiden Header-Elemente oben rechts (Menu und Bilderreihe) */
.topmenu, .pict {
	position: absolute;
	right: 0px;
	padding: 0;
}

.topmenu {
	padding: 0;
	width: 570px;
}

.topmenu ul {
	height: 16px;
	padding: 0 0 0 10px;
	margin: 0;
	
	left: 420 px;
}

.topmenu li { 
	border-left: 1px solid #4b5130;
	padding-left: 6px; 
	width: 80px; 
	text-align: left; 
	font-size: 8pt; 
	vertical-align: bottom; 
	color: #4b5130;
   	font-size: 8pt;
	}

.topmenu a {
   	font-weight: bold;
	color: #4b5130;
   	font-size: 8pt;
	}

.topmenu a:hover {
   	color: #dcdcc5;
  }


.pict {
	width: 980px;
	top: 18px;
	padding: 0; 
	margin: 0 ;
	line-height: 0px;
}

.pict ul {
	padding: 0;
	margin: 0;
}

.pict li {
	padding-left: 10px;
}

#pferd  {
	padding: 0px;
}


/*	********  Content ************************  */


.cont_base {
	position: absolute;
	top: 165px;
	min-height: 500px;
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #FFFFF8;
}

* html .cont_base {
    height: 500px;
}

/* ###### MainNav #################### */
.mainnav {
	position: absolute;
	width: 120px;
	min-height: 500px;
	margin: 0;
	background: #dcdcc5; 
}

* html .mainnav {
    height: 500px;
    
}

.mainnav ul {
	margin : 0;
	padding : 0;
}

.mainnav li {
	list-style: none;
}

.mainnav a 	{
	display : block;
	height : 30px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 15px;
	font-size : 14px;
	color : #fffef2;
	background : #4b5130;
	text-decoration: none;
}

.mainnav a:hover {
	color: #fffef2;
	background-color: #777450;
}

#but_befo {
	margin-top: 215px;
	left: 0;
}

/* ###### Zielgruppe #################### */
.zielgr {
	position: absolute;
	min-height: 200px; 
	left: 0px;
	margin-top: 10px;
	width: 140px;
	background : transparent;
}

.zielgr ul {
	margin : 0;
	padding : 0;
}

.zielgr li {
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	}

.zielgr a 	{
	display : block;
	height : 30px;
	padding-top : 6px;
	padding-left : 5px;
	padding-bottom: 0;
/*	margin-bottom : 15px; */
	font-size : 14px;
	color : #fffef2;
	text-decoration: none;
 	background : #4b5130; 


}


#but_ta a:hover {
	color: #fffef2;
	background-color: #aaa992;
}

#but_tah a:hover {
	color: #fffef2;
	background-color: #777450;
}


#but_ta a{
	background-color: #767554;
}

#but_tah a{
	background-color: #aaa992;
}

#but_ata{
	background : #f7c43c;
}

#but_th{
	background : #a85a3d;
}

#but_lw{
	background : #551f12;
}
/*	********* CONTENT ************ */
.content {/*norm*/
		top: 20px;
		position: absolute;
        left: 130px;
        width: 850px;
        font-size : 10pt;
        color: #333333;
        line-height : 12pt;
}
	
/*Formatierungen Text Content*/
.tit {
        font-size:12pt;
        font-weight: bold;
        line-height : 20pt;
        color: #777450;
        vertical-align: baseline;
}

.normhf {
		font-size : 10pt;
        font-weight: bold;
        color: #333333;
        line-height : 12pt;
        }

/*	********* LOGO ************ */
.logo_tit {/*norm*/
		position: absolute;
        left: 400px;
        top: 200px;
        width: 420px;
}

