html, body {
	margin:0px;
	padding:0px;
	font-family:verdana;
	background: #393939;
	 /* url('img/bg.jpg') repeat; */
}
html, body, td {
	font-size:8pt;
	color: #000;
}
h1 {
	text-align:center;
	font-size: 15pt;
	margin:0em;
	margin-bottom:1.0em;
	padding:0em;
}
h2 {
	text-align:left;
	font-size: 10pt;
	line-height:1em;
	margin-top: 2em;
	margin-bottom:0.5em;
}
h3 {
	text-align:left;
	font-size: 8pt;
	margin:0em;
	font-weight:bold;
	display:inline;
}
ul {
	margin-left:0px;
	margin:0em;
	padding:0em;
}
li {
	text-align:left;
	margin:0em;
	margin-left:3em;
	padding:0em;
}
img {
	border: 0px;
}
hr {
	height:1px;
	border:0px;
}

a {
	color: #004;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #000;
}

i {	/* zelene */
	font-style:normal;
	color: #080;
}

u {	/* cervene */
	text-decoration:none;
	color: #800;
}

#head {
	display:block;
	margin:0em;
	padding:0em;
}
#foot {
	display:block;
	height:4em;
	margin:0px;
	color:#FFF;
}
#foot a {
	color:#99F;
}
.footer {
	font-size:7pt;
	text-align:center;
}
#head, #foot {
	width:90em;
	text-align:center;
}

#head a {
	color:#FFFFFF
}
#head h1{
	position:absolute;
	top:20px;
	left:1em;
	font-size:15pt;
}
#head  h1 a {
    color: #000000;
}
#head p {
	position:absolute;
	top:18px;
	left:20em;
}
#container {
	position:relative;
	display:block;
	background:#FFFFFF;
	overflow:visible;
	width:90em;
}
#left {
	float:left;
	width:18em;
	background:#E9E9E9;
}
#left a {
	color:#000;
	line-height:2em;
	margin-left:0em;
	font-weight:normal;
}

#left p {
	text-indent:1em;
	margin:0em;
}
#left h2 {
	line-height:1em;
	margin: 0em 0em 0em 0.5em;
}
#left h2 a {
	font-weight:bold;
}
#middle {
	float:right;
	width:72em;
	background:#FFFFFF;
}
#middle-in {
	margin-left:1.5em;
	margin-right:1.5em;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


.wrong {
	color: #DD0000;
	font-size:12pt;
	text-align:center;
}
.good {
	color: #00DD00;
	font-size:12pt;
	text-align:center;
}
.none {
	display:none;
}
input {
	width:15em;
}
.inputshort
{
	width:6em;
}


fieldset {
	margin:1em 0em 1em 0em;
	width: 95%;
	padding:0.8em;
}

.login input {
	width:7em;
	border:1px solid #DDDDDD;
}

table { /* zkousim jestli bych to nemohl nastavit globalne.. */
	width:99%;
}


.borderbox, fieldset,  textarea, input, select
{ 	/* Musi byt presne tady */
	border:1px solid #BBBBBB;
	background:#FFF;
	color:#000;
	font-size:8pt
}

form {
	margin: 0px;
}
textarea {
	width: 95%;
	height:8em;
}

.textareafull
{
	height:35em;
}


.comment {
	margin-bottom:1em;
}

.small {
	font-size:6pt;
}



#menu {
	width:90em;
	height: 2.5em;
	background-color : #000;
	background: url('img/menu.jpg');
}
#menu ul {
	float:left;
	white-space: nowrap;
	list-style-type:none;
}
#menu ul li{
	display: inline;
}
#menu ul li a {
	display: block;
	float:left;
	width:10em;
	height: 2.5em;
	line-height: 2.5em;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size: 9pt;

}
#menu ul li a:hover {
	color:#BBF;
}
#menu ul li.current a{
}

.toplogin {
	line-height:3em;
	padding-right:1em;
	text-align:right;
}


.navigation {
	width:17em;
	margin-bottom: 2em;
}

.navigation h2 {
	height: 2em;
	line-height:2em;
	text-align:center;
	margin-top: 0em;
}

.navmenu {
	width: 18em;
}
.navmenu li {
	margin: 0;
	padding:0;
	list-style-type: none;
	white-space: nowrap;
}
.navmenu li a {
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 1em 0 1.5em;
	text-align: left;
}
.navmenu li a:hover {
}

.popup {
	margin:1em;
	padding:2em;
	background:#FFF;
	height:100%;
	min-height:52em;
}
.popup h2 {
	margin-top:0em;
}

.click {
	cursor:hand;
	cursor:pointer;
}

.article {
	text-align:justify;
}
.article table, .itembody table {
	margin:1em 0em;
}
.article table, .article td, .itembody table, .itembody td{
	width:auto;
	border-collapse: collapse;
	border:1px solid #595959;
	padding:0.35em;
}
.itemfoot {
	margin-top:0.5em;
}

.inlinepopup {
	position:absolute;
	width:550px;
	top:290px;
	left:350px;
	padding:1em;
	background-color:#FFF;
	border:1px solid #000;

	display:none;

	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;

}


