@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	background-attachment: fixed;
	background-color: #00858F;
	background-image: url(images/nd_bg.png);
	background-repeat: repeat-x;
}

table {
	width:100%;
	border-collapse:collapse;
	border-top:2px solid #00485D;
	background:#5EBDBF;
	padding:0;
	clear:both;
}

td, th {
	font-size:0.85em;
	vertical-align:top;
	text-align:left;
	padding:4px;
	border:1px dotted #00858F;
}

.space {
	height:3em;
	width:100%;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:811px;
	margin:10px auto;
}

#lang {
	width:100%;
	text-align:right;
	padding:5px 0;
}

#pic_top {
	width:811px;
	height:63px;
}

#main {
	border-left:11px solid #FFF;
	background:#00858F;
}

#content_left {
	width:200px;
}

#content_mid {
	width:539px;
	border-left:1px dotted white;
}

#content_right {
	width:139px;
	border-left: 1px dotted white;
}

#main {
	position:relative;
}

#menu {
	position:absolute;
	top:180px;
	left:0px;
}

#foot {
	background:#FFF;
	font-size:0.8em;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

.pad_10 {
	padding:10px;
}

.pad5 {
	padding:5px;
}

.width375 {
	width:375px;
}

h1, h2, h3 {
	background:#FFF;
	color:#00858F;
	padding:5px; 
	margin:0;
	display:inline-block; 
	text-transform:uppercase;
	float:left;
}

h2 {
	font-size:1.5em;
}

.introtext {
	color:#FFF;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.2em;
}

.afterH {
	padding-top:0.5em; 
}

table.afterH {
	margin-top:0.5em; 
}


p {
	padding:0 0 0.5em 0;
	clear:both;
	margin:0;
}

#lang a {
	color:#FFF;
	text-decoration:none;
}

#lang a:hover {
	text-decoration:underline;
}

img {
	border:0;
}