@charset "UTF-8";

html
{
	background:#B9D4D3 url(../style/tile.png) repeat-x;
}

body
{
	font-family:Verdana, Arial, sans-serif;
	font-size:76%;
	color:#000;
	margin:0;
	padding:0;
}

p
{
	font-size:1em;
}

img
{
	border:none;
}

acronym
{
	border-bottom:1px #000000 dotted;
}

pre
{
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	margin:0 0 1em 6em;
}

#top
{
	color:#000;
	background-color:#79A19A;
	height:60px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:20px 0 1em;
	padding:0;
}

#top h1
{
	width:450px;
	float:left;
	font-size:0.1em;
	z-index:1;
	margin:0;
	padding:0;
}

#langswitcher a,#langswitcher a:visited,#langswitcher a:hover,#langswitcher a:active
{
	color:#FFF;
	background-color:#79A19A;
	right:1em;
	text-align:right;
	position:absolute;
	top:21px;
	z-index:2;
	margin:20px 0 0;
	padding:0;
}

#main {
	margin: 0 auto;
	max-width:740px;
}

#menu
{
	font-size:0.9em;
	text-align:center;
}

#menu ul
{
	padding:0;
	margin:0.2em 0;
	color:#000;
	background-color:#B9D4D3;
}

#menu li
{
	display:inline;
	margin:0 0.7em;
}

#menu strong
{
	color:#0D5D4E;
	background: transparent;
}

#menu strong:before
{
	content:"\2022 \0020";
	color:#0D5D4E;
	background: transparent;
}

#menu a:before
{
	content:"\2022 \0020";
	color:#000;
	background-color:#B9D4D3;
}

#menu a:link,#menu a:visited,#menu a:active
{
	font-weight:700;
	color:#000;
	background-color:#B9D4D3;
	text-decoration:none;
}

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

#content
{
	background-color:#FFF;
	color:#000;
	text-align:justify;
	border:1px solid #000;
	max-width:450px;
	float:right;
	margin:0.5em 0 2em;
	padding:1em 1em 0;
}

#content p
{
	text-indent:2em;
	line-height:150%;
	margin:0 2em 0.8em 2em;
	padding:0;
	z-index:1;
	position:relative
}

#content h1
{
	text-align:left;
	font-size:1.3em;
	color:#0D5D4E;
	background: transparent;
	border-bottom:1px solid #7AC79D;
	margin:0 0 1em;
	padding:0;
}

#content h2
{
	text-align:left;
	font-size:1.1em;
	color:#0D5D4E;
	background:transparent;
	margin:1em 0 0.2em 1em;
	padding:0;
}

#content h3
{
	text-align:left;
	font-weight:400;
	font-style:italic;
	font-size:1em;
	color:#5C6684;
	background-color:#FFF;
	margin:0.3em 0 0 2em;
	padding:0;
}

#content ul
{
	margin:0.3em 0 0.3em 3em;
}

#content li
{
	list-style-type:circle;
	margin: 0.3em 0 0.5em
}
#content a[hreflang]:hover
{
	z-index:25;
	background: none;
	 text-decoration:none;
}

a[href~="http"]:hover:after
{
	content:"\0000a0(" attr(hreflang) ")";
	font-size:1em;
	margin: 0 0 0 1em;
  	border:1px solid #0D5D4E;
  	padding:3px;
  	display:block;
  	color:#000;
  	background-color:#B9D4D3;
}

p.previousnext
{
	text-align:center;
	text-indent:0;
	margin:0
}

#illustration
{
	float:left;
	width:250px;
	margin:0.5em 0 0;
	padding:0 0 2em;
}

#illustration img:hover:after
{
	content:attr(alt);
	display: block;
	z-index: 3;
}

.vcard p
{
	text-indent:0 !important;
        margin: 0 0 0 1.7em!important;
}
.type
{
	display:none;
}
.logo {
        float:left;
        margin:0 .5em 0 0
}


