body {
    background-image: url(../images/bg_big_2.png);
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;    
    font-size: x-large;
    color: #58585a;
}
    
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;    
    font-size: x-large;
    text-transform: uppercase;
    color: #58585a;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;    
    font-size: large;
    color: #58585a;
}

#background {
    background: url(../images/background.png) no-repeat center 310px;
}

#logohead {
    width: 1200px; 
    height: 121px; 
    margin: 50px auto 0px;
    padding: 23px 0 0 0;
    text-align: center;
    background-color: #fff;
}

    
#navi-main {
    width: 1200px; 
    height: 50px; 
    margin: 0 auto 0;
    padding: 10px 0 0 0;
    background-color: #fff;
}

#navi-main li {
    font-family: 'Lato', sans-serif;
}

#navi-main li.active > a,
#navi-main li a:hover {
    color: #000;
}

#navi-main li.exp-navi,
#navi-main li.exp-navi a {
    width: 310px; 
}

#navi-main li a {
    display: block;
    width: 160px; 
    height: 25px; 
    text-align: center;
    padding: 8px 0 15px 20px ;
    text-decoration:none;
    font-size: 20px;
    text-transform: uppercase;
    color: #b1b1b1;
}

#navi-main li ul {
    display: none;
    padding-left: 30px;
}

#navi-main li li a {
    font-size: medium;
    height: 22px;
    text-align: left;
    background: #fff;
    width: 280px;
    padding: 3px 0 2px 12px;
}

#navi-main li li a:hover {
    padding-left: 12px;
}



#navi-main li:hover ul, #navi-main li.sfhover ul {
	display: block;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 160px;
}

#nav li {
	float: left;
	width: 160px;
}

#nav li ul {
	position: absolute;
	width: 159px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#facebook{
        clear: left;
        width: 55px; 
        height: 28px; 
        background: url(../images/facebook_btn.png) no-repeat left bottom;
}

#content {
    width: 1200px; 
    min-height: 500px;
    margin: 0 auto; 
    background-color: #fff;
    overflow:auto;
}

#content #bild1 {
    width: 360px; 
    float: left;
    margin: 0 5px 0 35px; 
}

#content #bild2 {
    width: 360px;
    margin: 0 15px 0 20px;
}
#content #bild3 {
    width: 360px; 
    float: right;
    margin: 0 35px 0 5px; 
}

#content #bildRef {
    width: 333px; 
    float: left;
    margin: 0 5px 0 35px; 
}

#content #bildImpr {
    width: 259px; 
    float: left;
    margin: 0 5px 0 270px; 
}

#content #SpalteRef {
    float: left;
    width: 550px;
    margin: 0 15px 0 50px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #58585a;
    font-size: medium;
}


#content #SpalteImpr {
    float: left;
    width: 400px;
    margin: 0 15px 0 50px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #58585a;
    font-size: medium;
}


#content #SpalteImpr a{
    color: #58585a;
}

#content #SpalteAGB {
    float: left;
    width: 800px;
    margin: 0 300px 0 200px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #58585a;
    font-size: small;
}

#content #SpalteAGB a{
    color: #58585a;
}

#ref {
    font-family: 'Lato', sans-serif;
    font-weight: 700;    
    line-height: 1.3;
    color: #58585a;
    font-size: medium;

}
#content .innercontent {
    width: 975px;
    margin: 0 auto; 
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    color: #58585a;
    font-size: medium;
}

#content .innercontent a{
    color: #58585a;
    text-decoration:none;
}


#content b {
    font-weight: bold;
}


#spalteL {
	float: left;
	width: 450px;
        padding: 0 37px 80px 0;
}

#spalteLloc {
	float: left;
	width: 450px;
        padding: 0 37px 110px 0;
}

#spalteR {
	width: 450px;
	float: left;
	width: 450px;
        padding: 0 0 80px 37px;        
}


    
form{
	width:550px;
}

label{
	display:block;
	width:100px;
	float:left;
}


fieldset{
	width:430px;
}

input{
	width:420px;
        background-color:#e5e4e4;
        border-style:inset;
        border-width:thin;
        margin: 0 0 10px 0;

}

textarea {
        width:420px;
        height:100px;
        background-color:#e5e4e4;
        border-style:inset;
        border-width:thin;
        margin: 5px 0 5px 0;
}
    


#footer2 {
	height: 65px;
	margin: 0 0 30px 0;
	background: transparent url(../images/footer_bg.png) center top no-repeat;
}

