@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	/*font-family: helvetica, sans-serif;*/
	background-color: white;
	background-image: url('img/wm256.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom; 
}

#header {
	padding: 0.5ex;
	border-bottom: 2px #990000 solid;
	background-color: black;
	background-image: url('img/wb.jpg');
	background-repeat: repeat-x;
	background-position: 0 50%;
	color: white;
	overflow: auto;
}

#stamp {
	float: right;
	color: #666;
}

#lang {
	float: right;
	font-weight: bold;
}

#breadcrumbs {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
}

#breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 0.5em;
	float: left;
}

#breadcrumbs li:before { 
	/*content: "〉 ";*/
	content: "¦ ";
	color: #666;
}

#breadcrumbs li:FIRST-CHILD:BEFORE { 
	content: "@ ";
	color: white;
}


#breadcrumbs a:hover, #lang a:hover {
	color: white;
}

#breadcrumbs a, a:hover, #lang a {
	color: #ff0000;
}

a {
	color: #aa0000;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	padding: 1em;
	padding-top: 0;
	margin: auto;
	max-width: 920px;
}

h1 {
	color: #222;
	font-size: 1.4em;
	border-bottom: 1px solid #aaa;
}

h2, h3 {
	color: #444;
}

h2 {
	margin-left: 0.6em;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
}

h3 {
	margin-left: 1em;
	font-size: 1em;
	border-bottom: 1px dashed #ddd;
}

#lic {
	background: url('img/cc-by-sa.png') transparent no-repeat 0 50%;
	min-height: 32px;
	padding-left: 96px;
	margin-top: 1ex;
	margin-bottom: 1ex;
	font-size: smaller;
	color: #666;
	border-top: 1px dashed #ccc;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.note {
	border-radius: 1ex;
	border: 1px solid #888;
	box-shadow: 0px 0px 10px #444;
	color: #444;
	padding: 1ex;
	float: right;
	margin-left: 1em;
	max-width: 30em;
}