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

body {
	background-color: #061337;
	background-image: url("delacote-hg.jpg");
	background-position: center 0px;
	background-repeat: repeat-y;
	font: normal 14px/1.4em Arial,Helvetica, Geneva, sans-serif;
	color: white;
}

p {
	margin-bottom: 15px;
}

#main {
	width: 900px;
	height: 600px;
	margin: 0px auto;
	text-align: center;
}

#header {
	background-image: url("delacote-1.jpg");
	width: 900px;
	height: 160px;
	text-align: left;
}

#header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#navi {
	height: 60px;
	padding-left: 30px;
	text-align: left;
	list-style-type: none;
}

#navi li a, #navi li a:active, #navi li a:visited {
	padding-top: 40px;
	color: white;
	text-decoration: none;
}

#navi li a:hover, #navi li a.current {
	color: white;
	text-decoration: underline;
	background-image: url(bauer.png);
	background-position: center;
	background-repeat: no-repeat;
}

#navi li {
	padding-top: 40px;
	float: left;
	margin-right: 20px;
	list-style-type: none;
}

#headline {
	clear: left;
	height: 40px;
	margin-top: 60px;
	padding-left: 30px;
	font-style: normal;
}

#content {
	width: 370px;
	height: 400px;
	padding: 40px 0px 30px 30px;
	text-align: left;
	float: left;
}

#lang {
	width: 90px;
	height: 140px;
	text-align: left;
	padding-top: 50px;
	padding-left: 410px;
	background-image: url("delacote-2.jpg");
	float: left;
	font-size: 10px;
}

#lang img {
	vertical-align: middle;
	margin-bottom: 3px;
}

#delacote {
	width: 500px;
	height: 250px;
	float: left;
}

tr.title td {
	padding: 1px 3px;
	background-color: black;
	font-size: 14px;
	font-weight: bold;
}
tr.line1 td {
	padding: 1px 3px;
	background-color: white;
	color: black;
	font-size: 11px;
}
tr.line2 td {
	padding: 1px 3px;
	background-color: #666;
	color: white;
	font-size: 11px;
}

#footer {
	font-size: 10px;
}

a, a:visited, a:active, a:hover {
	color: white;
	text-decoration: underline;
}

/*Magazine layout*/
.magazine-container {
	background: #f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
}

/* Excel import */
.daten { 
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.daten caption { 
	margin-top: 30px;
	padding: 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background-color: #005aab;
	border: 1px solid #005aab;
}

.daten td { 
	border: 1px solid #005aab;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.daten th { 
	border: 1px solid #005aab;
	padding: 8px 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #e5eef6;
	font-weight: bold;
	color: #ed1846;
}

.daten .subtitle td { 
	padding: 8px 3px;
	background-color: #e5eef6;
	font-weight: bold;
}

.daten tfoot td { 
	padding: 8px;
	background-color: #e5eef6;
}

