*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #173B77;
	text-align: center;
}

.outsideContainer
{
	width: 759px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #FFF;
    background-image: url('http://www.ambilelystad.nl/images/back-content.gif');
    background-repeat: repeat-y;
}

* html .outsideContainer
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

UL
{
	margin-left: 15px;
	margin-top: 5px;
}

LI
{
	margin-left: 10px;
}

OL
{
    margin-left: 15px;
}

/* HEADER */
.header
{
	height: 220px;
}

/* CONTENT */
.content
{
	padding-bottom: 17px;
}

.contentMain
{
	display: inline;
	float: right;
	margin-top: 0px;
	width: 520px;
	/*min-height: 250px;
	height: auto;*/
	text-align: center;
    margin-bottom: 65px;
	/*border: 1px solid red;*/
}

.contentSub
{
	display: inline;
	float: left;
	width: 200px;
	min-height: 250px;
	height: auto;
	margin-bottom: 65px;
    /*border: 1px solid orange;*/
}

html>body .contentMain, .contentSub
{
    height: auto;
}

/* FOOTER */
DIV.footer
{
	width: 759px;
	font-size: 11px;
	color: #000;
	height: 65px;
	margin: -66px auto 0 auto;
	background-image: url('http://www.ambilelystad.nl/images/back-bottom.jpg');
	font-family: arial;
    border-top: 1px solid #FFF;
}

DIV.footertext
{
    height: 20px;
    width: 759px;
    font: bold 11px Verdana, Arial;
    color: #163A74;
    margin-top: 2px;
}

/* IE6 hack */
* html .footertext
{
}

/* Firefox / IE7 hack */
html>body .footertext
{
   position: absolute;
}

/* IE7 hack */
*:first-child+html .footertext 
{
    position: relative;
}

DIV.footertext A
{
    color: #163A74;
    text-decoration: none;
}

DIV.footertext A:hover
{
    color: #138823;
}

SPAN.seperator
{
    color: #FFF;
    font: bold 11px Verdana, Arial;
}

/* EXTRA */
html
{
	height: 100%;
}

body
{
	height: 100%;
}

.insideContainer
{
	min-height: 100%;
}

* html .insideContainer
{
	height: 100%;
}

* html .footer
{
	/*margin-top: -20px;*/
}

H1
{
	color: #148823;
    font: bold 14px Verdana, Arial;
	margin-bottom: 10px;
	margin-left: 0px;
}

H2
{
    font: bold 13px Verdana, Arial;
    margin-bottom: 10px;
    color: #163A74;
}

h3 {
    font: bold 12px Verdana, Arial;
    margin: 20px 0 0 0;
    color: #163A74;
}

img
{
	border: 0px;
}

.headertop
{
	height: 137px;
	width: 759px;
	background-image: url('http://www.ambilelystad.nl/images/header.jpg');
	background-repeat: no-repeat;
	text-align: right;
}

.headerLogo {
	float: left;
	width: 220px;
	height: 120px;
	cursor: pointer;
}

.headerbottom
{
    width: 759px;
    height: 33px;
    background-image: url('http://www.ambilelystad.nl/images/back-header-bottom.jpg');
}

DIV.topmenu
{
    margin-top: 5px;
    margin-right: 10px;
    float: right;   
}

DIV.topmenu A
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

DIV.topmenu A:hover
{
    text-decoration: underline;
}

DIV.mainmenu
{
	height: 22px;
	width: 759px;
	border-top: 1px solid #FFF;
    background-image: url('http://www.ambilelystad.nl/images/back-menu.jpg');
}

DIV.mainmenu A
{
    font: bold 11px Verdana, Arial;
    color: #163A74;
    text-decoration: none;
}

DIV.mainmenu A:hover
{
    color: #138823;
}

DIV.mainmenu .seperator, DIV.topmenu .seperator
{
    margin-left: 10px;
    margin-right: 10px;
}

DIV.mainmenu_items
{
    margin-top: 3px;
    margin-left: 25px;
}

.balk
{
    height: 22px;
    width: 759px;
    border-top: 1px solid #FFF;
    background-image: url('http://www.ambilelystad.nl/images/back-submenu.jpg');
    text-align: center;
}

.balk div {
	margin-top: 3px;
}

.balk a {
	color: red;
	/*text-decoration: none;*/
	font-weight: bold;
}

.balk a:hover {
	text-decoration: underline;
}

.contenttopleft
{
	height: auto;
	margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
	width: 200px;
    text-align: center;
    /*border: 1px solid red;*/
}

DIV.submenu
{
    width: 220px;
    height: auto;
    min-height: 100px;
    margin-left: 0px;
	/*border: 1px solid red;*/
}

DIV.submenu UL
{
    color: #148823;
}

DIV.submenu LI
{
    margin-bottom: 7px;
    font: normal 11px Verdana, Arial;
}

DIV.submenu A
{
    color: #000;
    text-decoration: none;
}

DIV.submenu A:hover
{
    color: #138823;
    /*font-weight: bold;*/
}

DIV.adobebanner
{
    width: 200px;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    /*border: 1px solid blue;*/
}

.contenttopright
{
	height: auto;
	min-height: 450px;
	text-align: left;
    line-height: 22px;
	margin: 0 20px 20px 20px;
}

A
{
    color: #173B77;
}

SPAN.kop1
{
    font: bold 13px Arial, Verdana, Arial;
    color: #163A74;
}

SPAN.kop2
{
    font: bold 13px Arial, Verdana, Arial;
    color: #163A74;
}

.form_data
{
    width: 100%;
    height: 25px;
}

.form_label
{
    width: 120px;
    float: left;
}

.form_value
{
    float: left;
}

.form_value INPUT
{
    border: 1px solid #173B77;
}

.form_value TEXTAREA
{
    border: 1px solid #173B77;
}

/*TABLE
{
    font: normal 11px Verdana, Arial;
    border: 2px solid #148823;
}*/

p {
	margin-bottom: 20px;
}
