@charset "utf-8";


body {
	background:#07469c;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	font-size:12px;
	color:#666;
}

	

#wrapper {
	margin:auto;
	width:960px;
	margin-bottom:20px;
	margin-top:30px;
}

h1, h2, h3 {
	font-family:Lato;
	color:#F98740;
}

h1 {
	font-size:21px;
	margin-bottom:30px;
}

h2 {
	font-size:21px;
	margin-bottom:30px;
	padding-bottom:7px;
	border-bottom:1px dotted #ccc;
}

h3 {
	font-size:15px;
	margin-bottom:12px;
}


.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.orange {
	color:#F98740;
}

a {
    color:#F98740;
    text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#menu {
	background-color:#fff;
	border-radius:5px;
	height:40px;
	margin-bottom:20px;
}

#menu ul {
	list-style-type:none;
	overflow:hidden;
	margin:0;
	padding-left:30px;
}

#menu ul li {
	float:left;
	padding:0 15px;
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
}


#teaser {
	width:960px;
	height:400px;
	;
	background-color:#fff;
	border-radius:4px;
	margin-bottom:20px;
	_box-shadow: 0 0 4px #CCCCCC;
	_padding:5px;
	position:relative;
	box-sizing: border-box;
	border:4px solid #fff;
}

#teaser.startseite {
	background-image:url(../images/start_teaser.jpg);
	background-size:cover;
}

#teaser.ruecken {
	background-image:url(../images/ruecken_teaser.jpg);
	background-size:cover;
}

#teaser.kg {
	background-image:url(../images/kg_teaser.jpg);
	background-size:cover;
}

#teaser.kontakt {
	background-image:url(../images/kontakt02.jpg);
	background-size:cover;
}


img {
	max-width:100%;
}

#content {
	width:960px;
	border-radius:5px;
	background-color:#fff;
	padding:20px 300px 20px 40px;
	line-height:20px;
	margin-bottom:20px;
	box-sizing: border-box;
	position:relative;
}

#footer {
	width:920px;
	height:23px;
	border-radius:5px;
	background-color:#fff;
	padding:10px 20px  0 20px; 
}

#footer div {
	float:right;
}
