/*
body {
	background: #eee;
	line-height: 1.66667;
	padding: 2% 10%;
	font-family: Verdana, sans-serif;
}
*/
body {
	padding: 1% 5%;
	color: black;
	background: #f8f8f0;
	font-family: Verdana, sans-serif;
	line-height: 1.3333;
}
p, ul, ol {
	font-family: Verdana, sans-serif;
	line-height: 1.3333;
}

ul, ol {
	font-family: Verdana, sans-serif;
	line-height: 1.6667;
}
/*
h1 {
	color: #060;
}
*/
h1 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #008;
	font-weight: bold;
}
h1 em {
	color: #963;
	font-size: 95%;
}
dt {
	font-weight: bold;
	font-size: 120%;
	background: #ffe;
	border: silver 1px solid;
	padding: 0.5em;
}

dd {
	background: #eee;
	margin-bottom: 2em;
	border: silver 1px solid;
	padding: 0.5em;
}

dt.dir {
	background: #cff;
}

address {
	font: italic 20px/1.333 "Times New Roman",serif;
	text-align: right;
}


#langmenu {
	margin: 1em 1em 1em 70%;
	font-size: 80%;	
	line-height: 250%;
	white-space: nowrap;
}
img.flag {
	margin: 0px 2px;
	border: silver 1px solid;

}

img {
	vertical-align: middle;
}

iframe {
	position: absolute;
	left: 0px;
	top: 0px;
}

a img {
	border: none 0px;
}

pre {
	font-family: "Courier New", monospace;
	font-size: 90%;
}

h2 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #600;
	background: #eec;
	padding: 0.25em 1em;
	margin: 2em 0em 1em 0em;
	border: #ddc 1px solid;
}
h2 em {
	color: #f00;
}

hr{ display: none; }
