html, body {
	margin:0px;
	padding:0px;
	font-family:verdana;
/*	background: #FF80FF;*/
	background-color: #101010;
	 /* url('img/bg.jpg') repeat; */
}
html, body, td {
	font-size:9pt;
	color: #FFF;
}
h1 {
	text-align:center;
	font-size: 17pt;
	margin:0em;
	margin-bottom:1.0em;
	padding:0em;
}
h2 {
	text-align:left;
	font-size: 11pt;
	line-height:1em;
	margin-top: 2em;
	margin-bottom:0.5em;
}
h3 {
	text-align:left;
	font-size: 9pt;
	margin:0em;
	font-weight:bold;
	display:inline;
}
h1, h2, h3, strong {
    color: #8BEA00;
}
a {
    color: #E9FB00;
}
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 {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

i {	/* zelene */
	font-style:normal;
	font-weight:bold;
	color: #8BEA00;
}

u {	/* cervene */
	text-decoration:none;
	font-weight:bold;
	color: #F88;
}

#head {
	display:block;
	margin:0em;
	padding:0em;
  background-color: #8106A9;
  height:150px;
}
#foot {
	display:block;
	height:4em;
	margin:0px;
	color:#FFF;
}
#foot a {
}
.footer {
	font-size:7pt;
	text-align:center;
}
#head, #foot {
	text-align:center;
}
#head, #foot, #container, #menu {
	width:83em;
}
#head a {
}
#head h1 {
	position:absolute;
	top:2em;
	left:2em;
	font-size:13pt;
}
#head p {
	position:absolute;
	top:5em;
	left:2em;
}
#container {
	position:relative;
	display:block;
/*	background:#FFFFFF;*/
	overflow:visible;
}
#left {
	float:left;
}
#left .navigation, .navmenu {
	width:15em;
}

#left a {
	margin-left:0em;
	font-weight:normal;
	text-align:left;
	text-indent:0em;  
}
    
#left p {
	text-indent:1em;
	margin:0em;
}
#left h2 {
	line-height:1em;
	margin: 3em 0em 0em 0.5em;
}
#left h2 a {
	font-weight:bold;
}
#middle {
	float:right;
	width:68em;
/*	background:#FFFFFF;*/
}
#container, #middle, #left {
    background: #54026E;
}
#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;
	font-weight:bold;
}
.good {
	color: #00DD00;
	font-size:12pt;
	text-align:center;
}
.none {
	display:none;
}
input {
	width:15em;
}
.inputshort
{
	width:6em;
}

.inputsubmit {
    font-weight:bold;
}
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-color:#EB6AA4;
	color:#000;
	font-size:8pt
}

form {
	margin: 0px;
}
textarea {
	width: 95%;
	height:6em;
}

.textareafull
{
	height:35em;
}


.comment {
	margin-bottom:1em;
}

.small {
	font-size:6pt;
}



#menu {
	background-color: #210C28;
	height:2.75em;
}
#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: 2em;
	line-height: 2em;
	text-align:center;
	text-decoration:none;
	font-size: 1.2em;
	font-weight:bold;
    background-color : #EB3B8B;
	color:#8B003F;
    border-left:0.2em solid #000;
    border-top: 0.2em solid #000;
    border-bottom:0.2em solid #000;

}
#menu ul li.last a {
	border-right:0.2em solid #000;
}
#menu ul li a:hover, #menu ul li.current a {
    background-color : #8B003F;
    color:#EB3B8B;
}

.toplogin {
	line-height:3em;
    padding:0;
    margin:0;
    text-align:right;
}


.navigation {
	margin-bottom: 2em;
}

.navigation h2 {
	height: 2em;
	line-height:2em;
	text-align:center;
	margin-top: 0em;
}

.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;
}

#left p {
	display: block;
	width: 13em;
	padding-left:0em;
	text-align: left;
	text-indent:0em;
}
.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;
	line-height:1.5em;
}
.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;

}



