/* CSS for Website Apothekers museum Kisters */

* {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	color: #000;
}

img {	border: 0px;
}

/* main page styles */
BODY {
	margin: 0;
	background: #FFC524;
}

#outer {
 	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;

}

#header {	height: 20px;
	width: 960px;
}

#box {	width: 960px;
	border: 2px solid #000;
	background: #FFDF87;            /*e4c87f c5845c e2c9ab */
}

#top {      width: 960px;
      height: 306px;
}

#topleft {	position: relative;
	float: left;
	width: 353px;
	margin-top: 10px;
	margin-left: 10px;
}

#topright {	float: right;
	width: 597px;
	height: 306px;
}

#toptitle {	height: 250px;
	width: 597px;
	line-height: 250px;
	font-size: 46px;
	float: left;
	text-align: center;
}

#topmenu {
	float: left;
	margin-top: -50px;
	height: 65px;
	width: 600px;
}

#topmenu a {	float: left;
	width: 180px;
	height: 65px;
	line-height: 65px;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}

#topmenu a:hover {	text-decoration: underline;
}

#bottom {	float:left;
	margin-top: 20px;
	width: 960px;

}

#bottomleft {
	float: left;
	width: 280px;
}

#leftmenu{	margin-left: 70px;
	height: 100px;
}

#leftmenu a{	float: left;
	width: 190px;	text-decoration: none;
	text-align: right;
	font-size: 16px;
}

#leftmenu a:hover {
	text-decoration: underline;
}

#bottomright {
	float: left;
	width: 650px;
	padding: 5px;
	border-left: 1px solid #000;
}



/* Styles for photo's */
#photo1 {
    display: block;
	position: absolute;
	top: 153px;
	left: 2px;
}

#photo2 {
	display: block;
	position: absolute;
	top: 116px;
	left: 150px;
}

#photo3 {
	position: absolute;
	top: 2px;
	left: 60px;
	display: block;
}

#photooverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.right {	float: right;
	margin-top: 2px;
}







