/* tag rebrush */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}

body {
	background-color: #ededed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
  border:0;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

a {
	text-decoration: none;
	color: #880900;
}
a:hover {
	text-decoration: none;
	color: #666;
}

p {
	line-height: 16px;
	margin: 0px;
}

/* main defs */

#centeredBOX {
	position: absolute;
	left: 45%;
	width: 950px;
	margin-left: -406px; /* negative Hälfte von width: 500px */
	top: 38%;
	height: 550px;
	margin-top: -275px; /* negative Hälfte von height: 300px */
}

#shadowBOX {
	position:absolute;
	width:950px;
	height:545px;
	z-index:1;
	background-color: #000;
	left: 0px;
	top: 75px;
	border:10px solid #fff;
}
