body {
    background: #FAFAFA;
    font-family: Segoe, Tahoma, sans-serif, sans;
    font-size: medium;
    background: url(/includes/bg_body.gif) #DEF repeat-y;
    color: #222;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    }

a {
    text-decoration: none;
    color: #69E;
    }

a:visited {
    text-decoration: none;
    color: #36C;
    }

a:hover {
    text-decoration: none;
    color: #FFD700;
    }
	
p {
	clear: left;
	}

div {
    }

table {
    width: 100%;
    vertical-align: top;
    empty-cells: show;
    border-collapse: collapse;
    }

th {
    text-align: left;
    color: #777;
    font-size: 100%;
    } 

td {
    padding: 0px 2px 3px 2px;
    font-size: 90%;
    vertical-align: top;
    }

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
    }

h2 {
    padding: 5px;
    color: #555;
    }

h4 {
    padding: 3px;
    }

textarea {
    border: 1px solid #FFD700;
    }

fieldset {
	border: none;
	}

#fontek {
    font-size: x-small;
    padding: 3px;
    border: 1px solid;
    }

#fontk {
    font-size: small;
    padding: 3px;
    border: 1px solid;
    }

#fontm {
    font-size: medium;
    padding: 3px;
    border: 1px solid;
    }

#fontg {
    font-size: large;
    padding: 3px;
    border: 1px solid;
    }

#fonteg {
    font-size: x-large;
    padding: 3px;
    border: 1px solid;
    }

#container {
    width: 950px;
    padding: 0px;
    margin: 0px 0px 0px 40px;
    }

#right {
    position: absolute;
    left: 240px;
    top: 0px;
    float: right;
    width: 750px;
    background: #FAFAFA;
    border-top: 5px solid #FFD700;
    overflow: hidden;
    }

#header-title {
    height: 60px;
    overflow: hidden;
    background: #FE6;
    }

#header-right {
    background: url(/includes/av-gold.png) #FFD700 no-repeat;
    height: 160px;
    }

#content {
    background: #FAFAFA;
    }

#left {
    position: absolute;
    left: 40px;
    top: 0px;
    font-size: 90%;
    border-top: 5px solid #69E;
    width: 200px;
    float: right;
    }

#small-logo {
    height: 60px;
    background: url(/includes/av-blue.png) #69E no-repeat;
    }

#header-left {
    height: 160px;
    background: url(/includes/wedstrijd.jpg) #69E no-repeat;
    }

#navigation, a.navigation {
    color: white;
    font-weight: bold;
    }

#footer {
    }

.info {
    padding: 5px;
    margin: 15px 5px 0px 5px;
    font-size: 100%;
    }

.block {
    margin: 0px 5px 10px 5px;
    padding: 2px;
    }

.adblock {
    margin: 0px 5px 10px 15px;
    padding: 2px;
    }

.floatright {
    float: right;
    }

.textright {
    text-align: right;
    }

.floatleft {
    float: left;
    }

.box, .nobox {
    width: 725px;
    margin: 5px;
    padding: 5px;
    }

.box {
    margin: 15px 5px 5px 5px;
    border: 1px solid #FFD700;
    }

.adbox {
    clear: both;
    text-align: center;
    padding: 15px 5px;
    }

.adfloat {
    display: inline;
    padding: 5px;
    }

.cattitle, a.cattitle {
    color: #777;
    }

.topictitle, a.topictitle {
    font-weight: bold;
    }

.forumlink, .forumlink.a {
    font-size: 100%;
    font-weight: bold;
    }

.gensmall {
    font-size: 90%;
    }

.post {
    width: 725px;
    overflow: hidden;
    }

.postinfo {
    width: 95px;
    padding: 2px;
    font-size: 80%;
    float: left;
    clear: left;
    overflow: hidden;
    }
	
.avatar {
	width: 90px;
	height: 90px;
	padding: 0;
	background: url(/includes/pseudo-avatar.png) #BBB no-repeat;
    	overflow: hidden;
	}

.posttext {
    margin-left: 105px;
    margin-right: auto;
    padding: 2px;
    line-height: 1.2; 
    }

.quote1 {
    margin-left: 10px;
    }

.quote2 {
    margin: 2px 10px;
    border: 1px solid silver;
    padding: 2px;
    background: #DEF;
    }

.quote2_code {
    font-family: courier-new, courier, courier new, fixed;
    margin: 2px 10px;
    padding: 2px;
    border: 1px solid silver;
    background: #DEF;
    }

.inboxbar {
    background: #69E;
    }

.section {
	border: 1px solid #FFD700;
	padding: 10px 5px;
	)
	
.hidden {
	display: none
	}
	
fieldset.text label {
	width: 100px;
	float: left;
	}

fieldset.check label {
	width: 400px;
	float: left;
	}

.validation-advice {
	color: red
	}

.validation-failed {
	border: 1px solid red
	}
