@charset "utf-8";

/* ---------------------------------- Allgemein ---------------------------------- */
/* ---------------------------------- Allgemein ---------------------------------- */
/* ---------------------------------- Allgemein ---------------------------------- */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

div#content h1, div#content2 h1, div#sidebar h1 {
	font-size: 35px;
	color: #e47b00;
	font-weight: normal;
	padding: 0 0 20px 0;
}

div#container p, div#container2 p {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #e47b00;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

h3 {
	font-size: 19px;
	color: #f5a700;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	color: #e47b00;
	font-weight: bold;
	padding: 10px 0;
}

div#sidebar h3 a {
	display: block;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	background: #fdbb32; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYmIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDg4MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdbb32 0%, #fd8825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdbb32), color-stop(100%, #fd8825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdbb32 0%, #fd8825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdbb32 0%, #fd8825 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdbb32 0%, #fd8825 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdbb32 0%, #fd8825 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbb32', endColorstr='#fd8825', GradientType=0 ); /* IE6-8 */
	color: #FFF;
	margin: 0 auto;
	text-decoration: none;
}

div#sidebar h3 a:hover {
	background: #f5a700;
	color: #FFF;
}

h5 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding: 10px 0;
}

div#content-container a {
	color: #e47b00;
	text-decoration: underline;
}

div#content-container a:hover {
	color: #75a821;
	text-decoration: none;
}

.spacer {
	background: url(../images/luft/bg-spacer.gif) 0 10px no-repeat;
}

a img.image-border {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

.border {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

.floatstop {
	clear: both;
	float: none;
}

body {
	background: #eec962 url(../images/luft/bg-body.jpg) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}

/* ---------------------------------- Container ------------------------------- */
/* ---------------------------------- Container ------------------------------- */
/* ---------------------------------- Container ------------------------------- */
	

div#container {
	background: url(../images/luft/bg-content.gif) 0 0 repeat-y;
	width: 960px;
	margin: 0 auto;
}

div#container2 {
	background: url(../images/luft/bg-content2.gif) 0 0 repeat-y;
	width: 960px;
	margin: 0 auto;
}

/* ---------------------------------- Header ---------------------------------- */
/* ---------------------------------- Header ---------------------------------- */
/* ---------------------------------- Header ---------------------------------- */
	

div#header {
	background: url(../images/luft/bg-header.gif) center 0 no-repeat;
	height: 331px;
	padding: 20px 0 0 0;
	text-align: center;
}

div#header span {
	display: none;
}

div#header h1 a {
	background: url(../images/index/bg-h1-branding.gif) 0 0 no-repeat;
	width: 429px;
	height: 58px;
	display: block;
	margin: 0 auto;
}

/* ------------------------------ Navigation ------------------------------- */
/* ------------------------------ Navigation ------------------------------- */
/* ------------------------------ Navigation ------------------------------- */
	

div#navigation {
	height: 27px;
	text-align: left;
	padding: 6px 0 0 30px;
}

div#navigation li.spacer {
	background: url(../images/luft/bg-spacer-navi.gif) right -8px no-repeat;
	list-style: none;
	float: left;
	padding: 0 20px;
}

div#navigation li.lang-de {
	list-style: none;
	float: left;
	padding: 3px 0 0 64px;
}

div#navigation li.lang-en {
	list-style: none;
	float: left;
	padding: 3px 0 0 10px;
}

div#navigation span {
	display: none;
}

div#navigation a#icon-de {
	background: url(../images/luft/icon-de.gif) 0 0 no-repeat;
	width: 21px;
	height: 16px;
	display: block;
	border-right: 1px solid #e47b00;
	border-bottom: 1px solid #e47b00;
}

div#navigation a:hover#icon-de {
	border-right: 1px solid #ffb211;
	border-bottom: 1px solid #ffb211;
}

div#navigation a#icon-en {
	background: url(../images/luft/icon-en.gif) 0 0 no-repeat;
	width: 21px;
	height: 16px;
	display: block;
	border-right: 1px solid #e47b00;
	border-bottom: 1px solid #e47b00;
}

div#navigation a:hover#icon-en {
	border-right: 1px solid #ffb211;
	border-bottom: 1px solid #ffb211;
}

div#navigation a {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

div#navigation a:hover {
	color: #e47b00;
}

/* ---------------------- Header Image / Slideshow ----------------------------- */
/* ---------------------- Header Image / Slideshow ----------------------------- */
/* ---------------------- Header Image / Slideshow ----------------------------- */


div#header-image {
	background: url(../images/luft/bg-top-image.jpg) 0px 0 no-repeat;
	width: 840px;
	height: 161px;
	margin: 10px auto 2px auto;
	text-align: left;
	position: relative;
}

div#slideshow {
	background-color: #FFF;
	width: 281px;
	height: 161px;
}

div#slogan {
	width: 485px;
	position: absolute;
	top: 19px;
	left: 300px;
}

div#slogan p {
	font: bold 30px/28px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

/* ---------------------------------- Navi-ADD ---------------------------------- */
/* ---------------------------------- Navi-ADD ---------------------------------- */
/* ---------------------------------- Navi-ADD ---------------------------------- */
	

div#navi-add {
	height: 65px;
	margin: 0 0 2px 60px;
	text-align: left;
}

div#navi-add li {
	list-style: none;
	display: inline;
}

div#navi-add a#bt-luft {
	background: url(../images/luft/bg-button-luft.gif) center 0 no-repeat;
	width: 279px;
	height: 65px;
	display: block;
	margin: 0 2px 0 0;
	float: left;
}

div#navi-add a:hover#bt-luft {
	background: url(../images/luft/bg-button-luft-hover.gif) center 0 no-repeat;
}

div#navi-add a#bt-land {
	background: url(../images/luft/bg-button-land.gif) center 0 no-repeat;
	width: 278px;
	height: 65px;
	display: block;
	margin: 0 2px 0 0;
	float: left;
}

div#navi-add a:hover#bt-land {
	background: url(../images/luft/bg-button-land-hover.gif) center 0 no-repeat;
}

div#navi-add a#bt-wasser {
	background: url(../images/luft/bg-button-wasser.gif) center 0 no-repeat;
	width: 279px;
	height: 65px;
	display: block;
	float: left;
}

div#navi-add a:hover#bt-wasser {
	background: url(../images/luft/bg-button-wasser-hover.gif) center 0 no-repeat;
}

/* ---------------------------- Content-Container ------------------------------ */
/* ---------------------------- Content-Container ------------------------------ */
/* ---------------------------- Content-Container ------------------------------ */
	

div#content-container {
	padding: 20px 60px;
}

/* ---------------------------------- Sibar ------------------------------------ */
/* ---------------------------------- Sibar ------------------------------------ */
/* ---------------------------------- Sibar ------------------------------------ */


div#sidebar {
	width: 260px;
	padding: 0 10px;
	float: left;
	text-align: center;
}

/* ---------------------------------- Content ---------------------------------- */
/* ---------------------------------- Content ---------------------------------- */
/* ---------------------------------- Content ---------------------------------- */
	

div#content {
	width: 520px;
	padding: 0 20px;
	float: left;
}

div#content2 {
	background-color: #edeae0;
	width: 800px;
	padding: 0 20px;
	float: left;
}

/* ---------------------------------- Footer ----------------------------------- */
/* ---------------------------------- Footer ----------------------------------- */
/* ---------------------------------- Footer ----------------------------------- */
	

div#footer {
	background: url(../images/luft/bg-footer.gif) 0 0 no-repeat;
	height: 70px;
	position: relative;
	padding: 30px 0 0 50px;
}

div#footer span {
	display: none;
}

div#ontop a {
	background: url(../images/luft/bg-button-ontop.gif) 0 0 no-repeat;
	width: 280px;
	height: 64px;
	display: block;
	position: absolute;
	top: 2px;
	right: 60px;
}

div#ontop a:hover {
	background: url(../images/luft/bg-button-ontop-hover.gif) 0 0 no-repeat;
}

div#footer-navi li {
	list-style: none;
	float: left;
	padding: 0 13px;
}

div#footer-navi a {
	font-size: 16px;
	color: #999;
	text-decoration: none;
}

div#footer-navi a:hover {
	color: #e47b00;
	text-decoration: underline;
}
