body    {
        background-color:  #8B0000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
        color: white;
	padding-right: 5px;
	padding-left: 5px;
        }

#kopf { 
        margin-top: 0px;
        color: White;        
	}

figure {margin-left:0;
        	} 

#Leiste {
        height: 0px;
        border-top: 10px solid red;
        border-bottom: 10px solid white;
    
        margin-bottom: 10px;
        }

#Links  {
        float: left;
        width: 267px;
        margin-top: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        margin-right: 20px;
        background-color: #FFB6C1;
        border: 1px solid red;
        }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear:right;
	clear: left;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    
}

li a {
    display: block;
    
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a:link  {
        text-decoration: none;
        border: none;
        color:  #ffd700 ;
        }

a:visited {
        text-decoration: none;
        border: none;
        color: #FCC6BB;
        }

a:hover {
        color: #87CEFF;
        }

a img   { 
        border:0; 
        }

.text   {        
        clear: left;
        clear: right;
	}

.center {
        margin-left: 100px;
        }

.left   {
        float: left;
        margin-right: 20px;
        }

.right  {
        float: right;
        margin-left: 20px;
        }

#fuss {
 	height: 25px;
        font-size: 10px;
        margin-top: 20px;
        border-top: 1px solid red;
        border-bottom: 1px solid white;
	background-color: black;
        clear: left;
        clear: right;
	}
	