html, body {
	margin:0px;
	padding:0px;
	background:#CCCCCC;
	font-family:verdana;
	background: #000000 url('img/bg.jpg') repeat;
}
html, body, td {
	font-size:8pt;
	color: #C0C0C0;
}
h1 {
	text-align:center;
	font-size: 13pt;
	margin:0em;
	margin-bottom:0.5em;
	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: #258ADC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #258AFF;
}

i {	/* zelene */
    font-style:normal;
    color: #44ff44;
}

u {	/* cervene */
    text-decoration:none;
    color: #ff4444;
}

#head {
	display:block;
	margin:0em;
	padding:0em;
	background:#000000;
}
#foot {
	display:block;
	height:4em;
	margin:0px;
	background:#1C1C1C;
}
.footer {
	font-size:7pt;
	text-align:center;
}
#head, #foot {
	width:90em;
	text-align:center;
}

#head a {
	color:#FFFFFF
}
#container {

	background:#1C1C1C;
	overflow:visible;
	width:90em;
}
#left {
	float:left;
	width:15em;
	color:#A9A9A9;
	background:#1C1C1C;
}
#left a {
	line-height:2em;
	margin-left:0em;
	font-weight:bold;
	color:#A9A9A9;
}

#left p {
	text-indent:1em;
	margin:0em;
}

#middle {
	float:right;
	width:75em;
	background:#1C1C1C;
	overflow:hidden;
}
#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%;
}
.foot table {
	width:60%;
}

.borderbox, fieldset,  textarea, input, select
{ 	/* Musi byt presne tady */
	border:1px solid #BBBBBB;
	background:#000000;
	color:#FFFFFF;
	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: 3em;
	background: #000000;
}
#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: 3em;
	line-height: 3em;
	color:#FFFFFF;
	border-right: 1px solid #3D3D3D;
	text-align:center;
	text-decoration:none;
	font-size: 12px;

}
#menu ul li a:hover {
	background: #1C1C1C;
}
#menu ul li.current a{
	background: #1C1C1C;
}

.toplogin {
	line-height:3em;
	padding-right:1em;
	text-align:right;
}

.navigation {
	width:14em;
	overflow:hidden;
	border-left: 0.5em solid #1C1C1C;
	border-right: 0.5em solid #1C1C1C;
	margin-bottom: 2em;
	background: #313131;
}

.navigation h2 {

	background: #313131;
	height: 2em;
	line-height:2em;
	text-align:center;
	margin-top: 0em;
	margin-bottom: 1px;
	border-bottom: 1px solid #595959;
	color: #A9A9A9;
}

.navmenu {
	width: 14em;
	margin-left:0em;
}
.navmenu li {
	margin-bottom: 1px;
	margin-left: 0;
	padding-left:0;

	list-style-type: none;
	white-space: nowrap;
}
.navmenu li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 1em 0 1.5em;
	margin-left: 0;
	text-align: left;
}
.navmenu li a:hover {
	color: #FFFFFF;
	background: #262626;
	text-decoration: none;
}

.navmenu li a:active {

	color: #FFFFFF;
}

.itemfoot {
	background: url('img/foot.jpg') no-repeat left;
	height:2em;
	line-height:2em;
}


.popup {
	margin:1em;
	padding:2em;
	background:#1C1C1C;
	height:100%;
	min-height:52em;
}
.popup h2 {
	margin-top:0em;
}

.click {
	cursor:hand;
	cursor:pointer;
}


.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;
}


.inlinepopup {
	position:absolute;
	width:550px;
	top:290px;
	left:350px;
	padding:1em;
	background-color:#000000;
	border:1px solid #FFFFFF;

	display:none;

	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;

}


