.menu-text {
font-family: Verdana, Geneva, sans-serif; 
font-size: 12px; 
color: #FFFFFF;
}
.menu-text a {
	text-decoration:none;
	color:#FFFFFF;
	}
.menu-text a:hover {
	color:#CCCCCC;
	}
	
.titel {
	font-size: 16px;
	color: #AC1925;
	font-weight:bold;
}

.footer-text {
	font-size:10px;
	color:#999;
	
}
.product-menu {
font-family: Verdana, Geneva, sans-serif; 
font-size: 12px; 
color: #000000;
}
.product-menu a {
	text-decoration:none;
	color:#000000;
	}
.product-menu a:hover {
	color:#AC1925;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	color:#AC1925;
	}
.whapmedia {
	text-decoration:none;
	color:#999;
	}
.whapmedia:hover {
	color:#0084aa;
	}
	
	.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

table,td,th
{
border:1px solid black;
color:#2a1f03;
font-size:10px;
text-transform:none;
}
table
{
width:100%;
}
th
{
height:50px;
}

