@charset "utf-8";
body {
	color: #545570;
	background-color: #ffffff;
	font-size: 12px;
	font-family: verdana,arial,helvetica, sans-serif;
}
td {
	color: #545570;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

th {
	font-size: 12px;
	background-color: #dddddd;
	color: #626262;
	padding: 3px;
}	

td.ZahlungVersand {
	padding-bottom:0px;
	padding-top:10px;
}

td.keinZeilenabstand {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}


td.eingabe {
	line-height:1.5em;
}

li {
	margin-top: 2px;
}

p {
	margin-top:0px;
	padding-top: 0px;
}

h1 {
   font-size: 18px;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 8px;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   line-height: 1.2em;
   margin-top: 4px;
   margin-bottom: 6px;
}

h3 {
   font-size: 13px;
   font-weight: bold;
   line-height: 1.2em;
   margin-top: 0px;
   margin-bottom: 6px;
}

h4 {
   font-size: 12px;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 6px;
   padding-top: 6px;
}

div.infotext {
}

div.infotext h2 {
 	margin-top: 12px;
   margin-bottom: 8px;
}

div.infotext p {
   margin-top: 0px;
   margin-bottom: 6px;
}

.headline {
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	background-color: #dddddd;
	padding:4px;
	margin:0px;
	margin-bottom:5px;
}

.PreisGross {
	font-size: 14px;
	font-weight: bold;
}


.sm {
   font-size: 9px;
}

.bbsLinks {
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 1.5em;
}

div.KasseSchritte {
	padding-top: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #999999;
}
.aktuellerSchritt {
	background-color: #dddddd;
	color: green;
	padding:4px;
}



/****** Links *****/

a {
	font-size: 12px;
	color: #ff8040;
	text-decoration: none;
	padding: 3px;
}
	
a:hover {
	background-color: #dddddd;
}

a.button {
	color: #ff8040;
	border: thin #dddddd solid;
	background-color: #eeeeee;
	white-space: nowrap;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

a.button:hover {
	background-color: #dddddd;
}

a.topmenu {
	color: #909090;
}


