/*FARBEN:
#9c9e9f		grau
#9c1f2d		dunkelrot
#fce2ce		hautfarbe

h1 rot gross fett
h2 grau gross fett
h3 rot klein fett
h4 grau klein fett
h5 weiss klein
p normal

*/

a  {
	color: #9c9e9f; font-size: 13px; font-family: Arial, Helvetica, san-serif;
	}

p  {
	color: #9c9e9f; font-size: 15px; font-family: Arial, Helvetica, san-serif;
	}

h1  {
	color: #9c1f2d; font-size: 20px; font-family: Arial, Helvetica, san-serif;
	}
	
h2  {
	color: #9c9e9f; font-size: 15px; font-family: Arial, Helvetica, san-serif;
	}

h3  {
	color: #9c1f2d; font-size: 15px; font-family: Arial, Helvetica, san-serif;
	}

h5  {
	color: #FFFFFF; font-size: 14px; font-family: Arial, Helvetica, san-serif; text-decoration: none;
	}
	

* {
    margin: 0;
    padding: 0;
}
		
#wrapper {
    background-color: #FFFFFF;
    width: 900px;
	margin: 40px auto;
	text-align: left;
}

body {
    text-align: center;
	background-image: url(orchidee_gross.jpg);
	background-attachment: fixed;
	background-width: 100%;
	background-height: 100%;
}		
	
body, header, logo, nav, footer, aside, section, firmen, imagefuss {
    display: block;
}

header {
    background-color: #9c9e9f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

#steuerung {
}

#steuerung ul {
    list-style-type: none;
}

#steuerung li {
    display: inline;
	float: left;
}

#steuerung a {
	display: block;
	padding: 0.1em;
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
    text-decoration: none;  /* keine Unterstreichung */
    color: gray;  /* Schriftfarbe grau */	
}
	
image {
	width: 900px;
	height: 240px;
}

section {
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 80px;
	padding-bottom: 30px;
}

section ul {
    padding-left: 3em;
}

section li {
    padding-bottom: 0.5em;
}

#slideshow {
	position: absolute;
	margin-left: 510px;
	margin-top: 260px;
	height: 150px;
	width: 200px;
}

#logos {
	position: absolute;
	margin-left: 600px;
	margin-top: 165px;
	text-align: center;
}

#imagefuss {
	height: 220px;
	width: 900px;
}

#orchideefuss {
	height: 220px;
	width: 900px;
	text-align: right;
}

footer {
    background-color: #9c9e9f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-cookie 
#footer-cookie * {
	box-sizing: border-box;
}

#footer-cookie * {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 60px;
	background: black;
	color: white;
}

#footer-cookie a {
	color: white;
}

#footer-cookie * #description {
	float: left;
}

#footer-cookie #accept {
	float: right;
	padding-right: 170px;
}

#footer-cookie #accept a {
	width: 100%;
	display: block;
	text-align: center;
}