 @charset "utf-8";

/***********************************************************
 * File: akpva.css
 * Project: advocatenkantoorpetervanalkemade . nl 
 *
 * Copyright: (c) 2011 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body, html {
	height: 100%;
	overflow: hidden;
}
body {
	color: #000000; 
	font: 10px/16px Verdana, Geneva, sans-serif; 
	background-color: #fff;
	background-image:url(../images/bg.png);
	background-position: right top;
	background-repeat:no-repeat;	
	text-align: center;
	margin: 0;
}
h1, h2 {
	color: #6d1b00;
	font: 16px/19px Verdana, Geneva, sans-serif; 
	padding-bottom: 11px;
}
h2 {
	padding-bottom: 3px;
}
em {
	color: #6d1b00;
}
a {
	color: #6d1b00;
	text-decoration:none;
}
a:hover {
	color: #009fe3;
}
ul {
	padding:0;
	margin-left: 14px;
}
li {
	list-style-image:url(../images/li.png);
}

/* hoofdstructuur */
div#wrapper {
	position: relative;
	min-width: 100%;
	width: 100%;
	overflow:auto;	
	text-align:left;
	background-color: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
aside {
	width: 120px;
	float:left;	
	left:680px;
	top:0;
	background-image:url(../images/akpva_logo.png);
	background-repeat:no-repeat;
	position: absolute;	
	min-height: 200px;	
	height: 200px;	
}
/*div#wrapper.contact aside {
		background-image:url(../images/logoc.png);
}*/
section {
	padding: 0px;
	width: 680px;
	float: left;
    height: auto !important;
    min-height: 100%;
    position: absolute;	
}

/*pagina structuur */
.kolom {
	float:left;
}
#ill {
	width: 140px;	
	min-height: 100%;
    height: auto !important;
    min-height: 100%;
	position:absolute;
	top: 0;
	left:0;
}
div#wrapper div.ill {
	background-repeat:repeat-y;
}
div#wrapper.home div.ill {
	background-image:url(../images/links_index.png)
}
div#wrapper.informatie div.ill {
	background-image:url(../images/links_info.png)
}
div#wrapper.contact div.ill {
	background-image:url(../images/links_contact.png);
	background-repeat:no-repeat;
}
.tekst {
	width: 425px;
	padding-left: 88px;
	left:140px;
    position: absolute;		
}

/* navigatie */
nav {
	font-size: 11px;
	padding-top: 70px;
	height: 90px;
	clear:both;
	color: #009fe3;
}
nav a {
	color: #6d1b00;
	text-decoration:none;
}
nav a:hover {
	color: #009fe3;
}
nav ul {
	padding:0; margin:0;
}
nav ul li {
	display:inline;
}
footer {
	width: 800px;
	height: 83px;
	background-color: transparent;
	position:absolute;
	bottom: 0;
	left:0;
	text-align:right;
}
/* colofon */
#colofon {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	width: 300px;
	border: 1px solid black;
	background-color: white;
	color:#333;
}
#target {
	color: #6d1b00;
	cursor:pointer;
}