* {
    padding: 0;
    margin: 0;
    }

html {
    height: 100.2%;
    }

body {
    background: #000000;
    font-size: 12px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #ffffff;	
}

h1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

a {
    color: #FA0000;
    text-decoration: none;
	}

a:hover {
    color: #FA0000;
    text-decoration: underline;
}

hr {   
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	border: 0px;
}

p {
    margin-bottom: 10px;
}

input {
    background-color: #eeeeee;
}

#newsletter_anmeldung input {
    margin-bottom: 5px;
}

img {
    border: 0px;
}

.clearing {
    clear: both;
    }

/* Rahmen */

#rahmen {
	width: 1000px;
	margin-left: 30px;
}

.bildlinks {
    float: left;
    border: 0px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    display:inline;
}


/* Header */

#header {
	width: 1000px;
	height: 140px;
	margin: 0px auto;
}

.logo {
    border: 0px;
    margin: 10px;
    margin-left: 292px;
    display:inline;
}


/* Navigation */

#navi {
    margin-left: 268px;
    padding: 0px 20px 30px 12px;
    font-size: 14px;
}

#navi li {
    display: inline;
    list-style: none;
    margin-right: 25px;
}


/* Page */


#page {
	width: 970px;
	display:inline;
}

#seite {
    float: left;
    width: 250px;
    height: 500px;
    margin-left: 12px;
    display:inline;
}

#seite p{
    padding: 5px;
    background: #FA0000;
    color: #000000;
}

#seite a{
    color: #ffffff;
}

#newsletter{
    padding: 5px;
    background: #FA0000;
    color: #000000;
}


#content {
	float: left;
	width: 678px;
	margin-left: 18px;
	margin-right: 12px;
	margin-bottom: 20px;
	display:inline;
}



/* IE 5.x und 6: hasLayout für Hyperlinks */ 
* html #navi ul,
* html #navi li,
* html #navi li ul,
* html #navi li li, 
* html #navi a {
   height: 1%; 
}

/* Für IE 5.x (für IE 6 stört es nicht) */
/* * html #navi li {
   float: left; 
   width: 100%; 
}*/


/* Footer */

#footer {
    width: 1000px;
    height: 46px;
	margin: 0px;
	color: #ffffff;
	letter-spacing: 0px;
	padding: 0 16 16 16,
}

#legal {
    margin-top: 8px;
    text-align: center;	
}

