body{
	margin-top:0px;
	padding-top: 0px;
	background: #010E17;
	color: #eee;
	/*font: 11px Verdana, sans-serif;*/
	font: 11px Tahoma;
	}

#menubar{
 padding-left: 10px;
 color:#000000;
}
#menubar div{
	display:block;
}
#menubar a{
	font-family:Tahoma;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	letter-spacing:0.05px;
	text-decoration:none;
}
#menubar span{
	margin-left:5px;
	color:#666666;
}
#menubar a:hover{
	color:#0F7FCE;
	text-decoration:none;
}

#hmenu a img{
	border:none;
}

form{
	margin:0;
	padding:0;
	border: none;
}

input {
	/*background-color:#EEEEEE;*/
	border-top:2px inset #666666;
	font-size:11px;
}
select {
	border-bottom-style:1px ridge red;
	font-size:11px;
	/*background-color:#EEEEEE;*/
}
option {
	/*border:1px inset #666666;*/
	border-bottom-style:1px ridge red;
	font-size:11px;
}

.inputText {
	margin-left:10px;
	width:125px;
}
.inputHidden {
	margin:0; 
	padding:0;
	width: 0px;
	border:none;
	visibility:hidden;
}
.inputCombo{
	margin-left:10px;
	border:2px inset #666666;
	width:129px;
}
.inputSubmit {
	border:1px solid black;
	background-color:#CCCCCC;
	width:125px;
}
h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D0EB6A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	color:#000000;
	/*color: #8ad459;*/
	text-decoration: none;
	}

a img{ 	border: 1px solid white;}

small{ font-size: 0.8em; }
.edit {
	color:#009933;
	font-weight:bold;
}
.del {
	color:#FF0000;
	font-weight:bold;	
}



fieldset { 
	border: 1px solid white; 
	padding: 10px 10px 10px 10px;
}
legend {font-weight:bold; color:#000000}

.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}

.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

table.strankovanie {
	margin-right: 5px;
}
table.strankovanie form {
	display: inline;
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
}
table.strankovanie input, table.strankovanie a{
	border: 1px solid #919194;
	padding: 1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	/*background-color: #E4E2D6;*/
	background-color: #E8E8E8;
	color: #595959;
	line-height: 13px;
	width: 20px;
	display: inline-block;
	float: none;
	clear: left;
	text-align:center;
}
table.strankovanie input.aktualny {
	color:#FFFFFF;
	background-color: #333333;
}


button.aktualny {
	color:#FFFFFF;
	background-color: #333333;
	min-width:22px;
}
button.listBtn {
	border: 1px solid #919194;
	padding: 1px 1px 1px 1px;
	margin:1px 1px 1px 1px;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	/*background-color: #E4E2D6;*/
	background-color: #E8E8E8;
	color: #595959;
	text-align:center;
	min-width:22px;
}


input.form-text {
	font: 11px Tahoma;
	color:#000000;
	width:230px;
}
textarea.form-textarea {
	font: 11px Tahoma;
	color:#000000;
	width:230px;

}
input.form-button {
	font: 11px Tahoma;
	color:#000000;
}

a#email {
text-decoration:underline;
}

a:hover#email {
text-decoration:none;
}

