* {
 	margin: 0;
 	padding: 0;
 	} 
 
 
body {
	background-color: #ce3806; 	
	background-image: url(img/textfeld.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #800000;	 
        font-family: 'times new roman', serif;
	}
		
#textfeld {	
		margin: auto;
		width: 625px;
		 }
		        
/*waagerechte Linkleisten*/
.textlink, .linkleiste {
		                 list-style-type: none;
                                  text-align: center;
                                  }

.nav {
        display: inline;
        margin: 1px;
        padding: 4px 7px 4px 7px;
        border: 1px none #ffffaa;
        background-color: #c2b8d8;
         }
         
/*Linkfarben für alle*/
a {text-decoration: none;}
a:link {font-family: Arial, Helvetica; font-size: 10pt; color: blue;}
a:hover {font-family: Arial, Helvetica; font-size: 10pt; color: black; text-decoration: underline;}
a:visited {font-family: Arial, Helvetica; font-size: 10pt; color: red;}
a:active {font-family: Arial, Helvetica; font-size: 10pt; color: green;}
         
/*Bilderrahmen*/
		        
#rahmen-laengs {
		border: 1px none red;
		width: 143px;
  		height: 465px;
    		margin: 0 20px 0 10px;
    		float: left;
    		}
    		
.rahmen-quer {
		border: 1px none red;
		margin: 50px 0 0 100px;
		width: 520px;
  		height:143px;
  		padding-bottom: 4%;
    	        }
    		
class einzelrahmen {
		width: 143px;
  		height:1065px;
    		margin: 0 20px 0 10px;
		float: left;
    		}
    		
.rahmen-foto {
		border: 1px none red;
		margin: auto;
		width: 525px;
  		height:143px;
  		padding-bottom: 4%;
    	        }
    		
 img  { 
 	  float: left;
           margin: 0 20px 0 0;
           border: 2px solid #ffffaa;
          }  
		        

h1, h2, p {
        	padding: 0 10px 0 10px;
        	 }
		
h1, h2, h3 {
            text-align: center;
            margin: 20px 0 15px 0;
            padding: 15px 0 0 0;
            }
            
p {
   margin: 5px 0 5px 0;
   font-size: 1em;
   line-height: 1.1;
   }
            
            
/*link-tabelle*/
th {
	fontsize: 1.1em;
 	padding-bottom: 2%;
  	}
            

#inhaber {
		text-align: center;
		margin: 7%;
		}
		
.texter {
	 text-align: center;
	}
		

   


