/* CSS Document */


header
,nav
,section
,article
,aside
,footer
,hgroup
{
display: block;
}


.blau {	color: #051f4a;}
.rot{color: #91002d;}
.grau{color: #666;}

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


html, body {height:100%;}	
	

body {
	margin-left:25px; 
	width:100%;
	overflow:hidden;
	background-image: url(streifen.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	}


a {
	color: #051f4a;
	text-decoration: none;
}

a:hover {color: #91002d;}



	/* ------------------------------------ section -------------------------------------- */

section {
	position:relative;
	height:555px;
	width:868px;
	margin:auto; 
	background-image: url(hg.png);
		background-repeat:no-repeat;	
		background-position:left 19px;
	}

header {
	position:relative;
	height:100%;
	width:100%;
	background-image: url(front.png);
		background-repeat:no-repeat;	
		background-position:right top;
	}
	


address {
	font-size:.8em;
	line-height:1.8em;
	font-style:normal;
	font-weight:bold;
	position:absolute;
	top: 120px;
	left:580px;
	color:#666;
	}
	
article {
	position:absolute;
	height:391px;
	width:575px;
	top:120px;
	left:0px;
	background-repeat:no-repeat;	
	background-position:left bottom;
	display:none;
	font-size:.82em;
	line-height:1.2em;
	color: #051f4a;
	padding:15px;
	overflow:hidden;
	}	


.eingerueckt {	margin-left:130px;	}	
.altbacken {	
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	}	


article h1 {
	font-size:1.3em;
	margin-top:25px;
	margin-bottom:10px;
	}
	


article h2 {
	font-size:1.1em;
	margin-top:15px;
	margin-bottom:10px;
	}

article p {
	margin-bottom:10px;	
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
}
	
article li {
	list-style:none;
	margin-bottom:7px;
	}
	
article div {
	overflow:hidden;
	max-height:375px;
	}
	
iframe {
	margin:20px;
	width: 425px;
	height:550px;
	}
	
	/* ------------------------------------ nav -------------------------------------- */
	
	
nav {
	position:relative;
	margin:auto;
	height:55px;
	width:876px;
	color:#004528;
	}	
	

nav li {
	float:left;
	list-style:none;
	height:16px;
	width:120px;
	margin: 0px 5px;
	padding:1px;
	border: #051f4a 1px solid;
	background-color:#fbfbfb;
	color:#051f4a;
	text-align:center;
	font-size:.8em;
	}

nav ul >ul {
	position:absolute;
	display:none;
	}


nav li.hover {
	color:#fff;
	background-color:#91002d;
	border: #91002d 1px solid;
	cursor:pointer;
	}


nav li.aktiv,
nav li.aktiv:hover {
	cursor:default;
	color: #91002d;
	background-color:#fbfbfb;
	border: #91002d 1px solid;
	font-weight:bold;
	}
	


	/* ------------------------------------ footer -------------------------------------- */
	
footer {
	position:absolute;
	width:150px;
	bottom:5px;
	right:5px;
	font-size:.7em;
	line-height:1.8em;
	font-style:normal;
	color:#fff;
	}


	
footer a {
	color:#fff;
	text-decoration:none;
	}
	
footer a:hover {color:#ccc;	}