@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #242a05;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#header {
	position: absolute;
	top: -134px;
	right: 60px;
}
	#header img {
		border-top: 4px solid #333333;
		border-right: 4px solid #333333;
		border-left: 4px solid #333333;
	}

#titel {
	position: absolute;
	top: -100px;
	width: 500px;
	font-size: 22px;
	color: #FFCC00;
	font-weight: bolder;
}

#wrapper {
	position: relative;
	background-color: #FFFFFF;
	border: 4px solid #333333;
	width: 680px;
	margin: 160px auto 40px auto;
	padding: 60px;
}

.markiert {
	background-color: #FFFF66;
}
.untertitel {
	font-size: 20px;
	font-weight: bold;
}

.bild_rechts { 
	float: right;
	width: 200px;
	padding: 10px;
	border: 1px dotted #999999;
	margin-left: 30px;
}

.paketinhalt {
	padding: 20px;
	border: 4px solid #669900;
}
	.zahl {
		font-size: 20px;
		color: #0033CC;
		font-weight: bold;
	}
	.paketinhalt p img {
		float: right;
	}
	.paketinhalt p {
		margin: 4px 0 20px 0;
	}
	.paketinhalt .infotext {
		padding-left: 20px;
		vertical-align: text-top;
	}

.vorteile {
	padding: 20px;
	border: 4px solid #CC0000;
	background-color: #FFFFCC;
}
	.letter {
		font-size: 20px;
		color: #CC0000;
		font-weight: bold;
	}
	.vorteile p {
		margin: 4px 0 20px 0;
		border-bottom: 1px dotted #CC0000;
	}

.mfg {
	margin: 60px 0 60px 0;
}

.mcode {
	position: absolute;
	right: 60px;
	bottom: -60px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	width: 158px;
}
