/* Inspired by the page of Szymon Torunczyk's page. http://www.mimuw.edu.pl/~szymtor/ */
body {
	background: #2f2f2f; 
	color: #dfdfdf;
	font-family: serif;
}
/*#head-main {
	position: relative;
	font-size: xx-large;
	width: 100%;
	margin: 0px 0px 0px 0px;
}*/
#right {
	position: absolute;
	top: 0px;
	left: 11em;
	width: 90em;
	max-width: 80%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
}
/*#head {
	background: black; 
	position: relative;
/ *	height: 70px;
  *	* /
	margin: 0px 0px 0px 0px;
	padding: 1em 1em 1em 1em;
	border-style: none;
	/ * font-family: Gill, Helvetica, sans-serif;* /
	/ * font-family: fantasy;* /
	font-family: cursive;
	font-style: italic;
	font-variant: normal;
	font-weight: 600;
	font-size: x-large;
	text-align: center;
}*/
#cont {
	position: relative;
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 2em 1em 1em 1em;
}
#navi { 
	background: black;
	position: fixed;
	z-index: 10;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 10em;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none;
}
h1 {
	margin-top: 0px;
}
.data {
	font-family: monospace;
}
.Titulek {
	/*width: 500px;*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	/*color: #111111;*/
	margin-left:auto;
	margin-right: auto;
}
div.schov { 
	position: relative;
	margin-left: 3em;
}
input.ukaz {
	background-color: #2f2f2f; 
	color: #dfdfdf;
	border: 0px solid; 
/*	border-color: #696 #363 #363 #696; 
	filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); */
	font-family: sans-serif;
	font-size: medium;
	font-weight: 600;
	font-variant: normal;
/*	margin-left: -10px;*/
	margin-right: auto;
/*	margin-bottom:27px;*/
}
div.naviDiv {
	width: 100%;
	text-align: center;
}

a:link {
	color: #ef8f8f;
}

a:active {
	color: #00FF00;
}

a:visited {
	color: #ffbfbf;
}

a.naviLink {
	font-weight: 600;
	font-size: large;
}

a.naviLink2 {
	font-weight: 500;
	font-size: medium;
}

span.naviDeact {
	font-weight: 600;
	font-size: large;
}

span.naviDeact2 {
	font-weight: 500;
	font-size: medium;
}

img {
	border-style: none;
}

h3.naviH {
	width: 100%;
	text-align: center;
}

/*.floatRight {
	float:right;
	margin: 10px 10px 10px 10px;
}*/
strong {
	color: #bfbfdf;
}

a#medvedice {
	color: white;
	text-decoration: none;
}
a#medvedice:hover {
	text-decoration: underline;
}

