/* ---------------------- Hlavní ---------------------- */

body {
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: medium;
	line-height: 1.3em;
	background: #FDECEC url(../image/linka.gif) repeat-y;
	margin: 0;
	padding: 0;
}
h1,h3 {
	display: none;
}

h2 {
font: normal 1.2em/1.2em "Trebuchet MS", Verdana, sans-serif;
	margin: 10px 0 0 5px;
	padding: 0;
}
p{
	margin-top: 2px; 
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-bottom: 1px dashed silver;
}
a:hover {
	border-bottom: 1px dashed black;
}

hr.nic {
	display: none;
}
hr.cistic { border: none; clear: both; height: 1px; margin: 0; visibility: hidden; }
hr.prepaz {border: none; margin: 10px 0 10px 0;
}


/* ---------------------- Layout -> panely ---------------------- */
#wrap {
	padding: 0 0 0 16px;
	text-align: left;
	width: 700px;
	margin: 0;
}

#logo {
   background: #FDECEC url("../image/logo.gif") no-repeat right;
	height: 60px;
	margin: 0;
	padding: 0;
}

.zk {
	position: absolute;
	left: 657px;
	top: 60px;
	background: url(../image/pravy.gif) no-repeat bottom;
	height: 377px;
	width: 42px;
}


#dolni_panel {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 641px;
	background: white;
}

#footer {
	height: 1.2em;
	color: #A5B3C1;
	font-size: x-small;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer a {
	color: gray;
}
/* ---------------------- Menu ---------------------- */

#header {
  float:left;
  width:641px;
  background: #8F0101 url("../image/m_pozadi.gif") repeat-x left top;
  font-size:88%;
  line-height:normal;
  margin-bottom: 10px;
  }
#header ul {
  margin:0;
  padding:0px 0 0;
  list-style:none;
  }
#header li {
  float:left;
  background:no-repeat left top;
  margin:0;
  padding:0 0 0 14px;
  }
#header a {
	border: 0;
  float:left;
  display:block;
  background:no-repeat right top;
  padding:7px 18px 2px 2px;
  text-decoration:none;
  font-weight:bold;
  color:silver;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FFF;
  }
#header #current {
  background: white url("../image/m_levy.gif");
  }
#header #current a {
background-color: white;
  background-image: url("../image/m_pravy.gif");
  color:#000;
  }

/* ---------------------- Blog ---------------------- */
.box_post {
margin: 0 10px 0 10px;
}

.box_post p {
padding: 5px;
}
.box_post h1 {
	border-bottom: 3px solid #BD0000;
	background: #F7D7D6;
	margin: 0px;
	padding: 0 0 0 5px;
	font-size: 120%; 
}

/* ---------------------- Pravý_Panel ---------------------- */

h4.nadpis {
background: url(../image/pravy.gif) no-repeat left;
padding: 0 0 0 30px;
border-bottom: 1px dashed #5D6E7E;
}

.odkazy {
	display: block;
	font-size: 90%;
}

div.img-ilus {
	background: url('../image/shadow.gif') no-repeat bottom right;
	margin: 10px 10px;
	float: left;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
	width: 200px;
}

h2 {
	border-bottom: 1px dotted silver;
}

ul li.divize {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 10px 0; 
	color: #464646;
}

ul li {
	margin: 0 0 0 30px;
}

ul.reference li {
	border-bottom: 1px dashed silver;
	list-style: none;
	font-weight: bold;
	display: block;
	clear: left;
	margin: 0;
}

ul.reference {
	margin: 0;
}

ol p {
	margin: 0 0 10px 10px;
	font-style: italic;
}
ol li {
	border-left: 2px solid #A9A9A9;
	padding: 0 0 0 5px;
	font-weight: bold;
	background-color: #F8F8F8;
}
ol li p {
	font-weight: normal;
}

table {
	background-color:#FDF8F8;
	padding: 5px;
	border: 1px solid silver;
	margin: 5px;
	width: 95%;
}

table td.popis {
	font-weight: bold;
}
ul.podsekce {
	margin: 0 0 20px 0;
	font-size: small;
	padding:0;
	width: 95%;
	background: #FDF8F8;
	border: 1px solid silver;
	padding: 5px;
}

ul.podsekce li {
	list-style: none;
	display: inline;
}

ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.projekce img {
	width: 200px;
}