@charset "utf-8";
/* ============================================================= */
/* Web design by webaff :() Philippe Kuenzler - http://webaff.ch */
/* ============================================================= */
* {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#404040;
	border:0;
}
body {
	background:#fff url(/assets/tpl/images/bg.gif) repeat center top;
	font-size:13px;
}

/* structure */
#wrap {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
#logo {
	display:block;
	width:199px;
	margin:30px 0 30px 350px;
}
#page {
	width:900px;
	overflow:hidden;
}
#page .col {
	width:440px;
	float:left;
}
#page .col.left {
	margin-right:20px;
}
#credit {
	position:absolute;
	top:5px;
	right:5px;
}
.hr {
	margin:28px 0 6px 0;
	clear:both;
	height:1px;
	border:1px solid #ebebeb;
	background:#bfbfbf;
}
.hr.top {
	margin:3px 0 21px 0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}

/* main content */
img {
	display:block;
}
#page img {
	float:left;
	margin:5px 10px 5px 0;
}
#page img.last {
	margin-right:0;
}
h1 {
	font-size:1em;
	font-weight:bold;
	padding-top:14px;
}
p, ul, h1 {
	line-height:21px;
	padding-bottom:7px;
	overflow:hidden;
/*	text-align:justify;*/
}
p.footer {
	text-align:center;
}
ul {
	list-style:none;
	margin-left:0;
}
ul ul {
	padding-bottom:0;
}
#page ul {
	padding-left:8px;
	text-indent:-8px;
}
a, #cboxPrevious, #cboxNext, #cboxClose {
	text-decoration:none;
	color:#999;
}
a:hover, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
	color:#404040;
}
.bold, strong {
	font-weight:bold;
}

/* menu */
.menu.langswitch {
	float:right;
}
.menu {
	margin:25px 0 0 0;
	padding:0;
	display:inline-block;/*being nice to IE6*/
}
.menu li {
	float:left;
}
.menu li.last .bullet {
	display:none;
}
.menu li a {
	display:inline-block;
}
.menu li.on a {
	font-weight:bold;
	color:#404040;
}