/* Globale Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #6c6b6b;
}

a {
	color: white;
}

br {
	clear: both;
}

h1 span {
	display: block;
	visibility: hidden;
	display: none;
	font-size: 0;
}

/* Grundgerüst */

#wrapper {
	position: relative;
	width: 480px;
	margin: 10px auto 0;
}

#panikpanzer {
	position: relative;
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #9fb166;
	border: 10px solid #fff;
}


#bild {
	position: absolute;
	width: 180px;
	height: 250px;
	top: 0px;
	right: 0px;
	background: url("images/bg_bild.gif") no-repeat;
	border: 10px solid #fff;
}

#mutzurblamage {
	position: relative;
	width: 440px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #89a098;
	border: 10px solid #fff;
}

#bestellung {
	position: relative;
	width: 440px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #9fb166;
	border: 10px solid #fff;
}

#footer {
	position: relative;
	width: 480px;
	text-align: right;
	margin-bottom: 10px;
}

/* Content */

#panikpanzer h1 {
	width: 180px;
	height: 30px;
	margin: 10px 0 0 10px;
	background: url("images/hl_panikpanzer.gif") no-repeat;
}

#panikpanzer p {
	font: 11px Verdana, sans-serif;
	color: #fff;
	line-height: 15px;
	margin: 5px 10px 0;
}

#panikpanzer span {
	display: block;
	color: #6a783e;
	margin-top: 10px;
}


#mutzurblamage h1 {
	width: 230px;
	height: 25px;
	margin-bottom: 10px;
	background: url("images/hl_mutzurblamage.gif") no-repeat;
}

#mutzurblamage img {
	float: left;
}

#mutzurblamage ul {
	float: left;
	width: 280px;
	font: 11px Verdana, sans-serif;
	color: #fff;
	line-height: 15px;
	margin: 0 0 10px 30px;
	list-style-type: decimal;
}

#mutzurblamage p, #bestellung p {
	font: 11px Verdana, sans-serif;
	color: #fff;
	line-height: 15px;
	margin-bottom: 10px;
}

#bestellung h1 {
	width: 130px;
	height: 30px;
	margin-bottom: 5px;
	background: url("images/hl_bestellung.gif") no-repeat;
}

#best_form label {
	display: block;
	float: left;
	width: 150px;
	font: bold 11px Verdana, sans-serif;
	color: #fff;
}

#best_form input {
	margin-bottom: 10px;
	width: 280px;
	height: 15px;
	font: 11px Verdana, sans-serif;
	border: 0;
}

#best_form input#anzahl {
	width: 50px;
}

#best_form textarea {
	height: 70px;
	width: 280px;
	font: 11px Verdana, sans-serif;
	border: 0;
}

#best_form input#button {
	width: 100px;
	height: 20px;
	margin: 10px 0 0 150px;
	background-color: #6a783e;
	color: #fff;
}

#best_form form br {
	clear: both;
}

#footer a {
	font: 11px Verdana, sans-serif;
	color: #9d9d9e;
	line-height: 15px;
	text-decoration: none;
}