* {
	margin: 0px;
	padding: 0px;
}
* html {
	/* \*/
	word-wrap: break-word;
	/* verhindert float-Probleme beim IE/Win*/
}
img {
	border: 0;
	max-width: 99%;
	height: auto;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4b5124;
	background: #ffffff url(img/bg_body.png)
}
a {
	text-decoration: none;
	color: #fc3402;
}
a:hover {
	color: #4b5124;
}
dd {
	line-height: 22px;
}
div#body {
	text-align: left;
	width: 100%;
	max-width: 990px;
	overflow: hidden;
	background-color: #FFF;
}
div#test {
}
div#head {
	background: #FFF url(img/head.jpg);
	width: 100%;
	max-width: 989px;
	height: 200px;
	align: right;
}

div#fuss {
	background: #FFF url(img/fuss.jpg);
	width: 100%;
	max-width: 989px;
	height: 70px;
}


.headerError {
	margin: 5px;
	border: 1px solid #CC3300;
	background-color: #FF8566;
	padding: 5px;
}
div#navigation {
	line-height: 30px;
}
div#pathway {
	text-align: left;
	padding-left: 5px;
}
div#account {
	text-align: right;
	padding-right: 5px;
}
div#account,
div#pathway {
	border-bottom: 1px solid #cccccc;
	background: #fff url(img/bg_nav.png) repeat-x 50% center;
}
div.clr {
	clear: both;
	float: none;
}
ul, ol {
	margin-left: 15px;
}
div#nav_left {
	width: 15%;
	font-size: 0.9em;
	margin-left: 0.5%;
}
div#nav_right {
	width: 19%;
	font-size: 0.9em;
	margin: 10px 0.5% 0 0;
}
div#content {
	width: 62%;
	text-align: left;
	padding: 0 2% 0 0;
}
div.copyright {
	text-align: center;
	font-size: 8pt;
	color: #4b5124;
}
div.parseTime {
	text-align: center;
	font-size: 8pt;
	color: #4b5124;
}
div#checkout_line {
	background: #FFF url(img/checkout_line.png) repeat-x;
	line-height: 12px;
}
div.checkoutBarTo, div.checkoutBarCurrent {
	margin: 15px 0 10px 0;
	font-size: 9pt;
}
div.checkoutBarCurrent {
	font-weight: bolder;
}
div#innerBox {
	border: 1px solid #CCCCCC;
	text-align: center;
	overflow: hidden;
}
div.box {
	margin: 8px 0 8px 0;
}
div.boxText {
	color: #4b5124;
}
div.infoBoxHeading_right {
background: #fff url(img/box_set1_in_hl_mi.gif);
	color: #4b5124;
	height:28px;
	font-size: 1.2em;
	font-weight: bolder;
}
div.infoBoxHeading {
background: #fff url(img/box_set1_in_hl_mi.gif);
	color: #4b5124;
	height:28px;
	font-size: 1.2em;
	font-weight: bolder;
}
.contentsTopics,
.pageHeading,
#moduleHeading {
	letter-spacing: 2px;
	font-weight: bolder;
	line-height: 25px;
	border-bottom: 1px solid #B0B284;
	margin-bottom: 15px;
}
.greetUser {
	font-weight: bolder;
}
div.inputRequirement,
dd.inputRequirement {
	color: #fc3402;
}
@media only screen and (max-width: 600px) {
div#nav_left, div#nav_right, div#content { float: none; width: 100%; }
}