/* CSS Document */

/* HTML codes */

body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#262626;
	background-image:url(../data/layout/images/bg.gif);
	margin:0;
	padding:0;
	height:100%;
	}
	
a {
	color:#03AFEC;
	}
	
a:hover {
	text-decoration:none;
	}
		
a:visited {
		color:#0276A1;
		}
		
p {
	padding:10px;
	line-height:17px;
	margin:10px;
	}
			
ul {
	padding-top:10px;
	padding-right:20px;
	}

li {
	padding:2px;
	}
	
h2 {
	margin:10px 20px 10px 20px;
	font-size:16px;
	}
	
hr {
	margin-left:20px;
	margin-right:20px;
	}

/* UBB classes */

.vet {
	font-weight:bold;
	}

.cursief{
	font-style:italic;
	}

.onderstreept{
	text-decoration:underline;
	}

.doorgestreept{
	text-decoration:line-through;
	}
	
.smallcaps {
	font-variant:small-caps;
	}
	
blockquote.quote {
	margin-top:-15px;
	margin-bottom:-30px;
	padding:5px 10px;
	font-style:italic;
	line-height:17px;
	background-color:#eef9fd;
	}
	

/* De elementen die het blok centreren */

#top {
	margin:0 auto;
	height:174px;
	background-color:#eef9fd;
	width:966px;
	position: relative;
	background-image:url(../data/layout/images/block2.gif);
	background-repeat:repeat-y;	
	}
	
#middle {
	margin:0 auto;
	background-color:#eef9fd;
	width:966px;	
	background-image:url(../data/layout/images/invader.gif);
	background-repeat:no-repeat;
	background-position: top center;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: -34px;
	position: relative;
	}
		
* html #middle {
	height:100%;
	}
				
#middle #block {
	padding-top: 0px;
	padding-bottom: 34px;
	}
	
#bottom {
	margin:0 auto;
	/*height:20px;*/
	background-color:#eef9fd;
	width:966px;
	position: relative;
	background-image:url(../data/layout/images/block2.gif);
	background-repeat:repeat-y;	
	}
	
/* De topmenu elementen */
#topmenu {
	width: 558px;
	margin: 0px 194px;
	padding: 5px 10px;
	background: #b9b9b9;
}

#topmenu #language {
	float: left;
}

#topmenu #language a {
	text-decoration: none;
	color: black;
}

#topmenu #language a:hover {
	text-decoration: none;
}

#topmenu #language img {
	margin: 2px 5px 0px 0px;
}

#topmenu #social {
	float: right;
}

#topmenu #social img {
	margin: 0px 0px 0px 5px;
}

/* De banner elementen */

#banner {
	width:578px;
	border-bottom:1px solid #a6b8be;
	margin-left:194px;
	}
	
/* De menu elementen */

#menu {
	width:578px;
	padding:0px 194px 20px 194px;
	background-color:#eef9fd;
	background-image:url(../data/layout/images/block2.gif);
	background-repeat:repeat-y;			
	}
	
/* Navigatie classes */

.links {
	border-left:2px solid #a6b8be;
	}
	
.rechts {
	border-right:1px solid #a6b8be;
	}
	
/* Navigatie elementen */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background-color:#a6b8be;
	padding: 0;
	border: solid #a6b8be;
	border-width: 1px 0;
	margin: 0;
	text-align:center;
	}

#nav a {
	display: block;
	width: 101px;
	color: #262626;
	text-decoration: none;
	padding: 7px;
	}

#nav li {
	float: left;
	padding: 0;
	width: 115px;
	}

#nav li ul {
	position: absolute;
	background-color:#eef9fd;
	left: -999em;
	height: auto;
	width: 115px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	margin-left:-1px;
	}

* html #nav li ul {
	margin-left:-58px;
	}

#nav li ul a {
	display: block;
	width: 101px;
	color: #262626;
	text-decoration: none;
	padding: 7px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;	
	}

#nav li:hover, #nav li.sfhover {
	background: #03AFEC;
	}
	
/* Het blok met de inhoud */

#content {
	padding:20px 214px;
	}
	
* html #content {
	margin-top:-20px;
	}
	
/* Inhoud classes */

h1.head {
	font-size:20px;
	border-bottom:1px solid #03AFEC;
	margin:10px 20px 10px 20px;
	}
	
/* Error berichten */

#error {
	background-color:#eadddd;
	background-image:url(../data/layout/images/error2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	border:1px solid #f66161;
	margin:10px 20px;
	font-weight:bold;
	}
	
h2.error {
	font-size:15px;
	margin:15px 0 0 15px;
	color:#f66161;
	}
	
#error p {
	margin:0 0 15px 10px;;
	}
	
#error ul {
	margin:0 0 15px 0;
	}

* html #error ul {
	margin-left:45px;
	}

/* Index */

#index {
	background-color:#eef9fd;
	border:1px solid #cad6da;
	margin:20px 20px;
	}
	
#index p {
	margin:10px 0 10px 10px;;
	}
	
img.nieuws {
	border:5px solid #e2e2e2;
	float:left;
	margin:5px 20px 10px 0;
	}
	
a:hover img.nieuws {
	border:5px solid #a6b8be;
	}
	
p.bottom_nieuws {
	margin-top:-10px;
	clear:both;
	}
	
/* Display elementen voor het tijdschrift */
			
#cover {
	width:200px;
	padding:20px 10px 10px 20px;
	float:left;
	}
	
* html #cover {
	padding-left:13px;
	}
	
div.shop {
	width:140px;
	padding:10px 10px 10px 20px;
	float:left;
	text-align:center;
	}
	
div.shop input {
	width:30px;
	}
	
img.cover_img {
	border:5px solid #e2e2e2;
	}
	
a:hover img.cover_img {
	border:5px solid #a6b8be;
	}
	
* html img.cover_img {
	margin-left:7px;
	}
	
h3.art_head {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
	}
	
* html h3.art_head {
	margin-left:7px;
	}
	
h3.red_head {
	margin:0 0 10px 21px;
	font-size:14px;
	}
		
#inhoud {
	float:left;
	width:305px;
	padding-top:5px;
	}
	
#artikel {
	width:375px;
	padding:10px 10px 0px 20px;
	float:left;
	min-height:120px;
	}
	
* html #artikel {
	height:120px;
	padding-left:13px;
	}
	
#artikel p {
	padding:0px;
	line-height:17px;
	margin:0px;
	}
	
* html #artikel p {
	margin-left:7px;
	}
	
#cover2 {
	padding-top:10px;
	width:100px;
	float:left;
	}
	
/* Plaatjes voor de links-pagina */

img.links {
	border:5px solid #e2e2e2;
	float:left;
	margin-right:20px;
	}
	
a:hover img.links {
	border:5px solid #a6b8be;
	}
	
h2.link_header {
	margin:0;
	padding:5px 0;
	font-size:15px;
	}
	
div.link_div {
	padding:10px;
	margin:10px 10px 0 10px;
	height:100px;
	}
	
div.link_div2 {
	padding:10px;
	margin:0 10px 0 10px;
	height:100px;
	}
	
p.link_p {
	margin:0;
	padding:0;
	}
	
h2.link_header a {
	text-decoration:none;
	}
	
h2.link_header a:hover {
	text-decoration:underline;
	}
	
/* Commentaar pagina */

.noot {
	font-size:9px;
	}

sup {
	font-size: -1;
    vertical-align: baseline;
    position: relative;
    bottom: 0.50em;
	}

img.left {
	border:5px solid #e2e2e2;
	margin:5px 10px 5px 0;
	}
	
a:hover img.left {
	border:5px solid #a6b8be;
	}
	
img.right {
	border:5px solid #e2e2e2;
	margin:5px 0 5px 10px;
	}
	
a:hover img.right {
	border:5px solid #a6b8be;
	}
	
img.center {
	border:5px solid #e2e2e2;
	margin:5px 10px;
	}
	
a:hover img.center {
	border:5px solid #a6b8be;
	}

.comment_titel {
	background-color:#eef9fd;
	border:1px solid #cad6da;
	margin:0 20px 0 20px;
	}
	
.comment_mes {
	background-color:#eef9fd;
	margin:0 20px 20px 20px;
	}
	
#comment {
	background-color:#eef9fd;
	padding:10px;
	margin:10px 20px;
	}
	
#comment h2 {
	margin:0 0 10px 0;
	padding:5px 0;
	}
	
* html #comment h2 {
	margin-top:-15px;
	}
	
#comment td {
	width: 200px;
	}

#comment tr {
	line-height:35px;
	}
	
/* Artikel inzenden */

#inzenden {
	padding:10px;
	padding-left:5px;
	margin:10px;
	margin-top:-15px;
	}	
	
#inzenden h2 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:5px 0;
	}	
	
#inzenden td {
	padding:5px;
	}
	
.rood {
	color:#FF0000;
	}
	
/* Abonnement */

#inzenden td.invoer {
	padding-right:50px;
	}	
	
/* Footer elementen */

#footer {
	width:558px;
	border-top:1px solid #a6b8be;
	text-align:center;
	margin-left:194px;
	padding:10px 10px 10px 10px;
	}
	
/* Clearer */

#clear {
	clear:both;
	height:1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}