@CHARSET "UTF-8";
/*
tmava hneda: #8A7D6C
svetla hneda: #CDC0B0
*/

body {
	font-size: 0.7em;
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	letter-spacing: 0.5px;
	line-height: 130%;
	padding: 0;
	margin: 0;
	background-image: url("../gfx/bck.body.png");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #eedfcc;
	color: black;
}

#container {
	margin: 0 auto;
	width: 900px;	
}	

h1 {
	float: left;
	position: relative;
	width: 900px;
	height: 207px;
	padding: 0;
	margin: 0;
}

h1 a {
	display: block;
	cursor: pointer;
	overflow: hidden;
}	

h1 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 207px;
	background-image: url("../gfx/h1.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

a {
	color: #5F5547;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

.context_pic {
	float: left;
	margin: 0 10px 10px 0;
}

h3, h4 {
	margin: 10px 0 3px 0;
	padding: 0;
}

h3 {
	font-size: 1.2em;
}

hr {
	display: none;
}

ul {
	list-style-type: square;
}

.main_content {
	padding-right: 1%;
	border-right: 1px #CDC0B0 solid;
	width: 72%;
	float: left;
	margin: 30px 1% 10px 0;
}	

ul#odkazy {
	list-style-type: none;
	padding: 0;
}

ul#odkazy li {
	float: left;
	margin: 0 10px 10px 10px;
	width: 300px;
	height: 130px;
	padding: 0;	
	border: 1px #eedfcc solid;
}

ul#odkazy li.wide {
	height: 150px;
}

ul#odkazy li a {
	display: block;
	margin: 5px;
	padding: 10px 0 0 100px;
	width: 190px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;	
}

ul#odkazy li.wide a {
	padding: 70px 0 0 0;
	width: 290px;
}

ul#odkazy li a span {
	display: block;
	font-size: 1.8em;
	font-weight: bolder;
	border-bottom: 1px black solid;
	padding-bottom: 5px;
	color: #f00;
	font-style: italic;
	margin-bottom: 5px;
}

ul#odkazy li:hover {
	border: 1px #CDC0B0 solid;
}

div#sidebar {
	float: left;
	width: 25%;
	padding: 0;
	margin: 20px 0 0 0;
}

div#sidebar ul {
	padding-left: 18px;	
}

div#sidebar ul li {
	margin-bottom: 5px;
}

li.odskok {
	list-style-type: none;
	text-align: right;
}

#menu {
	float: left;
	width: 100%;
	height: 2em;
	text-align: center;
	background-color: #8A7D6C;
}

#menu ul {
	padding: 0;
	margin: 0;
	margin-left: 258px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	margin-right: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	text-decoration: none;
	color: white;
	display: block;
	width: 120px;
	height: 2em;
	line-height: 100%;
	padding-top: 0.5em;
}

#menu li a:hover {
	background-color: #eedfcc;
	color: #8A7D6C;
}

p#footer {
	float: left;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin-top: 0;
}

p#footer span {
	color: #ababab;
}

a.selfpromo {
	color: #2a2e21;
	text-decoration: none;
}

a.selfpromo:hover {
	text-decoration: none;
}

img.sponsor {
	margin: 5px 10px;
}

