/* General Style */ 
body {
	background:#f3d372;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
	font-size:2.0em;
	line-height:3.4em;
	font-family:Monotype Corsiva;
/*	font-family:Helvetica;*/
	font-weight:100;
	color:#E2DBDB;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.5em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em 0em 0em 0.9em;
	padding:0.25em;
	text-align:left;
}
p {
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:0.50em 0em 0em 1.7em;
	text-align:justify;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style:square;
/*	text-align: left;	/* bb */
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}

a {
	text-decoration: none;
}

/* Definition damit Footer am Ende der Seite */
			html, body { height:97.5%; }
			#seite { min-height:100%; }
			#inhalt { padding-bottom:10px; } 
			#fuss { height:16px; margin-top:-38px; }

/* Definition für Abstand der Worte im Footer */
			span {word-spacing: 3.0em;		/*	color: yellow;*/
				}		
/* Header */ 
header {
	display:block;
	background:#2F2C2C;
	background-image: url(../_image/sky003.png);
	background-position: center bottom; 
	background-size: 100% auto; 
	height: 10%;
	text-align:center;
}
/* Footer */ 
footer {
	display:block;
	background:#2F2C2C;
/*	text-align:center;*/
}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
/*	text-align:left;*/
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.2em;
	color:#E2DBDB;
	padding:0em 0.125em 0em 0.125em;
}
footer ul li a {
	color:#E2DBDB;
}
#fuss {   /* Footerbereich */						/* einfügen Anfang !!!!!!!!!!!!! */
    background-color: #000000;
    color: #ffffff;
    height: 35px;									/* reduzieren !!!!!!!!!!!!!! */
    width: 100%;
    min-width: 500px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#left {     /* Linke Spalte mit 33% Breite und float:left */
    width: 33%;
    float: left;
    padding: 10px 0px 0px 10px;
    margin: 0px auto 0px auto;
    text-align: left;
}
#center {   /* Mittlere Spalte mit 33% Breite und float:left */
    width: 33%;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
}
#right {    /* Rechte Spalte ohne feste Breite und float:right */
    width: auto;
    float: right;
    padding: 10px 10px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: right;
    font-family:Monotype Corsiva;
    color=#FFFFFF;
}
#klar {    /* Beendet den Float-Bereich */
    clear: both;
}    
#raum { word-spacing: 15em; color: red; }						/* einfügen Ende !!!!!!!!!!!!! */
 
/* On Top Bar */
#menubar {
	display:block;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#FFFFFF;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#454040;
	font-size: 1.125em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#DBD9D8;
	border-bottom: 0.188em solid #E7590B;
}
nav ul li a.active {
	border-bottom: 0.188em solid #E7590B;
}
/* Content Area */ 
#main {
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	padding:0em;
}

#main article {
	display:inline-block; 
	width:38%; 
/*	background:#FFFFFF; */
	vertical-align: top;
	margin:1em 1em 0em 1em;
	padding:0em;
	text-align:center;
}
#main article img {
	max-width:560px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}
#main article h2 {
	padding:0.1em 0.1em 0.1em 0.1em;
}

#main aside {
	display:inline-block;
	width:40%;
	margin:0em; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	background:#FFFFFF;
	border-bottom: 0.188em solid #E7590B;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}
#main aside img {
	width:80%;
	height:auto;
	max-width:100%;
	margin-left:10%;
	border: 6px; 
	border-style: solid; 
	border-color: #c0c0c0; 
	border-radius: 10px;
    padding: 2px; 
}

/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:750px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:750px) {
	body {
		font-size:80%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}
