@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	}
	
h2 {
	font-size:18px;
	font-weight:normal;
	}
	
h3 {
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}
	
li {
	list-style:none;
	padding:0 10px;
	float:left;
	}
	
a {
	color:#FFF;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.spacer {
	background:url(../images/index/bg-spacer-line.gif) 0 10px no-repeat;
	width:335px;
	height:20px;
	margin:0 auto;
	}
	
.floatstop {
	float:none;
	clear:both;
	}
	
body {
	background:#0a2950 url(../images/index/bg-body.jpg) 0 0 repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	}
	
div#container {
	width:678px;
	margin:0 auto;
	}
	
* html div#container {
	width:688px;
	margin:0 auto;
	}

div#header {
	padding:30px 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:50px;
	display:block;
	margin:0 auto;
	padding:0 0 20px 0;
	}
	
div#content {
	text-align:center;
	padding:20px 0;
	position:relative;
	}
	
div#content-add {
	width:600px;
	position:absolute;
	top:460px;
	left:50%;
	margin:0 0 0 -300px;
	}
	
div#column1 {
	background:url(../images/index/bg-content-land.jpg) 0 0 no-repeat;
	width:206px;
	float:left;
	margin:0 10px;
	}
	
div.column-content {
	width:206px;
	height:298px;
	text-align:center;
	padding:15px 0;
	}
	
div.column-image {
	margin:0 0 15px 0;
	}
	
div.column-image a img {
	border:2px solid #FFF;
	}
	
div.column-image a:hover img {
	border:2px solid #04101f;
	}
	
div#button1 a {
	background:url(../images/index/bg-button-land.jpg) 0 0 no-repeat;
	width:206px;
	height:142px;
	display:block;
	padding: 0 0 20px 0;
	}
	
div#button1 span, div.button2 span, div#button3 span {
	display:none;
	}
	
div.column2 {
	background:url(../images/index/bg-content-luft.jpg) 0 0 no-repeat;
	width:206px;
	float:left;
	margin:0 10px;
	}
	
div.button2 a {
	background:url(../images/index/bg-button-luft.jpg) 0 0 no-repeat;
	width:206px;
	height:142px;
	display:block;
	padding: 0 0 20px 0;
	}
	
div#column3 {
	background:url(../images/index/bg-content-wasser.jpg) 0 0 no-repeat;
	width:206px;
	float:left;
	margin:0 10px;
	}
	
div#button3 a {
	background:url(../images/index/bg-button-wasser.jpg) 0 0 no-repeat;
	width:206px;
	height:142px;
	display:block;
	padding: 0 0 20px 0;
	}



.button2 a, #button1 a, #button4 a, #button3 a{
    height: 93px !important;

    overflow: hidden!important;
}