/* Digitaal museum Ellen de Heus || Copyright Artbyellen.nl */

body {
	background: #000;
	background-image: url(images/kamergroot.jpg); 
	background-position: Top Left; 
	width: 100%; 
	height: 100%; 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: center;
}

#wrapper {
	width: 510px;
	height: 500px;
	border: 3px solid #000;
	padding: 20px 20px;
	background: #303a44;
	filter: alpha(opacity=70); -moz-opacity: 0.70; 
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	border: 3px solid #000;
	filter: none;
	}

a:link {
	color: #CCCCC;
	text-decoration: underline;
}

a:visited { 
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: yellow;
	text-decoration: underline;
}	



/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.menu2 {
font-family: Arial, Verdana, sans-serif;
width:625px;
margin:0 auto; 
position:relative;
z-index:1;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}

/* style the links to be 124px wide by 30px high with a top and right border 1px solid white. 
Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:126px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#CCCCCC; 
line-height:30px; 
font-size:13px;
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#000;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:382px;
height:200px;
border:3px solid #000;
background:#CCCCCC; 
color:#000;
position:relative;
padding:40px 60px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:85px;
background:#fff;
border:2px solid #000;
margin:5px;
}

/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:2px solid #000;
padding:5px;
background:#fff;
}