* { 
	padding: 0; 
	margin: 0; 
}
body {
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
line-height: 1.2em;
font-size: 0.9em;
margin: 0px 0 10px 0;
}
h1 {
	font-size: 1.5em;
	color: #990000;
	padding: 20px 0 80px 130px;
		background-image: url(images/wuerfel-rot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
letter-spacing: 2pt;
}
h1 span {
color: #333333;
text-transform:uppercase;
}
h1#steuer {
	background-color: white;
	background-image: none;
	padding: 10px 0 50px 0px;
}
h1#steuer span{
color: #333333;
letter-spacing: 1pt;
}

h2 {
	color: #990000; 
	padding: 0 0 10px 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
h2#steuer {
	color: #333333;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.1em;
	color: #333333;
	padding: 15px 0 5px 0;
}
h4 {
	font-size: 1.1em;
	color: white;
	padding: 10px 0 5px 0;
}

a { color: #333333;
	text-decoration:none;
}
a:hover {
	color: #990000;
}
#wrapper {
	width: 70%;
	margin: auto;
	}
#top {
	width: 100%;
	border-bottom: 20px solid #333333;
	height: 120px;
	}
#main {
	width: 100%;
	margin: 0 0 5px 0;
	border-top: 5px solid #990000;
	}	
#text {
position: absolute;
top: 155px;
left: 15%;
right: 15%;
	text-align: left;
	margin: 5px 300px 0 0;
}
#bild{
	margin-top: 10px;
	float: right;
	width: 280px;
	}
#adbox {
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #990000;
	color: white;
	font-size: 0.9em;
}
#adbox p {
    line-height: 1.2em;
	color: white;
	font-size: 0.9em;
}
#adbox a {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 0.9em;
}

#adbox2 {
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #333333;
	color: white;
	font-size: 0.9em;
}
.aufzaehlung {
padding-left: 20px;
list-style-image: url(images/listenpunkt.jpg); 
line-height: 1.2em;
font-size: 0.9em;
margin: 0px 0 12px 0;
}
.fett {
margin-top: 15px;
text-align: center;
letter-spacing: 1pt;
font-size: 1.0em;
font-weight: bold;
color: #990000;
}
#footer {
	width: 100%;
	clear:both;
	display:inline-block;
	font-size: 0.9em;
	border-top: 2px solid #990000;
	margin-top: 20px;
}
#footer h4 {
	color:#000;
}
@media only screen and (max-width: 640px) {
    #wrapper {
	width: 100%;
	}
    #text {
	width: 100%;
	margin: 15px 0 10px 0;

	}
	h1 {
		font-size: 1em;

	}
	p {
		padding: 5px;
	}

}