body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2{
	position: relative;
	height:48px;
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../image/napis.png);
	font-size: 24px;
	color: #060551;
	font-family: Palatino Linotype;
	background-repeat: repeat-x;
}
h2 img{
	position: absolute;
	left: 10px;
	top: 39px;
}
h3{
	font-size: 15px;
	color: #060551;
	margin:0;
	margin-bottom: .5em;
}
input, textarea, select{
	border: none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#c2e3f9;
}
textarea{
	width: 670px;
	background-color:#fff;
	border: 1px solid #c2e3f9;
}
.valid, .text{
	background-color: #fff;
	border: 1px solid #c2e3f9;
}
.invalid{
	background-color: #C2E3F9;
}
input.submit{
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 5px;
	background-color: #29166f;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
}
hr{
	display: none;
}
.clear{
	clear: both;
	line-height: 1px;
}
.container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fdfada;
}
.header{
	padding: 8px 0 0 16px;
}
.header form{
	float: left;
}
.header a{
	font-size: 0;
	display: block;
	float: right;
	height: 135px;
	width: 385px;
	background-image: url(../image/logo.png);
	color: #fdfada;
	margin-right: 30px;
}
.menu{
	background-color: #fefdf2;
	font-family: Palatino Linotype;
	font-size: 19px;
	margin-top: 10px;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu li{
	display: block;
	float: left;
}
.menu li a, .menu li span{
	display: block;
	padding: 10px;
	color: #29166f;
}
.menu li span{
	background-color:#c2e3f9;
}
.menu li a{
	text-decoration: none;
}
.menu li a:hover{
	text-decoration: underline;
}
.menu div{
	clear: both;
	background-image: url(../image/prechod_pod_menu.png);
	background-repeat: repeat-x;
	height: 17px;
	margin-bottom: .5em;
}
.left_column{
	width: 709px;
	float: left;
}
.center_column{
	/*width: 800px;
	margin-left: auto;
	margin-right: auto;*/
	width:1000px;
}
.long{
	width: 1000px;
}
.right_column{
	width: 272px;
	float: right;
	margin-bottom: 100px;
}
.right_column h2{
	left: -1px;
}
.content {
	position: relative;
	background-image: url(../image/bg_line.gif);
	border-top: 1px solid #FDFADA;
}
.relative{
	position: relative;
}
* html .content {
	height: 1%;
}
.bottom{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.bottomLeft{
	position: absolute;
	bottom: 10px;
}
.article{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.article div{
	padding: 0 20px 0 10px;
	margin-top: 1em;
	margin-bottom: .5em;
}
.article p{
	text-align: justify;
}

.article ul{
	margin-left: 10px;
}
.article a, .footer a{
	color: #3FA7CD;
	font-weight: bold;
	text-decoration: none;
}
.article a:hover, .footer a{
	text-decoration: underline;
}
.article li{
	list-style-image: url(../image/li.png);
}
.article .center, .center{
	text-align: center;
	padding: .5em;
}
.right{
	text-align: right;
	margin-right:5px;
}
.float_right{
	margin-left:20px;
	float: right;
}
#CLogo{
	margin-top: 5em;
}
.footer{
	border-top: 1px solid #A88937;
	padding-top: 5px;
	background-color: #FFF;
}
.footer p{
	text-align: center;
	margin: 0px;
}
.article .captcha{
	float: left; 
	margin: 10px 10px 0 0;
	padding-left: 0;
}
th{
	text-align: right;
	padding-right: 5px;
	vertical-align:top;
	font-weight:normal;
	font-size: 1em;
	background-color: #fff;
}
td, th{
	padding: 5px 5px 5px;
	border-bottom: 1px solid #A88937;
}
td{
	padding-left: 10px;
	background-color: #F1F9FE;
}
td.center{
	background-color: #fff;
}
fieldset{
	border: 1px solid #c2e3f9;
	margin: 0;
	background-color: #fff;
	margin: 8px 0 8px 0;
}
legend{
	background-color:#29166F;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	display: block;
}
table{
	border-collapse: collapse;
	border: 10px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
table.calendar{
	border: 2px solid #A88937;
}
.calendar table{
	border: none;
}
.monthyear td, .time td{
	border: none;
}
.weekDay{
	font-weight: bold;
	border-bottom: 3px double #A88937;
}
.weekend{
	background-color: #fff;
}
.calTD{
	border-right: 1px solid #A88937;
}
.today, .selectedDay{
	font-weight: bold;
}
.selectedDay{
	background-color: #C2E3F9;
}
.today{
	background-color: #29166F;
	color: #fff;
}
.searchItem{
	border-bottom: 1px dotted #A88937;
	padding: 10px;
}