@CHARSET "ISO-8859-1";

a {
	color: black;
}

body {
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
}

/* blokken */
html, body, table.middle {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

table.middle {
    margin: 0 auto;
    vertical-align: middle;
    width: 700px;
}

#container {
	width: 700px;
	height: 570px;
}

#top {
	width: 700px;
	height: 126px;
	background-image: url(../image/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	width: 700px;
}

#disclaimer {
	width: 700px;
	text-align: center;
		
	font-size: 10px;	
}

#logo {
	width: 152px;
	float: left;
	height: 126px;
}

#imageLogoLido {
	float: left;
	margin-bottom: 2px;
}

#imageSlogan {
	float: left;
	margin-left: 2px;
}

/* NAVIGATION */

#navP {
	width: 135px;
	height: 126px;
	margin-left: 2px;
	float: left;
	background-image: url(../image/top_middle.jpg);
}

#navP a,#navP {
	font-weight: bold;
	color: white;
	font-size: 11px;
	
	vertical-align: middle;
	text-decoration: none;
}

#navS a {
	color: white;	
	font-size: 11px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

.navPon {
	background-color: #D6BA65;
	/* background-color: #FFCC33; */
}

.navSon {
	background-color: #E2CE92;
	/* background-color: #ED1C24; */
}

#navP label,#navS label {
	width: 131px;
	height: 18px;
	padding-left: 4px;
	padding-top: 3px;
	float: left;
}

#navS {
	width: 135px;
	height: 126px;
	margin-left: 2px;
	float: left;
	background-image: url(../image/top_middle.jpg);
}