﻿/*------------------------------------------------------------------
  General rulez
-------------------------------------------------------------------- */

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

html,body {
    background-color:   #666;
    margin:             0px auto;
    font-family:        Arial, Helvetica, sans-serif; 
    color:              #000; 
	font-size:          11px
}

DIV#container {
    position:           relative;
    width:              700px;
    height:             645px;
    background-color:   #FFF;
    margin:             0px auto;
    margin-top:         35px;
    padding-top:        5px;
	border:				1px solid #000;
}

DIV#inner_container {
    position:           relative;
    margin-left:        20px;
    margin-right:       20px;
    margin-top:         10px;
    margin-bottom:      10px;
}

DIV#header {
    position:           relative;
    height:             100px;
    padding-top:        5px;
    padding-bottom:     5px;
    border-top:         1px solid #36C;
    border-bottom:      1px solid #36C;
}

DIV#back {
	position:           relative;
	background-image:   url(../images/titelbalk3.gif);
	background-repeat:  no-repeat; 
	width:              480px;   
	height:             68px;
	margin-left:        20px;
	float:              left;
	font-weight:        bold;
	font-size:          26px;
	text-align:         center;
	color:              #1D0F82; 
	padding-top:        33px;
	/* box model hack */
	voice-family:       "\"}\""; 
	voice-family:       inherit;
	margin-left:        0px;
}

html>body DIV#back {
	margin-left:        20px;
}

DIV#flash {
    position:           relative;
    width:              180px;
    height:             90px;
    margin-left:        -20px;
    padding-top:        7px;
    float:              left;
}

DIV#navigation {
    position:           relative;
    background-image:   url(../images/achtgr3.gif);
    background-repeat:  no-repeat;    
    width:              130px;
    height:             500px;
    margin-top:         10px;
    margin-right:       10px;
    float:              left;
}

UL#menu {
	list-style:         none;
	position:           relative;
	width:              130px;
	padding-top:        18px;
	margin:             0px auto;
}

UL#menu LI {
	display:            inline;
    width:              130px;
    margin:             0px auto;
}

UL#menu LI A {
    margin:             0px auto;
    color: 				#fff;
    text-decoration: 	none;
    display: 			block;
    border:             1px solid white;
    width:              100px;
    height:             14px;
    text-align:         center;
    font-size:          11px;
    font-family:        Arial, Helvetica, sans-serif; 
    margin-bottom:      3px;
    margin-top:         3px;
}

html>body UL#menu LI A {
	width:              100px;
	height:             14px;
}

UL#menu LI.active A,
UL#menu LI.active A:hover {
	background:         #6666CC;
	border:             1px solid white;
}

UL#menu LI A:hover {
    border:             1px solid white;
	background:         #9999CC;
}


DIV#copyright {
    color:              #000;
    margin-top:         280px;
    text-align:         center;
    font-size:          10px; 
}

DIV#content {
    width:              490px;
    float:              left;
    margin-left:        30px;
}

H1 {
   	font-family:        Arial, Helvetica, sans-serif; 
	font-weight:        bold; 
	text-transform:     uppercase; 
	color:              #1D0F82; 
	font-size:          16px;
	padding-top:        10px;
}

P {
    margin-top:         16px;
    margin-bottom:      16px;
}

.bold {
    font-weight: 		bold;
}

.center {
    text-align: 		center;
}

UL#listing {
	margin-left:		25px;
	margin-top:			-10px;
}

UL#listing LI {
	padding-top:		3px;
	padding-bottom:		3px;
}

UL#sublisting {
	margin-left:		45px;
}

A {
	text-decoration:	none;
	color: 				#1D0F82;
}

P#language{
	text-align:			center;
}

IMG{
	border:				1px solid #000;
}
A.flags{
	margin:				10px;
}

.minTop{
	margin-top:			10px;
	margin-bottom:		5px;
	font-size: 			110%;
	font-style: 		italic ;
}

.minTop1{
	margin-top:			3px;
}

INPUT#naam {
	border: 			1px solid #1D0F82;
}

INPUT#email {
	border: 			1px solid #1D0F82;
}

.vraag {
	border: 			1px solid #1D0F82;
}

.verplicht {
	color: 				#369;
}

INPUT#submit {
	border: 			1px solid #1D0F82;
	background-color:	#FFF;
}

SPAN#verzonden {
	margin-left:		80px;
	color: 				#369;
	font-weight: 		bold;
}