
/* CSS Document: Stylesheet_General */

html {
    margin:0;
    padding:0;
	height:100%;
}
body {
    font:13px/1.3 Arial,sans-serif;
    color:#808080;
    background-color:#212121;
	margin:0;
    padding:0;
	height:100%;
}

.wrapper {
	background-color:#212121;
    box-shadow: 0;
    color:#212121;
    display:block;
	top:50px;
    position:relative;
    width:1000px;
    z-index:100;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:100px;
	overflow-y:hidden;
	
	
}

.wrapper h2 {
    left:10px;
    padding:0px 0;
	top: 20px;
    position:absolute;
    
}

.loginstatus {
	height: 15px;
	background-color:#212121;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:#FFF;
	
}

.loginstatus schrijf{
	margin-left: 10px;
}

.loginstatus a{
	color:#F00;
	text-decoration:none;
}

/* Navigation Menu */
#navigation {
	height:80px;
	width:980px;
	font-size:14px;
	position: relative;
	left:10px;
	background-color:#212121;
}

#navigation a {
	color:#fff;
	text-decoration:none;
}

#navigation nav {
	box-shadow: 0 0 16px -1px #96211b;
	text-transform: uppercase;
	background: #dc5248;
	height:58px;
	border-left:1px solid #e45a4e;
	border-right:1px solid #e45a4e;
	z-index:3;
	position: relative;
	width:95%;
	left:2.4%;
}

nav a {
	padding:4px 20px;
	border-radius:15px; 
}

nav a:hover { background:#aa2b1d; }

.active-menu {
	padding:5px 25px;
	background:#f4695b;
	margin-right:15px;
}

#navigation ul {
	padding:0;
	margin:0;
	position: absolute;
	top:40%;
	right:30px;
}

#navigation ul li {
	float:left;
	list-style: none;
	margin-left:0;
}

#logo {
	position:absolute;
	top:30%;
	left:5%;
	font-size:22px;
	z-index:4;
	font-style: italic;
	text-shadow: 1px -2px 4px #962215;
}

.dark-color {
	position: relative;
	width:100%;
	height: 79px;
	background:#aa2b1d;
}

.light-color {
	background: #dc5248;
	z-index: 3;
	position: relative;
	width:102%;
	top:13%;
	left:-1%;
}

.arrows {
	position:absolute;
	width:100%;
	height: 100%;
}

 .arrows span {
	position: absolute;
	width:0;
	height:0;
	border-top: 39px inset transparent;
	border-bottom: 39px inset transparent;
}

.ar-left {
	left:0;
	border-left: 10px solid #212121;
	z-index:2;
}

.ar-right {
	right:0;
	border-right: 10px solid #212121;
	z-index:2;
}

.ar-left2, .ar-right2 {
	border-top: 30px inset transparent !important;
	border-bottom: 30px inset transparent !important;
	top:9.7%;
	z-index:4;
}

.ar-left2 {
	left:-1.1%;
	border-left: 12px solid #212121;
}

.ar-right2 {
	right:-1%;
	border-right: 12px solid #212121;
}

/* Copyright Footer */
.footing {
	background-color:#212121;
    width: 1000px;
	height:15px;
	position:relative;
	text-align:center;
}

.footing a{
	color:#F00;
	text-decoration:none;
}

.footing schrijf{
	margin-left: 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:#FFF;
}

/* Under Construction */

.constructionframe {
	height: 700px;
	margin-top: 20px;
}

.constructioncontent {
	width: 600px;
	height:600px;
	margin-left: 200px;
	border:groove;
	border-color:#FFF;
}

.constructioncontent a{
	color:#F00;
	text-decoration:none;
}

.constructionpic {
	width:600px;
	height:400px;
	background-image: url(../images/construct.png);
}

.constructiontekst {
	margin-left: 10px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:middle;
	color:#FFF;
}

.constructiontekst h2{
	left:31%;
    padding:0px 0;
    position:relative;
	font-size:22px;
	z-index:4;
	font-style: italic;
	text-shadow: 1px -2px 4px #962215;
}
	





