/* General Style */ 
body {
	background:#f3d372;
/*	
	background:#ddffdd;
	font-size:100%;
	margin:0em;
	padding:0.8em 0.8em 0.8em 0.8em;
/*	background-image: url(_image/back01.png);*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

h1 {
	font-size:2.5em;		/*  sky kleiner/größer */
	line-height:3.8em;		/*  sky kleiner/größer */
/*	font-family:Helvetica; */
	font-family:Monotype Corsiva;
	font-weight:100;
	color:#E2DBDB;
	margin:0em;
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:left;
}

p {
	line-height:0.75em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:0em;
	text-align:justify;
}
ul {
	margin:0px;
	padding:0px;
}
li {
/*	background:#FFFFFF; */
	list-style:square;
	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;
	margin:0em 0em 0em 0em;
	max-width:100%;
}

a {
	text-decoration: none;
}

/* Definition damit Footer am Ende der Seite */
/*	html, body { height:97.5%; }	*/
html, body { height:96.0%; }						
	#seite { min-height:100%; }
	#inhalt { padding-bottom:30px; } 			/* hier reduzieren !!!!!!!!!  orginal = 38px */
	#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-position: center bottom; */
/*	background-repeat: no-repeat; */
/*	background-origin: content-box; */
	background-size: 100% auto; 
	height: 10%;
	text-align:center;
}

/* 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.5em 0em auto;
/*	margin:1.25em auto;*/
	padding:0em;
}

#main article {
/*	background:#FFFFFF; */
	display:inline-block; 
	width:18%; 
	vertical-align: top;
	margin-left: 6%;
/*	margin:0em; */
	padding:0em;
	text-align:center;
}
#main article img {
	max-width:560px;
	box-shadow:0px 0px 0px 0px #4c4948;
	border-radius: 0px;
	margin-left:3%; 
}
#main article h2 {
	padding:1em 1.8em 1em 1.8em;
}
#main p {
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}
/* Footer */ 
footer {
	position:relative;
    bottom: 0;
    width: 100%;
	display:block;
	background:#2F2C2C;
	text-align:center;
}
footer ul {
	display:block;
	width:98%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}
footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
#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 !!!!!!!!!!!!! */

/* 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:950px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:950px) {
	#menubar ul li {
		font-size:70%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}
@media screen and (max-width:550px) {
	body {
		font-size:80%;
	}
	p {
		font-size:90%;
	}
	h1 {
		font-size:180%;
	}
	#main article img {
		width:220%;
	}
	#main aside img {
		width:220%;
	}
