/* 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: #7f5f42; 
	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: 150px;
	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) */
.topline {
	position: absolute;
	right: 860;
	padding: 0;
	width: 120px;
     
}

#topl0 {
    width:120px;
    background-color:#69522A;
    height:4px;
    float:right;
    border:none;
    padding:0;
    margin:0;
    font-size: 0;  
}

/*
* html #topl0 {
    position: relative;
    top: -1px; 
}
*/
#top11 {

    width:860px;
    background-color:#CBBEB1;
    height:4px;
    padding-left:120px;
    top:0;
    margin:0;

/*
	position: absolute;
	padding: 0;
	margin-right: 860px;
	width: 860px;
*/
}

* html #top11 {
    z-index:99;
    position:relative;
    top: -4px;
    font-size: 0;
    left: 120px;
    width: 740px;
}


.topmenu, .pict {
	position: absolute;
	top: 5px;

	padding: 0;

}

.topmenu {
    right: 0;
    padding: 0;
	width: 560px;
}

.topmenu ul {
	height: 16px;
	padding: 0 0 0 10px;
	margin: 0;
	
	left: 420 px;
}

.topmenu li { 
	border-left: 1px solid #7f5f42;
	padding-left: 6px; 
	width: 100px; 
	text-align: left; 
	font-size: 8pt; 
	vertical-align: bottom; 
	color: #7f5f42;
   	font-size: 8pt;
	}

.topmenu a {
   	font-weight: bold;
	color: #7f5f42;
   	font-size: 8pt;
	}

.topmenu a:hover {
   	color: #ceb6a6;
  }


.pict {
	/* width: 22px; */
	/* right:860px; */
    left: 0; 
    position: absolute;
	top: 22px;
	padding: 0; 
	margin: 0;
	line-height: 0px;
    background-color: #cbbeb1; 
    height: 114px;
    width: 900px;
}

.pict img {
    margin-left: 120px;
    padding-left: 0;
}

* html .pict img {
    margin-left: 0px;
}



#log {
	position: absolute;
	padding: 0;
	margin-right: 860px;
}

* html #log  {
    border: 1px sloid red;
    position: absolute;
    top: 0px;
    left: 120px;
}

/*	********  Content ************************  */


.cont_base {
	position: absolute;
	top: 150px;
	min-height: 500px;
	width: 980px;
	margin: 0;
	padding: 0;
	background-color: #FFFFF8;
}

* html .cont_base {
    height: 500px;
}

/* ###### MainNav #################### */


.mainnav {
    position: relative; 
    left: 0px;
    width: 120px;
    min-height: 500px;
    margin: 0;
    margin-right: 10px;
    /* background: #dcdcc5;  */
    background-color: #cbbeb1; 
    float:left;
    z-index:10;
}
* html .mainnav {
    height: 500px;
}

.mainnav ul {
    margin : 0;
    padding : 0;
}

.mainnav li {
    list-style: none;
    margin-bottom: 15px;
}

.mainnav a {
    display : block;
    height : 30px;
    padding-top : 5px;
    padding-left : 5px;
    padding-bottom: 0px;

    font-size : 14px;
    color : #fffef2;
    /* background : #4b5130;  */
    background : #635330; 
    text-decoration: none;
}

.mainnav a:hover, .mainnav_act a {
    color: #fffef2;
    /* background-color: #777450; */
    background-color: #7f5f41;
    
}



#but_kk{
	margin-top: 100px;
	left: 0;
}


/*	********* 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: 380px;
        width: 420px;
}

