@charset "UTF-8";
body {
	padding: 0;
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
	background-image: url(../images/hg2.gif);
	background-repeat: repeat;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


a:link {
	color: #000000;
	text-decoration: underline; 
}


.container {
	width: 960px;
	background: #FFF; 
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000;
}


.header {
	background-color: #FFFFFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	background-position: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #000;
}


.content {
	margin-top: 120px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
	border-top-color: #000;
	color: #000;
	background-color: #FFF;
}
.container .header p {
	text-indent: -1000px;
	color: #000;
}


.footer {
	background-color: #FFFFFF;
	padding-top: 25px;
	font-size: 12px;
	padding-bottom: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
}

.tabelle {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
