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

* {
	margin:0;
	padding:0;
	border:0;
	}
	
h2 {
	font-size:18px;
	font-weight:normal;
	}
	
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;
	}
	
a#icon-de {
	background:url(../images/index/icon-de.gif) center 0 no-repeat;
	width:80px;
	height:36px;
	display:block;
	padding:40px 0 0 0;
	}
	
a#icon-en {
	background:url(../images/index/icon-en.gif) center 0 no-repeat;
	width:80px;
	height:36px;
	display:block;
	padding:40px 0 0 0;
	}
	
.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:16px;
	color:#FFF;
	}
	
div#container {
	background:url(../images/index/bg-container.jpg) 0 0 no-repeat;
	width:960px;
	margin:0 auto;
	}

div#header {
	height:50px;
	padding:30px 0 0 0;
	}
	
div#header span {
	display:none;
	}

div#header h1 {
	background:url(../images/index/bg-h1-branding.gif) 0 0 no-repeat;
	width:429px;
	height:50px;
	margin:0 auto;
	}
	
div#content {
	text-align:center;
	padding:20px 0;
	}
	
div#footer {
	text-align:center;
	}

div#footer-content {
	width:200px;
	margin:0 auto;
	}