body {
	font-family:  "Helvetica", "Arial", sans-serif;
	background-color: white;
	font-size: 14px;
}


img {
	border: 0;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: absolute;
		left: 50%;
	margin-left: -400px;
	border: 1px solid black;
	width: 800px;
}

#header h1 {
	display: none;
}

#languageselector {
	background-image: url('bgcolor.jpg');
	background-repeat: repeat; 
	padding-left: 5px;
	font-size: 12px;
	color: #555b4f;
}

#languageselector img { 
	border: 0;
}

#mod_languageselector {
	float: left;
	text-align: left;
}

#languageselector a, a:visited {
	color: #555b4f;	
	text-decoration: none;
}

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

#navigation {
	width: 180px;
	float: left;
	font-size: 13px;
	color: #000;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation ul.level_2, #navigation ul.level_3 {
	margin-top: 2px;
}

#navigation li {
	font-weight: normal;
	margin-bottom: 2px;
	border-bottom: 1px dotted #555b4f;
}

#navigation li.active {
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px dotted #555b4f;
}

#navigation p {
	margin-top: 0;
	margin-bottom: 2px;
}

#navigation .submenu {
	border-bottom: 1px dotted #555b4f;
}

#navigation .last, #navigation .active.last {
	border-bottom: none;
}

#navigation a, a:visited {
	color: #555b4f;	
	text-decoration: none;
}


#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
}

#main {
	margin-left: 180px;
	width: 610px;
	padding-right: 5px;
	margin-bottom: 5px;
}

