.meny_positionering {
	position: absolute;
	left: 19px;
	top: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
	font-family: Garamond;
	line-height: 1em;
	color: #CDA416;
}.body_container {
	border: 1px solid #663399;
	width: 1024px;
	height: 674px;
	z-index: 2;
	background-color: #FFFFFF;
}
.bild_first_side {
	padding: 10px;
	z-index: 1;
	clip: rect(auto,auto,auto,auto);
	vertical-align: middle;
	margin: auto;
	position: absolute;
	text-align: center;
	background-position: center center;
	background-image: url(../admin/upload/<?php echo $get_first_text_assoc['bild']; ?>);
	background-repeat: no-repeat;
}
.grey_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 390px;
	position: absolute;
	left: 400px;
	top: 20px;
	z-index: 3;
	border: 1px solid #6699CC;
	margin: 10px;
	padding: 10px;
	list-style-type: square;
	overflow: auto;
	height: 450px;
}
.right_pictures {
	margin-left: auto;
	position: relative;
	margin-bottom: -100px;
}

