@charset "utf-8";

html,body,div,ul,li,img,h1,h2 {
	margin: 0;
	border: 0;
	padding: 0;
}

body,div,ul,li,img,h1,h2 {
	position: relative;
}

body {
	background-color: #f6d99c;
	font-family: Arial, sans-serif;
}

h1 {
	width: 300px;
	height: 800px;
	text-indent: -9999em;  
	white-space: nowrap;
	overflow: hidden;
}

h1.en {
	background-image: url('sidebanner.png');
}

h1.hu {
	background-image: url('sidebanner-hu.png');
}

h2 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
}

p {
	margin: 0.3em;
	line-height: 1.6em;
	text-align: justify;
}

p#language {
	text-align: right;
}

a {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #0000AC;
}

a:visited {
	text-decoration: none;
	color: #0000AC;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #0060FF;
}

a:active {
	color: #EF101F;
}

ul {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 100%;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

ul li {
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	padding-left: 24px;
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
}

ul li.cz {
	background-image: url('./flagicons/cz.png');
}

ul li.de {
	background-image: url('./flagicons/de.png');
}

ul li.en {
	background-image: url('./flagicons/us.png');
}

ul li.es {
	background-image: url('./flagicons/es.png');
}

ul li.fi {
	background-image: url('./flagicons/fi.png');
}

ul li.fr {
	background-image: url('./flagicons/fr.png');
}

ul li.hr {
	background-image: url('./flagicons/hr.png');
}

ul li.hu {
	background-image: url('./flagicons/hu.png');
}

ul li.it {
	background-image: url('./flagicons/it.png');
}

ul li.multilingual {
	background-image: url('./flagicons/multilingual.png');
}

ul li.nl {
	background-image: url('./flagicons/nl.png');
}

ul li.pl {
	background-image: url('./flagicons/pl.png');
}

ul.timestamped li:first-line {
	font-style: italic;
}

div.status {
	position: relative;
	left: -0.4em;
	background-color: #ffe7a7;
	border: 0.4em solid #ffe7a7;
}

div.external {
	position: relative;
	left: -0.4em;
	background-color: #f0d090;
	border: 0.4em solid #f0d090;
	margin-bottom: 0.7em;
	overflow: hidden;
}

div#textcontainer {
	width: 950px;
	float: left;
	background-color: #f6d99c;
}

div#sidebarcontainer {
	width: 1000px;
	float: left;
	right: 700px;
	background-color: #f0d090;
}

div#sidebar {
	width: 300px;
	float: left;
	left: 700px;
}

div#text {
	width: 680px;
	float: left;
	left: 720px;
}