@charset "utf-8";

@import "default.css";

body, html {
	margin:0;
	padding:0;
	background-color: #DDDDDD;
	background-image: url(bck.gif);
	background-repeat: repeat-y;
}

a {
	color: #008837;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #008837;
	font-weight: bold;
	text-decoration: none;
}

#head {
	background-image: url(head_bck.gif);
	background-repeat: repeat-x;
	height: 290px;
}

#menu {
	position:absolute; left: 0; top: 220px;
}

#main {
	position:absolute; left: 205px; top: 220px; width: 800px; height: 700px; overflow:auto;
}

#uvodnitext {
	margin: 10px 0 0 120px;
}

#okno {
	position:absolute; left: 205px; top: 220px; width: 750px;  height: 200px;  overflow:auto;
}

table.nahledy .nahled  {
	border: 2px solid white;
}

table.nahledy td {
	padding: 0 30px 10px 0;
}

table.nahledy .popis {
 	margin: 0.5em 0;width: 190px;
}

#projekthead {
	background-image: url(projekt_head_bck.gif);
	background-repeat: repeat-x;
}


#menuprojektu {
	position:absolute; left: 0; top: 220px; width: 156px;
}

#menuprojektu .projekt {
	text-align: right;
 	padding: 0 22px 0 10px;
}

#menuprojektu .projekt a {
	font-weight: normal;
	color: black;
  text-decoration:none;
}

#menuprojektu .projekt a:hover {
	background-color: white;
	color: #008837;
}

#obrazky {
	position:absolute; left: 205px; top: 220px; width: 700px;
}

#obrazky.new {
	position:absolute; left: 180px; top: 220px; width: 700px;
}

#obrazky.new table.nahledy td {
	padding: 0 10px 10px 0;
}

#obrazky .komentar {
	margin-bottom: 1.5em;
}

#kdojsmelevysloupec {
	position:absolute; left: 6px; top: 220px; width: 126px;
	text-align:right;
}

#kdojsmemenu {
	position:absolute; left: 0; top: 220px;
}

table#kdojsmehlavni {
	position:absolute; left: 164px; top: 220px; width: 470px;
}
 
table#kdojsmehlavni td.levy {
 	width: 120px;
	text-align:right;
}

table#kdojsmehlavni td.pravy {
	padding-left:20px;
}

table#kdojsmehlavni td {
	padding-bottom: 10px;
}

table#kdojsmehlavni a, #kdojsmelevysloupec a {
	font-weight: normal;
}

#rd {
 	padding-left: 100px;
}

h1 {
  font-size: 160%;
  font-weight: bold;
  color: #008837;
  padding: 20px 0;
  margin: 0px 0;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  color: #008837;
  padding: 0px 0;
  margin: 0px 0;
}

h3 {
  font-size: 100%;
  font-weight: bold;
	width: 160px;
  color: #000;
  padding: 0px 0;
  margin: 0px 0;
}

#uvodnitext ul{
width: 600px;
list-style-type:square;
}



