body {
	font-family: Arial;
	font-size: 12px;
	margin: 0; padding: 0; margin-top: 5px;
	text-align: center;
	}
	
.clean { clear: both; }
	
#page  { 
	margin: 0 auto; /*Standard-konforme Ausrichtung wiederherstellen*/
	width: 650px; position: relative;
	}
#content {
	text-align: left; margin-left: 190px; margin-top: 50px;
	}
	
#footer {
	margin: 25px 0 40px 190px; padding-bottom: 20px;
	color: #3366CC; font-size: 10px; text-align: left;
	}
.topline { 
	background-image: url(img/topline.gif); background-repeat: no-repeat; 
	position: absolute; top: 140px; left: 0px; width: 650px; }
.bottomline { 
	background-image: url(img/bottomline.gif); background-repeat: no-repeat; 
	position: relative; left: 0px; width: 650px; margin-top: 25px; }
	
p {}

table { width: 450px; text-align: left; border: 0; padding: 0; margin: 0; border-collapse: collapse;}
tr { vertical-align: top; }
th { font-size: 12px; padding-left: 0; }
td { font-size: 12px; padding-left: 0; }

h1 { margin-bottom: 20px; color: #3366CC; font-size: 22px; }
h1.product { height: 178px; vertical-align: middle; }
h1 img { float: left; margin-right: 20px; }
h1.index { color: #000000; font-weight: normal; margin-bottom: 15px; }
h2.index { font-weight: normal; margin-top: 15px;}

h2 { margin-top: 30px; font-size: 16px; }

.imglegend { font-size: 9px; text-align: center; color: #333333; }
.imglegend img { margin-bottom: -2px; }

#navigation {
	font-size: 15px; text-align: left; line-height: 26px;
	position: absolute; top: 160px; padding-left: 12px; width: 160px;
	}

li.navi, li.subnavi { }
li.navi {
	list-style-image: url(img/bullet_outline.gif);
	}
li.active {
	list-style-image: url(img/bullet_full.gif);
	}
	
li.subnavi {
	list-style: none; line-height: 22px; margin-top: 6px; margin-bottom: 6px;
	}
a.sub_active:link, a.sub_active:visited { color: #0033CC; font-weight: bold; } 
	
a:link, a:visited {
	color: #3366CC; text-decoration: none; font-weight: normal;
	}
a:hover, a:active {
	color: #0033CC; text-decoration: none; font-weight: bold;
	}

#index_navi {
	margin: 30px;
	}	
a.index:link, a.index:visited {
	margin: 24px; font-size: 20px; 
	text-decoration: none; font-weight: bold;
	}
a.index:hover, a.index:active {
	margin: 24px; font-size: 20px;
	text-decoration: underline; font-weight: bold;
	}

* html #navigation { left: 0px; }	
* html li {	padding-left: 5px; }
