body,td,a {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #33333;

}



.boxContent a{ color: #004C95;  font-size: 11px;  text-decoration: none; 		cursor:pointer;  }
.boxContent a:hover { color: #000000;  font-size: 11px;  text-decoration: none;  		cursor:pointer; }

div.box, div.boxHover, div.boxWidth, div.boxWidthHover {
	border: 1px solid white;
	background-color: #ECEEFA;
	background-image: url('../images/schliessen.gif');
	background-position: 178px 2px;
	background-repeat: no-repeat;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-top: 1px solid White;
	background-attachment: scroll;
	color: #333333;
	font-size: 11px;
	width: 188px;

}


div.boxWidth, div.boxWidthHover {
	width: 100%;
	cursor:pointer;

}

div.boxOff, div.boxOffHover, div.boxWidthOff, div.boxWidthOffHover {
	background-color: #FFE689; 
	border: 1px solid white; 
	background-image: url('../images/oeffnen.gif'); 
	background-position: 178px 2px;
	background-repeat: no-repeat;
	border-left: 1px solid Silver;
  border-bottom: 1px solid Silver; 
  	cursor:pointer;
	width: 188px;
}

div.boxWidthOff, div.boxWidthOffHover {
		cursor:pointer;
	border: 1px solid red;		
}

div.boxHover, div.boxOffHover, div.boxWidthHover ,div.boxWidthOffHover {
		cursor:pointer;
		border: 1px solid #FFE689;
}

div.boxTitle, div.boxTitleWidth, a.boxTitle {
	cursor: hand;
	height: 18px;
	border-bottom: 1px solid #DDDDDD;
	padding-top:2px; 
	text-transform: uppercase;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-left: 4px;
		cursor:pointer;
}
		
div.boxTitleWidth {
	margin :2px;
}

div.boxCline, div.boxClineHover, div.boxClineWidth, div.boxClineWidthHover {
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px; 
	width: 100%;
	margin: 0px;
	
}

div.boxClineWidth, div.boxClineWidthHover {
	width: 100%;
}

div.boxClineHover, div.boxClineWidthHover {
	border-top-color: white;
}

div.boxContent {
	border: none;
	background-color: White;
}

.boxContent {
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
}

.boxContent P {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
}

div.boxContentWidth {
	width: 100%;
	background-color: White;
}

a.infoboxheader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	font-weight: bold;
	background-color: #F5F5F5;
}

a.infoboxheader:hover {
	color: #003366;
		cursor:pointer;
}

