
/*Bei #inhalt hab ich den Hintergrund geändert mit den Attributen danach (no-repeat....fixed). Und background-size: 700px 800px;*/

#inhalt { 
	font-family: arial;/*, helvetica;*/ 
	width: 700px; 
	margin: 0 auto; /*text-align: left;*/ 
	font-size: 85%; 
	color: #000000; 
	line-height: 1.5em; 
	background: url(Hintergrund.jpg)no-repeat center center fixed;
	background-size: 700px 1000px;
	background-position-y: 117px; 
	border: 1px solid #008B8B;/*padding: 20px; */
}

a.myStyle1:link	{ color: #00008B; text-decoration: none; }
a.myStyle1:visited { color: #0000CD; text-decoration: none; }
a.myStyle1:active { color: #000000; text-decoration: underline; }
a.myStyle1:hover { color: #0000FF; text-decoration: underline; }

.para1 { font-size: 8pt; color: #F0FFFF; }
.para2 { font-size: 8pt; color: #483D8B; }

#p_ganzoben {
	
	position: sticky !important;
	height: 70px;
}

#inhalt_padding {
	padding: 20px;
}

#ganz_unten {
	text-align: center;
     padding: 20px;
}

#impressum {
	margin-right: 38px;
}

#logo_oben {
	text-align: center !important;

		
	/*Hier das hab ich eingefügt für den Schriftzug*/

	position: -webkit-sticky; /* Safari */
            position: sticky;
			top: 0;
			z-index: 1;
			
			/*height: 117px;
			width: 700px;*/

	/*----------------------------------------------*/


	margin-left: 0px;
}

#Raum_fuer {
	 font-weight:normal; 
}

#logos {
	text-align: left !important;
}