/* CSS Stylesheet engel-wunderlich.de */

* { padding: 0; margin: 0; } /* Alles auf Null */

/*Global stuff */

body 	{
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
	font-style: normal;
	margin-top: 20px;
	background-color: white;
	background-image: url(graphics/global/blaues-band01.png);
	background-repeat: repeat-x;
	color: #25251F;
	}

img {
	border: 0px;	
	}


a	{
	text-decoration: none;	
	color: #2d4b9b;
	}

a:hover {
	text-decoration: none;
	font-weight: normal;	
	color: #25251F;
	}	 
ul {
	margin: 0px 0px 18px 40px;	
	}	
	
  
h1 	{
	margin-bottom: 10px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 44px;
	line-height: 50px;
	color: #962228;
	}
h2 	{
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 45px;
	color: #25251F;
	}
h3 	{
	margin: 0px 0px 10px 20px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 30px;
	color: #2d4b9b;
	}

/* Aussenrum, damit es immer 1000px sind */
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 2000px;
	padding: 15px 30px 15px 30px;
	background-position: right top;
	background-image: url(graphics/global/wirbelsaeule01.png);
	background-repeat: no-repeat;
   }

#top {
	width: 800px;
	height: 130px;
	}

#blauesband {
	float: left;
	width: 800px;
	}
	#blauesband p {
	margin: 56px 0px 0px 700px;	
	}
	#blauesband a{
	color: white;
	}
	#blauesband a:hover {
	color: white;
	}


#navigation {
	float: left;
	width: 216px;
	margin-top: 20px;
	padding: 0px 0px 0px 10px;
	border-left: 10px;
	border-left-style: solid;
	border-left-color: #962228;
	}

	#navigation a {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-decoration: none;	
	color: #25251F;
	}
	
	#navigation a:hover {
	text-decoration: none;
	font-weight: normal;	
	color: #962228;
	}
	
#content {
	border-top-color: #bababa;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	width: 688px;
	margin: 10px 70px 0px 0px;
	padding-top: 40px;
	}

	#content p {
	margin: 0px 0px 18px 20px;	
	}

#footer {
	float: left;
	margin-top: 50px;
	width: 668px;
	padding: 10px;
	color: white;
	background-color: #bababa;
	}

.right { 
   float: right; 
	margin: 0px 0px 20px 20px;
}

.left { 
   float: left; 
	margin: 0px 0px 20px 20px;
}



/* SLIDESHOW */
#slideshow {
 float: left;
 height:146px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
/*
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
} */