body, html {
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	color: #666;
	font: 76% Tahoma,Geneva,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a, a:link {
	color: #ee1c23;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
}
h1,h2,h3,h4,h5,h6,p,form,ul,li,ol {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {
	font-family: Arial,Helvetica,sans-serif;
}
table {
	font-size: 100%;
}
hr {
	display: none;
}

/* common classes */
.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

/* page */
#p {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#content {
	margin: 10px 0 10px 18px;
}

.column {
	float: left;
	width: 400px;
}
.halfColumn{
    float:left;
    width: 200px;
}
.cWide {
	float: left;
	width: 740px;
}
.cSub {
	margin-left: 70px;
	width: 280px;
}
.cIn {
	padding: 1px 0 1px 15px;
	background: url("../images/dotline-gray.gif") left top repeat-y;
}
.subCol {
	float: left;
	width: 330px;
	margin-right: 70px;
}
.subColS {
	margin-right: 0px;
}
img.sTourPic {
	float: right;
	margin: 0.3em 0 0.3em 10px;
	width: 130px;
}

p, ol, ul, dl, table, h5 {
	line-height: 140%;
	margin: 8px 0;
	font-size: 92%;
}
dd {
	margin: 0 0 7px 10px;
}

h3, h4 {
	color: #ee1c23;
	font-size: 180%;
	margin: 30px 0 9px 14px;
}
h3 span {
	color: #1a63d1;
}
h4 {
	font-size: 140%;
}
h5 {
	color: #222;
}

ol li {
	color: #bbb;
	margin: 2px 0 2px 2em;
}
ol > li {
	margin-left: 20px;
}
ol li span {
	color: #666;
}
ul{
    list-style:none;
}
ul ul{
    font-size:100%;
    margin:0 0 5px 20px;
}
ul li{

}
p a strong {
	color: #ee1c23 !important;
}
p a:hover strong {
	color: #000 !important;
}

dl ol, dl ul {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	margin-top: -1px;
	width: 384px;
	border: 1px solid #ffe0c1;
}
#program{
	width:650px;
}
#program table{
	width:100%;
}
#program td,th{
	padding:5px 10px;
}
#program table .odd td{
	background-color:#fff1d5;
}
.program dl p{
	font-size:100%;
}
table td, table th {
	text-align: left;
	padding: 2px 10px;
	vertical-align: top;
}
table th {
	font-weight: bold;
	color: #1a63d1;
}
table .tc1 {
	background: #fffdfa;
}
table .tc2 {
	background: #fffbf3;
}
table .tc3 {
	background: #fff6e6;
}
form table {
	border: 0;
	margin: 8px 0;
	border-collapse: collapse;
}
form table td, form table th {
	border: 0;
	padding: 0 10px 5px 0;
	line-height: 160%;
}
input.inputText, textarea {
	font: 100% Arial,Helvetica,sans-serif;
	border: 1px solid #999;
}
textarea {
	width: 100%;
}
input.inputCheckbox {
	width: 14px;
	height: 14px;
	margin: 0;
}
input.inputSubmit {
	color: #fff;
	background: #ee1c23;
	border: 1px solid #e44300;
	font: bold 100% Arial,Helvetica,sans-serif;
	cursor: pointer;
}
table.simpleTable {
	border-collapse: collapse;
	border: 0;
}
table.simpleTable td, table.simpleTable th {
	border: 0;
	padding: 2px;
	vertical-align: middle;
}
table.simpleTable th {
	font-size: 92%;
	line-height: 120%;
}
table.simpleTable {
	border-collapse: collapse;
	border: 0;
}
#content table .aC {
	text-align: center;
}
table.simpleTable .tc0 {width: 34%;}
table.simpleTable .tc1 {width: 22%;}
table.simpleTable .tc2 {width: 22%;}
table.simpleTable .tc3 {width: 22%;}

.invisible {
	display: none;
}
.visible {
	display: inherit;
}
.hidder > table {
	margin-bottom: 25px;
}

#p em {
	font-style: normal;
	color: #1a63d1;
}
#p strong {
	color: #1a63d1;
}
#p .super strong {
	color:#FFF;
	background-color: #1a63d1;
	font-size: 110%;
}

.cSub dl {
	font-size: 100%;
}
.cSub dt {
	font-size: 92%;
}
.cSub dd {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.cMain dt {
	font-weight: bold;
	color: #444;
}
.cIn h4 {
	margin: 20px 0 -5px 0;
	font-size: 100%;
}
.cIn h4.first {
	margin-top: 8px;
}

p.pretext {
	font-size: 100%;
}
p.tight {
	margin-top: -8px;
}
p.exc {
	font-size: 100%;
	line-height: 180%;
	margin-top: 4px;
	margin-bottom: 4px;
}
p.exc span {
	color: #999;
}
h5.mar {
	margin-top: 18px;
}
ul.uledlist li {
	margin: 5px 15px;
}
td.smallfont {
	font-size: 92% !important;
}
table.narrowtable {
	width: 460px;
	margin: 10px 0;
}

/* head */
#head {
	height: 302px;
	background: url("../images/prague.jpg");
	position: relative;
}
h1 {
	position: absolute;
	left: 34px;
	top: 18px;
}
h2 {
        background-color:#1C56A4;
        width: 551px;
	height: 43px;
        line-height:43px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
        text-align:center;
	color: #FFF;
}
h2 span {
	width: 551px;
	height: 43px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/h2.gif") no-repeat;
}
#head h3 {
        background-color:#D81A21;
        width: 249px;
	height: 43px;
        margin:0;
        line-height:43px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
        text-align:center;
}
#head h3 a{
    color: #FFF;
    display:block;
}
#head h3 span {
	width: 249px;
	height: 43px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/h3.gif") no-repeat;
}
#eacalogo {
	position: absolute;
	left: 695px;
	top: 27px;
	z-index: 15;
}
#head p {
        background-color:#D43323;
	width: 308px;
	height: 45px;
        line-height:45px;
	position: absolute;
	right: 0;
	top: 0;
        font-size:22px;
        text-align:center;
	color: #FFF;
	margin: 0;
}
#head p span {
	width: 308px;
	height: 45px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/profesor.gif");
}

/* menu */
#menu {
	position: relative;
}
#menu ul {
	display: block;
	margin: 3px 0 0 18px;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	position: relative;
}
#menu li {
	float: left;
	display: block;
	list-style-type: none;
	position: relative;
}
#menu li li {
	border: 0;
	float: none;
	display: inline;
	padding: 0;
}
#menu li ul > li {
	display: block;
}
#menu li a, #menu li strong {
	display: block;
	padding: 0 0 0 15px;
	margin-right: 22px;
	line-height: 150%;
	background: url("../images/dotline-blue.gif") left top repeat-y;
}
#menu strong {
	color: #1a63d1;
	cursor: default;
}
#menu li li a, #menu li li strong {
	white-space: nowrap;
	line-height: 1.53em;
	background: transparent;
}

#menu ul ul {
	width: 175px;
	position: absolute;
        display:none!important;
        top: 1.42em;
	background: #fff url("../images/dotline-blue.gif") left top repeat-y;
	left: 0;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 100%;
}
#menu li:hover ul,
#menu li.sfHover ul {
    display:block!important;
}
#menu li:hover a,
#menu li.sfHover a {
	color: #000;
}
#menu li:hover ul a,
#menu li.sfHover ul a {
	color: #ee1c23;
}
#menu li:hover ul a:hover,
#menu li.sfHover ul a:hover {
	color: #000;
}

/* breadcrumbs */
#breadcrumbs {
	padding: 0px 32px 0;
	color: #999;
}
/* #breadcrumbs a {
	color: #1a63d1;
}*/
#breadcrumbs * {
	color: #999 !important;
}
#breadcrumbs a:hover {
	color: #000 !important;
}

/* foot */
#foot {
	margin: 20px 10px 0 18px;
	padding-bottom: 20px;
	color: #999;
	position: relative;
	width: 740px;
	font-size: 12px;
}
#foot p.copyright {
	float: left;
	margin-top: 2em;
}
#foot p.copyright .accesslink {
	margin-left: 1.8em;
}
#foot p.copyright .partners {
	margin-left: 2em;
}
#foot img {
	vertical-align: middle;
}
#foot img.eacalink {
	margin-right: 1.5em;
}

/* form without tables */
form fieldset {
	width: 380px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	font-size: 92%;
	padding: 0;
	line-height: 140%;
}
form > fieldset {
	border: 0;
}
form fieldset legend {
	padding: 0 5px;
	margin: 15px 0 10px;
	line-height: 120%;
	font-weight: bold;
	font-size: 110%;
	color: #666;
}
form fieldset > legend {
	padding: 13px 0 5px 0;
	margin: 0;
}
form fieldset label {
	float: left;
	display: block;
	width: 130px;
	font-weight: bold;
	color: #1a63d1;
}
form fieldset .formrow {
	clear: left;
	width: 380px;
	padding-top: 5px;
}
form fieldset span, form fieldset input.input-text {
	float: left;
}
form fieldset span {
	width: 250px;
	display: block;
}
form fieldset span input {
	vertical-align: middle;
}
form fieldset span label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
	color: #666;
}
form fieldset input.inputText {
	padding-right: 3px;
	padding-left: 3px;
}
form table.plain {
	font-size: 100%;
}
form table.plain th, form table.plain td {
	padding-right: 0 !important;
}
form table.plain th {
	font-size: 100%;
	white-space: nowrap;
	color: #666;
}
form table.plain th.cen {
	text-align: center;
}
form table.plain th.end {
	padding-left: 10px;
}
form table.plain th.rsco {
	white-space: normal;
	font-weight: normal;
	padding: 5px 0 5px 0;
	line-height: 120%;
}
form table.plain td {
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	text-align: center;
}
form table.plain th em {
	font-weight: bold;
	font-style: normal;
	color: #1a63d1;
}
form table.plain th label {
	font-weight: normal;
	width: auto;
	color: #666;
}
form table.plain td input {
	font-size: 90%;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #666;
	color: #999;
	margin: 0 7px;
}
form table.plain td input.inputCheckbox {
	border: none;
	margin: 0;
	width: 13px;
	height: 13px;
}
form table.plain td a {
	font-size: 120%;
	text-decoration: none;
}

div.hotels div.cIn p {
	margin: 2px 0;
	padding: 0;
}
div.hotels div.cIn h4 {
	margin: 15px 0 0 0;
	padding: 0;
}
div.hotels div.cIn img {
	float: right;
	margin-top: 17px;
}
div.hotels div.cIn h4 img {
	float: none;
	margin: 0;
	vertical-align: baseline;
	display: inline;
}

table.hotelAcc {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	border-collapse: collapse;
	table-layout: fixed;
	background: #f3f3f3;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
table.hotelAcc td, table.hotelAcc th {
	padding: 1px 7px;
	width: auto;
}
table.hotelAcc td {
	width: 8em;
	color: #1a63d1;
	text-align: right;
}
table.hotelAcc th {
	width: 11em;
}

p.sideNote strong {
	color: #d12b1a !important;
	font-size: 120%;
}
p.sideNote em {
	font-weight: bold !important;
	color: #e65a5a !important;
}
p.sideNote {
	color: #e65a5a;
	margin-right: 35px;
	margin-top: 20px;
}
p.sideNote em.normal {
	color: #1a63d1 !important;
	font-weight: normal !important;
}
p.subpageNote {
	margin: 0 !important;
}
.patron img {
	float: left;
	position: relative;
	top: -8px;
	margin-right: 10px;
}
.patron {
	margin: 20px 0;
	clear: left;
}
.patron p {
	line-height: 140% !important;
}

.banner {
	background-color: #FFCC66;
	color: #666;
        font-weight:bold;
	padding: 10px;
	margin: 0 0 15px 0 !important;
}
.banner h3 {
	padding: 0 0 4px 0 !important;
	margin: 0 !important;
	font-size: 120% !important;
}
.banner h3 strong {
	color: #ffee00 !important;
}

.full {
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
	z-index: 999;
} 

.hotels h4 {
	position: relative;
}
#stingl p,#stingl-cv ul{
    line-height:180%;
}
#gallery a{
	float:left;
	margin-bottom:10px;
	width:150px;
	text-align:center;
}
#gallery h3{
	margin-bottom:20px;
}