﻿@charset "utf-8";
/* CSS Document */

@import url(css_navi.css);

body	{	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			background:	url(../images/background.jpg) top center no-repeat fixed;
		}
		
div#wrap	{	width: 60em;	/*960 px*/
				height: 55em;	/*720 px*/
				margin: 1em auto;	/*Außenabstand oben und unten 0, rechts und links mittig zentriert*/
				/* border: 2px solid #EE7F00; */	
			}	
			
div#kopfzeile	{	width: 60em;	/*960 px*/
				height: 15em;	/*720 px*/
				/* border: 2px solid #093;	*/
				background: url(../images/logo_background.png) top left no-repeat;
				
				position: relative; /*sonst funktioniert z-index nicht*/
				z-index: 50;
			}
			
div#logo	{	margin: 0em;
					float:left;
					width: 16em;	
					height: 15em;				
					/* border: 2px solid #EE7F00;	*/
				}
				
div#logo img	{	margin: 0em;
					float:left;
				}				
				
				
div#header {   width: 59.9em;	/*960 px*/
				height: 18em;
				background:	url(../images/header_2.jpg) top left no-repeat;
				border: 1px solid #000; 
				box-shadow:4px 4px 4px #333;
				float: left;
				margin-top: -3.32em;
				
				position: relative;
				z-index: 10;
	       }
						

div#menu	{	width: 30em;
				height: 5em;
				margin-left: 0em;
				margin-top: 7em;
				float:left;
				/* border: 2px solid #33C;	*/
			}											
			
							
div#footer	{	width: 60em;
				height: 2.5em;
				border: 1px solid #000; 
				margin: 0;
				background-color: #41a62a;
				box-shadow:4px 4px 4px #333;
				
				position: relative;
				z-index: 10;
				
			}
			
div#inhalt { width: 58em;	/*960 px*/
				height: 27em;
				/* border: 2px solid #FF0; */
				margin-top: 8em; 
				padding: 1em;
				
				}			
			
div#inhalt h1	{	font-size: 1.5em;
					color: #b4723e; 
					margin: 5em 0 0.4em 0em;
				}
				
div#inhalt h2 {font-weight: bold;
				margin-bottom: -0.5em;
				margin-top: 1.5em;}				
	
div#inhalt p	{	margin: 1em 0 0.4em 0em;
					line-height: 1.4em;
				}	
				
					
div#inhalt a	{	color: #666; /*grau*/
					/* text-decoration:none; */
				}
				
div#inhalt a:hover	{	color: #054597; 
					}				
				
div#inhalt .bold		{	font-weight:bold;
					}		
							
/*Footer*/
div#footer ul li a	{	text-decoration: none; 	/*keine Unterstriche*/
						/* font-size:0.85em; */
						color: #FFF;
						float: left;
						margin-left: 1em;
						margin-top: 0.7em; 
				 	}
					
div#footer p {float: right;
				   color: #FFF;
				   margin-right: 1em;
				   margin-top: 0.7em; }					

.footer_direkt,						
div#footer ul li	{ display:inline;	/*damit sie nebeneinander stehen*/
					}	

.footer_direkt,						
div#footer ul li a:hover	{	color: #000;
							}	
							

/*Slide-Show*/
.slider { height: 18em;
		  width: 59.9em;
		}

.slider .items {display:none} /*sonst bleiben die Bilder stocken*/													