﻿html {
    background-color: #2c0c0c;
    background-image: url('img/bg.jpg');
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
}

#wrapper {
    background-image: url('img/plane.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 780px;
}

#menu {
	padding: 0px 20px 0px 20px;
	background-image: url('img/menubg.jpg');
	background-repeat: repeat-x;
	width: 900px;
	height: 97px;
	position: absolute;
	top: 20px;
	right: 4%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #202020 0px 1px 5px;
	-moz-box-shadow: #202020 0px 1px 5px;
	box-shadow: #202020 0px 1px 5px;
}

/* -------- LOGO --------- */

#swaty {
    position: absolute;
    z-index: 3;
    top: 180px;
    left: 20px;
    border: 0;
}

/* --------- EIND LOGO -------- */

/* -------- HOOFDMENU -------- */

.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu li {
    float: left;
    margin: 0;
    padding: 0;
}

.mainmenu a {
	position: relative;
	top: 0px;
	padding: 25px 20px 0px 20px;
	display: block;
	width: 100px;
	height: 46px;
	text-decoration: none;
	font-size: 14px;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 0 #000000;
}

.mainmenu a:hover {
    background-image: url('img/menubg_hover.jpg');
}

/* -------- EIND HOOFDMENU -------- */


/* -------- SUBMENU -------- */


.submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.submenu li {
    float: left;
    margin: 0;
    padding: 0;
}

.submenu a {
    position: relative;
    top: 0px;
    padding: 5px 20px 0px 20px;
	display: block;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    color: #000000;
}

.submenu a:hover {
    background-image: url('img/submenubg_hover.jpg');
    text-decoration: underline;
}

/* -------- EIND SUBMENU -------- */

/* -------- BEGIN CONTENT -------- */

#swaty_content {
    position: absolute;
    top: 200px;
    right: 4%;
    width: 680px;
    background-color: transparent;
}

.content_top {
    width: 680px;
    height: 80px;
}

.subtitel {
    position: absolute;
    top: 30px;
    left: 40px;
}

.subtitel h1 {
    font-family: Tahoma;
    color: #333333;
    font-size: medium;
    font-weight: bold;
}

.contentmiddle {
    background-image: url('img/c_shadow.png');
    width: 680px;
}

.content_bottom {
    width: 680px;
    height: 55px;
}

.swaty_text {
    margin: 0px 12px 0px 12px;
    padding: 22px;
    background-image: url('img/swaty_contentbg.jpg');
    background-repeat: repeat-x;
    background-color: #920400;
}

.swaty_text a {
    text-decoration: none;
    color: #ffffff;
}


/* -------- EIND CONTENT -------- */

/* -------- BEGIN AUTEUR -------- */

.auteur {
    font-family: Tahoma;
    font-size: xx-small;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    width: 680px;
    height: 20px;
    text-align: center;
}

.auteur a {
    font-family: Tahoma;
    font-size: xx-small;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    width: 680px;
    height: 20px;
    text-align: center;
    text-decoration: underline;
}

.auteur a:hover {
    text-decoration: none;
}
/* -------- EIND AUTEUR -------- */

/* -------- BEGIN INPUT -------- */

.input {
    padding: 5px;
    margin: 5px;
    background: #860406;
    border: 1px solid #FA4C4F;
    font-family: Tahoma;
    font-size: small;
    font-weight: normal;
    color: #FFFFFF;
    width: 400px;
}
