body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
}

tr,td,p {
	color: Black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: black;
	text-decoration: none; 
}

a:hover {
	color: white; 
}

/*a:visited {
		color: Maroon;
}*/

a:active {
	color: Black; 
}

img {
	border-color: black;
} 

#mehr {
	color: red;
	text-decoration: underline; 
}

#mehr:hover {
	color: Black;
}

#menu2 {
	color: #6666FF;
}

#menu2:hover, #menu2:active {
color: black;	
}

#menu3 {
	color: #CBD1EA;
}

#menu3:hover, #menu3:active {
	color: black;
} 

#other {
	color: blue;
}

#other:hover {
	color: red;
}

#download {
    color: black;
}

#download:hover {
    color: red;
    text-decoration: none;
}

.title {
	font-size: 14px;
	color: black;
	font-weight: bold;
}
	
.title2 {
	font-size: 14px;
	color: #6666FF;
	font-weight: bold;
	
}

.title3 {
	font-size: 14px;
	color: #CBD1EA;
	font-weight: bold;
}

.firmenanschrift {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center; 
}  
.troff {
	display: none;
	
}
.tron {
	display: block;
}

.produkte {
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.infos {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.produkteText {
	text-align: center;
}

.textnavi3 {
	padding-top: 10px;
	padding-left: 12px;
	text-align: center;
	background-color: #7588D5;
	vertical-align: text-top;
}

#box3 {/*Formatierug des DIV box3 */
		font-family: arial, verdana, sans-serif;
		font-weight: bold;
		position: relative; 
		z-index: 1;
		width: 150px;
		text-align: left;
}

#box3 span {/*Formatierug des Span-Tag auf DIV: box3 */
		color: #000000;
		background: #cbd1ea;
		text-decoration :none;
		display: block;
		padding: 0.4em;
		margin: 0;
		border: 1px solid black;
		width: 10.2em;
}

#box3 span:hover {/*Formatierug mousover bei element span */
		color: black;
		background: #cbd1ea;
		text-decoration: none;
		border: 1px solid black;
}

#box3 span .info {
		display: none;
}

#box3 span:hover .info {/*Spanzustand bei mousover wechseln */
		color: black;
		background: #7588d5;
		font-weight: normal;
		border: 1px solid black;
		display: block;
		padding: 0.4em;
		font-size: 0.9em;
}

