/* tag rebrush */

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

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

img {
  border:0;
}

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

a {
	text-decoration: none;
	color: #66ccff;
}

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

/* main defs */

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

#shadowBOX {
	position:absolute;
	width:812px;
	height:512px;
	z-index:1;
	background-image: url(../img/bg_box.gif);
	left: 0px;
	top: 17px;
}
