/*
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 10px;
	/* https://www.w3schools.com/CSSref/pr_margin.asp
	margin: 10px 5px;
	    top and bottom margins are 10px
	    right and left margins are 5px
	*/
	padding: 10px 10px;
	background: url(./Wsspics/W9/Collage4gelb.jpg);
	background-opacity:0.5;
	
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000080;
	background-color: #ffff80;
	background-repeat: repeat;
	/*background-color: lightgreen;*/
        background-attachment: fixed;
}
body, textarea {
   
   
   scrollbar-base-color:#8C8CC6;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color:#FFFFFF;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#CCCC99;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-shadow-color:#000000;
   scrollbar-track-color:#FFFFCC;
}
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: ;
	color: #000080;
}
ol {
font:  16px arial, sans serif;
color: #000080;
}
.p {
	background-color: #CCCC99;
	border: red double 1px;
	width: 110px;
}
.p2 {
	background-color: #000080;
	border: red double 3px;
	width: 500px;
}
.band  {
	color: ffffff;
	background: #000080;
	text-align: left;
	width: 700px;
}

a {
	border-bottom: 1px solid #8A8E99;
	text-decoration: none;
	color: #4369D1;
}

a:hover {
	border: none;
}

/* Boxed */

.boxed {
       border: black double 1px;
       padding: 0px 5px 0px 5px; 
}
.boxed2 {
       border: #cc6600 double 1px;
       padding: 5px 5px 5px 5px; 
}
.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 2px 30px 2px 40px;
	background: url(images/img4.jpg) no-repeat;
}

.menue  {
	border-left: 1px solid #000080;
	background: #ffffcc;
	text-align: center;
	width: 100px;
	height: 40px;
	display: block;
}
a.menuepunkt {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 100px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
rah {
  color: #ffff00;
  background: #000080;
  text-align: center;
  display: block;
  width: 700px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
a.menuepunkt1 {
  color: black;
  background: #CCCC99;
  text-align: center;
  display: block;
  width: 250px;
  border: #993300 double 1px;
  padding: 5px;
  text-decoration: none;
  font: bold 12px arial, sans serif;
  }
a.menuepunkt:hover{
  color: white;
  background-color: red;
  border: black double 1px;
  }
a.menuepunkt1:hover{
  color: white;
  background-color: red;
  border: black double 1px;
  }
/* Header */

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 3em;
}

#header h2 {
	margin: -.75em 0 0 2px;
	padding: 10;
	font-size: 1em;
}

#header a {
	border: none;
	color: #6F7A9F;
}

/* Posts */

#posts {
	float: left;
	position: absolute;
	left: 500px;
	top: 20px;
	margin: 20px 0px 0 0;
        font-size: .9em;
}

.post {
        position: absolute;
	left: 70px;
	top: 20;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8A8E99;
}

.title {
	margin: 0;
	font-size: 1.8em;
}
.deco {
	margin: 0;
	padding-bottom: 3px;
	padding-left: 8px;
        border-bottom: 1px solid red;
        border-left: 1px solid red;
}

.posted {
	margin-top: 0;
	font-size: .8em;
}
.postex {
	margin-top: 5;
	font-size: 1.2em; 
}

.meta {
	font-size: .8em;
}

/* Footer */

#footer {
	clear: both;
}

#footer p {
	padding-top: 20px;
	text-align: right;
	font-size: .7em;
}

#footer p {
	color: #000080;
}

.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:380px}.w3-auto{max-width:1140px}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}