/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em;
	padding: 0px;
}
p {
	padding-bottom: 8px;
}
h3 {
	font-size: 13px;
	padding-bottom: 4px;
}
h2 {
	font-size: 18px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	margin:0;
	padding:0;
	background:#28272c;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}

div#inhalt_news {
	color: #FFF;
	position:absolute;
	visibility: visible;
	width: 900px;
	text-align: left;
	padding: 12px;
	background-color: #28272c;
}
div#inhalt_werbemittel {
	position:absolute;
	visibility: visible;
	width: 750px;
	height: 550px;
	text-align: left;
	padding: 12px;
	background-color: #242327;
}
div#inhalt_impressum {
	position:absolute;
	visibility: visible;
	width: 500px;
	height: 700px;
	text-align: left;
	padding: 12px;
	background-color: #242327;
}
div#inhalt_kontakt {
	position:absolute;
	visibility: visible;
	width: 400px;
	height: 500px;
	text-align: left;
	padding: 12px;
	background-color: #242327;
}
div#centerbox {
	clear: both;
	position:absolute;
	width: 980px;
	left: 50%;
	visibility: visible;
	margin-left: -490px;
	height: 849px;
}

div#header {
	position:relative;
	width: 980px;
	height: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #F90;
	text-align: right;
	padding-top: 4px;
}
#header a:link {
	color: #F90;
	text-decoration: none;
}
#header a:visited {
	color: #F90;
	text-decoration: none;
}
#header a:hover {
	color: #C30;
	text-decoration: none;
}
#header a:active {
	color: #F90;
	text-decoration: none;
}
ul#Newslist {
	padding-left: 12px;
  }

