/*
	Author	    :	Christopher Robinson
	Email	    :	christopher@edg3.co.uk
	Website	    :	http://www.edg3.co.uk/

    edited by   :   Emiel Stöpler
    Email       :   emiel.stopler@gmail.com
*/
html{
  scrollbar-face-color:#CFCED2;
  scrollbar-shadow-color:#CFCED2;
  scrollbar-highlight-color:#F6F6F7;
  scrollbar-3dlight-color:#B3B3B3;
  scrollbar-darkshadow-color:#919194;
  scrollbar-track-color:#e5e5e5;
  scrollbar-arrow-color:#000000;
}
* { border: 0; margin: 0; padding: 0; }
/* general */
a { color: #b3000a; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }
/* body */
body { background: #868686 url('../image/background_body.jpg') repeat-x fixed 0 50%;
	color:#666; font: 10pt "trebuchet ms", helvetica, sans-serif; }
/* container */
#container {
	background:url('../image/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}
.siteheader 
{
    font-style: italic; 
    color: #eee; 
    font-size: 13pt; 
    position: absolute; 
    top: 80px; 
    left: 138px;
}
/* navigation */
#navigation {	
	height:88px;
	padding:32px;
	padding-bottom: 16px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('../image/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('../image/navigation.jpg') repeat-x;
}
/* content */
#content {	
	height:336px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
#content h1 {
	color:#333;
	font-size:200%;
}
#content h2
{
    font-size: 150%;
    margin-bottom: 16px;
}
#content h3
{
    font-size: 125%;
    margin-bottom: 14px;
}
#content ul 
{
    margin-left: 21px;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:34px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}
hr 
{
    color: #666;
    background-color: #666;
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
/* Admin Section */

.AdminFormRow { clear: both; margin: 10px; }
.AdminFormLabel { float: left; width: 80px; font-weight: bold; padding-right: 10px; }
.AdminFormItem { padding-left: 10px; }

/* Logon/Edit Page */

.buttonstyle { border: 1px solid #666; margin-top: 8px;}

/* Contact page */

table.contacttable
{
    border-collapse: separate;
    float: left;
    border: none;
}
span.label
{
    width: auto;
    float: right;
}
.button
{
    text-align: right;
}
.ContactFields 
{
    width: 238px;
    border: 1px solid #666;
    color:#666; 
    font: 10pt "trebuchet ms", helvetica, sans-serif; 
}
/* images */
.Afb_Links
{
    float: left;
    margin: 0 5px 3px 0;
}
.Afb_Rechts
{
    float: right;
    margin: 0 0 3px 5px;
}
.Afb_Midden
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    