/* 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-size : 12pt;
	line-height : 140%;	
	text-align: left;
	color: #666666;	
	background:#fff;		
}

/* Links
----------------------------------------------- */
a:link {
	background-color: transparent;
	color : #83468c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	background-color : transparent;
	color : #83468c;
	font-weight: bold;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #83468c;
	font-weight: bold;
	text-decoration : underline;
}
a:active {
	background-color : transparent;
	color : #83468c;
	font-weight: bold;
	text-decoration : none;
}

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

#header {
	width: 635px;
	margin: 128px auto;
	padding: 0;
	background-color:transparent;
	text-align:left;
	background:#fff;	
}

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

#logo img {}

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


/* Navigation
----------------------------------------------- */
#lang {

	color:#83468c;	
	text-align:center;
	margin: 0 auto;
	background-color:transparent;	
}

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

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

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

#lang a {
	color:#83468c;
	text-decoration:none;
	font-weight:bold;	
}

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

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

#lang a:hover {
	color:#83468c;
	color:#99C376;		
	text-decoration:none;	
}


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

#lang hr {
	display:none;	
}

#english {
	background-color:transparent;	
	width:100px;
	margin: 10px 0 0 350px;
	text-align:left;		
}

#german {
	background-color:transparent;	
	width:115px;
	margin: 5px 0 0 490px;
	text-align:left;		
}

#spanish {
	background-color:transparent;	
	width:150px;
	margin: 0 0 0 400px;
	text-align:left;	
}
/*
#lang li + li {
    margin:0 0px 0 520px !important;
}
*/
#lang li.art {
    margin:0 0px 0 343px !important;	
    
}