/* Buntischer Hintergrund */
.oxebox_bg {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 0;
	background-color: #7871A8;
}
/* Ochsen-Power */
.oxebox {
	display: none;
	position: absolute;
	z-index: 1111;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	border-top: 1px solid #555555;
}
.oxebox .head {
	background-image: url(oxeheader.gif);
	background-repeat: repeat-x;
	z-index: 2000;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.oxebox .title {
	margin-left: 6px;
}
.oxebox .close {
	position: absolute;
	right: 9px;
	top: 7px;
	font-size: 11px;
}
.oxebox a:link, .oxebox a:visited, .oxebox a:active {
	color: #29186B;
	text-decoration: none;
}
.oxebox a:hover {
	color: #29186B;
	text-decoration: underline;
}
.oxebox iframe {
	border-style: none;
	border-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #aaa;
}