
body {
	font:9pt "Arial",sans-serif;
	background-color: #d5e4ec;
	color:black;
	margin: 0;
	padding: 0;
}

#main{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	background: #d5e4ec url(../images/main.png) no-repeat bottom;
	padding:0;
}
a{
	color: #0057a0;/*tm.modra*/
}
a:hover{
	text-decoration: none;
}

/* basic styles */
.bold		{	font-weight: bold;	}
.center	{	text-align: center;	}
.left		{	text-align: left;		}
.right	{	text-align: right;	}
.noborder{	border: none;	}
p.hint{
	border-top: 1px solid black;
	margin: 5px;
	padding-top: 4px;
	text-align: left;
	font-size: 8pt;
}

.date,
.time{
	width: 70px;
}

p.info{
	display: block;
	background: #b2d8ff;
	border: 1px solid black;
	margin: 5px auto 5px auto;
	padding: 5px;
	text-align: left;
}

div.cleaner{
	clear: both;
	width: 100%;
	height: 1px;
}

#text .article a img,
#text .rsaContent a img{
	border: 5px solid #0093dd;/*str.modra*/
}
#text .article a img:hover,
#text .rsaContent a img:hover{
	border: 5px solid #0057a0;
}
#header{
	background-image: url(../images/hlavicka.png);
	background-repeat: no-repeat;
	height: 105px;
	margin: 0;
	padding: 44px 0 0 80px;
}
#logo{
	float: left;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 105px;
	border: none;
}

#kontakt{
	float: left;
	margin: 0;
	padding: 60px 0 0 0;
	width: 300px;
	text-align: right;
	color: #0057a0;
	font-size:13px;
}
#menu a{
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	line-height:25px;
	padding-left:5px;
	font-weight:bold;
}
#menu a:hover, .aktivni a{
	background-color: #f8d393;
	color:#e87b1a;
}

#menu .submenu a{
	margin-left: 15px;
	font-weight: normal;
}
#menu .submenu a:hover{
	background: none;
}
#menu .submenu .aktivni{
	background: none;
}
#menu{
	float: left;
	width: 160px;
	padding: 0 0 0 70px;
}

#pravyPanel{
	width: 150px;
	float: right;
	padding: 0 65px 0 0;
}
#text{
	width: 480px;
	margin-left:290px;
	overflow: hidden;
}
#contentZahlavi{
	background-image: url(../images/contentZahlavi.png);
	background-repeat:no-repeat;
	height:51px;
	margin:0px;
	_margin-top: -9px;
	padding: 0px;
}
#contentZapati{
	background-image: url(../images/contentZapati.png);
	background-repeat:no-repeat;
	height:50px;
	padding: 0px;
	margin:0px;
}
#content{	
	background-image: url(../images/content2.png);
	background-repeat:repeat-y;
	padding: 0px;
	margin:0px;
		/*border: thin solid black;*/
}

h1{
	background-color: #0093dd;
	color:white;
	font-size: 24px;
	font-weight:normal;
	clear: both;
}
h1 a,
h2 a{ color: white; }

h2{
	background-color: #75c5f0;
	color:#0057a0;
	font-size: 20px;
	font-weight:normal;
}
h3{
	color:#0057a0;
	font-size: 16px;
}
h4{
	color:#0057a0;
	font-size: 14px;
}
h5{
	color:#0057a0;
	font-size: 12px;
}
.datum{
	font-weight: bold;
	font-style: italic;
	color:#0093dd;
}
ul{
	list-style: url(../images/seznam.png);
}
#text th{
	background-color:#75c5f0;
}

#text td{
	background-color:#d5e4ec;
}

#text .noback td{
	background: none;
}

#pravyPanel ul{
	list-style: url(../images/aktuality.png);
	padding-left:15px;
}
#listek{
	background-image: url(../images/listek.png);
	background-repeat:no-repeat;
	margin:70px 0 0 10px;
	width: 123px;
	height: 116px;
	padding:10px 0 0 15px; 
}
#listek a{
	color:black;
	text-decoration: underline;
	font-size:14px;
	font-style: italic;
	font-weight: normal;
}
#listek a:hover{
	background: none;
	color: black;
	font-weight: normal;
	text-decoration:none; 
}
#footer{
	text-align:center;
	font-size: 10px;
}

/* Buttons */
.btnx, .btnrx,
.btn, .btnr,
.btnMid, .btnMid2, .btnMid3{
	display: block;
	padding: 3px 7px 3px 7px;
	margin: 5px 2px 5px 2px;
	border: 1px solid black;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #99cbff;
	float: left;
	cursor: pointer;
	color: #003266;
}

.btn img, .btnr img
.btnx img, .btnrx img, .btnMid img{
	border: none;
}

.btnrx,
.btnr{
	float: right;
}
.btnx, .btnrx{
	color: #1f1f1f;
	background: #cfcfcf;
	cursor: default;
}

.btnMid,
.btnMid2,
.btnMid3{
	float: none;
	margin: 5px auto 5px auto;
	width: 70px;
}

.btnMid2{ width: 120px; }
.btnMid3{ width: 170px; }

/* Article */
div.artInfo{
	clear: both;
	display: block;
	height: 11pt;
	margin: 5px 0px 0px 0px;
}
div.artInfo p{
	display: block;
	font-size: 8pt;
	color: #7f7f7f;
	margin: 0px;
}

p.aAuthor{	clear: left; 	float: left; width: 150px; }
p.aTime{ 		clear: right;	float: right; }
p.aCategory{ float: left; }

.subAddCtrls{
	display: block;
	width: 100%;
}
.subhead,
.subhead2{
	width: 100%;
	background: #cce5ff;
}
.subhead2 { background: #ffcfaf; }
.subhead a, 		.subhead2 a{	color: black;	}
.subhead .time, .subhead2 .time{ text-align: right; width: 100px; }
.subhead .ctl,	.subhead2 .ctl	{ width: 30px; }

.subtext{
	margin: 2px 0px 3px 0px;
}
div.subcription div{ margin-left: 10px; }
div.subcription{
	border: none;
	clear: both;
}
div.disSubForm{
	clear: both;
}
div.subCode,
div.subSecret{
	margin: 5px auto 5px auto;
	padding: 10px;
	border: 1px solid black;
	width: 80%;
	background: #cce5ff;
	clear: both;
}
div.subCode{
	width: 100px;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	background: #b2d8ff;
}

table.subSub input{			width: 200px;	}
table.subSub textarea{	width: 300px;	}

div.disCtls{
	float: right;
	clear: both;
	border: 1px solid #004c99;
	background: #e5f2ff;
}

div.disCtlFirstD,
div.disCtlPrevD,
div.disCtlNextD,
div.disCtlLastD,
a.disCtlFirst,
a.disCtlPrev,
a.disCtlNext,
a.disCtlLast,
div.disPge{
	display: block;
	height: 16px;
	float: left;
	padding: 2px;
	margin: 2px;
}

div.disPge{
	width: 50px;
	font-weight: bold;
	text-align: center;
}

div.disCtlFirstD,
div.disCtlPrevD,
div.disCtlNextD,
div.disCtlLastD,
a.disCtlFirst,
a.disCtlPrev,
a.disCtlNext,
a.disCtlLast{
	width: 16px;
	background: #b2d8ff;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0px;
	color: black;
	border: 1px solid black;
}
div.disCtlFirstD,
div.disCtlPrevD,
div.disCtlNextD,
div.disCtlLastD{
	background-color: #cfcfcf;
}
div.disCtlFirstD,
a.disCtlFirst{	background-image: url(../img/disFirst.png);	}
div.disCtlPrevD,
a.disCtlPrev{		background-image: url(../img/disPrev.png);	}
div.disCtlNextD,
a.disCtlNext{		background-image: url(../img/disNext.png);	}
div.disCtlLastD,
a.disCtlLast{		background-image: url(../img/disLast.png);	}

a.btnPReply{
	float: left;
	width: 20px;
	height: 15px;
	display: block;
	float: right;
	background: transparent url(../img/pReply.png);
	text-align: center;
	margin-right: 10px;
}

table.subSub input.btnReload{
	border: none;
	background: transparent url(../img/btnRefresh.png);
	width: 24px;
	height: 24px;
	float: left;
	margin: 10px;
	padding: 0px;
	cursor: pointer;
}

#captcha{
	float: left;
}

#captchaInput{
	font-size: 12pt;
	font-weight: bold;
	clear: both;
	width: 50px;
	float: left;
}

div.photoView{
	display: inline;
	float:left;
	margin: 5px;
}

table.fileList{
	clear: both;
	width: 80%;
	margin: 5px auto 5px auto;
	border: 1px solid #0058b2;
}
table.fileList th,
table.fileList a.file{
	padding: 5px;
}
table.fileList tr:hover{
	background: #e5f2ff;
}
table.fileList td a{
	display: block;
	text-decoration: none;
}
table.fileList th.name{	width: 40%;	}
table.fileList th.ctls{ width: 100px; }
img.ico,
img.ico:hover{
	border: none;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}

#actuality h3{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10pt;
}
#actuality a.preview{
	font-size: 8pt;
	display: block;
}

#actuality p.aDate{
	font-size: 8pt;
	text-align: right;
	margin: 2pt 0 0 0;
}


.pollStatus{		float:right;	font-size: 8pt;}
.pollText{			float:left;		}
div.pollText,
div.pollItem{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
div.pollGraph{
	clear: both;
	border: 1px solid black;
	height: 8px;
	background-color: #0058b2;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}

input,
textarea {
	font:11px "Arial",sans-serif;
	color:black;
	border: 1px solid black;
	margin:0; padding:0;
}

#ankety a,
#aktuality a,
#aktuality p{
	font-size: 8pt;
}

#ankety h3,
#aktuality h3 a{
	font-size: 9pt;
}
#ankety h3,
#aktuality h3{
	margin: 10px 0 5px 0;
}
#ankety{
	margin-top: 20px;
}

