﻿.body   /* full page */
{
    font-family: Arial,sans-serif;
    background-image: url('images/brick.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
}

/* declaratie DIV's */
#section_content
{
	margin-top: 30px;
	margin-right: auto;
    margin-left: auto;
    width: 1024px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
#section_title
{
    border: thick outset #CCCCCC;
    background-color: #000080;
    color: #FFFFFF;
    font-size: x-large;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}
#section_menu {
	padding: 10px;
	width: 150px;
	background-color: #FFFF5A;
	height: 395px;
	float: left;
    margin-bottom: 10px;
    color: #ECE9D8; 
    text-align: left; 
}
#section_main
{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 824px;
    min-height: 395px;
    background-color: #FFFFFF;
}
#section_footer {
    clear: both;
    padding: 10px;
    text-align: center;
	font-size: small;
	background-color: #FFFF5A;
}
#Logo_red {
	font-size: 28px;
	color: #FF0000;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
}
#logo_black {
	color: #000000;
}
#Logo_subscript {
	font-size: x-small;
	text-align: center;
	color: #FF0000;
}
#Logo_block {
	margin-top: 25px;
}

/* declaratie <a> */

A:link {
color: #333333;
text-decoration: underline;
}

A:visited {
color: #333333;
text-decoration: underline;
}

A:active {
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCCC;
}

A:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #999999;
}

