html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: justify;
}

body {
	background-color: #fff;
	color: #000;
	font-weight: 200;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: left; 
}

a, a:visited, a:link, a:hover, a:active {
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
}

/*************************************************************************** */
/* C O N T E N T       */
/*************************************************************************** */

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#content h1 {
	font-weight: 100;
}

#content ul {
	list-style-image: url("images/square-6.gif");
	font-size: 1.2em;
	line-height: 1.4em;
}

/*************************************************************************** */
/* N A V I G A T I O N   (top)       */
/*************************************************************************** */

ul.navi {
	margin: 0 0 0 10px;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 200;
	list-style-type: none;
}

ul.navi li {
	margin: 0 15px 0 0px;
	float: left;
}

a.navi-link, a.navi-link:link, a.navi-link:visited, a.navi-link:active {
	padding: 0 0 0 20px;
	background: transparent url("images/square-12.gif") no-repeat;
	background-position: 0 2px;
}

a.navi-link.active, a.navi-link:hover {
	background: transparent url("images/square-empty-12.gif") no-repeat;
	background-position: 0 2px;
}

/*************************************************************************** */
/* S U B N A V I   (left column)      */
/*************************************************************************** */

#sub-navigation li {
	
	margin: 4px 10px 4px 0;
}

ul.subnavi-lev-1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a.subnavi-lev-1-itm, a.subnavi-lev-1-itm:link, a.subnavi-lev-1-itm:visited, a.subnavi-lev-1-itm:active {
	padding: 0 0 0 14px;
}

a.subnavi-lev-1-itm {
	background: transparent url("images/square-8-dark.gif") no-repeat;
	background-position: 0px 3px;
}

a.subnavi-lev-1-itm.active, a.subnavi-lev-1-itm:hover {
	background: transparent url("images/square-8-dark-empty.gif") no-repeat;
	background-position: 0px 3px;
}

ul.subnavi-lev-2 {
	padding: 0;
	list-style-type: none;
	margin: 4px 10px 4px 14px;
}

a.subnavi-lev-2-itm, a.subnavi-lev-2-itm:link, a.subnavi-lev-2-itm:visited, a.subnavi-lev-2-itm:active  {
	padding: 0 0 0 14px;
}

a.subnavi-lev-2-itm {
	background: transparent url("images/square-8-light.gif") no-repeat;
	background-position: 0px 3px;
}

a.subnavi-lev-2-itm.active, a.subnavi-lev-2-itm:hover {
	background: transparent url("images/square-8-light-empty.gif") no-repeat;
	background-position: 0px 3px;
}
*/
/*************************************************************************** */
/* S I D E B A R   (right column)      */
/*************************************************************************** */
#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	background-color:#333;
}

#sidebar li {
	margin: 4px 0 4px 14px;
	padding: 0;
	list-style-image: url("images/square-6.gif"); 
}

#sidebar h2 {
	font-size: 1.8em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

#sidebar h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

#sidebar p {
	font-size: 1.1em;
	margin: 0;
}

ul.sidebar-list {
	padding: 0 0 0 2px;
	margin-left: 0;
}

/*************************************************************************** */
/* M I S C       */
/*************************************************************************** */

#lang-selector {
	float: right;
}

#search {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
}

#footer {
	font-size: 0.9em;
	text-align: center;
}

#address {
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
}