/*kuehberger*/
/*GENERAL*/
/*wichtige farben:
#2e2e2e antrazit
*/

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
html, body{

}

body{
    
    font-size: 12px;
    line-height: 16px;
    background-image:url(pics/gras2.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
}

/*DIVs*/

div#wrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 755px;
}
div#content{
    position: relative;
}

div#logos {
	position:absolute; 
	left:135px; 
	top:372px;
}

div#logos h3 {
	float:left;
	margin-left:30px;
	font-size:20px;
	border:1px solid green;
	padding:5px;
	background-color:#316630;
	color:#fff;
}
	

/*TYPO*/
p, a ,li ,h1, h3, h4, h5, h6 {
    font-size:1.0em;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

p {
color: #fff;
margin-bottom: 8px;
}

h1{
    font-size: 20px;
    margin-bottom:14px;
    line-height: 22px;
}
h2{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
}
h3{
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: bold;
}
span.spacer{
    margin: 0 4px 0 7px;
}
/*PICS*/
p.centerImage{   /*img in <p>tag einschliessen um zu centern*/
    text-align: center;
}

a img{
    border: none;
}

.logo_unterseiten{
    position: absolute; top: 36px; right: 110px;
}
/*LIST & TABLE*/
ul.nav_ul{
    list-style-type: none;
    margin-right: 90px;
}
ul.nav_ul li{
    float: right;
    margin: 5px 5px 0 0;
    display: inline;
    
}
ul.nav_ul li a{
    color: #2e2e2e;
    padding-top: 11px;
    height: 25px;
    display: block;
    float: left;
}
ul.nav_ul li a:hover{
        color: #316630;
}
ul.ul_in_text{
    margin-left: 12px;
    margin-bottom:20px;
}
ul.ul_in_text li{
    margin-bottom: 4px;
}

/*FORM*/
input[type="text"]{
    width: 400px;
}
textarea{
    width: 400px;
    font-size: 12px;
}


/*MISC*/

