/* resetting some default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
* {
	outline: none !important;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background: url('../images/bg.jpg') no-repeat center 0;
	background-color:#1e1e1e;
}

#wrapper {
	background: url('../images/bg.jpg') no-repeat center 0;
	width: 1000px; 
	margin: auto; 
	height: 780px;
	padding: 0;
}

#content {
	height: 680px;
	padding-right: 15px;
}

#block {
	width: 363px;
	padding:0;
	float:right;
	height: 390px;
}

#slogan {
	height: 158px;
	visibility: hidden;
}

#languages {
	height: 60px;
}
#languages ul {
	margin-left: 55px;
}
#languages ul li{
	display: inline;
}

#languages ul li a {
	display: inline-block;
	width:60px;
	height:60px;
	
}
#languages ul li a span {
	display: none;
}
#block #title a {
	margin-left: 60px;
	display: block;
	width: 240px;
	height:65px;
}
#block #title a h1 {
	display: none;
}
#keuze {
	padding-top: 15px;
	/*padding-left: 10px;*/
    text-align: center;
}
#keuze ul li {
	display: inline;
}
#keuze ul li a {
	display: inline-block;
	width: 130px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer {
	height: 100px;
	padding-left:200px;
}
#meta {
	width:100%;
	height:50px;
}

#meta ul {
	width: 450px;
	margin-top: 15px;
	float:left;
}
#meta ul li {
	display: inline;
	margin: 10px;
}
#meta ul li a, #logo a {
	color: #143a6d;
	font-style: italic;
}

#logo {
	float: right;
	width: 210px;
	margin-top:15px;
}
#copyright {
	float: left;
	margin-left: 10px;
	color:#90dbf3;
}


