body {
	margin: 0;
	text-align: center;
	font-family: Trebuchet MS,verdana, sans;
	font-size: 12px;
	background: url(images/bg.jpg) repeat-x;
}

#top {
	width: 100%;
	height: 120px;
}

#top-con {
	width: 1000px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid black;*/
	/*border-bottom: 1px solid #F89FA6;*/
}

#top-con .meniny {
	width: 500px;
	font-size:11px; 
	color:#3C3C3C;
	position: relative;
	top: 0;
	text-align:right;
	/*border: 1px solid black;*/
	float:right;
	padding-right:20px;
}

#top-con .menu {
	position: relative;
	top: 0;
	text-align:right;
	/*border: 1px solid black;*/
	float:right;
	top:70px;
	height:30px;
	padding-right:20px;
	padding-top: 5px;
	text-align: right;
	width:750px;
	background: url(images/bg2.jpg) repeat-x;
}
#top-con .menu a{
	margin: 0 25px 0 25px;
	padding: 0;
	font-size:12px;
	font-family: Tahoma;
	color:#333333;
	text-decoration: none;
}
#top-con .menu a:hover {
	color:#086EFF;
	text-decoration: none;
}

#top-con .menu a.act {
	font-weight:bold;
	color:#FE0607;
	text-decoration: none;
}

#top-con img{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#mainbox {
	width: 1006px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow:auto;
}

#mainbox .m-leftside {
	width: 190px;
	min-height: 550px;
	margin: 0;
	float: left;
	/*border: 1px solid silver;*/
	padding-left:5px;
}

#mainbox .m-leftside a {
	color:#231F1E;
	text-decoration:none;
}
#mainbox .m-leftside a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#mainbox .m-middleside {
	width: 620px;
	min-height: 550px;
	margin: 0;
	float: left;
	/*border: 1px solid red;*/
}

#mainbox .m-middleside .kategoria{
	margin: 10px; 
	padding:5px 0px 4px 12px;
	border: 1px solid silver;
	background-color:#FFFFFF;
}
#mainbox .m-middleside .zoradenie{
	margin: 0px 0 5px 0; 
	padding:0 5px 5px 12px;
	float:right;
}


#mainbox .m-middleside .text {
	margin: 0;
	padding: 30px 30px 30px 50px;
	line-height: 20px;
}

#mainbox .m-middleside .text p {
	text-align:justify; 
}

#mainbox .m-middleside .text ul {
	margin: 0;
	padding: 5px 0 0 20px;
	list-style-type: square;  
	line-height: 20px; 
}
#mainbox .m-middleside .text ul span {
	padding: 0; 
	margin-left: -20px
}

#mainbox .middleside .text table td {
	padding:5px;
}

#mainbox .m-rightside {
	width: 190px;
	min-height: 550px;
	float: left;
	text-align: left; 
	margin: 0;
	padding: 0px 0 0 0px;
	/*border: 1px solid silver;*/
}

h1, h2, h3{ font-family: Tahoma; color:#525252;}

h1 { font-size: 1.6em; font-weight:normal; margin: 10px 0 15px 0; padding: 0 0 5px 0; border-bottom: 1px solid #BA1E12;  }
h3 { font-size: 1.2em; }

input, textarea, select {
	border: 1px solid #D4D4D4;
	margin: 5px 0 5px 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
	width:96%;
}

legend {
	font-weight:bold;
	color:#000000;
	font-size:11px;
}

label {
	padding-left:10px;
	font-size:11px;
	color: #4A4A4A;
}





.inputText {
	margin-left:10px;
	width:196px;
}
.inputCombo{
	margin-left:10px;
	border:2px inset #666666;
	width:200px;
}
.inputSubmit {
	margin-left:10px;
	margin-top:5px;
	border:1px solid black;
	background-color:#CCCCCC;
	width:200px;
}

a#email {
	color: #4A4A4A; text-decoration:underline;
}

a:hover#email {
	text-decoration:none;
}

#spacer {
	width: 1000px;
	height: 1px;
	margin: -1px 0 0 0;
	padding:0;
	clear: both;
	visibility: hidden;
}

#spacer2 {
	height: 11px;
	margin:0;
	padding:0;
	clear: both;
}

#footer {
	width: 600px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer div.bottom_text { position: relative; top: 22px; color: #525252;}
#footer div.bottom_text a { color: #525252; text-decoration: none;}
#footer div.bottom_text a:hover { text-decoration: underline;}

.content_topic {
	height: 18px;
	padding:3px 0px 4px 12px;
	margin: 10px; 
	font-size:13px; 
	font-family:Tahoma; 
	font-weight: bold;
	color:#FB2A35; 
	letter-spacing:2px; 
	border:1px solid #CACACA;
	background: #FFFFFF url(images/bgtopic.jpg) no-repeat right;
}
.content_text {
	padding:10px;
	margin: 10px 10px 0 10px;
	border:1px solid #CACACA;
	background-color:#FFFFFF;
}

.content_text_w {
	padding:10px;
	margin: 10px 5px 0 0;
	border:1px solid #92BDFB;
	/*background-color:#FFE7DF;*/
	background:#ECF6FF url(images/bg3.jpg) repeat-x bottom;
}
.content_text_news {
	padding: 0;
	margin: 10px 10px 0 10px;
	border:1px solid #CACACA;
	font-size:11px;
	background-color:#FFFFFF;
}
.content_text_news a {
	color:#000000;
	text-decoration:none;
}
.content_text_news a:hover {
	text-decoration:underline;
}
.content_text_news table {
	padding: 0;
	margin: 0;
}
.content_text_bottom {
	height: 10px;
	margin: 0 10px 10px 10px; 
	background-color:#D5EAFE;
}

.err {
	border: 1px solid #B2090E;
	padding:10px;
	margin: 10px; 
	color: #FF1017;
	background-color: #FDE7E8;
}
.odd {
	background-color: #E7E7E7;
}
.even {
	background-color: #FFFFFF;
}


a.order {
	font-family: Tahoma;
	color:#999999; 
	font-weight:normal;
	text-decoration: none;
}

a.orderUp {
	color: #1D76F7;
	text-decoration: underline;
	font-weight:bold;
}

a.orderDown {
	color: #1D76F7;
	text-decoration: underline;
	font-weight:bold;
}

a:hover.order {
	font-weight:normal;
	text-decoration: none;
}

.adminLstTable {
	color:#595959;
}

#top-admin {
	width: 100%;
	height: 100px;
}

#top-con-admin {
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color:#333333;
	color:#FFFFFF;
	font-size:18px;
	padding: 25px;
}

#menubar-admin {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color:#CCCCCC;
}

#menubar-admin .menu {
	margin: 0 0 0 11px;
	padding: 10px 0 0 0;
	font-weight: bold;
	text-align: left;
	color:#CCCCCC;
}
#menubar-admin .menu a{
	margin: 0 25px 0 25px;
	padding: 0;
	font-size:14px;
	font-family: Tahoma;
	color:#FFFFFF;
	text-decoration: none;
}
#menubar-admin .menu a:hover {
	color:#FF0000;
	text-decoration: none;
}

#menubar-admin .menu a.act {
	color:#adeaff;
	text-decoration: underline;
}

#mainbox-admin {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow:auto;
	background-color:#EEEEEE;
}

#mainbox-admin .m-middleside-admin {
	width: 920px;
	min-height: 500px;
	margin: 0;
	float: left;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 30px;
}

button.aktualny {
	border: 1px solid #919194;
	padding: 1px;
	margin:1px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #52C0E3;
	min-width:22px;
	text-align:center;
}

button.listBtn {
	border: 1px solid #919194;
	padding: 1px;
	margin:1px;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #E8E8E8;
	color: #595959;
	text-align:center;
}

/* Tabulka skratena
--------------------------------------------- */
.tab2 {
	text-align: left;
	border: 1px solid silver;
}

.nazov {
	font-size:12px; font-family:Tahoma; text-transform:uppercase; color:#333333;
}

.popis{
	width: 400px;
	font-size: 12px;
	padding : 5px 10px 5px 10px;
	margin : 5px 10px 5px 10px;
	line-height:18px;
}

.form-button {
/*	background-color: #f1f1f1;
	color: #666666; */
	background-color: #F3F3F3;
	color: #333333;
	border: 1px solid silver;
	font-size: 11px;
	cursor: pointer;
	font-weight:bold;
	padding: 2px;
}
.form-button-s {
/*	background-color: #f1f1f1;
	color: #666666; */
	background-color: #F3F3F3;
	color: #333333;
	border: 1px solid silver;
	font-size: 11px;
	cursor: pointer;
	font-weight:bold;
	padding: 2px;
	margin-top:5px;
}
/*
.typ{
	color: #003399;
}

.datum {color: #FF4041}

.siva {
	color: #999999;
}
.va {font-family: Verdana, Arial}
*/