@charset "utf-8";
body, table {padding: 0px; margin: 0px;}
body { font-family: Verdana, Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px;}
img, table, td { border:none; }
a {color: #000;}

body {
	background-image: url('../pics/bg_body.jpg');
	color: #676767;
}

h1 {
	font-family: "Arial Narrow", "Arial", "Tahoma", "Helvetica", "Verdana";
	margin: 0;
	padding: 0;
	color: #66cc33;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 4px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: 10px;
}

h2 {
	font-family: "Arial Narrow", "Arial", "Tahoma", "Helvetica", "Verdana";
	margin: 0;
	padding: 0;
	color: #66cc33;
	margin-bottom: 3px;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 4px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 4px;
}


h3 {
	margin: 0;
	padding: 0;
}

.wrap_biggest {
	width: 100%;
	margin: 0;
	height: 245px;
	background-image: url('../pics/bg_body_top.jpg');
	background-repeat: repeat-x;
}

.wrap_big {
	width: 1000px;
	margin: auto;
}

.wrap {
	width: 100%;
	float: left;
}

.top {
	width: 1000px;
	float: left;
	height: 185px;
	background-image: url('../pics/bg_top.png');
	background-repeat: no-repeat;
}

.langs {
	margin: 25px 0 0 937px;
	display: none;
}

.langs img {
	margin-right: 5px;
	border-right: 1px dashed #ccc;
	padding-right: 5px;
}

.content {
	float: left;
	width: 1000px;
	min-height: 400px;
	_height: 400px;
	background: #fff;
	padding-bottom: 20px;
}

.left_column {
	width: 232px;
	float: left;
	padding: 9px 0 0 20px;
	min-height: 200px;
	_height: 200px;
}

.blue_box {
	background: #598be4;
	background-image: url('../pics/bg_blue_box.jpg');
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border-bottom: #598be4 solid 1px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.blue_box_inner {
	min-height: 90px;
	_height: 90px;
	width: 100%;
	float: left;
	background-image: url('../pics/bg_blue_box_inner.jpg');
	background-repeat: no-repeat;
}

.blue_box a {
	text-decoration: none;
}

.green_box {
	background: #45b00e;
	background-image: url('../pics/bg_green_box.jpg');
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border-bottom: #45b00e solid 1px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.green_box_inner {
	min-height: 90px;
	_height: 90px;
	width: 100%;
	float: left;
	background-image: url('../pics/bg_green_box_inner.jpg');
	background-repeat: no-repeat;
}

.right_column {
	width: 718px;
	float: left;
	padding: 0 0 0 10px;
	min-height: 200px;
	_height: 200px;
	line-height: 20px;
}

.menu {
	width: 100%;
	float: left;
	height: 50px;
	background-image: url('../pics/bg_menu.jpg');
	background-repeat: repeat-x;
	margin-top: 8px;
}

.menu a {
	display: block;
	padding: 15px 18px 19px 18px;
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 13px;
}

.menu a:hover {
	color: #e8e8e8;
}

.menu_a_active {
	background-image: url('../pics/bg_menu_a_hover.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu_item {
	background-image: url('../pics/bg_menu_a.jpg');
	background-repeat: no-repeat;
	background-position: right 0;
	display: block;
	float: left;
}

.bottom {
	width: 100%;
	height: 70px;
	float: left;
	background-image: url('../pics/bg_bottom.png');
	background-repeat: no-repeat;
	color: #1ca4eb;
	font-size: 10px;
	padding: 20px 20px 10px 20px;
}

.bottom a {
	text-decoration: none;
}

.bottom a:hover {
	color: #8fc640;
}

.copyright {
	float: right;
}

.level_0{
	display: block;
	margin-left: 0px;
}

.level_1{
	display: block;
	padding-left: 15px;
}

.level_2{
	display: block;
	padding-left: 30px;
}

.level_3{
	display: block;
	padding-left: 45px;
}

.level_4{
	display: block;
	padding-left: 60px;
}

.block {
	padding: 5px;
	margin-bottom: 15px;
	background: #f4f4f4;
}

.date {
	float: right;
}

textarea {
	width: 100%;
	height: 80px;
}

.form_table {
	width: 100%;
	color: #c01700;
	float: left;
}

.form_table, .form_table table, .form_table tr, .form_table td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.form_table td {
	padding: 5px;
}

.form_table tr {
	border: solid 1px #d4d4d4;
}

.form_table input, .select {
	border: solid 1px #d4d4d4;
	background: #f3f3f3;
	margin: 0;
	padding: 3px;
	width: 200px;
	font-size: 12px;
}

.inputsubmit {
	float: right;
	width: 100px;
	border: solid 1px #d4d4d4;
	background: #f3f3f3;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #c01700;
}

.white_input {
	background:  #fff;
	margin: 0;
	padding: 0 0 0 7px;
	margin: 5px 0 0 10px;
	height: 25px;
	width: 191px;
	border: solid 1px #b8bdca;
	color: #707070;
	float: left;
}
.white_input input {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	border: 0;
	width: 135px;
	font-size: 12px;
	float: left;
}

.white_input select {
	margin: 0;
	padding: 0;
	border: 0;
	width: 135px;
	font-size: 12px;
	margin-top: 3px;
}

.white_input_text {
	margin-top: 5px;
	display:  block;
	float: left;
	margin-right: 5px;
	width: 35px;
}

.blue_box .inputsubmit, .green_box .inputsubmit {
	width: 82px;
	height: 21px;
	margin: 10px 15px 10px 0;
	color: #fff;
	background-image: url('../pics/submit.jpg');
	background-repeat: no-repeat;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.switch {
	text-align: center;
	margin: 0;
	margin: 10px 0 0 0;
	color: #fff;
}

.loggedin {
	background: #fff;
	margin: 15px;
	padding: 5px;
}

.trasa_box {
	width: 335px;
	min-height: 250px;
	_height: 250px;
	float: left;
	margin-right: 5px;
}

.trasa_box .hlavicka {
	background: #c01700;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

.poziadavka_box {
	width: 335px;
	min-height: 250px;
	_height: 250px;
	float: left;
}

.poziadavka_box .hlavicka {
	background: #4cb317;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

.trasa_box table, .poziadavka_box table {
	width: 100%;
	border-collapse: collapse;
	color: #1ca4eb;
}

.trasa_box td, .poziadavka_box td {
	padding: 4px;
}

.trasa_box tr, .poziadavka_box tr {
	border: 1px solid #eeeeef;
}

.parna, .parna td {
	background: #f7f7f7;
}

.neparna, .neparna td {
	background: #f3f3f3;
}

.velka_tab {
	width: 100%;
	float: left;
}

.velka_tab .hlavicka {
	background: #c01700;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

.velka_tab table {
	width: 100%;
	border-collapse: collapse;
	color: #1ca4eb;
}

.velka_tab td {
	padding: 4px;
}

.velka_tab tr {
	border: 1px solid #eeeeef;
}

.detail, .detail table {
	width: 100%;
}

.detail {
	border-collapse: collapse;
}

.detail td {
	padding: 3px 8px 3px 8px;
}

.modre {
	font-weight: bold;
	color: #1ca4eb;
}

.zabudol_som_heslo {
	float: left;
	padding: 10px 0 0 10px;
}

.zabudol_som_heslo a {
	color: #fff;
}

.copyright {
	float: left;
	width: 100%;
	font-size: 9px;
	color: #fff;
	text-align: center;
	height: 25px;
}

.copyright a {
	color: #fff;
}

.popup_wrap {
	position: absolute;
	margin: auto;
	width: 100%;
	z-index: 99;
	float: left;
}

.popup {
	margin: auto;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	z-index: 99;
	float: left;
}

.popup_inner {
	position: absolute;
	margin: 30px 0 60px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 99;
	float: left;
}

.popup_img_border img {
	padding: 5px;
	background-color: #3a3a3a;
	border: solid 1px #858585;
	z-index: 99;
}
