body {
	background-color: #ffffff;
}

.front {
	position:absolute;
	width: 675px;
	height: 371px;
	left: 50%;
	top: 30px;

}
#realfront {
	margin-left: -337px;

	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	background-color: #c0c0c0;
}
#backfront {
	margin-left: -357px;
	margin-top: +20px;
	background-color: #c0c0c0;
}

.leftbild {
	position:relative;
	width: 258px;
	height: 338px;
	background-color: #ffffff;
	float:left;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 0px 0px;
	background-image: url("bild1.jpg")
}
.toppanel {
	position:relative;
	width: 673px;
	height: 32px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	
}
.mainruta {
	position:relative;
	width: 415px;
	height: 338px;
	background-color: #ffffff;
	float:right;
	overflow: auto;
	vertical-align: middle;
}

p {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#pmain {
	position: absolute;
	top: 12px;
	left: 20px;
}

.topimg {
	margin-top: 9px; 
	position: absolute;
	border-style: none;

}

a:link { color: #333333 }
a:visited { color: #333333}
