/* Medibulplus.be
------------------------------------------------------------------*/

/* General
------------------------------------------------------------------*/

body {
	margin: 5px auto;
	width: 986px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b8b8b;
}

h1, h2, h3 {
	font-size: 36px;
	color: #eb6b09;
	margin: 0px;
	font-weight: normal;
	padding-top: 12px;
}

h2 {
	font-size: 18px;
	color: #3f403f;
}

h3 {
	font-size: 13px;
	color: #8b8b8b;
	font-weight: bold;
	padding-top: 15px;
}

p {
	margin: 0px;
	padding-top: 10px;
}

a:link,
a:visited,
a:active {
	color: #00b2cf;
	text-decoration: none;
}

img {
	border: none;
}

/* Navigatie
------------------------------------------------------------------*/

#nav {
	background: url(/images/bg_menu.gif) no-repeat;
	height: 39px;	
	font-size: 18px;
	padding-right: 70px;
	padding-top: 15px;
}

#nav ul {
	list-style: none;
	margin: 5px 0px 0px;
	padding: 0px;
	clear: both;
	float: right;
	line-height: 14px;
}

#nav li{
	margin-left: 40px;
	float: left;
}

#nav li a {
	color: #3f403f;
	text-decoration: none;
}

#nav li a:hover {
	color: #00b2cf;
}

/* Sub-Navigatie
------------------------------------------------------------------*/

#sub_nav {
	background: url(/images/bg_div_subnav.gif) repeat-y;
	float: right;
	height: 500px;
	padding-top: 50px;
	padding-left: 0px;
	width: 200px;
}

#sub_nav ul {
	list-style: none;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

#sub_nav li a {
	color: #8b8b8b;
	text-decoration: none;
	padding-left: 10px;
        
}

#sub_nav li a:hover {
	color: #eb6b09;
    background: url(/images/bg_subnav.gif) no-repeat;
}

/* Wrapper
------------------------------------------------------------------*/

#wrapper {
	background: url(/images/bg_left.gif) no-repeat;
	height: 500px;
}

/* Content
------------------------------------------------------------------*/

#content {
	padding-left: 200px;
	padding-top: 30px;
	padding-right: 250px;
}

#content .members {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#content .icon {
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 0px;
}

table, td
{
    border-color: #CCC;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	margin-top: 10px;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

/* Footer
------------------------------------------------------------------*/

.footer {
	padding-top: 20px;
	padding-bottom: 10px;
}
