
/* ++++++++++++++++++++[ GENERAL ]++++++++++++++++++++ */
* 
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

img	
{
	display: block;
	border: 0;
}

body
{
	background: #CCC url(/images/arbeidsrecht/bg.main.gif) top center repeat-y;
	color: #24273a;
	font-family: "Lucida Sans Unicode", verdana, sans-serif;
    font-size: 11px;
}
	
div#wrapper 
{
	margin: 0 auto;
	width: 750px;
}

table#main	
{
	background: none;
	text-align: left;
	width: 750px;
}

a:link, a:visited 
{
    color: #38195e;
    text-decoration: underline;
}
    
a:hover 
{
    color: #799739;
    text-decoration: none;
}

#titel img 
{
	margin: 10px 0px 0px 0px;
}

/* ++++++++++++++++++++[ LAYOUT ]++++++++++++++++++++ */

td#topic img 
{
	margin: 20px 0px 0px 35px;
	padding: 0;
}

/* ++++++++++++++++++++[ NAVIGATIE ]++++++++++++++++++++ */

td.navbar 
{
	background: none;
	width: 180px;
}

td#nav 
{
	background: url(/images/vastgoedrecht/ch-logo.gif) top center repeat-x;
}

td#nav ul 
{
    list-style: none;
    /*margin: 30px 5px 0px;*/
    margin: 30px 5px 0px;
    /*padding-top: 20px;*/
    padding-top: 0px;
    text-align: right;
}

td#nav ul li 
{
    padding: 5px 5px 7px 0;
    background: url(/images/vastgoedrecht/greendot.gif) right center no-repeat;
}

td#nav ul li.sub 
{
    background: none;
    padding-right: 5px;
}

#nav a 
{
    color: #38195e;
    text-decoration: none;
}

#nav a:hover 
{
    color: #FFF;
    text-decoration: underline;
}

#nav .navactive
{
    text-decoration: underline;
}

/* ++++++++++++++++++++[ CONTENT ]++++++++++++++++++++ */

div#content 
{
    margin: 10px 25px 15px 25px;
    text-align: left;
	line-height: 2em;
}
    
div#content p 
{
	margin: 0px 0px 1em 0px;
}
  
div#content p strong 
{
	color: #24273a;
}

div#content div.mainpic 
{
	float: left;
	padding: 10px 10px 0px 0px;
	border: 0px solid #F00;
}
	
div#content div.mainpic img 
{
	border: 1px solid #000;
}

img.left 
{
	float:left;
	margin-right:8px;
}
img.right 
{
	float:right;
	margin-left:8px;
}

h2#pagetitle 
{ 
	margin: 1em 0px 0.5em; 
}

h1, h3, h3 a 
{ 
	font-size: 100%;
	color: #36233f;
}

blockquote 
{
	font-style: italic;
}

div#content ul 
{
	margin: 1em 0px 0px 25px;
  }
  
div#content ul li 
{
	margin: 0px 0px 0px 10px;
}

/* ++++++++++++++++++++[ FOOTER ]++++++++++++++++++++ */

tr#footer td 
{
	padding: 2px 0px 2px 0px;
	color: #5a308d;
	background: #EEE;
	text-align: center;
}

tr#footer td#link 
{
	background: #38195e;
	color: #FFF;
}

tr#footer td a 
{
    color: #FFF;
    text-decoration: none;
}

tr#footer td a:hover 
{
    color: #FFF;
    text-decoration: underline;
}

.imgleft
{
    float: left;
    padding: 0 15px 5px 0;
}
