/* hlavní barvy:
bg #000000
bg2 #2C2C2C
text #ffffff
okraje #808080
nadpis #E76B21
*/

body {
	background-color: #000000;
	font-family: "Lucida Sans Unicode", serif;
	color: white;
}

#main {
	position: relative;
	margin: 2em auto 0em auto;
	padding: 0;
	min-width: 978px;
	width: 978px;
	height: 100%;
	border: 2px solid #808080;
}

#header {
	width: 100%;
	height: 150px;
	border-bottom: 2px solid #808080;
	background-image: url("../img/head.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header h1 {
	color: white;
	text-align: right;
	padding: 1em;
}

#menu {
	width: 120px;
	float: left;
	vertical-align: top;
	border-right: 3px solid #808080;
	padding-right: 3px;
	font-weight: bold;
	line-height: 1.4;
}

#content {
	width: auto;
	margin-left: 120px;
	padding: 1em;
	/*border: 1px solid white;
	background-image: url("../img/roh.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;*/
	min-height: 300px;
	height: 300px;
	font-size: 90%;
	line-height: 1.3;
}

html>body #content {
	height: auto;
	min-height: 300px;
}

#footer {
	position: relative;
	margin: 0em auto 2em auto;
	padding: 0;
	min-width: 978px;
	width: 978px;
	text-align: right;
	font-size: 70%;
}

h1, h2, h3, h4 {
	color: #E76B21;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	font-weight: lighter;
}

p {
	text-align: justify;
}

#content a, #content a:link, #content a:visited, #content a:active {
	color: #E76B21;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

ul.vnav, ul.vnav li, ul.vnav li a {
	display: block;
}

ul.vnav li a {
	text-align: right;
	text-decoration: none;
	padding: 0; /*2px 5px 3px 5px;*/
	/*margin: 0;*/
	color: #E76B21;
	
}

ul.vnav, ul.vnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.vnav, ul.vnav li a:hover {
	color: #FF9F00;
}

* html ul.vnav li a {
	height: 0.01%;
}

.ramecky {
	border: 1px solid black;
}

.thumbnail {
	margin: 15px;
	border: 0;
}

.photo {
	margin: 0 0 3px 0;
	padding: 0;
}

.noborder {
	border: 0;
	margin: 0 7px 2px 0;	
}

.noborder2 {
	border: 0;
	margin: 0 5px 0 0;	
}

.stred {
	text-align: center;
	margin-left: -120px;
	line-height: 250px;
}

.center {
	text-align: center;
}

hr {
	height: 0px;
	background-color: black;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 0;
}

.left {
	float: left;
	text-align: left;
	width: 40%;
}

.right {
	float: right;
	text-align: right;
	width: 40%;
}
.palatino {
	text-align: center;
	font-family: "Palatino Linotype", serif;
	font-size: 125%;
	color: white;
}

.palatino h1 h2 h3 {
	font-weight: lighter;
}
