

*{ margin:0;
		padding:0;
		
	}
	
	html, body {
 font: 100% 'Roboto-Regular',"Roboto", sans-serif, monaco;
  background-color: /*#CCAC8C*/ #FFFFFF;
  height: 100%;
	}
	
	
	/*********************************************************************************************************************************/
ul li a:link {color: inherit;}	
ul li a:visited { color: inherit; text-decoration: none}
ul li a:hover { color: #FFFFFF; text-decoration: none}

	#Start{
	width: 250px;
	height:75px;
	background-color:#091727;
	position:relative;
	float:left;
	text-align: center;
	padding-top: 18px;
	font-size:26px;
	color: white;
	}

	/*ul li:first-child{
	padding-left:35px;
	padding-right:35px;
	}*/

	ul li a:first-child{
	font-size: 26px;
	}

	
	#colorNavm{
	background-color:#091727;
	height: 70px;
	display: block;
	}
	
	#colorNavm > ul{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
	position: center;
	height: 70px;
	}

	#colorNavm >ul > li {	
	list-style: none;
	float: left;
	width: 14%;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	padding-left:10px;
	padding-right:10px;
	}
	

	#colorNavm >ul >li > a{
	font-size:19px;
	text-decoration:none;
	color: white;
	}


	#button {
	display:none;
	}

	#mobilemenue {
	display:none;
	}
	
	#Seite {
    min-height: 100%;
    position: relative;
	padding-top: 100px;
}
	
	#Untermenü {
	background-color: #e5e2dd;
	width: 15%;
	border-radius: 3px;
	float: left;
	margin-left: 10%;
	padding: 10px;
	}
	
	#Untermenü >li {
	list-style: none;
	padding: 0.4em 0 0 0.4em;
	border-bottom: solid 1px #bbb;
	}
	
	#Untermenü li a {
	color: #091727;
	text-decoration: none;
	font-size: 17px;
	}
	
	/*******************************************************************************************************************************/
	
	#Seite {
    min-height: 100%;
    position: relative;
	background-position:-175px 30px;
	background-attachment: fixed;
	background-color: #210c01;
	padding-top: 100px;
}

	
	
	#Inhalt {
	width:1200px;
	border-radius: 3px;
	background-color: /*#71819E*/ /*#CED1E3;*/ /*#e5e2dd*/ #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	padding-bottom: 2em;
	overflow: hidden;
	}
	
	#Text h2 {
	margin: 1em 0 10px 0;
	color: #333;
	}
	
	#Text p {
	font-family: 'Roboto-Regular','Roboto', sans-serif;
	color: /*#222*/ #000000;
	font-size: 16px;
	line-height: 26px;
	
		}
	
	/*#Text pre {
	/* C-Code für Raspberry Pi */
   	/*margin: 8px 0px 8px 0px;
    	padding: 8px 8px 8px 8px;
    	border-width: 1px;
    	border-style: dotted;
    	border-color: #000000;
    	background-color: #CDCCC7;
    	font-style: italic;
	}*/
	
	#Text{
	margin-left: 45px;
	margin-right: 45px;
	background-color: white;
	}

	#Head{
	background-color: white;
	padding-bottom: 8px;
	}
	
	/******************************************************************************************************************/
	
	footer {
	background: rgba(0, 0, 0, 0.2);
   	bottom: 0;
   	height: 22px;
   	left: 0;
   	position: absolute;
   	width: 100%;
	}

	footer a {
	color: white;
	position: relative;
	font-size: 13px;
	margin-top: 2em;
	padding-left: 1em;
	text-decoration: none;
	}
	
	
	video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
			}

	figcaption {
	font-size: 80%;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	}
	
	
	.bildlinks {
	float: left;
	padding-right: 20px;
	float:left;
	padding-top: 12px;
	}
	
	.bildrechts {
	padding-top: 12px;
	float: left;
	}

	.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	}
	
	span.date {
	font-size: .9em;
	font-style: italic;
	}

	a.title{
		color: red;
	}

	
	
	
	


