/**
 * Created on 25 dec 2007
 * File screen.css
 * Project Marian de Valk
 * User robertcabri
 */

*
{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body
{
	background: #F7F0EA url('/images/BG-body.gif') repeat-y 50% 0;
}

#wrapper
{
	margin: 0 auto;
	width: 760px;  
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#head
{
	height: 135px;
	background:  url('/images/topImage.jpg') no-repeat 0 0;
	position: relative;
}

#head strong
{
	display: block;
	text-indent: -9999px;
}

#nav 
{
	width: 760px;
	position: absolute;
	bottom: 0;
	height: 35px;
	line-height: 33px;
	text-align: center;
}

#nav li
{
	display: inline;
	padding: 0 4px;
	border-right: 1px solid #ccc;
}

#nav li.last
{
	border: none;
}

#nav li a
{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#nav li a:hover
{
	text-decoration: underline;;
}

h1.welkom
{
	background: transparent url('/images/titel_welkom.gif') no-repeat 0 0;
}

h1.mariandevalk
{
	background: transparent url('/images/titel_wieismarian.gif') no-repeat 0 0;
}

h1.passendafscheid
{
	background: transparent url('/images/titel_eenpassendafscheid.gif') no-repeat 0 0;
}

h1.kindverliezen
{
	background: transparent url('/images/titel_eenkindverliezen.gif') no-repeat 0 0;
}

h1.verliesverwerken
{
	background: transparent url('/images/titel_verliesverwerken.gif') no-repeat 0 0;
}

h1.uitvaartverzekering
{
	background: transparent url('/images/titel_uitvaarverzekering.gif') no-repeat 0 0;
}

h1.contact
{
	background: transparent url('/images/titel_contact.gif') no-repeat 0 0;
}

#main
{
	position: relative;
	background: url('/images/backGR.jpg') no-repeat 0 0;
}

#main h1
{
	height: 58px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#main p, #main ul.opsom
{
	margin: 0 0 15px 215px;
	width: 479px;
	line-height: 17px;
}

#main p.first
{
	/*text-indent: 60px;*/
}

#main ul.opsom 
{
	list-style-image: url('/images/opsomming_teken.gif');
}

#main ul.opsom li
{
	margin: 0 0 0 40px;
	padding: 0 0 3px 20px;
}

#main table.contactform
{
	margin: 0 0 15px 215px;
}

#image
{
	position: absolute;
	top: 100px;
	left: 30px;
	width: 160px;
}

#image img, #image a
{
	float: right;
	margin: 0 0 10px 0;
}

p.gedicht
{
	text-align: center;
}

#jump
{
	width: 479px;
	margin: 0 0 0 215px;
	list-style: none;
}

#jump li a
{
	color: #000;
}

#jump li a:hover
{
	text-decoration: none;
}

li.prev
{
	float: left;
}

li.next
{
	float: right;
}

.tussentekst
{
	color: #32BEC0;
}

a{
	color: #000;	
}

a:hover
{
	text-decoration: none;
}
