body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12pt;
	}
	
div#head {
	border-bottom: 1pt solid #bbb;
	height: 100px;
	width: 100%;
	}
	
h1#titel {
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	text-transform: uppercase;
	color: #1C4C5C;
	}
	
h1#titel a {
	text-decoration: none;
	color: #1C4C5C;
	}
	
h2#spd-logo {
	position: absolute;
	height: 130px;
	width: 140px;
	top: 0; 
	right: 30px;
	z-index: 5;
	}
	
img#head-bild,
div.news-item-foot,
div#nav,
div#kommentare,
div#kommentar-schreiben,
div#foot-nav {
	display: none;
	}
	
div#content {
	float: none;
	width: 100%;
	}
	
/*Diverse Styles*/
.rot {
	color: #E2001A;
	}
	
img {
	border: 0;
	}
	
ul,ol {
    list-style-position: outside;
    margin: 0 0 0 45px;
    list-style-type: square;
    }
    
td,th {
    padding: 5px;
    }
    
th {
    background: #eee;
    text-align: left;
    }
    
.tablehead {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    }
    
.tablerow1 {
    background: #fff;
    }
    
.tablerow2 {
    background: #f3f3f3;
    }
	
/*Farben*/
.grau {
	color: #bbb;
	}
	
.rot {
	color: #e2001a;
	}
	
/*Absaetze*/
	
.float_left {
	float: left;
	}
	
.float_right {
	float: right;
	}
	
.clear_left {
	clear: left;
	}
	
.clearfix {
	clear: both;
	}
	
.pic-float_left {
	float: left;
	padding: 0 10px 10px 0;
	}
	
.pic-float_right {
	float: right;
	padding: 0 0 10px 10px;
	}