
/* << ----------------// General Styles //---------------->> */
body {
margin: 0;
padding: 0;
font-family: Times, serif;
font-size: 15px;
line-height: 20px;
color: #000;
background-color: #f2eee6;
}

#wrapper {
background: transparent url(../bilder/header_001.gif) no-repeat center top;
width: 800px;
overflow: hidden;
margin: 0 auto;
padding: 280px 80px 40px 80px;
background-color: #fff;
}

#nav {
margin: 0 auto 60px auto;
padding: 0;
overflow: hidden;
width: 710px;
}

#nav li {
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#nav li a {
font-size: 16px;
font-weight: bold;
text-decoration: none;
margin: 0 7px;
color: #000;
}



#nav li.lang-de, #nav li.lang-en {
list-style: none;
float: left;
margin: 0 5px 0 0;
padding: 0;
font-size: 16px;
font-weight: normal;
}
#nav li.lang-de {
padding-left: 50px;
}


#nav li.lang-de a, #nav li.lang-en a {
color: #999;
text-decoration: none;
font-weight: normal;
margin: 0;
padding: 0;
}




#nav li a {
font-size: 16px;
font-weight: bold;
text-decoration: none;
margin: 0 7px;
color: #000;
}



#nav li a i {
font-weight: normal;
}

#nav li a:hover, #nav li a.sel {
text-decoration: underline;
color: #df0351;
}

a:link, a:visited {
color: #000;
font-weight: bold;
text-decoration: underline;
}

a:hover, a:active {
color: #df0351;
}

a img {
border: none;
}

a i {
font-weight: normal;
}

#start-box {
position: relative;
text-align: center;
height: 470px;
}

#start-box .bild-text1 {
position: absolute;
bottom: 45px;
left: 75px;
}
#start-box .bild-text2 {
position: absolute;
bottom: 0px;
right: 75px;
}



.bilder-start {
margin: 0 auto;
}

.gallery-image-link {
display:inline-block;
padding:2px;
margin:0;
background-color:#fff;
line-height:0;
}

.gallery-image-link:hover {
background-color:#df0351
}






#footer {
margin: 100px 0 0 0;
padding: 0;
font-size: 12px;
text-align: right;
}

#footer a:link, #footer a:visited {
text-decoration:none;
}

#footer a:hover, #footer a:active {
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */