
* {
    padding: 0px;
    margin: 0px;  
    font-family: Arial;
	position: relative;
}
  
body {
}  

#hintergrund {
	width: 160%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background: url("Design/hintergrund.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media (max-aspect-ratio: 31/26) {
	#hintergrund {
		background-size: auto 100%;
		background-position: 45% top
	}   	
}

.website {
    width: 100%;
	max-width: 980px;
	min-width: 337px;
    margin:0 auto;
	padding-top: 206px;
}

#headfix {
	position: fixed;
	width: 100%;
	z-index: 10;
}

#headermain {    
    background-image: url(Design/head_hintergrund.jpg);
	background-attachment: fixed;
}
      
#header {       
    margin:0 auto;
    width: 100%;
	max-width: 980px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.head {
    height: auto;
}

#headgrenze {
    height: 40px;
    background-image: url(Design/headgrenze.png);
    background-size: 1px 100%;
    top: -10px;
}

#sidebar {
    width: 250px;
    height: auto;
    margin-left: 1%;
    margin-bottom: 1%;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.30);
    float: left; 
    border-radius: 5px;
	z-index: 5;
}

#menu {
    list-style: none; 
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

#einklappen {
	display: none;
}

#aktuellermenupunkt {
    padding-right: 38px;
    width: 94%;
    background-color: rgba(255,255,255,0.98);
    border-radius: 8px 0px 0px 8px;
    margin-top: 3px;
    margin-right: 50px;
    color: Black;
    font-size: 18pt;
    font-weight: bold;
}

#aktuellerunterpunkt {
    width: 101%;
    background-color: rgba(255,255,255,0.98);
    border-radius: 8px 0px 0px 8px;
    margin-left: 20px;
    margin-top: 0px;
    color: black;
    font-size: 14pt;
}

#menu li {  
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.menupunkt, #aktuellerMPUP {
    margin-top: 3px;
    color: white;
    font-size: 18pt;
    font-weight: bold; 
}

.unterpunkt {
    margin-left: 20px;
    margin-top: 0px;
    color: white;
    font-size: 14pt;
}

#menu a {
    text-decoration: none;
}

#menu li:hover {
    color: black;
}

#jahreslosung img {  
	max-width: 250px;
    margin-top: 15px;
    margin-left: 15px;
    border: 1px black solid;
    border-radius: 25px;  
}

#seiten {
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 5px;
    width: 78%;
	max-width: 230px;
    border: 2px black solid;
    background-color: #E5E5AA;
    float: left;
    padding: 10px;
}

#seiten a {
    text-decoration: none;
    color: red;
    font-size: 16px;
}

#seiten h2 {
    font-size: 12pt;
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
}

.intseiten {
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;  
}

#inhaltmain {
    width: calc(100% - 280px);
    margin-right: 1%;
    margin-bottom: 1%;
    float: right;
}

#schattenobenmain {
    float: left;
    width: 100%;
    height: 8px;
}

#schatteneckelinksoben {
    float: left;
    width: 1%;
    height: 100%;
    background: radial-gradient(at bottom right, rgba(46,46,46,1.00), rgba(46,46,46,0.00) 71%);
}

#schattenoben {
    float: left;
    width: 97%;
    height: 100%;
    background: linear-gradient(0deg, rgba(46,46,46,1.00), rgba(46,46,46,0.02));
}

#schatteneckerechtsoben {
    float: left;
    width: 2%;
    height: 100%;
    background: radial-gradient(at bottom left, rgba(46,46,46,1.00), rgba(46,46,46,0.00) 71%);
}

#schattenuntenmain {
    float: left;
    width: 100%;
    height: 10px;
}

#schatteneckelinksunten {
    float: left;
    width: 1%;
    height: 100%;
    background: radial-gradient(at top right, rgba(46,46,46,1.00), rgba(46,46,46,0.00) 71%);
}

#schattenunten {
    float: left;
    width: 97%;
    height: 100%;
    background: linear-gradient(180deg, rgba(46,46,46,1.00), rgba(46,46,46,0.02));
}

#schatteneckerechtsunten {
    float: left;
    width: 2%;
    height: 100%;
    background: radial-gradient(at top left, rgba(46,46,46,1.00), rgba(46,46,46,0.00) 71%);
}

#footer {
    width: 98%;
	max-width: 962px;
    clear: both;
    border-radius: 5px;
	margin: 1%;
    margin-bottom: 10px;
    padding: 5px;
    background-color: rgba(0,0,0,0.30);
}

#footertext {
    display: table;
    margin: 0 auto;
}

#footertext a {
    text-decoration: none; 
    font-size: 0.65em;
    color: white;
    margin: 0px 10px 0px;
}

#footertext a:hover {
    color: black;
}