@charset "utf-8";
@import url("reset.css");

/*
tekst zwart: 	333333
tekst blauw: 	289fde
link rood:		dc1f06
*/

/***********************
	Standaard tags
***********************/
a {
	color: #dc1f06;
	text-decoration: underline;
}

a:hover {
	color: #2d43b0;
}

body {
	background: url("../images/bg_1024x768.jpg") top fixed;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px 0;
}

em {
	font-style: italic;
}

h1,
h2 {
	color: #dc1f06;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #dc1f06;
}

ul {
	margin: 0 0 0 16px;
}

li {
	list-style: disc;
}

p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.select,
.textfield,
.textarea {
	background: #fff url("../images/bg_input.gif") top repeat-x;
	border: 1px solid #289fde;
}

.textfield {
	padding: 0 0 0 3px;
	width: 296px;
}

.textarea {
	padding: 0 0 0 3px;
	width: 487px;
}

/***********************
	Layout DIVs
***********************/

#printLogo {
	display: none;
}

#siteWrap {
	background: url("../images/bg_main-5000px.png") top no-repeat;
	margin: 0 auto;
	width: 946px;
	height: 600px;
}

#background {
	position: absolute;
	margin-top: 600px;
	background: url("../images/bg_repeat.png") repeat-y;
	width: 946px;
}

#contento {
	margin-top: -600px;
}

#topText {
	font-size: 12px;
	line-height: 16px;
	padding: 78px 0 0 42px;
}

#topText a {
	color: #333333;
}

#topText a:hover {
	color: #2d43b0;
}

#topText .extra {
	color: #289fde;
	font-weight: bold;
	text-decoration: none;
}

#topText .extra span {
	text-decoration: underline;
}

#leftWrap {
	float: left;
	margin: 0 20px 0 0;
	width: 310px;
}

#logo {
	margin: 36px 0 36px 41px;
}

#agenda {
	/*background: url("../images/bg_agenda_top.gif") top no-repeat;*/
	background: url("../images/bg_agenda_bottom.gif") bottom no-repeat;
	color: #fff;
	margin: 0 0 30px 30px;
	width: 257px;
}

#agenda a {
	color: #fff;
}

#agenda a:hover {
	color: #2d43b0;
}

#agenda .bottom {
	background: url("../images/bg_agenda_top.gif") top no-repeat;
	padding: 78px 12px 6px 11px;
}

#agenda .oneven,
#agenda .even {
	padding: 15px;
}

#agenda .oneven {
	background-color: #48ade3;
	border: 2px solid #48ade3;
	border-right: none;
}

#agenda .even {
	background-color: #289fde;
	border: 2px solid #289fde;
	border-right: none;
}

#agenda .selected {
	border: 2px solid #fff;
	border-right: none;
}

#agenda .titel {
	font-weight: bold;
	text-decoration: none;
}

#rightWrap {
	float: left;
	width: 496px;
}

#topMenu {
	padding: 76px 0 30px 0;
	z-index: 102;
	position: relative;
}

#content {
	padding: 14px 0 30px 0;
}

#content ul li {
	background: url("../images/li.gif") 0px 9px no-repeat;
	list-style: none;
	padding: 0 0 0 20px;
}

#footer {
	background-color: #289fde;
	color: #fff;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px 0 41px;
	width: 852px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer a:hover {
	color: #2d43b0;
}

#footer img {
	vertical-align: text-top;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

.caHead {
	background-color: #dc1f06;
	border-top: 5px solid #fff;
	color: #fff;
	padding: 4px 15px 4px 15px;
	/*width: 280px; */
	width: 312px; 

}


/* horizontaal menu */
ul#caMenu {
    background: url('../images/bg_menu.gif') 0 28px repeat-x;
    height: 30px;
	margin: 14px 0 30px 0;
    overflow: auto;
}

ul#caMenu li {
    background: none;
    display: block;
    float: left;
    font-weight: bold;
    letter-spacing: -1px;
    list-style: none;
    margin: 0 2px; /* compensatie voor de border die de li krijgt als hij selected is */
    padding: 4px 10px 4px 10px;    
    text-transform: uppercase;
}

ul#caMenu li a {
    color: #289fde;
    text-decoration: none;
}

ul#caMenu li a:hover {
    color: #2d43b0;
}

ul#caMenu li.selected {
    background-color: #fff;
    border: 2px solid #9cd1ed;
    border-bottom: 0;
    margin: 0; /* omdat er nu een border op staat, moet er geen margin opzitten*/
}
ul#caMenu li.selected a {
    color: #dc1f06;
}

ul#caMenu li span {
    color: #909090;
}

/***********************
	Misc
***********************/

/* class voor het woord StudieArea: bold en blauw */
.sa {
	color: #1c99dc;
	font-weight: bold;
}

/* deze class gebruiken na float-ende divs */
.floatBuster {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* StudieArena submenu */
#subMenu {
	margin: -20px 0 7px 55px;
	z-index: 102;
	position: relative;
}

#subMenu li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

#subMenu a {
	color: #289fde;
	text-decoration: none;
}

#subMenu .selected {
	color: #dc1f06;
}


/* horizontaal menu */
.ulMenu {
	margin: 0;
}

.ulMenu li {
	display: inline;
    letter-spacing: -1px;
    list-style: none;
    text-transform: uppercase;
}

.ulMenu a {
	color: #289fde;
	font-weight: bold;
	padding: 0 18px 0 0;
	text-decoration: none;
}

.ulMenu a:hover {
	color: #2d43b0;
}

.ulMenu .selected {
	color: #dc1f06;
}

.ulMenu span {
	color: #909090;
	font-weight: bold;
	padding: 0 18px 0 0;
}

.caStap {
	color: #dc1f06;
}

.bevestig {
	background-color: #dc1f06;
	margin: 10px 0 40px 0;
	padding: 5px 15px 7px 15px;
	width: 202px;
}

.bevestig a {
	color: #fff;
	font-weight: bold;
}

#FormHandler td {
	padding: 2px 0 2px 0;
}

/* foutmelding op formulier */
.error {
	background: url("../images/arrow_error.gif") 8px 5px no-repeat;
	color: #dc1f06 !important;
	display: block;
	padding: 0 0 0 20px;
}

.form {
	margin: 20px 0 20px 0;
}

/* PNG fix voor IE6 */
/*
img,
div {
	behavior: url("iepngfix.htc");
}
*/


#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;

}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

.ddrivetip span {
    display: none
}


/***********************
    Misc
***********************/

.form_workshop {
    cursor: pointer;
    background: url(../images/open.gif) left 1px no-repeat; 
    padding-left: 18px;
}

.form_workshop_select {
    cursor: pointer;
    background: url(../images/close.gif) left top no-repeat;
    padding-left: 18px;
}

.fieldname {
    width: 150px;
    vertical-align: top;
}

.form_hide {
    display:none;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #F2F9FD;
    padding-left: 15px;
}

.letop {
    border-bottom: 2px solid #dc1f06;
    color: #dc1f06;
}


