@charset "utf-8";
/* CSS Document */

body {background-color:#F9D566;
	color:#836B3B;
	font-family: Arial;
	margin:0px;
        background-image: url('bg.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
}
	
body a {color:#836B3B;}

header {border: 1px solid #09398A;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
        background-color:#FEFAD4;

}
	
#hilfscontainer {margin:0px auto;
	 max-width:900px;}

aside {
	text-align:center;
	width:100%;}


nav li {

	list-style: none;

	display: inline-block;

	margin: 0;

	padding: 0;

}


nav a,
nav span {

	display: block;
	
	margin: 0.6em 0 0 0;

	padding: 0.4em;

	text-decoration: none;

	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;

}




nav a:focus,
nav a:hover {

	margin-top: 0;

	padding: 1em 0.4em 0.4em;

}

section {display:none;}

h1 {font-size:14pt;}

h2 {font-size:14pt;}

h3 {font-size:14pt;}

main {	color: #836B3B;
	float:left;
	width:100%;}
	
	

article {border: 1px solid #09398A;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
        background-color:#FEFAD4;
}

footer {
	clear:left;
	color:#ffffff;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:30px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

img {max-width:100%; height:auto; }

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
    font-size:large;
}

ul li a {text-decoration:none;
    color:#836B3B; 
    padding:10.5px 11px;
    margin-bottom:10px;
    background-color:#FEFAD4;  
    display:block;
    border-radius:10px;
    border: 1px solid #09398A;
    font-weight: bold;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    text-align:center;
list-style: none;
}

hr {color:#836B3B;}


.a {	
	
	font-weight: bold;
	text-decoration:none;
	color:#E70E08; }

.a:visited {
	color:#E70E08;
	text-decoration: none; }

.a:hover {
	color:#ffffff;
        text-decoration: none; }

.a1 {	
	
	font-weight: bold;
	text-decoration:none;
	color:#ffffff; }

.a1:visited {
	color:#ffffff;
	text-decoration: none; }

.a1:hover {
	color:#ffffff;
        text-decoration: none; }





ul li a:visited {color:#836B3B;}
 
ul li a:hover, ul li .current {color:#ffffff;
    background-color:#836B3B;}

.center  { text-align: center; }

.klein { font-family:Arial;
	 font-size:10pt;
	 color:#B74224; }

.klein2 { font-family:Arial;
	 font-size:8pt;
	 color:#B74224; }



.text {
  
  
  margin-left: 20%;
}
.text_innen {
  padding: 20px 10px 20px 20px;
}
