@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	background:url(../images/bkgr2.gif) repeat-x #fee8ac ;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #322500;
	line-height:1.4em;
}
html {
    overflow-y: scroll;
}
p {
	margin:0 0 0.7em 0;
}
:focus {
	outline: 0;
}
/*------------------------ Layout -----------------------------*/
.container {
    max-width:700px;
    margin:0 auto;
}
.head {
    /*float:left;*/
    margin: 55px 0 0 0;
    width:100%;
}
.head .logo {
    float:left;
}
.head .name {
    clear:left;
    margin:45px 0 20px 128px;
}
.content {
    clear:both;
    text-align: left;
    margin:0px 0 0 332px;
}
/*------------------------ Schriften -------------------------------*/
a {
	color: #000;
	text-decoration: underline;
	}
a:hover {	
	text-decoration: none;
	}
.adresse h1,
.adresse h2 {
    text-indent: -9999px;
    margin: 0;
    display: inline-block;
	}
h1 {
    font-size: 16px;
    margin:1em 0 0.5em 0;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    margin:1em 0 0.5em 0;
    font-weight: bold;
}
.adresse,
.adresse a {
    color:#000;
}
/*
-------------------------------------------------------------------------------
slideToggleBox
-------------------------------------------------------------------------------
*/
.mehr,
.mehr2 {
    cursor:pointer;
    text-decoration:none;
    color:#fff;
    font-size: 14px;
    background: url("../images/button-open.png") top left no-repeat;
    padding: 0px 0 0 30px;
    margin-left: -30px;
    display: block;
    height:25px;
}

/*.mehr.active, .mehr2.active {
    text-decoration:none;
    background: url("../images/button-close.png") top left no-repeat;
}*/
#impress {
    display:none;
    border-top:1px solid #fff;
    padding:20px 0 0 0;
    margin: 0px 0 20px 0;
}
#daten {
    display:none;
    border-top:1px solid #fff;
    padding:20px 0 0 0;
    margin: 0px 0 20px 0;
}
@media (max-width: 678px) {
    .container {
        padding: 0 30px;
    }
    .head .name {
        margin:45px 0 20px 0;
        float:left;
    }
    .content {
        margin: 0;
    }
    .mehr, .mehr2 {
        margin-left:0;
    }
	.head {
		float:left;
	}
}
@media (max-width: 450px) {
	.head .logo {
		width:100%;
		height:auto;
	}
	.head {
		height:300px;
	}
}