<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 .quelle
{
    width:800px;
    padding: 2px;
    margin-bottom:5px;
    margin-top:5px;
    border:1px solid #ccc;
    float: left;
    text-align: left;
    color: #000040;
    background-color: #f0f0f0; 
}
    .beitrag
    {
    width:780px;
    margin-bottom:25px;
    margin-top:5px;
    float: left;
    text-align: left;
    color: #000000;
    background-color: #ffffff; 
    font-size:13pt;
    }
 	body{
 		padding:0;
 		margin:0;
 		background:#eef2f6 url(bilder/streifen.jpg) repeat-x;
 		
 	}
 	#kopf{
 		height:225px;
 		width:860px;
 		background:url(bilder/kopf.jpg) no-repeat;
 		margin: 0 auto;
 	}
 	.inhalt{
 		width:820px;
 		padding:20px;		
 		background:#fff;
 		box-shadow:0 10px 5px #cfcdcd;
        -moz-box-shadow:0 10px 5px #cfcdcd;
        -webkit-box-shadow:0 10px 5px #cfcdcd;
 	}
 	#eintragen{
 		margin: -20px auto 20px auto;
 		min-height:150px; 
 		text-align:center;
 		font-size:22pt;

 	}
 	#eintaege{
 		margin:0 auto 30px auto;
 		min-height:300px; 
 		font-size:13pt;	
 	}
    #eintragen input[type="button"], input[type="submit"]{
 		background: #000;
 		border:none;
 		font-size:15pt;
 		color:#fff;
 		padding:10px;
 		margin:30px 0 0 0;
 		cursor:pointer;
 		border-radius:5px;
        -moz-border-radius:5px;
        -khtml-border-radius:5px;
 	}
 	#eintragen a:link, #eintragen a,#eintragen a:visited,#eintragen a:hover{
 		text-decoration:none;
 	}</pre></body></html>