@charset "UTF-8";

html { 
  background: #ecf2f2 url(img/background.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 100%;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #454545;
	line-height: 125%;
	height: 100%;
}

#wrapper {
	background: url(img/contentbackground.png) center repeat-y;
	min-height: 100%;
}

img.left {
	float: left;
	padding: 5px;
	border: 1px solid #005386;
	margin-right: 15px;
	margin-bottom: 15px; 
}

h1 {
	color: #005386;
	font-size: 1.2em;
	line-height: 150%;
}



article h2 {
	color: #005386;
	font-size: 0.9em;
	line-height: 150%;
}

article p {
	color: #454545;
	font-size: 0.8em;
	line-height: 150%;
	font-weight: normal;
}

section p {
	font-weight: normal;
}

section a,
section a:link,
section a:hover,
section a:active,
section a:visited {
color: #005386;
}

#logo {
	width: 235px;
	height: 140px;
}

#contentwrapper { width: 796px; margin:auto; }

header {
	padding-top: 400px;
}

footer {
	position: absolute;
	width: 816px;
	top: 0;
	left: 50%;
	margin-left: -408px;
}

#headgallery {
	margin-left: 10px;
}

#logo {
	position: absolute;
	top: 10px;
}

nav {
	position: absolute;
	top: 315px;
	width: 796px;
	height: 69px;
	background: url(img/navbg.gif) repeat-x;
	margin-left: 0px;
}

#right {
	width: 490px;
	float: right;
	padding: 0px 50px 0px 50px;
}

aside {
	width: 199px;
	float: left;
	margin-top: 410px;
	margin-left: 0px;
	background: #e4e4e5;
}

aside h2 {
	background: url(img/kontaktbg.gif);
	width: 184px;
	height: 30px;
	padding-top: 12px;
	margin-top: 0px;
	font-weight: normal;
	color: #005386;
	font-size: 1em;
	padding-left: 15px;
}

aside p {
	font-size: 0.9em;
	color: #585858;
	padding: 5px 15px 5px 15px;
	font-weight: normal;
}

.clearer {
	clear: both;
}

fieldset legend {
	color: #005386;
	font-size: 0.9em;
	line-height: 150%;
	font-weight: bold;
}

fieldset label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 12px;
	font-size: 0.9em;
}

fieldset input {
	display: block;
	float: left;
	margin-bottom: 12px;
	width: 220px;
}

fieldset select {
	display: block;
	float: left;
	margin-bottom: 12px;
	width: 126px;
}

fieldset textarea {
	display: block;
	float: left;
	width: 220px;
	height: 200px;
}

fieldset .button {
	display: block;
	margin-left: 157px;
	margin-top: 15px;
	background-color: #005386;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #58585a;
	cursor: pointer;
}

.fehlermeldung {
	border: 1px solid #F00;
	color: #f00;
	padding: 5px;
	font-weight: bold;
}

fieldset label.fehler {
	color: #f00;
	font-weight: bold;
}


#comments {
	display: none;
}

.blog-date, .num_comments { display: none; }

Source: http://designmodo.com/css3-dropdown-menu/

.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 69px;
	width: 100%;
	background:url(img/navschatten.png) no-repeat;
	margin: 0;
	padding: 0;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 50px;
	margin-top: 10px;
	border-right: 1px solid #fff;
}

/* Links */

.menu li a {
	display: block;
	padding: 18px 38px 18px 38px;
	text-decoration: none;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
}

.menu li:last-child { border-right: none; }

.menu li:hover > a { color: #c4c4c4; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 56px;
	left: 0;
	opacity: 0;	
	background: #115e8e;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}



.menu li:hover > ul { opacity: 1; }

.menu li ul { display /*\**/: none\9; }
.menu li:hover ul { display /*\**/: block\9; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border-right: none;
	width: 95%;
	margin-left: 3%;
	border-bottom: 1px solid #fff;
	text-transform: lowercase;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 100%;
	padding: 4px 0 4px 0px;
	margin: 0;
	border: none;
	text-align:center;
	text-transform: none;
	text-size: 0.9em;
}

.menu ul li:last-child { border-bottom: none; }

p.datenschutz { font-size: 0.7em; text-align: center; padding-bottom: 2px; margin-top: -50px; }
p.datenschutz a { color: #005386; }