/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');
/* Import a basic layout */
@import url('styles/2c-l.css');
/*  
Theme Name: opalio
Theme URI: http://opalio.com/
Description: Template for opalia
Author: Arie van Donkelaar
Author URI: http://www.acreaties.nl/
Version: 1.0
*/
body {
font-family: Tahoma;
font-size: 11px;
color: #333333;
white-space: normal;
line-height: 20px;
background-image: URL('images/container-bg-right.png');
background-repeat: repeat-x;
}
p {
text-align:justify;
margin-top: 7px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 16px;
clear: right;
font-family: Tahoma;
font-size: 12px;
font-style: normal;
line-height: 20px;
font-weight: normal;
font-variant: normal;
}
#wrapper {
width: 1000px;
}
#header {
height: 120px;
min-height: 120px;
background-image: URL('images/container-bg-left.png');
background-repeat: no-repeat;
}
#access {
margin: 0 0 1.5em 0;
overflow: auto;
}
.skip-link {
position:absolute;
left:-9000px;
}

#menu {
	height: 360px;
	list-style: none;
	width: 184px;
	background-color: #b10e7b;
	float: left;
	
}
#menu ul {
margin-left: 1px;
}

#menu li {
	width: 184px;
	border-bottom: 1px solid #fff;
	list-style: none;
	
	
}

#menu li a:link, #menu li a:visited, #menu li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 20px;
	font: normal 12px/34px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	background: url(images/bullet_menu.jpg) 169px 12px no-repeat;
	cursor: pointer;
}

#menu li a:hover, #menu li a:active{
	text-decoration: none;
	background: #dd97c6 url(images/bullet_menu_over.jpg) 169px 12px no-repeat;
}

#menu ul ul {
	position: absolute;
	left: 184px;
	height: 30px;
	top: 0px;
	display: none;
	border-left: 1px solid #7c0755;
	padding: 0;
	list-style: none;
	background: #b10e7b;

}

#menu ul li {
	position: relative;
	background: #b10e7b;
		
}

#menu li:hover ul { 
	display: block;
	z-index: 1000;
}

#menu li ul li ul {
	left: 290px;
	top: -1px;
	display: none;
	padding: 0;
	list-style: none;
	position: absolute;
	background: #fff;
}

#menu li ul li:hover ul { 
	display: block; 

}
h1 {
font: bold 15px Tahoma;
margin: 10px 16px 5px 16px;
height: 30px;
background: url(images/stippel.jpg) 0px 23px no-repeat;
}

h2 {
text-decoration: underline;
font: bold 12px Tahoma;
margin: 15px 0 10px 16px;

}
#container {

}

#content-inner {
	padding: 10px;
	
}

#content {
	background: white;
	z-index:-1;
}


#content img{
	border: none;
	padding: 5px;
	margin: 5px;
}
#content ul {
padding: 0 0 0 19px;
}

#content li {
background: url(images/bullet.jpg) 0px 12px no-repeat;
padding: 0 0 0 29px;
list-style:none;
font: normal 12px/30px Tahoma;
margin-left: 12px;
}

#content li p{
margin: 0 0 0 20px;
}
.logo {
	margin-left: 5px;
	margin-top: 4px;
}