/* ******************************* 
	General
	
	The Sology colors are:
	Green: #7EBA0A
	Red: #DD201E
	****************************** */

* {
    border: 0 solid #EEEEEE;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    color: #000000;
    cursor: default;
    font: 13px Verdana ,Helvetica,Arial,sans-serif;
}

html, body, .background table, .background td {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

h1 {
	font-size:250%;
	color: #7EBA0A;
	padding-bottom: 10px;
}


h3 {
	color: #DD201E;
	font-size: 200%;
}

p {
	padding: 15px;
}

li {
	font-size: 150%;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

/* ******************************* 
	Background image
	****************************** */

.background {
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.background img {
    margin: 0 auto;
    min-height: 50%;
    min-width: 50%;
} 


/* ******************************* 
	Text boxes
	****************************** */

.textbox {
	position: absolute;
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px 30px;
    border: 1px solid #333333;
	opacity: 0.8;
	overflow: auto;
}

/* ******************************* 
	Menu
	****************************** */

.menubox {
	width: 140px;
	height: 150px;
	left: 5%;
	top: 30px;
}
	
.visible {
	display: block;
}

.invisible {
	display: none;
}

.menuoption {
	color: #7EBA0A;
	cursor: pointer;
}

.menuoptionhilite {
	color: #DD201E;
}	

/* ******************************* 
	Main
	****************************** */

.mainbox {
	width: 600px;
	height: 500px;
	left: 20%;
	top: 200px;
}

.mainbox h3 {
	margin: 10px 0 0 13px;
}

/* ******************************* 
	Main 1: Sology
	****************************** */

.language {
	position: absolute; 
	bottom: 30px;
	left: 60px;
}


.taf {
	position: absolute; 
	bottom: 30px;
	right: 60px;
}

/* ******************************* 
	Main 2: kwalificaties
	****************************** */

.kwalificatiesbox {
	overflow: hidden;
} 

.kwalificatie_box {
	width: 300px;
	height: 150px;
	float: left;
}

.kwalificatie_box img {
	margin-left: auto;
    margin-right: auto;
	height: 60px;
	display: block;
}

.kwalificatie_box p {
	text-align: center;
}

/* ******************************* 
	Main 3: werk
	****************************** */

#div_werk p {
	padding: 20px 0;
}

.werk-title {
	font-weight: bold;
	height: 50px;
}

#div_werk img {
	padding-left: 10px;
}

/* ******************************* 
	Main 4: contact
	****************************** */

.linkedin {
	float: right;
}

/* ******************************* 
	Logo
	****************************** */

.logobox {
	width: 192px;
	height: 115px;
	right: 0px;
	top: 0px;
}

.logonaam_box {
	padding: 27px 0 0 38px;
	position:relative;
}

.logonaam_text {
	color: #DD201E;
	font-size: 300%;
}