body {
	font-family: sans-serif;
	font-size: 11px;
	color: white;
	margin: 12px;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

body.start {
	background-color: #eb6234;
	text-align: center;
	padding-top: 50px;
}

body.info {
	background-color: #d25a1b;
}

body.expo {
	background-color: #b7a283;
}

body.expoz {
	background-color: #026C83;
}


body.insta {
	background-color: #7B664B;
}

body.ocen {
	background-color: #5d4931;
}

body.vyzva {
	background-color: #fdd55b;
}

h1 {
	font-size: 14px;
	font-stretch: wider;
}

img.pruh {
	position: absolute;
	left: 631px;
	top: 0;
	width: 162px;
	height: 476px;
}

/*---- EXPO ----*/

div#expoimg {
	position: absolute;
	left: 300px;
	top: 30px;
	width: 400px;
		
	text-align: center;
}

div#expoimg img {
	border: 1px solid silver;
}

div#countrybox {
	background-color: #b7a283;
	
	position: absolute;
	left: 20px;
	top: 30px;
	width: 200px;
	
	padding: 5px;
	
	border: 1px solid Gray;
}

div#countrybox a {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

div#countrybox a.active {
	background-color: #8f7856;
	color: black;
	padding: 2px;
}

div#label {
	background-color: #00303A;
	
	position: absolute;
	left: 300px;
	top: 340px;
	width: 390px;
	
	padding: 5px;

	border: 1px solid Gray;
}

a#arrprev {
	display: box;
	position: absolute;
	left: 260px;
	top: 350px;
	width: 40px;
	height: 40px;
}

a#arrnext {
	display: box;
	position: absolute;
	left: 700px;
	top: 350px;
	width: 40px;
	height: 40px;
	text-align: right;
}

a#arrnext img, a#arrprev img {
	border: none;
}

div#col1, div#col2, div#col3 {
	position: absolute;
	width: 33%;
	top: 33px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

div#col1 div, div#col2 div, div#col3 div {
	padding: 10px;
	margin: 0px;
}
	
div#col1 p, div#col2 p, div#col3 p {
	margin-top: 4px;
	padding: 0px;
}

div#col1 {
	left: 0%;
}

div#col2 {
	left: 33%;
}

div#col3 {
	left: 66%;
}

pre#katalog {
	font-size: 12px;
}

img.ilustrace {
	border: 1px solid gray;
}
