/* ===================================
Stylesheet zur Formatierung am Bildschirm
Datei: erinnerungen.css 
Datum: 2010-06-29
Autor: Peter Arens 
=================================== */



/* ======================================
   1. Allgemeine Styles
   ====================================== */
 html { height: 100%; }  
body {
   background-color: #f3f5cf; /* war #f3f5cf*/
   color: white; 
 font-size: small;  
 margin: 0; 
 padding: 0;
}
h1 { 
   padding: 0; 
   margin: 0; 
}

address {
   text-align: left;  
   font-size: 100%;      
   font-style: normal;
   font-family: verdana;
      
}

/* Hyperlinks */

a { text-decoration: none; outline: none;} 
a:link { color: #0060ff; }    
a:visited { color: #0060ff; } 
a:hover, 
a:focus { 
  color: #d90000; 
  
}
a:active { 
   color: white;
   }





/* Allgemeine Klassen und IDs */



.abstand_01 {margin-bottom: 2em;}
.abstand_02 {margin-bottom: 4em;}
.abstand_03 {margin-left: 6em;}




/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
#wrapper { 
   color: black; 
   background-color: transparent; 
   width: 800px;
   height: 570px;
   margin: 0px auto; 
  /*width: auto; */  
  /* background-repeat: repeat-y;
  background-image: url(../image/wrapper_hg_11.jpg);
  */
}
#kopfbereich {
   position: relative; 
   color: black;
   width: 800px;
   height: 20px; 
   background-color: transparent;
   padding: 0;
   margin:  0; 
}



#textbereich { 
	/*float: left;*/
	background-color: #f3f5cf; /* war #f3f5cf*/
	color: black;
	
	border: 2px solid #a46748;
	
	width: 640px; /*war 740px*/
	min-height: 440px; /*war 460px*/
	padding: 30px ; 
	margin: 1.0em auto 20px auto;
	line-height: 1.4;
	text-align: justify;
}

h2, h4 {font-style: italic;}
h3	{font-family: Verdana;}

#textbereich p {line-height: 1.4;}


#fussbereich {
	clear: both;
	background-color: transparent; /* war #bea779 aa5117 */
	color: #ffe;	
	padding: 15px 0;
	height: 15px;
	text-align: center;
	font-family: Arial; 
	font-size: 100%; 
	font-style: normal;
	letter-spacing: 1px; 
	line-height: 1.4em;  
	
}


 /* Ende @media screen - nicht löschen! */

/* ======================================= 
   E N D E  erinnerungen.css 
   ======================================= */


