body {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin:0px;
	margin-bottom:25px;
	padding:10px;
	background-color:white;
	text-align: center;  /* Zentrierung im Internet Explorer */
	}

	
#js_box {
	position: absolute;  /* zum übergeordneten positionierten Element */
	bottom: -40px;
	left: 700px;
	padding:0px;
	z-index:2
	}	
	
#seitenrahmen {
	padding: 6px;
	border: 6px solid rgb(217,229,235);
	width: 750px;
	background-color:white;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	z-index:1
	}


#kopfzeile {
	padding:18px 0px 18px 18px;
	background-color:white;
	}

#kopfzeilenlinkbox {
	float: right;
	width: 132px;
	padding: 4px 0px;
	background-color:white;
	}
	

#menueleiste {
	height:28px;
	background-color:white;
	padding: 0px;
	}	

.menuefeld {
	float: left;
	height:28px;
	width: 145px;
	background-color:rgb(0,118,175);
	margin: 0px 5px 0px 0px;
	padding:0px;
	}	
.menuefeld_right {
	float: left;
	height:28px;
	width: 150px;
	background-color:rgb(0,118,175);
	margin: 0px;
	padding:0px;
	}	


#titelzeile {
	clear: both;	
	color: black;
	padding:24px 18px 10px 18px;
	background-color:#ffffff;
	}
	

#inhalt {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 30px 0px;
    	background: rgb(217,229,235) url(bgr_streifen.gif) repeat-y;
	min-height:270px;
	height: auto !important;
	}

#inhalt_noft {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
    	background: rgb(217,229,235) url(bgr_streifen.gif) repeat-y;
	min-height:260px;
	height: auto !important;
	}

#inhalt_start {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
    	background: rgb(217,229,235) url(bgr_streifen.gif) repeat-y;
	min-height:328px;
	}

	
#inhaltsspalte {
	padding:18px 18px 18px 18px;
	width : 420px;
	}

#bilderspalte {
	position: absolute;
	top: 0px;
	left:456px;
	width : 194px;
	padding: 0px 6px;
	margin: 0px 4px 0px 14px;
	background-color: white;
	}

.imagelinkbox {
	width: 174px;
	background-color: rgb(217,229,235);
	border-color: white;
	border-style: solid;
	border-width: 0px 0px 6px;
	padding:6px 10px;
	}	

.lastimagelinkbox {
	width: 174px;
	background-color: rgb(217,229,235);
	border-color: white;
	border-style: solid;
	border-width: 0px;
	padding:6px 10px;
	}	


#themennavi {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px 10px 20px 18px;
	vertical-align: bottom;
	}	


#fusszeile {
	position: absolute;
	bottom: -36px;
	left: -12px;
	padding:0px;
	width: 750px;
	background-color:white;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	}	
	
	
h1 {
	font-size: 12pt; 
	color:rgb(0,118,175); 
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 10pt; 
	color: black; 
	font-weight: bold;
	font-style: normal;
	margin: 16px 0px 8px;
	} 
	
h1.produktname {
	font-size: 20pt; 
	color:black;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	}

h2.produktname {
	font-size: 12pt; 
	color:black;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	} 
	
	
p {
	margin: 0px 0px 8px 0px;
	}

ul {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 8px 18px;
	}	
	
li {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px;
	list-style: square;
	color:rgb(0,118,175);
	line-height:1.4em;
	}	
	
.blacktext {
	color:black;
	}		
	
img.gerahmtesbild {
	border:2px solid rgb(217,229,235);
	margin:0px 0px 6px;
	vertical-align:bottom;
	}
	
a img {
	border:none;
	}

a.menueaktiv {
    	display: block;
    	height:22px;
	width: 117px;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding:6px 10px 0px 18px;
	color: rgb(0,118,175); 
	background-color: rgb(217,229,235);
  }	

a.menueinaktiv {
    	display: block;
    	height:22px;
	width: 117px;
	font-size:10pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
	margin: 0px 4px 0px 0px;
	padding:6px 10px 0px 18px;
  }	
a.menueinaktiv:hover {
    	color: rgb(0,118,175); 
	background-color: rgb(217,229,235);
  }

a.menueaktiv_right {
    	display: block;
    	height:22px;
	width: 122px;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding:6px 10px 0px 18px;
	color: rgb(0,118,175); 
	background-color: rgb(217,229,235);
  }	

a.menueinaktiv_right {
    	display: block;
    	height:22px;
	width: 122px;
	font-size:10pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
	margin: 0px 4px 0px 0px;
	padding:6px 10px 0px 18px;
  }	
a.menueinaktiv_right:hover {
    	color: rgb(0,118,175); 
	background-color: rgb(217,229,235);
  }
	
	
a.link {
    	font-size:10pt;
	font-weight:regular;
	color: rgb(0,118,175); 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}	
a.link:hover {
    	text-decoration: underline;
  }


span.topicnavarrow {
    	background:rgb(0,118,175);
	margin: 0px 0px 0px 0px;
	}		
a.topicnavarrow {
    	background:rgb(0,118,175);
	margin: 0px 0px 0px 0px;
	}	
a.topicnavarrow:hover {
    	background: white;
	}

.topicnavarrow img {
    	vertical-align:bottom;
	}
	
span.topicnav {
    	font-size:9pt;
	font-weight:bold;
	color: white; 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border: 1px solid white;
	}		
a.topicnav {
    	font-size:9pt;
	font-weight:bold;
	color: rgb(0,118,175); 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border: 1px solid rgb(0,118,175);
	}	
a.topicnav:hover {
    	color: white;
	border: 1px solid white;
  }


a.fusszeilenlink {
    	font-size:10pt;
	font-weight:regular;
	color: rgb(170,170,170); 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}	
a.fusszeilenlink:hover {
    	text-decoration: underline;
  }


.fusszeilentext {
    	font-size:9pt;
	font-weight:regular;
	color: rgb(170,170,170); 
	text-decoration: none;
	margin: 0px 6px;
	}	
	
table {
    	border-collapse: collapse;
	margin: 8px 0px 18px 0px;
  }	
	
td {
    	vertical-align: top;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px solid rgb(255,255,255);
  }	
