/* obecné definice */

* html #col {
	height: 1%;
}

body {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	font: 0.60em Verdana, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #000000;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	color: #C00000;
}
a img {
	border: 0;
}
hr, .hid {
	display: none !important;
}
.small {
	font-size: 90%;
}
table {
	font-size: 100%;
}
input, select {
	font: 10px Verdana, sans-serif;
	border: 1px solid #7F9DB9;
	font-weight: bold;
	color: #002A41;
}
input.submit {
	border: 0;
	margin: 0;
	padding: 0;
	width: 37px;
	height: 23px;
	color: #fff;
	background: #000000;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
input.cbx, input.rbl {
	border: 0;
	padding: 0;
	margin: 0;
}

textarea {
	width: 560px;
	border: 1px solid #cfcfcf;
	font: 10px Verdana, sans-serif;
}

#line {
	  width: 470px;
	  height: 8px;
	  background: #FF6600;
	  border-top: 1px solid #000000;
	  border-bottom: 1px solid #000000;
}

#line-menu {
	  width: 470px;
	  height: 13px;
	  background: #FF6600;
	  border-top: 1px solid #000000;
	  border-bottom: 1px solid #000000;
	  font: 9px Verdana, sans-serif;
	  text-align: center;
	  font-weight: bold;
}

#uvod {
	  position: relative;
	  width: 470px; 
	  height: 182px;
	  background: #FFF3E8;
	  font: 10px Verdana, sans-serif;
}
#uvod-pic {
	  position: absolute;
	  width: 170px;
	  height: 182px;
	  border-right: 1px solid #000000;
}
#uvod-text {
	  position: absolute;
	  width: 280px;
	  top: 28px;
	  left: 180px;
}
#uvod-nadpis {
	  position: absolute;
	  left: 171px;
	  width: 299px;
	  height: 22px;
}

#col {
	  border-bottom: 1px solid #B6B6B6;
	  padding: 5px 3px 5px 3px;
}

#col:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

* html #col {
	height: 1%;
}

#user {
	  padding: 5px 2px 5px 2px;
	  color: #FFFFFF;
	  font-weight: bold;
	  background: #000000;
}

#leftcol {
	  border-bottom: 1px solid #000000;
	  padding: 2px 2px 5px 2px;
}

#banner {
	  border-bottom: 1px solid #000000;
	  padding: 8px 2px 8px 2px;
	  background: #FF6600;
	  text-align: center;
}

#clanek {
	  border-bottom: 1px solid #000000;
	  background: #FFF3E8;
	  padding: 5px 3px 5px 3px;
}

#koment {
	  background: #FFFFFF;
	  padding: 5px 3px 5px 3px;
}

.orange {
	  color: #FF6600;
}
.dorange, .dorange A {
	  color: #FF6600;
	  font-weight: bold;
}
.dred, .dred A {
	  color: #C00000;
	  font-weight: bold;
}
.white {
	  color: #FFFFFF;
}
.grey, .grey A{
	  color: #B6B6B6;
}