/* $Id: boxtec.css,v 1.1 2017-07-22 13:04:36 obiwan Exp $ */
body { 
	color: rgb(50, 50, 50);
 	font-family: Verdana,Arial,Helvetica,sans-serif;
 	font-size: 13px;
 	text-align: left;
 	background-color: rgb(255, 255, 255);
}

table tr td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
  border-spacing: 1px;
}

.menueoben { 
	font-size: 12px;
	color: rgb(255, 255, 255);
}

.border { 
	border: 1px solid rgb(75, 80, 200);
}

.bgprodukt { 
	background-color: rgb(204, 204, 255);
	font-weight: bold;
	font-size: 13px;
}

.bgprodukt2 { 
	background-color: rgb(243, 243, 243);
}

.klein { 
	font-size: 9px;
}

.presifootnote { 
	font-size: 11px;
	background-color: rgb(238, 238, 238);
	opacity: 0.5;
}

.headline_font{
	color:#D4D4D4;
}

td.menucell {
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;      
	line-height: 28px;
	float: left;		
	display: block;
	white-space: nowrap;
	background-color: #CCCCCC;
	color: #0959b2;	
}


.menulist {
	color: #0959b2;	
}

#leftalign {
	float: left;
}

#rightalign {
	float: right;
}

td.logohead {
	background-color: #CCCCCC;
	/* background-color: #D7E3F4; */	
	border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
  padding-top: 8px;
	margin-bottom: 10px;
	font-size: 0;
  border-spacing: 1px;
}

table.vps {
	background-color: #87AED9;
	border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
  padding-top: 8px;
  width: 90%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 28px;
  
}

td.col0 {
  font-size: 14px;
  font-weight: bold;      
}

td.col7, td.col_price {
  font-size: 14px;
  font-weight: bold;      
  text-decoration: underline;
}


tr.vps:nth-child(even) {
    background-color: lightgray;
}

a:link { 
	color: #0959b2;
}

a:visited { 
	color: #0959b2;	
}

a:active { 
	color: #0959b2;
}

a:hover { 
	background:#252576 none repeat scroll 0%;
 	color:#CCCCCC;
 	text-decoration: none;
}
