body {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
 	background-image: url(images/1cBg.jpg);
	background-repeat: repeat-y; 
	background-attachment: fixed;
}

#top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 110px;
	background-image: url(images/1zBg.jpg);
	background-repeat: repeat-x;
}

H1 {
	font-size: 18px;
	font-style: italic;
	color: #0181C2;
	font-weight:bold;
}

H2 {
	text-align: center;
	font-size: 18px;
	font-family: verdana;
	color: #8E8E8E;
}

H3 {
	text-align: center;
	font-size: 24px;
	line-height:normal;
	font-family: verdana;
	color: #8E8E8E;
	font-style:italic;
	font-weight:normal;
}

#adresse {
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #8E8E8E;
}

#mail {
	color: #8E8E8E;
}

#line1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 892px;
	border: none;
}

#line2 {
	position: absolute;
	left: 0px;
	top: 74px;
	width: 892px;
	border: none;
}

#line2 img {
	border: none;
}

#line3 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

#line3 img {
	border: none;
}

#content {
	position: absolute;
	top: 135px;
	left: 245px;
	width: 630px;
	font-size: 12px;
	line-height: 16px;
	font-family: verdana,arial,helvetica,sanserif;
	color: #000000;
}

#hinweis {
	position: absolute;
	top: 400px;
	left: 40px;
	width: 165px;
	font-family: verdana;
	font-size: 10px;
	color: #0284C0;
}


#languages {
	position: absolute;
	top: 500px;
	left: 30px;
}

#languages A {
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	border: none;
	color: #0073B6;
}

#languages A:hover {
	text-decoration: underline;
}

#languages img {
	border: none;
}

#headline {
	font-family: verdana;
	font-style: italic;
	font-size: 18px;
	color: #0084C2;
}

#abc {
	font-size: 12px;
	font-family: verdana;
	color: #0099CC;
}

#links A {
	color: #8E8E8E;
	text-decoration: none;
}

#links A:hover {
	text-decoration: underline;
}

.productInfo {
	color: #0099CC;
	text-align: right;
}

/**
  * *
	* for alternating table tr background color
	* *
**/

.tbl {
	width: 570px;
	border: none;
	border-collapse: collapse;
}

.tbl td, .tbl th {
	text-align: left;
	border: none;
	padding: 4px;
}

.tbl th {
	font-family: verdana;
	font-style: italic;
	font-size: 18px;
	color: #0099CC;
	background-color: #CAEFFF;
	margin-top: 1.5px;
	margin-bottom: 1.5px;
}

.tbl .on {
	font-family: verdana;
	font-size: 12px;
	background-color: #ECF9FF;
}

.tbl .off {
	font-family: verdana;
	font-size: 12px;
	background-color: #FFFFFF;
}
    
.tbl .hover {
	background-color: #99f;
}
    
.tbl .click {
	background-color: #66f;
	font-weight: bold;
}a:link {
	color: #0181C2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
