@charset "utf-8";
/* CSS Document */

/* *************************************************************
					IDs
************************************************************* */

#container {
	width: 100%;
	background-color: #fff;
	color: #5d5d5d;
}

#printheader {
	text-align: right;
}

#printheader img {
	width: 6,36;
	height: 2cm;
}

#header {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	position: relative;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	line-height: 16px;
	text-align: justify;
}

#content p {
	margin: 0 0 12px 0;
}

#content h1 {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 7px 0;
}

#content h2 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 6px 0;
}

#content h3 {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

#footer {
	display: none;
}

#kugel_1 {
	display: none;
}

#kugel_2 {
	display: none;
}

/* *************************************************************
					Klassen
************************************************************* */

.hidden {
	display: none;
}

.printhidden {
	display: none;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

th {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px 8px 2px 4px;
	text-align: left;
}

td {
	border: 1px solid #ccc;
	padding: 2px 8px 2px 4px;
	text-align: left;
}

table.borderless th, table.borderless td {
	border: none;
}

/* *************************************************************
				Angebot des Monats
************************************************************* */

div.angebot_overview h2 {
	border-bottom: 1px solid #999;
	background-color: #c5dbef;
	padding: 5px;
}
div.angebot_overview_left {
	float: left;
	margin: 10px 35px 0 20px;
}
div.angebot_overview_right {
	float: left;
	margin: 10px 0 0 0;
}
img.angebotsbild1 {
	height: 120px;
}
img.angebotsbild2 {
	border: 1px solid #999;
	height: 100px;
}
img.angebotsbild3 {
	width: 100px;
}
.angebotsmonat {
	position: absolute;
	right: 8px;
	font-size: 12px;
}
.angebotspreis1 {
	font-weight: bold;
	color: #f00;
}
.angebotspreis2 {
	text-align: center;
	line-height: 150%;
	font-size: 150%;
	font-weight: bold;
	color: #f00;
}
.angebotspreis3 {
	text-align: center;
	line-height: 125%;
	font-size: 125%;
	font-weight: bold;
	color: #f00;
}
.centered {
	text-align: center;
}