/* Hauptdatei formate.css */
/* --- Grundeinstellungen --- */
body {  
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 	text-align:center;
}

/* --- Seitenaufteilumg --- */
#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    max-width: 1024px;
    padding: 0.5em;
}
#kopfbereich {
	margin-left: 135px;
	background-color:transparent;
}
#fester_titel {
	position:fixed; 
	top:0px; 
	width:1012px; 
	height:120px; 
	line-height: 0.5;
	border:0px solid #ffffff;
}
#inhalt {
  	margin-left: 135px;
  	margin-right: 12%;
  	 background-color:transparent;
}

#spaltelinks {
  	float: left;
  	width:10%;
  	 background-color:transparent;
}

#spalterechts {
  	float: right;
  	width:10%;
  	background-color:transparent;
}

#fussbereich {
  	clear: both;
  	font-size:70%;
  	background-color:transparent;
}
#foto {		/* illustrierendes Foto */
	color:#ffffff;
	background-color : transparent;
	text-align:center;
	padding:10px 0px;
}

#content {   /* inhaltlicher Text */
	background-color:#ffffff;
	padding:5px;
	background-color : transparent;
}

#content_teich {
    height: 99%;
    overflow: auto;
    width: auto;
    padding: 20px 20px;
}
img.bild {
	max-width: 100%;	
}

/* --- verwendete Schriften --- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: 800;
	color:black;
	font-size: 42px; 
	line-height: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
    color: #555555;
	font-weight: 400;
	font-size: 18px; 
	line-height: 1.2;
	margin-top:0px;
}
.Stil3 {					/* kursive Bilduntertitel */
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:14px;
	color: #666666;
}

