* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: arial, sans-serif;
    font-size: 100%;
}

body {    
    /*text-align: center;*/   
    /*background-image: url(bilder/hintergrund2.jpg);*/     
}

html {
    background: url(bilder/hintergrund2.jpg); no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;         
}

#wrapper {
    text-align: left;
    width: 900px;
    margin: 0 auto;    
    background-image: url(bilder/hg_steuerung2.png);    
	border-left: black 1px solid;
	border-right: black 1px solid;	
}

header {
    background-image: url(bilder/kopf1.jpg);
    height: 185px;    
}

header p {
    color: white;
    text-align: right;
    font-size: 2em;
    padding: 60px 40px 0 0;
	text-shadow: 1px 1px 1px black;
	opacity: 0.8;
}


nav {
    width: 234px;
    float: left;
    margin-left: 30px;    
    margin-top: 0.1em;       
}

nav ul {
    list-style-type: none;    
	color: white;  /* damit AufzÃƒÂ¤hlungszeichen weiÃƒÅ¸ angezeigt werden */
}

nav li {
	margin-top: 1.0em;    	
}

nav ul ul { 
    list-style-type: square;
    padding-left: 1.5em;    
}

nav ul ul li:first-child {
	/* Gegenarbeiten zu nav li { margin-top: 1.3em; */
	margin-top: 0.4em;            
}


nav a {
    color: white;
    text-decoration: none;
	width: 100%;
	display: inline-block;
	line-height: 1.4em;

	/*  sonst Breite nicht sinnvoll handelbar  */
	box-sizing: border-box;  

	/*  wird erst beim hervorheben der aktiven Zeile benÃƒÂ¶tigt  */
	padding-left: 6px;    
	padding-right: 20px;        	
}

nav li.aktiv a {
	background-color: #a17f69;      
	color: #FFFFFF;
	/*	damit der Pfeil rechts nicht kommt */
	background-image:none;		 
	/*	keine Unterstreichung, dass es nicht nach Link aussieht */
	text-decoration: none;
	/*	Cursor normal, dass es nicht nach Link aussieht */
	cursor: default;
    padding-top: 0.4em;             
}

nav a:hover {
    text-decoration: none;
	background: url(bilder/dreieck2.gif) top right no-repeat;       
}

article {
    margin: 20px 40px 30px 320px;    
}

article h1, 
article h2,
article h3,
article h4 
{     
    color: #b75b1b;
    padding-bottom: 0.5em;    
}

article h1 {
    font-size: x-large; 
}
article p {
    padding-bottom: 1em;
    line-height: 1.7em;
}

article a {    
    text-decoration: none;
    color: #000000;
}

article a:hover {
    background-color: #d36a21;
    color: white;
}    
figure {
	background-color: #eee;
	display: inline-block;
	padding: 10px;
	border: silver 1px solid;
	float: right;
	margin: 0.4em 0 0.4em 1em;
}

figcaption {
	font-size: 80%;
	text-align: center;
	font-style: italic;
}

.bildlinks {
	float: left;
	margin: 0.4em 1em 0.4em 0;
}


article ul {
    padding-left: 1.4em;
    line-height: 1.7em;
	margin-bottom: 2em;
	list-style-type: circle;
}

article ul ul {
	margin-bottom: 0em;
	list-style-type: square;
}

table {
	width: 100%;
    border: silver 1px solid;
    border-collapse: collapse;
	margin-bottom: 2em;
}

table thead {
    background-color: #b75b1b;
    color: white;
}

table th,
table td {
    padding: 4px 6px;
	border-right: white 1px solid;
}

tbody tr:nth-child(even) {background: #ccc}
tbody tr:nth-child(odd) {background: #fff}

th:last-child,
td:last-child { 
	border: silver 1px solid; 
}

tbody tr:hover {
	background-color: hsla(50, 20%, 50%, 0.6);
	cursor: default;
}

dl {
	margin-top: 1em;
	margin-bottom: 2em;
}

dt {
	display: inline-block;
	float: left;
	font-weight: bold;
	max-width: 155px;
}

dd {
	margin-left: 160px;
	margin-bottom: 0.5em;
}

dl div {
	clear: both;
	margin-bottom: 1em;
	border: 0;
}

footer {
    background-color: black;
	text-align: center;
    clear:both;
	line-height: 2em;
	color: silver;
	font-size: 80%;
}

footer a {
	color: silver;
	text-decoration: none;
}

/* fÃƒÂ¼r Nutzung ÃƒÂ¼ber 900px MenÃƒÂ¼-Button ausblenden */
.menue-button {
	display: none;
}

/* fÃƒÂ¼r Tablet und Co. - unter 900px (56.25em) */
@media only screen and ( max-width: 56.25em ) {
	#wrapper {
		width: 100% !important;
		background-image: none;
		border-left: 0;
		border-right: 0;		
	}

	body {
		background-image: none;
		background-color: white;
	}	
	
	#steuerung {
		display: none;
	}
	
	article {
		margin: 1em 2em;
	}	
	
    	.menue-button {		
		background-color: grey;
		display: block;
		position: absolute;
		left: 2em;
		top: 130px;
		padding: 0.5em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	

	/*.menue-button:hover {
		color: black;
		background: #d36a21;
	}*/

	/*	#steuerung {*/
	#nav-menue:target #steuerung {
		display: block;
	}
	
	#nav-menue:target .menue-button-beschr-open {
		display: none; 
	}	
	
	#steuerung {
		background-color: grey;
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1em;
	}	

	#steuerung li {
		border-top: 2px solid silver;
		margin-top: 0;
	}	

	#steuerung ul ul {
		margin-bottom: 0;
	}	
	
	#steuerung a {
		padding: 0.5em;
		text-decoration: none;   
	}
	
/*	#steuerung a:hover {
		color: black;
		background: #d36a21;
		background-image: none;
	}	
*/	
	#steuerung li.aktiv a {
		background-color: grey !important;
		color: white !important;
	}	
	
}


/* fÃƒÂ¼r kleine Handy-Displays Breakpoint ab 500px = 31.25em*/
@media only screen and ( max-width: 31.25em ) {

	header {
		height: 100px;
		background-size: 500px;
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	.menue-button {
		right: 20px;
		top: 20px;
		left: auto;
	}
    
    header p {
		text-align: right;
		font-weight: bold;
		font-size: 1.3em;
		padding: 0.6em 6.2em 0px 1em;
		opacity: 1;
	}
	
	/*	Defitionsliste */
	dt {
		float: none;
	}
	dd {
		margin: 0;
		line-height: 1.4em;
	}
	
	/* Bilder im Inhalt */
	figure {
		float: none;
		margin: 0;
		width: 90%;
	}

	figure img {
		width: 100%;
		height: auto;
	}
	

	
	
	table th, table td {
		padding: 1em; 	
	}
	
	/*
	tbody tr:nth-child(even) {background: none}
	tbody tr:nth-child(odd) {background: none}
	*/
	tbody tr {background: none !important;}

	
	th,
	td { 
		border: silver 1px solid; 
	}	
	
	td {
		border:1px solid silver;
	}
	
	table {
		border:none;
		font-size: 70%;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 90%;
		margin-bottom: 1em;
	}

	td {
		float: left;
		width: 100%;
		padding:1em;
	}
	
	td:before {
		content:attr(data-label);
		background: #b75b1b;
		border-right:2px solid black;
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}		
	
}