/*
 * $Id: main.css 9 2009-05-28 07:27:24Z stijn $
 */


#container {
	width: 780px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -390px;
	height: 420px;
	overflow: visible !important;
	background: transparent url('../images/achtergrond_bijen1.jpg') no-repeat top right;
}
#contents {
	width: 100%;
	height: 100%;
	position: relative;
}
#content {
	position: absolute;
	right: 0;
	width: 570px;
	height: 400px;
	padding: 10px 15px 10px 15px;
	overflow: auto;
}

#content table {
	font-size: 100%;
}

#content * {
	font-family: 'Comic Sans Ms', Verdana, Arial, sans-serif !important;
}

#logo {
	text-align: right;
	width: 170px;
	position: absolute;
	background: transparent url('../images/opexlogo_bottom.gif') no-repeat bottom right;
	height: 420px;
}
#logo img {
	width: 136px;
	height: 69px;
}
#left {
	position: absolute;
	width: 170px;
	top: 88px;
}

/* Start (left)menu style */
ul#menuLeft {
	font-family: 'Comic Sans MS', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin: 0 2px 0 0 ;
	padding: 0;
	text-align: right;
}
ul#menuLeft ul {
	margin: 0;
	padding: 0;
}

ul#menuLeft li {
	margin: 0;
	padding: 0;
}
ul#menuLeft ul li {
	border-width:0 ;
	padding: 0 0 1px 0;
}
ul#menuLeft a, ul#menuLeft a:link, ul#menuLeft a:active, ul#menuLeft a:visited {
	color: #c08937;
}
ul#menuLeft a:hover {
	color: #ff0000;
	text-decoration: none !important;
}
ul#menuLeft ul {
	font-family: arial, verdana, helvetica, sans-serif;
	list-style-type: none;
	padding: 0;
	font-size: 0.9em;
	margin-right: 15px;
}
ul#menuLeft ul ul {
	font-size: 1.0em;
	margin-right: 15px;
}

/* End (left)menu style */

/* Menu link style */
a.menulink, a.menulink:link, a.menulink:active, a.menulink:visited {
	display: block;
	padding: 1px;
	color: #ffffff;
	text-decoration: none !important;
	vertical-align: middle;
}

a.menulink:hover {
	color: #c08937;
}
a.itemOn, a.itemOn:link, a.itemOn:active, a.itemOn:visited {
	color: #ff0000 !important;
}
a.typeHome { }


