/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
    display: block;
}

/* styles roth + kollegen, 22.2.10 */
html {
	 background: url(../img/bg.jpg) center 312px repeat-x #fff;
}
#start {
	background-position: center 413px;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #04378b;
	text-align: center;
	background: url(../img/bg_content.jpg) center top repeat-x;
}
#start body { background-image: url(../img/bg_start.jpg); }

h1, h2, h3, h4, nav {
	font-weight: bold;
	font-size: 13px;
	font-family: Corbel,
	             "Lucida Grande",
	             "Lucida Sans Unicode",
	             "Lucida Sans",
	             "DejaVu Sans",
	             "Bitstream Vera Sans",
	             "Liberation Sans",
	             Verdana,
	             sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 12px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 845px;
}

#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

header {
	position: relative;
	height: 312px;
}
#start header {
	height: 413px;
}

header .logo {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 30;
}

header hgroup {
	position: absolute;
	top: 140px;
	left: 15px;
	z-index: 20;
}
#start header hgroup {
	top: 180px;
}

header h1 {
	color: #04378b;
	font-weight: normal;
	font-size: 20px;
}
header h2 {
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
}
#start header h1 {
	color: #fff;	
}
#start header h2 {
	color: #04378b;
}

nav {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 10;
}
nav h2 {
	position: absolute;
	text-indent: -9999px;
}
nav ul {
	font-size: 13px;
	text-transform: uppercase;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	color: #04378b;
	padding: 15px;
	text-decoration: none;
}
nav li a:hover, nav li:hover, nav li a:focus, nav li:focus, nav .current {
	background-color: #e5ebf3;
}

nav ul ul {
	position: absolute;
	display: none;
	background-color: #d5ddec;
	font-size: 11px;
	padding: 3px 0;
	width: 200px;
}
nav ul ul li {
	float: none;
}
nav ul ul a {
	padding: 4px 15px;
}
nav ul ul a:hover, nav ul ul a:focus, nav ul ul .current {
	background-color: #869ec8;
}
nav li:hover ul, nav a:focus + ul {
	display: block;
}

#content {
	padding: 10px;
	overflow: hidden;
}
section.main {
	width: 590px;
	float: left;
}
section.main h2 {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #e5ebf3;
}
.pad-content {
	padding: 0 10px;
}
#start .pad-content {
	padding-left: 0;
}
img.push-left {
	float: left;
	margin-right: 10px;
}
img.push-right {
	float: right;
	margin-left: 10px;
}

section.contact {
	width: 220px;
	float: right;
	background-color: #e5ebf3;
}
section.contact h2 {
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #04378b;
}
section.contact ol {
	padding: 0 10px;
	font-weight: bold;
}
section.contact li {
	overflow: hidden;
	clear: both;
}
section.contact span {
	font-weight: normal;
	float: right;
}
section.contact address {
	clear: both;
	padding: 10px;
}

footer {
	border-top: 1px solid #e5ebf3;
	padding-top: 10px;
	position: relative;
	clear: both;
}
footer, footer a {
	color: #c1c1c1;
}
footer img {
	position: absolute;
	right: 0;
	top: 0;
}

