/*****************************
Gebruikte kleuren:
	#dd2527 = rood
	#acc6e6 = blauw
	#e2e53e = geel

Standaard tags:
******************************/

body {
	background-image: url(../images/bg_body.jpg);
	margin: 0;
	padding: 0;
}

body, td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

a {
    cursor: pointer;    
}

a:link,
a:visited,
a:active {
	color: #dd2527;
	text-decoration: none;
}

a:hover {	
	background-color: #e2e53e;
}

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

h1 {
	color: #dd2527;
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

h1 a:hover {
	background-color: transparent;
}

h2 {
	color: #acc6e6;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 0;	
}

h3, th {
	color: #dd2527;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

img {
	border: 0;
}

input, textarea {
	background-color: #fff;    
	border: 1px solid #acc6e6;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	width: 230px;
}

input.radio {
    width: auto;       
    border: none;        
    margin-right: 20px;    
}
input.checkbox {
    width: auto;    
    border: none;
    margin-right: 20px;
}
input.submit {
    border: 1px solid red;    
}


td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	background: url("../images/arrow_red.gif") left 4px no-repeat;
	padding-left: 12px;
}

/*****************************
Layout divjes - algemeen:
******************************/

#mainContainer {
	position: relative;
	width: 774px;
	background-color: #fff;
	margin: auto;
}

#title {
	position: absolute;
	left: 16px;
	top: 10px;
}
    #title h1 {
        margin-top: 10px;
    }

#footer {
	width: 758px;
	padding: 0 16px 0 0;
	background-color: #acc6e6;
	color: #fff;
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #e2e53e;
	background-color: transparent;
}

/*****************************
Layout divjes - Homepage:
******************************/

.homepage #mainContainer{
	background-image: url("../images/bg_home.gif");
	background-position: top;
	background-repeat: no-repeat;
	/*height: 1024px;*/
	height: 1124px;
}

#introText {
	position: absolute;
	left: 46px;
	top: 86px;
	width: 495px;
	height: 258px;
	line-height: 20px;
	background-image: url("../images/corien_botman.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#buttons {
	position: absolute;
	left: 569px;
	top: 12px;
}

#buttons img {
	margin-bottom: 3px;
}

.homepage #menu {
	position: absolute;
	top: 250px;
	left: 592px;
}

#boek {
	position: absolute;
	top: 402px;
	left: 16px;
	width: 174px;
}

#boekPersonen {
	position: absolute;
	top: 402px;
	left: 204px;
	width: 250px;
}

#corien {
	position: absolute;
	top: 402px;
	left: 481px;
	width: 113px;
}

#corien ul li {
	background: url("../images/arrow_blue.gif") left 4px no-repeat;
}

#corien a {
	color: #acc6e6;
}

#corienText {
	position: absolute;
	top: 402px;
	left: 606px;
	width: 152px;
}

#mottoDani {
	position: absolute;
	top: 690px;
	left: 481px;
	width: 275px;
	
}

.homepage #footer {
	position: absolute;
	top: 1112px;
	left: 0;
}

/*****************************
Layout divjes - Subpage:
******************************/

#header {
	background-image: url("../images/bg_header.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 774px;
	height: 174px;
}

#quote {
	position: absolute;
	left: 46px;
	top: 96px;
	width: 465px;
}

.subpage #menu {
	position: absolute;
	top: 16px;
	left: 592px;
}

#menuSubpage {
	position: absolute;
	left: 387px;
	top: 16px;
	width: 195px;
}

#content {
	background: url("../images/bg_middle.gif");
	height: 100%;
}

#contentLeft {
	float: left;
	width: 240px;
	margin: 16px 0 0 16px;
	_margin: 16px 0 0 8px;
	overflow: hidden;
}

#contentRight {
	float: left;
	width: 470px;
	margin: 16px 0 0 32px;
}

#contentFooter {
	background-image: url("../images/bg_footer.gif");
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 10px 288px;
	
}

#extraHoofdstuk {
	text-align: center;
	border: 1px solid #aaa;
	padding: 10px 0 10px 0;
}

/*****************************
Extra classes:
******************************/

.accent, .error {
	color: #dd2527;
	font-weight: bold;
}

.imgLeft {
	margin: 0 8px 0 0;
}

/*****************************
Enquete oproep overlay:
******************************/

div.enqueteOproep {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    
    height: 200px;    
    width: 400px;
    
    display: none;
    
    background-color: white;
    border: 1px solid red;
}

    div.enqueteOproep p {
        margin: 10px;   
    }
