body {
	padding: 0;
	margin: 0;
	background: url('img/background.jpg') repeat-y center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.wrapper {
	margin: auto;
	width: 580px;
}
.nav a span {
	display: none;
}
.nav a img {
	border: 0;
}
.nav a {
	text-decoration: none;
}
.navlinks1 {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -387px;
	width: 25px;
}
.navlinks2 {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -337px;
	width: 25px;
}
.navrechts1 {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: 317px;
	width: 25px;
}
.navrechts2 {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: 367px;
	width: 25px;
}
.navlinks1 img, .navlinks2 img, .navrechts1 img, .navrechts2 img {
	margin-bottom: 30px;
}
.topnav {
	padding-top: 7px;
}
.topleft {
	float: left;
}
.topright {
	float: right;
}
.clear {
	clear: both;
}
.header {
	border: 1px solid #EB5E00;
	height: 109px;
	text-align: center;
	font-size: 12px;
}
.logo {
	float: left;
	width: 17px;
	height: 103px;
	background: url('img/logo.png');
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 3px;
}
.header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 20px;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, h2, h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}
a, a:link, a:visited, a:active {
	color: #434BAF;
	text-decoration: underline;
}
.footer {
	margin-top: 50px;
	margin-bottom: 2px;
	font-size: 10px;
	text-align: center;
	opacity: 0.7;
}
.topnav a {
	text-transform: uppercase;
	color: black;
	font-size: 21px;
	text-decoration: none;
}
.imgborder {
	border: 1px solid #ccc;
	margin-left: 5px;
}
.zoom {
	display: block;
	position: relative;
	float: right;
	width: 200px;
	margin: 0 10px 0 10px;
}
.zoom img {
	width: 200px;
}
.zoom .icon {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-erif;
}
#tooltip h3, #tooltip div { margin: 0; }

/*
 * Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.html or http://ckeditor.com/license
 *
 * Styles used by the XHTML 1.1 sample page (xhtml.html).
 */

/**
 * Basic definitions for the editing area.
 */

/**
 * Core styles.
 */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontArial
{
	font-family: Arial, Helvetica, sans-serif;
}

.FontCourier
{
	font-family: Courier-New, monospace;
}

/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8pt;
}

.FontBig
{
	font-size: 14pt;
}

.FontDouble
{
	font-size: 200%;
}

/**
 * Font colors.
 */
.FontColor1
{
	color: #ff9900;
}

.FontColor2
{
	color: #0066cc;
}

.FontColor3
{
	color: #ff0000;
}

.FontColor1BG
{
	background-color: #ff9900;
}

.FontColor2BG
{
	background-color: #0066cc;
}

.FontColor3BG
{
	background-color: #ff0000;
}

/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

blockquote
{
	color: #808080;
}

