body {
/*	margin-top:0px; */
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	vertical-align: middle;
	text-align:center;
	background-color: #F0D7BE;
}

img {
	margin: 0px;
	border-width: 0px;
	border: 0px;
}

img.linkImage {
	border-width: 0px;
}

div#centeredImage {
	position: relative;
	height: 610px;
	width: 850px;
	margin-top: 3%;
	margin-left:auto;
	margin-right:auto;
	left: 0px;
	top: 0px;


}

div.naviBox {
	position: absolute;
	left: 0px;
	height: 32px;
	width: 130px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left:0px;
	
}

div#naviBox1 {
    top: 110px;
	
}

div#naviBox2 {
	top: 178px;
}

div#naviBox3 {
	top: 246px;
}

div#naviBox4 {
	top: 313px;
}
div#naviBox5 {
	top: 380px;
}

a:link { text-decoration:none; font-weight:bold; color: #683a2a; }
a:visited { text-decoration:none; font-weight:bold; color: #c0b42e; }
a:hover { text-decoration:none; font-weight:bold; color: #c0b42e; }

div.pictureBox {
	position: absolute;
	width: 565px;
	height: 250px;
	top: 250px;
	text-align: left;
	font-size: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
div#pictureBox1 {
	left: 150px;
}

div#pictureBox2 {
	left: 490px;
}

div#pictureBox3 {
	left: 150px;
	top: 380px;
}
div#pictureBox4 {
	left: 490px;
	top: 380px;
}
div.imageBox {
	position: absolute;
	left: 270px;
	top: 295px;
	text-align: left;
	font-size: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}

div#imageBox1 {
	left: 185px;
}

div#imageBox2 {
	left: 470px;
}

div#textBox {
	position: absolute;
	width: 565px;
	left: 130px;
	top: 145px;
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	height: auto;
	box-sizing: content-box; /* für Opera's Quirks mode (umschalten ins W3C Box Modell) */
}

* html div#textBox { height:190px; } /* nur für IE 5.5 - 6.x */
html + body div#textBox { height:230px; } /* nur vom IE 5.0 */
