/*
Release date: 2008-09-14
Description: landing for dennig
Author: Mwinsemann
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url('img/back_dennig.png') no-repeat center top;
	color: #000;
	font: normal 62.5% Arial;
	}

li {list-style: none;}


/* structure */
.inner-container {
	background: white;
	font-size: 1.2em;
	margin: 0 auto;
	width: 800px;
}


/* headere & title */
.header {
	background: #FFF url('img/weblogo.png') no-repeat;
	background-position: center;
	height: 180px;
}

/* Banner */
.banner {
	background: #FFF url('img/mitte_dennig_banner.jpg') no-repeat;
	background-position: center;
	height: 200px;
}

/* - Menü - */
#menu {
  text-align: center;
  font-style:italic;
  text-decoration: none;
}
#menu li {
  font-size: 1.2em;
  font-weight:bold;
  display: inline;
  list-style-type: none;
  padding: 0 30px 0 40px;
}
#menu li a {
  color: black;
  text-decoration: none;
}
#menu li a:hover {
	color: red;
}