html, body { height: 100%; padding: 0px; margin: 0px; }

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
}

img { display: block; margin: 0px; padding: 0px; }
h1 { margin: 0; padding: 0; }
a { color: white; }
td { padding: 0px; }

#wrapper {
	border-style: none;
	width: 950px;
	height: 405px;
	position: relative;

	background-image: url(vorschalt_img/cd_03.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	margin: 0px;
}

#bild {
	background-color: #e7e7e7;
}

#wrapper, .abdeckBlau {
	background-color: #12407e;
}

#bild {
	width: 390px;
	height: 405px;
	float: left;
}

#textIndex {
	position: absolute;
	top: 105px;
	left: 435px;
}

#text {
	position: absolute;
	top: 35px;
	left: 435px;
	width: 470px;
}

#logo {
	position: absolute;
	bottom: 25px;
	right: 65px;
}

.abdeckGrau, .abdeckBlau {
	position: absolute;
	width: 20px;
	height: 195px;
	z-index: 10;
}

.abdeckGrau { background-color: white; }

#test {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	height: 100%;
}