.toplogo {
	width:240px;
	display:inline-block;
}

.toprest {
	float:right;
	width:800px;
	display:inline-block;
}

#topbar {
    height: 40px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    line-height:40px;
}

.topbartekst {
    text-align: center;
    font-family: 'Titillium Web';
    margin: 0 0 0 0;
    font-size:12px;
    line-height: 40px;
}

#top {
	width:100%;
    height: 100px;
	padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-align: left;
    vertical-align:middle;
}

.menutext {
    font-family: 'Tungsten Bold';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin:0;
    padding:0;
	letter-spacing:0px;
	line-height:100px;
	text-align:right;
}

.link {
	margin-right:40px;
    color: #eeeeee;
	text-decoration:none;
}

.linklogin {
	margin-right:0px;
    color: #000000;
	text-decoration:none;
	padding:10px 20px;
	background-color:#32c871;
	border-radius:20px;
}

.linklogin:hover {
	color:#eeeeee;
	background-color:#27ae5f;
}

/* NAVLOGO */

#logo {
	padding:0 0 0 0;
	margin:0 0 0 40px;
	width:200px;
    top:50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
