body {
	width: 100%;
	text-align: center;
  margin:0;
  padding:0;
  color: #000;
  font: 15px verdana,sans-serif;
}

h1 {
	margin: 5px -15px -10px 0;
	padding-top: 0;
	border-bottom: 1px solid navy; /*#b842c7 */
}

#container {
	width: 1200px;
	margin: 0 auto;
	text-align: justify;
	background:url(img/tlo.jpg);
	border-left: 1px solid navy;
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
}

#page_header {
	width: 100%;
	height: 150px;
	border-bottom: 2px solid navy;
	margin-bottom: 1px;
}

#logo {
	float: left;
	width: 190px;
	height: 150px;
	/*background:url(img/katedra.png) no-repeat;*/
}

#header {
	padding: 30px 0 5px 5px;
	font-size: large;
	color: #7e238c;
	width: 795px;
	height: 115px;
	float: left;
	background:url(img/header.png) no-repeat;
}

#logo_ifm {
	text-align: center; 
	color: #1E249E; 
	font-size: 10px;
	margin-left: 800px;
	padding-top: 10px;
}

.nav_list {
	width: 180px;
/*	height: 500px;*/
	margin: 6px 0;
	font-size: 12px;
	float: left;
}

.nav_list ul {
	margin: 0;
	padding: 0;
}

.nav_list li {
	list-style: none;
	padding: 5px 2px;
	display: block;
	border-bottom: 1px solid navy; /*#b842c7 */
	text-align: left;
}

.nav_list li a {
	text-decoration: none;
	color: navy; /*#7e238c*/
	padding: 0 2px;
	display: block;
}

.nav_current {
	background: navy; /*#7e238c*/
}

.nav_list .nav_current a {
	color: #ffffff;
}

#content {
	margin-left: 188px;
	width: 780px;
	padding-left: 5px;
	padding-right: 20px;
	margin-top: -1px;
}
#info {
	width: 200px;
	/* background: red; */
	float: right;
	text-align: left;
	font-size: 11px;
	padding: 5px 5px 20px 5px;
}

#footer {
	width: 100%;
	padding-top: 2px;
	border-top: 2px solid navy;
	text-align: center;
	clear:both;
}

#registration label {
    display: block;
    width: 180px;
    float: left;
  }
.registration label {
    display: block;
    width: 180px;
    float: left;
  }
.reg_hotel label {
		display: inline;
		float: right;
		width: 100%;
}
.reg_hotel input {
	display: inline;
}
.hotels {
	font-size: 90%;
	width: 100%;

}
.hotels td {
	padding-bottom: 15px;
}


#travel label {
    display: block;
    width: 300px;
    float: left;
  }

input, textarea {
    display: block;
   
}
.radio {
	display: inline;
}
.warning {
	color: red;
}
label {
	text-align: left;
}
fieldset div {
	margin-bottom: 6px;
}

table.dotpay_table{
border-collapse:collapse; border: solid 1px navy;
}
table.dotpay_table thead td{
font-weight: bold;
}
table.dotpay_table td{
padding: 3px 5px; 
}
table.dotpay_table tr.parz td{
	background-color: #ccc;
}
.posthidden {display:none}
.postshown {display:inline}