/*
// OVERALL LAYOUT STYLES
*/

body, td, a, div {
	font-size: 8pt;
	color: #ffffff;
	font-family: Georgia, Times New Roman;
	text-align: left;
}

body {
	margin: 0px;
	background-color: white;
	top:0px;
}

table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #fff200;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px solid black;
	height: 1px;
}

h1 {
	padding-left: 7px;
    margin-top: 4px;
    color: #fff200;
    font-size: 8pt;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: normal;
}

h2 {
    padding-left: 7px;
    color: #7da7d9;
    font-size: 17pt;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

img {
	display: block;
	border: 0px;
	vertical-align: bottom;
}

ul, ol {
	margin: 0px;
	padding:0px;
}

li {
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

input.text {
	width: 100px;
}

input {
    font-family: Georgia, Times New Roman;
    font-size: 10pt;
    width: 200px;
}

input.postcode {
    font-family: Georgia, Times New Roman;
    font-size: 10pt;
    width: 60px;
}

input.plaats {
    font-family: Georgia, Times New Roman;
    font-size: 10pt;
    width: 129px;
}

textarea {
    font-family: Georgia, Times New Roman;
    font-size: 10pt;
    width: 200px;
    height: 100px;
}

/*
// Alignment
*/

.center { /* Center an image in a Div or Td */
	margin-left: auto;
	margin-right: auto;
}

.left { /* Align image to the left in a Div or Td */
	margin-left: 0;
	margin-right: auto;
}

.right { /* Align image to the right in a Div or Td */
	margin-left: auto;
	margin-right: 0;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.clear {
	clear: both;	
}

/*
// Colors
*/

.aqua { color: aqua; }
.black { color: black; }
.blue { color: blue; }
.fuchsia { color: fuchsia; }
.gray { color: gray; }
.green { color: green; }
.lime { color: lime; }
.maroon { color: maroon; }
.navy { color: navy; }
.olive { color: olive; }
.purple { color: purple; }
.red { color: red; }
.silver { color: silver; }
.teal { color: teal; }
.white { color: white; }
.yellow { color: yellow; }
.orange { color: #f8981d; }

/*
// Styles
*/

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

.error { color: red; }

/*
// Sizes
*/

.small { font-size: 11px; }
.standard { font-size: 12px; }
.medium { font-size: 14px; }
.large { font-size: 16px; }

/*
// Id styles
*/

#header_flash {
	position: absolute;
	top:0px;
	left: 0px;
}

#AM_Index {
    width: 100%;
}

/*
// Classes styles
*/

.navigation
{
    padding-left: 30px;
}

navigationSub
{
    padding-left: 30px;
    vertical-align: top;
}

.lytDate
{
    padding-left: 7px;
    margin-top: 3px;
    color: #fff200;
    font-size: 8pt;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lytTitle
{
    padding-left: 7px;
    color: #7da7d9;
    font-size: 17pt;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lytTitle a
{
    color: #7da7d9;
    font-size: 17pt;
}

.lytTitle2
{
    padding-left: 7px;
    color: #7da7d9;
    font-size: 13pt;
    vertical-align: bottom;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lytTitle2 a
{
    color: #7da7d9;
    font-size: 13pt;
}

.lytIcons
{
    text-align: left;
    border-left: 1px solid #fff200;
    color: #ffffff;
    padding-left: 5px;
}

.lytArticle
{
    padding-left: 7px;
    color: #ffffff;
    font-size: 8pt;
    vertical-align: middle;
    height: 70px;
}

.lytArticle2
{
    padding-left: 8px;
    color: #ffffff;
    font-size: 8pt;
    vertical-align: middle;
}

.lytArticle2 a, lytArticle2 a:hover, lytArticle2 a:visited
{
    color: #fff200;
    
}

.lytArticle a, lytArticle a:hover, lytArticle a:visited
{
    color: #fff200;
    
}

.divArticle
{
    position: relative;
    color: #ffffff;
    font-size: 8pt;
    vertical-align: middle;
    width: 495px;
}

.lytTblTitle
{
    padding-top: 7px;
    padding-left: 49px;
}

.lytCopyright, .lytCopyright a {
    font-size: 7.5pt;
    color: #9f9f9f;
}

.lytCopyright a:hover {
    font-size: 7.5pt;
    color: #cfc610;
}

.lytBack
{
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 3px;
    color: #fff200;
    font-size: 8pt;
    vertical-align: top;
}

.lytBack a
{
    color: #fff200;
}

.lytFoto
{
    padding:10px 10px 14px 10px;
    vertical-align: top;
}

.lytForm
{
    padding-left: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lytBtn a
{
    color: #fff200;
}

.divIcons
{
    position: absolute;
    left: 500px;
    top: 245px;
    border-left: 1px solid #fff200;
    height: 38px;
    vertical-align: middle;
}

.divIcons2
{
    position: absolute;
    left: 500px;
    top: 382px;
    border-left: 1px solid #fff200;
    height: 38px;
    vertical-align: middle;
}

.divIcons3
{
    position: absolute;
    left: 500px;
    top: 517px;
    border-left: 1px solid #fff200;
    height: 38px;
    vertical-align: middle;
}

.divIcons4
{
    position: absolute;
    left: 542px;
    border-left: 1px solid #fff200;
    height: 38px;
    vertical-align: middle;
}

.divIcons5
{
    position: absolute;
    left: 500px;
    border-left: 1px solid #fff200;
    height: 38px;
    vertical-align: middle;
}

.linkTitle {
    padding:0px;
    margin:0px;
    font-size: 10pt;
    height: 16px;
    font-weight: bold;
}

.linkTitle a{
    color: #fff200;
    padding:0px;
    margin:0px;
    font-size: 12pt;
    height: 16px;
    font-weight: bold;
}

.divLanguage {
    position: absolute;
    top: 18px;
    right: 10px;
    color: black;
}

.divMeedoen {
    position: absolute;
    top: 159px;
    right: 34px;
    color: black;
    z-index: 4;
}

.divBarok1 {
    position: absolute;
    top: 238px;
    right: 0px;
    color: black;
    z-index:2;
}

.links {
	width: 200px;
	float: left;
}

div.divArticle div p {
	padding-top: 15px;	
}

div.divArticle div form {
	padding-top: 10px;	
}

div.divArticle div form ul li {
	list-style: none;
	padding: 5px;
}

div.divArticle div form ul li label {
	width: 60px;
	float: left;
}

div.divArticle div form ul li span {
	margin-left: 5px;
	color: red;
}
