
/* CSS Document: Stylesheet Subframe */

.subframe {
	height: 820px;
	margin-top: 10px;
	position:relative;
}

.subframeone{
	width:320px;
	height:800px;
	float:left;
	position:absolute;
	background-image:url(../images/subframe.png);
	left:10px;
	top: 10px;
}

.subframetwo{
	width:320px;
	height:800px;
	float:left;
	position:absolute;
	background-image:url(../images/subframe.png);
	left:340px;
	top: 10px;
}

.subframethree{
	width:320px;
	height:800px;
	float:left;
	position:absolute;
	background-image:url(../images/subframe.png);
	left:670px;
	top: 10px;
}

.subframetitle {
	height: 80px;
}

.subframepost {
	height: 300px;
	margin-top:8px;
	
}

.posttitle {
	height: 60px;
	top: 2%;
}



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

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

/* Subframe Headers */

#nnavigation {
	height:80px;
	width:320px;
	font-size:14px;
	position: relative;
	background-color:#212121;
}

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

#nnavigation nav {
	box-shadow: 0 0 16px -1px #03C;
	text-transform: uppercase;
	height:58px;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	z-index:3;
	position: relative;
	width:90%;
	left:4.8%;
}

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

nav a:hover { background:#aa2b1d; }

.nactive-menu {
	padding:5px 25px;
	background:#09F;
	margin-right:15px;
}

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

.ndark-color {
	position: relative;
	width:100%;
	height: 79px;
	background:#03C;
}

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

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

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

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

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

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

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

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


/* Post Titles */

#tnavigation {
	height:40px;
	width:240px;
	font-size:14px;
	position: relative;
	background-color:#212121;
}

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

#tnavigation nav {
	box-shadow: 0 0 16px -1px #03C;
	text-transform: uppercase;
	height:40px;
	border-right:1px solid #09F;
	z-index:3;
	position: relative;
	width:85%;
	left:4.8%;
}


#tlogo {
	position:relative;
	font-size:22px;
	z-index:4;
	font-style: italic;
	text-shadow: 1px -2px 4px #962215;
}

.tdark-color {
	position: relative;
	width:100%;
	height: 40px;
	background:#03C
}

.tlight-color {
	background: #09F;
	z-index: 3;
	position: relative;
	width:100%;

}

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

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


.tar-right2 {
	left: 95%;
	border-right: 12px solid #212121;
	border-top: 20px inset transparent !important;
	border-bottom: 20px inset transparent !important;
	z-index:4;
}

/* Sub Frame Article */

.subframearticle {
	height:800px;
}

.articleborder {
	width: 980px;
	height: 710px;
	border:groove;
	border-spacing:inherit;
	border-color: #FFF;
	margin-left: 6px;
}
	

.articlepic {
	width: 980px;
	height:200px;
	
	border-bottom:groove;
	border-bottom-color:#FFF;
}

.articlecontent {
	width: 940px;
	height: 510px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:10px;
	margin-left: 10px;
}

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

.articlecontent schrijf{
	
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	color:#FFF;
}
/*Subframe Article Title */

#anavigation {
	height:80px;
	width:980px;
	font-size:14px;
	position: relative;
	left:10px;
	background-color:#212121;
}

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

#anavigation nav {
	box-shadow: 0 0 16px -1px #03C;
	text-transform: uppercase;
	height:58px;
	border-left:1px solid #09F;
	border-right:1px solid #09F;
	z-index:3;
	position: relative;
	width:95%;
	left:2.4%;
}

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

nav a:hover { background:#aa2b1d; }

.aactive-menu {
	padding:5px 25px;
	background:#09F;
	margin-right:15px;
}

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

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

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

.adark-color {
	position: relative;
	width:100%;
	height: 79px;
	background:#03C;
}

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

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

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

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

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

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

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

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