/***********************************************************
 * File: metaexpo.css
 * Project: Metamorfoze WebExpositie
 *
 * Copyright: (c) 2007 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}	
h1 {
	font: 11px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B90505;
	margin: 0;
	padding: 0;
}
h2 {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #B90505;
	font-weight: normal;
	font-style:italic;
	margin: 0;
	padding: 0;
}
a {
	color: #B90505;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px; 
	margin: 0px auto; 
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	text-align: left; 	
	height: 710px;
	width: 970px; 
}
#left {
	width: 140px;
	float: left;
}
#main {
	width: 830px;;
	float: left;
}
#content {
	height: 614px;
	width: 830px;	
	float: left;
	background-image: url(../images/bg-detail.gif);
	background-repeat:no-repeat; 
	padding: 0; 	
	clear:both;
}
#contentimage {
	margin: 0;
	width: 495px;
	height: 576px; 
	float: left;
	overflow:hidden;
}
#contentscroll {
	width: 307px;
	margin-left: 27px;
	float: left;
	margin-top: 10px;	
	overflow: auto;
	height: 555px;
}
#contenttext {
	width: 277px;
	float: left;	
}
#menu {
	height: 80px;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 830px;
	float: left;
	clear:both;
	background-image:url(../images/bgmenu.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #B90505;
	text-decoration: none;
}
#menu a.selected {
	color: #B90505;
	text-decoration: none;
}
#menu1 {
	float:left;
	width: 156px;
	padding-left: 12px;
	display:block;
}
#menu2 {
	float:left;
	width: 156px;
	padding-left: 12px;
	display:block;	
}
#menu3 {
	float:left;
	width: 156px;
	padding-left: 12px;
	display:block;	
}
#menu4 {
	float:left;
	width: 32px;
	padding-left: 175px;
	display:block;	
}
#right {
	float: left;
}
#footer {
	clear: both;
}
#popupje {
	background-color:#FFFFFF;
	border:#BF2120 1px solid;
	text-align: left;
	padding: 0px;
	width: 218px;
}
#poptekst{
	padding-left: 4px;	
}
