@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	}

	
a img
{
	border: 0px none;
	outline: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6
{
	margin-bottom:10px;
	margin-top:10px;
}
body
{
	background:#f3f3f3;
	 color: #88898A;
	 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size:14px;
	
}
a:link,
a:visited,
a:active
{
	color:#88898A;
	}
	
	a:hover
	{
		color:#666;
	}
	
.headerWrapper {
    box-shadow: 5px 4px 10px -5px #999999;
    height: 150px;
    top: 0;
    width: 100%;
}

.header {
    font-family: Tahoma,Geneva,sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 780px;
}



.adress {
    color: #88898A;
    font-size: 12px;
    height: 115px;
    padding-top: 50px;
    text-align: center;
}
.logoSection {
    text-align: center;
    width: 100%;
}



.content {
    height: auto;
    margin: 190px auto 0;
    width: 780px;
}

.content > img {
    margin-left: 0;
    margin-top: 40px;
    vertical-align: middle;
}
footer {
    bottom: 0;
    box-shadow: 0px -13px 10px -12px #999999;
    height: 132px;
    margin-top: 40px;
    width: 100%;
}
.footerInner {
    margin: 0 auto;
    width: 780px;
}
.linked {
    float: left;
    margin-top: 40px;
}

.impressum {
    float: right;
    margin-top: 30px;
    text-align: right;
}
.backBtn {
    background: none repeat scroll 0 0 #88898A;
    color: #F3F3F3 !important;
    display: block;
    padding: 10px;
    text-align: center;
    width: 120px;
}





