@charset "utf-8";

.wrapper {
	background-color: #FFFFFF;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: auto;
	-moz-border-radius: 10px;
}

.logo {
	background-image: url(img/leiste.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/leiste.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}


body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 25px;
}

.vorschlag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #57740C;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	color: #666666;
}

.box_links {
	float: left;
	width: 300px;
}

.box_rechts {
	float: left;
	width: 300px;
}

.box_links b, .box_rechts b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #57740C;
	margin-bottom: 10px;
	display: block;
}
.box_links a, .box_rechts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 3px;
}
.box_links a:hover,.box_rechts a:hover {
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57740C;
}

.artikel_box {
	width:290px;
	height:85px;
	margin-right:10px;
	float:left;
}

.artikel_bild {
	margin-right: 10px;
	margin-top: 2px;
	border: 1px solid #CDCDCD;
	padding: 2px; float:left;
}
.artikel_txt {
	height:25px;
	line-height:12px;
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

.artikel_preis {
	line-height:12px;
	margin-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
}
