body {
	background-color: #212121;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-image:url(../images/layout/bgBodyIntro.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#wrapper {
	margin-left: auto;
	margin-right:auto;
	width: 980px;
	text-align: left;
}

#header {
}

#headerTop {
	height:24px;
	padding-left: 0px;
	background-image:url(../images/layout/bgHeaderTopLeft.jpg);
	background-repeat:no-repeat;
	background-position: 20px 0px;
}

#headerTopLeft {
	float: left;
	padding-left: 50px;
	padding-top: 3px;
}

#header a {
	color: #979797;
	text-decoration:none;
}

#header a:hover {
	color: #ffffff;
	text-decoration:underline;
}


#content {
	padding: 0px 0px 0px 0px;
	height: 630px;
	background-image:url(../images/layout/bgIntro.jpg);
	background-repeat:no-repeat;
	background-position: 0px left;
	font-size:14px;
}


.text {
	display: none;
} 

#nl {
	display: block;
} 

.lang {
	color: #ffffff;
	position: relative;
	top: 150px;
	left: 44px;
	width: 200px;
}

.lang ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #d32d15;
}

.images {
	text-align: center;
}

table {
	width: 600px;
	position: relative;
	top: 180px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

img {
	border: solid 3px #6a6a6a;
}

#footer {
	background-color: #cdcdcd;
	border-top: solid 4px #656565;
	color: #656565;
	padding: 10px 0px 20px 0px;
	font-size: 10px;
	clear: both;
	display: block;
}

#footer a {
	color: #656565;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

