/* reset start */
tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* reset end */

/* Body
----------------------------------------------- */
body {
	margin: 0 0 0 0px;
/*	margin: 0 0 0 0px;	*/
	padding: 0;
	font-family : Helvetica,Arial,Verdana, sans-serif;
	font-family: "courier new", courier, monospace;	
	font-size : 12pt;
	line-height : 140%;	
	text-align: left;
	color: #666666;		
}

/* Links
----------------------------------------------- */
a:link {
	background-color : transparent;
	color : #333333;
	text-decoration : none;
	font-weight : normal;
}

a:visited {
	background-color : transparent;
	color : #333333;
	text-decoration : none;
	font-weight : normal;	
}

a:hover {
	background-color : transparent;
	color : #000;
	text-decoration : underline;
}

a:active {
	background-color : transparent;
	color : #000;
	text-decoration : none;
	font-weight : normal;	
}

#container
{
	width: 800px;
	margin: 0 auto;
	margin: 0 0;
	color: #666666;
	font-size: 12pt;
	background:#fff;	
}

#header {
	width: 520px;
	margin: 148px 0 0 241px;
	padding: 0;
	background-color:transparent;
}

#logo { 
	margin: 0 0 0 0px;
	background:transparent;
	line-height:0;
}

#logo img {}

/* logo print version */
#logo img.print {
	display:none;
}


/* Navigation
----------------------------------------------- */
#lang {
	width: 650px;
	color:#666666;	
	text-align:center;
    margin: 80px 0 0 20px;	
	background-color:transparent;    
}

#lang ul {
	font-family: courier, monospace;	
    list-style: none;
    padding: 0;

	text-align:left;    
	font-size:1em;	
	background-color:transparent;		
  
}

#lang li {
	display:inline;
    list-style: none;
    padding:0 0px 0 3px;
}

#lang li a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;	
}

#lang li.current {
    color:#333333;
	font-weight : bold;
}

#lang li.current a{
	font-weight : bold;
	color:#333333 !important;
}

#lang li a:hover {
	color:#5b8d03;
}


#lang p {
	font-size : 12px;
	color:#fff;
}

#lang hr {
	display:none;	
}

/*
#lang li + li {
    margin:0 0px 0 520px !important;
}
*/
#lang li.art {
    margin:0 0px 0 343px !important;	
    
}
