@media all {

body {
	
	font-family:Arial; 
	 font-size: 90%;
	 line-height: 150%;
	 margin: auto;
}


/* komplette Seite */

#apDiv1 {
	     width: 70%;
		 height: auto;
		 margin-top: 10px;
		 margin-right: auto;
		 margin-bottom: 0;
		 margin-left:auto;
		 z-index:-1;
		
		 }



/* Divcontainer */


#scroll {
	overflow: auto;
	width: 100%;
	height:200px;
	background-repeat: no-repeat;
	scrollbar-shadow-color: #dddcdf;
	scrollbar-face-color: #1f1856;
	scrollbar-base-color: #1f1856;
	scrollbar-highlight-color: #dddcdf;
	scrollbar-3dlight-color: #1f1856;
	scrollbar-darkshadow-color: #1f1856;
	scrollbar-track-color: #dddcdf;
	scrollbar-arrow-color: #dddcdf;
}


text, content, side {
	float: left;

}

text {
	 width: 80%;
	 color: #333;	
	 margin-bottom: 5%;
	 padding-left: 2%;
	 padding-right: 2%;
	 margin-bottom: 5%;
}

text h1 {
	   letter-spacing: .1em;
	   text-align:left;
	   padding-left: 5%;
		font-weight: normal;
		color: #333;	
		font-size: 150%;
		
}


text p {
	    letter-spacing: .1em;
		font-weight: normal;
		text-align: left;
		color: #333;	
		font-size: 100%;
		padding-left: 5%;
}





.link  {color: #333;
     line-height: 160%;
    font-size: 100%;
	font-weight: bold;
}
.link a {color: #001b60;
 font-size: 100%;
	font-weight: bold;
	text-decoration:none;

}

.link a:hover {color: #ca172a;
 font-size: 100%;
}



.link-ds  {color: #333;
     line-height: 160%;
    font-size: 100%;
	font-weight: bold;
}
.link-ds a {color: #001b60;
 font-size: 100%;
	font-weight: bold;
	text-decoration:none;

}

.link-ds a:hover {color: #ca172a;
 font-size: 100%;
}




.footer {
	float: left;
	text-align: center;
	width: 98%;
	margin-bottom: 1%;
	border-top: 4px solid #e0e0e0;

}

}

