* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	/*background: #2a73b2;*/
	height: 100%;
	min-height: 100%;
	height:expression(this.scrollHeight < 100%? 100% : "auto" );
}

table {
	border:0px;
	border-collapse:collapse;
}

table td {
	padding:0px;
}

.moduletable-main {
	display: block;
	text-align: left;
	width: 210px;
}

.moduletable-main a:link {
	color: #fff;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
}

.moduletable-main a:visited {
	color: #fff;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
}

.moduletable-main a:hover {
	background-color: #072635;
	background-image: url(images/row.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
}

.moduletable-main a.list {
	background-color: #da251d;
	background-image: url(images/row2.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
}

.moduletable-content {
	background-color: #fff;
}

.moduletable-footer {
	background-color: #072635;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#continental_logo {
	position: absolute;
	width: 275px;
	height: 47px;
	background: url(images/continental_logo.png);
}

#bosch_logo {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(images/bosch_logo.gif);
}

/*#traid_logo {
	position: absolute;
	width: 324px;
	height: 43px;
	background: url(images/traid_logo.gif);
}*/

.footer_menu {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.footer_menu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
