body {
	font-size: 85%;
	font-family: 'Trebuchet MS', Vedana, Arial,ans-Serif;
	text-align: center;
	background: lightblue url(../image/ps_verlauf2.png);
    background-repeat:repeat-x top left;
	background-attachment: fixed;
}

.container {
  display: grid;
  grid-template-columns: auto auto;
	grid-auto-columns: 60px;
  /*background-color: dodgerblue;*/
  padding: 10px;
}
.container > div {
  background-color: lightblue;
  border: 1px solid black;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

	
	#wrap {
		width: 960px;
		margin: 0 auto;
		text-align: left;
	}
		
	
	#navigation  {
		float: left;
		width: 960px;
		height: 40px;
		/*border-bottom: 1px solid #999;
		border-top: 1px solid #999;*/
	}
	
	#navigation li {float:left;}
	
	#navigation a {
		float:left;
		display: block;
		margin:2px;
		padding: 10px;
		color: #333;
		border: solid #93A2AA;
		text-decoration: none;
		background: #FFF url(../image/button2.png) no-repeat top left
		
		}
		#navigation  form
        {	
			margin: 15px 20px;
			left: 20px;
		}
	#navigation a:hover {
		color: #FF0000;
		background: #FFF url(../image/button.png) no-repeat top left
		
		}
	
	#sidebar  {
		float: right;
		width: 200px;
		height: 800px;
		top: 0;
		/*border-right: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;*/
	}
	
	#content  {
		float: left;
		width: 559px;
		height: 800px;
		top: 0;
		text-align: left;
		/*border-right: 1px solid #999;
		border-top: 1px solid #999;*/
	}
	
	
	
	h1,h2,h3,h4,h5,h6 {
		margin: 20px;
	}
	
	ul,li {
		list-style-type: none;
	}
	
	p{
		margin: 15px 20px;
		text-indent: 20px;
	}
	p:first-letter {
		 font-size:150%;
		}
	
	a:hover, a:active, a:focus {
		color: #1cb727;
		text-decoration: none;
		}
		
	a:visited {
		color: #909090;
		text-decoration: none;
		}
	
	label {
		display: block;
		font-weight: bold;
		}

	 .imgP {
            /*width: 100%;
            height: 100%;
            object-fit: cover;*/
	    max-width: 90%;
            height: auto;
	border: 10px solid #FFF;
        }
