/*
Design by Fluring Lifes Designs
Website by Rick Doorakkers (www.ProjectWebdesign.nl)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffffff url(../images/fade_content.png) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #CE6EC1;
}

/* Boxed */

.title {
	background: url(../images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #E9DAE7;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(../images/img06.gif) repeat-x left bottom;
	padding: 20px;
}
.boxed2 ol, .boxed2 ul {
	margin-left: 1em;
}

.boxed3 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

.boxed4 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-top: 10px;
}

.boxed4 .content {
	padding: 20px;
}

.boxed4 ol, .boxed4 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #CE6EC1;
}

#tekst {
	padding: 65px 0 0 430px;
	color: #3333FF;
}
	

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	background-color: #29A4E1;
	text-align: center;
        color: #FFFFFF;
}

#logo h1 {
        padding-top: 55px;
	font-size: 20px;
}
#logo h2 {
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #F4F4F4;
	position: relative;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu ul li a:hover {
	background: #F1EAF1;
	border-top-color: #CE6EC1;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

#menu ul ul {
	margin: 50px 0 0 0;
	padding: 0px;
	list-style: none;
	height: 18px;
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	z-index: 9;
	height:auto;
	left: 0;
} 

#menu ul ul li {
	display: inline;
	float: left;
	text-indent: 0px;
	margin: 0px;
	min-width: 150px;
	text-align: center;
}

#menu ul ul a {
	display: block;
	text-decoration: none;
	color: #000000;
	min-width: 150px;
        height: 18px;
	padding: 5px !important;
} 

#menu ul li ul a:hover {
	background: #F1EAF1;
	border-top-color: #CE6EC1;
	min-width: 150px;
	height: 18px;
	padding: 5px !important;
} 

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/submenu.jpg) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
        min-height: 250px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

#content table {
    border-collapse: collapse;
    border: 1px solid #E9DAE7;
    margin-top: 10px;
}

#content td {
    border: 1px solid #E9DAE7;
    text-align: center;
    height: 20px;
}

#textarea table {
    margin-top: 0px;
    border:0 none;
    border-collapse:separate;
}

#textarea td {
    border:0 none;
    margin:0;
    padding:0;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
        float: left;
	padding-top: 10px;
	padding-bottom: 0;
}

#news .title {
        width: 200px;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news li.admin {
	margin-bottom: 2px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 95%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Contact */
form.contact {
        border-width: 1px;
        border-style: dashed;
        border-color: #E9DAE7;

        padding: 15px;
        width: 400px;

        font-size: small;
}

label{
        float: left;
        width: 130px;
        text-align: right;

        margin-right: 15px;
}

input {
        background-color: #F1EAF1;

        font-size: small;

        border-width: 1px;
        border-style: solid;
        border-color: #E9DAE7;

        margin-bottom: 10px;
}

select {
        background-color: #F1EAF1;

        font-size: small;

        border-width: 1px;
        border-style: solid;
        border-color: #E9DAE7;

        margin-bottom: 10px;
        width: 75px;
}

select.admin {
    width: 105px;
}

textarea {
        width: 250px;
        height: 100px;
        background-color: #F1EAF1;

        border-width: 1px;
        border-style: solid;
        border-color: #E9DAE7;

        font-size: small;
        font: normal 13px Arial, Helvetica, sans-serif;

        margin-bottom: 10px;
}


.submit {
        background-color: #F1EAF1;

        font-size: x-small;

        border-width: 1px;
        border-style: solid;
        border-color: #E9DAE7;

        margin: 10px 0 10px 0;

        cursor: pointer;
}

.wrong {
    border-color: #FF0000;
}
/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #CE6EC1;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
