@charset "UTF-8";

/**
 * $Id: style.css 100 2009-12-29 17:57:17Z thaaijman $
 * Copyright 2009 Dineaux
 * Alle rechten voorbehouden
 *
 * Roze
 *  100%: rgb(225,15,126)
 *   50%: rgb(246,169,202)
 *   25%: rgb(250,211,228)
 * 12,5%: rgb(252,232,241)
 *
 * Blauw
 *  100%: rgb(30,48,99)
 *   50%: rgb(123,122,155)
 *   25%: rgb(178,177,197)
 * 12,5%: rgb(211,209,220)
 */

BODY {
	margin: 10px;
}

/* standard */
* {
	font: 12px Trebuchet MS, sans-serif;
	color: rgb(30,48,99);
	line-height: 1.5em;
}



H1 SPAN {
	font: bold 26px Palantino Linotype, serif;
	color: rgb(225,15,126);
	line-height: 100%;
	width: 600px;
}

H2 SPAN {
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
}

H3 {
	margin-top: 40px;
	font-size: 16px;
}

A {
	color: rgb(225,15,126);
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H1 {
	width: 600px;
	margin: 10px 0px;
}

I {
	font-style: italic;
}

B {
	font-weight: bold;
}

P {
	margin: 1.5em 0px;
}

Q {
	font: bold 16px Palantino Linotype, serif;
	display: block;
	margin: 10px 0px;
	padding: 10px;
}

Q:before,
Q:after {
	content: '';
}

LI LI {
	margin-left: 10px;
}

*.Link {
	cursor: pointer;
}

DIV.Frame {
	margin: 20px 0px;
}

DIV#footer DIV#copyright {
	color: rgb(123,122,155);
}

::-moz-selection {
	background-color: rgb(123,122,155);
	color: rgb(255,255,255);
}

::selection {
	background-color: rgb(123,122,155);
	color: rgb(255,255,255);
}

/*
 * Form style properties
 * FORM, FROM TABLE, LABEL, INPUT, TEXTAREA
 */
FORM {
	padding: 20px;
	background-color: rgb(253,241,247);
	border: solid 1px rgb(252,232,241);
}

FORM TD {
	padding: 5px 0px;
}

FORM TD.Label {
	width: 120px;
	padding-right: 5px;
}

FIELDSET {
	margin: 5px 0px;
	padding: 15px 25px;
	border: solid 1px rgb(246,169,202);
}

LEGEND {
	padding: 0px 10px;
	color: rgb(30,48,99);
	font-weight: bold;
}

LABEL {
}

INPUT.Text {
	width: 300px;
	border: solid 1px rgb(246,169,202);
}

INPUT.Text:focus,
TEXTAREA:focus {
	border: solid 1px rgb(225,15,126);	
}

TEXTAREA {
	width: 420px;
	height: 200px;
	border: solid 1px rgb(246,169,202);
}

TABLE.Schema TD,
TABLE.Schema TH {
	border: solid 1px rgb(178,177,197);
	padding: 5px;
	vertical-align: top;
}

TABLE.Activities TD {
	border: none;	
}

TABLE.Schema TH {
	text-align: left;
	font-weight: bold;
	background-color: rgb(211,209,220);
}

TABLE.Schema {
	width: 100%;	
}

IMG#calibris {
	width: 114px;
	height: 115px;
	border: none;
	float: right;
