﻿@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, "„MS Sans Serif“";
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-weight: normal;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding-right: 2px;
	margin: 0px;
}
table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
label {
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Überschriften */
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
/* weitere Textformatierungen*/
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.grey {
	color: #858585;
	text-decoration: none;
}
a.grey:hover {
	color: #858585;
	text-decoration: underline;
}
.red {
	color: #FF0000;
	font-weight: bold;	
}
.small {
	font-family: Tahoma, Verdana, "„MS Sans Serif“";
	font-size: 10px;
	line-height: 12px;
	color: #858585;	
}
ol {
	margin: 0px;
	padding: 0px;
}
.smallred {
	font-family: Tahoma, Verdana, "„MS Sans Serif“";
	font-size: 10px;
	line-height: 12px;
	color: #FF0000;	
}
.smallblack {
	font-family: Tahoma, Verdana, "„MS Sans Serif“";
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}
/* Textformatierungen für Einkaufsliste */
.tabellenbalken {
	background-color: #bbbbbb;
	padding: 2px;
}
/* Bilder */
.bild {
	border: 1px solid #484848;
}

/* Formulare */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	vertical-align: bottom;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
fieldset {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.posSenden {
	text-align: right;
}
.posDrucken {
	text-align: center;
}
.posRechtsSingle {
	margin-left: 100px;		
}
/* Layer */
#MRgesamt {
	position: absolute;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
#MRnav {
	position: absolute;
	top: 100px;
	width: 160px;
	z-index:1;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#MRcontent {
	position: absolute;
	width: 335px;
	top: 20px;
	left: 160px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}
#MRcontenTOP {
	height: 100px;
}
#MRcontenBOTTOM {
}
/* Layer Formular */
#MRparameter {
	background-color: #f2f2f2;
	padding: 10px;
}
/* Layer Einkaufsliste */
#MREinkaufliste {
	width: 495px;
	margin-top: 30px;
}
#MRlogo {
	width: 495px;
}
/* Steps */
/* Steps Positionierung */
.steps {
	margin-top: 20px;
}

/* Steps Textformatierungen */
.step_vorher {
	color: #d8d8d8;
	text-decoration: none;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 100;
}
.step_aktiv { 
	color: #ff0000;
	text-decoration: none;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 100;
}
a.step_besucht {
	color: #bcbcbc;
	text-decoration: none;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 100;
}
a:hover.step_besucht {
	color: #ff0000;
	text-decoration: underline;
	margin-right: 6px;
	font-size: 11px;
	font-weight: 100;
}

/* Steps Formatierung der Boxen */
.box_vorher {
	font-size: 16px;
	color: #d8d8d8;
	border: 1px solid #d8d8d8;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 2px;
	margin-left: 0px;
	text-decoration: none;
}
.box_aktiv {
	font-size: 16px;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 0px;
	text-decoration: none;
}
a.box_besucht {
	font-size: 16px;
	color: #bcbcbc;
	border: 1px solid #d8d8d8;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 2px;
	margin-left: 0px;
	text-decoration: none;
}
a.box_besucht:hover {
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
}

/* Positionierungen */
.posMitte {
	text-align: left;
	/*vertical-align: bottom;*/
	width: 90px;
	/*clear: both;*/
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Positionierungen Startseite */
.posStartLinks {
	margin-left: 18px;	
	margin-bottom: 6px;
}
.posStartLinksFirefox {
	margin-right: 2px;
}
/* Positionierungen Step2 */
.posWeite90 {
	width:90px;
	vertical-align: bottom;
}
.posWeite235 {
	width:270px;	
}
.posWeite395 {
	width:395px;	
}
.posLabel {
	vertical-align: bottom;
}
/* Positionierungen Step3 */
.posAbstand45 {
	margin-top: 45px;
}
/* Positionierungen Step4 */
.Tabelle_links {
	width: 270px;
	/*clear:left;*/
	float: left;
}
.Tabelle_links_print {
	width: 395px;
	/*clear:left;*/
	float: left;
}
.cleanall {
	clear:left;
}
hr {
	color: #bbbbbb;
	background-color: #bbbbbb;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
