@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;} 
html, body {height: 100%;}
#wrap {min-height: 100%;
min-width: 1024px;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 1;
	font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#main {
	width: 97%;
	margin-left: 20px;
	overflow:hidden;
	padding-bottom: 100px	
}

#header {
	position: relative;
	height: 70px;

}

.content {
	position: relative;
	background-image: url(../img/bg-black.png);
	background-repeat: repeat;
	height: 40px;
	top: 20px;
	margin-bottom: 10px;
	display:inline-block;
	margin-right: 10px;
}

#footer {
	width: 97%;
	margin-left: 20px;
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;

}

h1 {
	font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
	color: #FFF;
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
	padding: 10px;
}

p {
	font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.grauertext {
	color: #CCC;
}
a {
	color: #FFF;
	text-decoration: underline;
}

#logo {
	position: relative;
	height: 40px;
	background-image: url(../img/bg-black.png);
	background-repeat: repeat;
	top: 20px;
}



#adresse {
	position: relative;
	height: auto;
	width: 98%;
	background-image: url(../img/bg-black.png);
	background-repeat: repeat;
	bottom: -10px;
}