@charset "UTF-8";

@font-face {
    font-family: 'ramblabold';
    src: url('../fonts/rambla-v13-latin-700-webfont.woff2') format('woff2'),
         url('../fonts/rambla-v13-latin-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ramblaregular';
    src: url('../fonts/rambla-v13-latin-regular-webfont.woff2') format('woff2'),
         url('../fonts/rambla-v13-latin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.tabelle_blau {
	background-color: #06F;
}
body {
	background-color: #505260;
	background-image: url(../images/body_hg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'ramblaregular', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	color: #595e6e;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header {
	background-color: #FFF;
	height: 142px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#banner {
	background-color: #E2D429;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 270px;
}
#content {
	background-color: #FFF;
	width: 974px;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #6d717a;
	width: 974px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
h1 {
	font-size: 30px;
	color: #7a7e8b;
	font-weight: normal;
	font-family: 'ramblabold', sans-serif;
}
ul {
	list-style-position: outside;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-left: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-image: url(../images/listenpunkt.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
a:link , a:visited{
	color: #595e6e;
	text-decoration: none;
}
a:hover, a:active {
	color: #DEDC2A;
	text-decoration: none;
}
.link_footer:link, .link_footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.link_footer:hover, .link_footer:active {
	color: #DEDC2A;
	text-decoration: none;
}
.tel:link, .tel:visited {
	color: #595e6e;
	text-decoration: none;
}
.tel:hover, .tel:active {
	color: #595e6e;
	text-decoration: none;
}
.tel_footer:link, .tel_footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.tel_footer:hover, .tel:active {
	color: #FFFFFF;
	text-decoration: none;
}
