body {
	/*background: #fff url(../global/bottom.gif) repeat-x bottom;*/
	margin: 78px 0 50px 0;
	text-align: center;
}
#masthead {
	border: 0;
	height: 76px;
	left: 50%;
	margin-left: -320px;
	position: absolute;
	top: 0;
	width: 640px;
	z-index: 10;
}
#topBar {
	background-color: #c00;
	border-bottom: 2px solid #00f;
	height: 78px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
body, table {
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-width: 0;
	margin: 0 auto;
	width: 640px;
}
/* Navigation */
h2 {
	background-color: #fc0;
	border-bottom: 1px solid #c00;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
}
h2 a {
	color: #00f;
	white-space: nowrap;
	margin: 0 11px;
}
h2 a:hover {
	color: #c00;
	text-decoration: none;
}
h2 a#btnCurrent {
	color: #000;
}

/* Page header */
h4 {
	border-bottom: 1px solid #00f;
	font-size: 14px;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: left;
	width: 640px;
}
/* Page sub-header */
h5 {
	color: #c00;
	font-size: 14px;
	margin: 10px auto 5px;
}

h6 {
	font-size: 12px;
	
}

a {
	
	color: #00c; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.label {
	white-space: nowrap;
	text-align: right;
	padding-top: .3em;
	vertical-align: top;
}
td.header {
	font-weight: bold;
	padding-top: 10px;
}
td.preis {
	text-align: right;
}
hr {
  color: #00f;
  background-color: #00f;
  border: 0;
  height: 1px;
}
ul {
	margin: .5em 1.5em;
}

.redText {
	color: #c00;
}
.smallText {
	font-size: xx-small;
}

