@charset "utf-8";
body {
	background:#EFEFEF;
	font-size: 14px;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
#container {
	width: 950px;
	margin: 0 auto;
}
.header {
	position:relative;
	height:260px;
	background:url(../img/header-bg.jpg) no-repeat left top #648DFF;
	text-align:center;
	padding-top:205px;
}
.headline {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:31px;
	line-height:1.8;
}
.subheadline {
	font-size:31px;
	font-weight:bold;
}
#logo {
	position:absolute;
	left:170px;
	top:33px;
}
#kontakt {
	position:absolute;
	left:485px;
	top:23px;
	padding-left:85px;
	width:320px;
	color:#fff;
	text-align:left;
	line-height:1.2;
	border-left:2px solid #fff;
}
#kontakt strong, .images strong {
	font-size:16px;
	font-weight:bold;
}
.telnr {
	height:78px;
	width:550px;
	background:url(../img/tel-bg.png) no-repeat left top;
	font-size:56px;
	line-height:1.4;
	font-weight:bold;
	color:#EBDF06;
	margin:35px auto 0;
	text-align:center;
}
.images {
	height:355px;
	margin-top:1px;
	padding-top:33px;
	background:url(../img/img-bg.png) repeat-x left top #E8E8E8;
	text-align:center;
}
.images img {
	margin: 45px 40px 0;
}
.content {
	background:#fff;
}
.col1, .col2 {
	width:318px;
	margin:40px 0;
}
.col1 {
	margin-left: 118px;
	margin-right:80px;
}
.footer {
	height:140px;
	background:url(../img/footer-bg.png) repeat-x left top #5E8AFF;
	color:#fff;
	font-size:12px;
	padding:10px 10px 0;
}
.time {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
/* -----------------Allgemeines--------------------- */
p {
	margin-bottom:10px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	margin-bottom:20px;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
ul {
	list-style-type:disc;
	margin:10px 0 10px 15px;
}
li {
	margin-bottom: 10px;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}
.clear {
	clear:both;
}
.last {
	margin-right:0;
}
/* ---Navigation und Links--- */
a {
	color:#fff;
}
a:hover {
	color:#ddd;
}
