/* CSS Stylesheet for Screen */

/************ General ************/
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-size: .8em;
    text-align: center;
    color: #4A4443;
    font-family: Arial, Helvetica, sans-serif;
    background: #6E6664 url('graphics/bg.gif') center repeat-y;
}
.cleaner {
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
    clear: both;
}

/************ Bg ************/
#bg {
    width: 100%;
    background: transparent url('graphics/bg2.gif') top repeat-x;
}

/************ Container ************/
#container {
    padding: 0;
    margin: 0 auto;
    width: 750px;
    min-height: 600px;
    height: 100%;
    _height: 600px;
    text-align: left;
    background: #FFFFFF;
}

/************ Header ************/
#header {
    width: 750px;
    height: 152px;
}
#header img {
    margin: 0;
    border: none;
}
#head_right {
    float: right;
    display: inline;
    margin: 5px 5px 0 3px;
    height: 142px;
    width: 520px;
    background: transparent url('graphics/flash_bg.gif') center top no-repeat;
    text-align: center;
    line-height: 71px;
    vertical-align: middle;
    font-size: 25px;
    color: #B90004;
}
#head_right_left {
    float: right;
    display: inline;
    margin: 5px 2px 0 3px;
    height: 142px;
    width: 298px;
    background: transparent url('graphics/flash_small_bg.gif') center top no-repeat;
    text-align: center;
    line-height: 71px;
    vertical-align: middle;
    font-size: 25px;
    color: #B90004;
}
#head_right_logo {
    float: right;
    display: inline;
    margin: 5px 5px 0 3px;
}
#head_logo {
    float: left;
    display: inline;
    margin: 5px 2px 0 5px;
}

/************ Sidebar ************/
#sidebar {
    width: 265px;
    margin: 0 5px 0px 2px;
    display: inline; 
    float: right;
    border: none;
    text-align: left;
}
#sidebar h2 {
    font-weight: bold;
    font-size: small;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: solid #DCDCDC 1px; 
}
.sidebox {
    margin: 5px 0;
    padding: 0;
    background: #DCDCDC url('graphics/side_corn.gif') 50% 0 no-repeat;
}
.sidebox_in {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    background: transparent url('graphics/side_corn.gif') 50% 100% no-repeat;
}

.sidebox_in2 {
    background: #FFFFFF url('graphics/side_bg.gif') center top repeat-x;
    margin: 1px;
    border: 1px solid white;
    padding: 0 5px;
    height: auto;
}
#sidebar .sidebox_in2 h2 {
    line-height: 31px;
    vertical-align: middle;
    height: 31px;
    margin: 0;
    padding: 0 0 0 31px;
    background: transparent url('graphics/ico_more.gif') left 50% no-repeat;
}
.sidebox_in2 ul {
    line-height: 1.4em;
    padding: 0;
    margin: 7px 0;
    list-style: none;
}
.sidebox_in2 ul li {
    margin: 4px;
    background: transparent url('graphics/li.gif') 0 6px no-repeat;
    padding-left: 15px;
    vertical-align: middle;
}
.sidebox_in2 ul li a {
    color: #9C0011;
    font-weight: bold;
}
.sidebox_in2 ul li a:hover {
    color: #DE1818;
    text-decoration: none;
}
.sidebox_in2 ul li ol {
    margin: 0 0 0 5px;
    background: transparent;
    padding-left: 0;
    vertical-align: middle;
}
.sidebox_in2 ul li ol li {
    margin: 2px 0;
    background: transparent;
    padding-left: 0px;
    vertical-align: middle;
}
.sidebox_in2 #why-register-label, .sidebox_in2 #how-register-label, #found-hotels-label {
    color: #9C0011;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.sidebox_in2 #why-register, .sidebox_in2 #how-register, #found-hotels {
    font-size: 90%;
}

/************ Prihlaseni ************/
#prihlaseni {
    background: #FFFFFF url('graphics/side_bg.gif') center top repeat-x;
    margin: 1px;
    border: 1px solid white;
    padding: 0 5px;
}
#prihlaseni h2 {
    line-height: 31px;
    vertical-align: middle;
    height: 31px;
    margin: 0;
    padding: 0 0 0 31px;
    background: transparent url('graphics/ico_prihlaseni.gif') left 50% no-repeat;
}
#prihlaseni p {
    font-weight: bold;
    color: #4A4443;
    margin: 0;
}
#prihlaseni form {
    margin: 7px;
    padding: 0;
}
#prihlaseni form label {
    display: block;
    float: left;
    vertical-align: middle;
    width: 50px;
    margin: 4px 0px 0px 0px;
    padding: 0;
}
#prihlaseni form input {
    border-color: #808080 #D4D2C8 #D4D2C8 #808080;
    border-width: 1px;
    border-style: solid;
    font-size:12px;
    color: #808080;
    vertical-align: middle;
    height: 1.2em;
    line-height: 1.2em;
    margin: 2px 5px;
    padding: 2px 1px 2px 2px;
    width: 120px;
}
#prihlaseni form #submit {
    font-weight: bold;
    line-height: 25px;
    color: #FFFFFF;
    height: 25px;
    vertical-align: middle;
    margin: 5px 5px 5px 55px;
    padding: 0 0 3px 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.submitbutton {
    font-weight: bold;
    line-height: 25px;
    color: #FFFFFF;
    height: 25px;
    vertical-align: top;
    margin: 5px;
    padding: 0 0 3px 0;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.button_red_small {
    width: 66px;
    background: transparent url('graphics/but_red.gif') no-repeat;
}
.button_red_big {
    width: 168px;
    background: transparent url('graphics/but_red_big.gif') no-repeat;
}
.button_red_extrabig {
    width: 280px;
    background: transparent url('graphics/but_red_extrabig.gif') no-repeat;
}

.button_blue_small {
    width: 66px;
    background: transparent url('graphics/but_blue.gif') no-repeat;
}
.button_blue_big {
    width: 168px;
    background: transparent url('graphics/but_blue_big.gif') no-repeat;
}

.button_green_small {
    width: 66px;
    background: transparent url('graphics/but_green.gif') no-repeat;
}
.button_green_big {
    width: 168px;
    background: transparent url('graphics/but_green_big.gif') no-repeat;
}

.button_create_big {
    width: 168px;
    background: transparent url('graphics/but_create_big.gif') no-repeat;
}

/************ Footer ************/
#footer {
    margin: 0;
    height: 50px;
    padding: 10px;
    background-color: #FFFFFF;
    clear: both;
    text-align: center;
}
/************ Copy ************/
#copy {
    clear: both;
    width: 760px;
    text-align: left;
    margin: 0 auto;
    background: #6E6664 url('graphics/copy_bg.gif') center top no-repeat;
    padding: 10px 0 3em 15px;
    color: #FFFFFF;
    font-size: .8em;
}
#copy a {
    color: #FFFFFF;
}

/************ Content ************/
#content {
    width: 470px;
    display: inline; 
    float: left;
    margin: 5px 3px 0 5px;
    padding: 0;
    text-align: left;
    background: #DCDCDC url('graphics/cont_corn.gif') 50% 0 no-repeat;
}
#content_in {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    background: transparent url('graphics/cont_corn.gif') 50% 100% no-repeat;
}
#content_in2 {
    background: #FFFFFF url('graphics/cont_bg.gif') center top repeat-x;
    margin: 1px;
    border: 1px solid white;
    padding: 15px 10px;
    line-height: 1.25em;
    min-height: 400px;
    height: 100%;
}
#content h1 {
    margin: 0;
    padding: 0;
}
#content h1 {
    font-size: 1.65em;
    padding-bottom: .5em;
    margin-bottom: 15px;
    border-bottom: solid #DCDCDC 1px; 
}
#content h2 {
    font-size: 1.3em;
}
#content p {
    margin-top: 0;
    margin-bottom: 0;
}
#content .banner {
    text-align: center;
    padding: 0;
    margin: 20px;
}
#content .banner img {
    border: none;
}
#content a {
    color: #9C0011;
}
#content a:hover {
    color: #DE1818;
    text-decoration: none;
}
#content ul {
    padding-left: 15px;
    margin: 5px;
    list-style: outside url('graphics/li.gif');
}
#content ul li {
    margin: 8px 3px;
    padding: 5px;
}
#content ul li strong {   
    color: #138CE9;
}
#content ul li h2 {
    display: inline;
    font-size: 1em;    
    color: #138CE9;
}
#content h3 {
    margin: 0 10px 0px 10px;
    text-align: left;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    color: #138CE9;
    font-size: 15px;
}
#content .vzor span {
    display: block;
    width: 100%;
    margin: 3px 0;
    text-align: center;
}
#content .vzor ul {
    text-align: left;
    margin: 10px;
}
#content .vzor ul li {
    padding: -3px;
    margin: -3px 0;
}
#content dl {
    margin: 1em 0;
}
#content dt {
    font-weight: bold;
    margin: .5em 0;
}
#content .compress li {
    margin: -3px;
}
#content .compress {
    margin: 0 40px;
}
#content .hotel_img {
    text-align: center;
    margin: 20px;
    padding: 0;
}
#content .hotel_img img {
    border: none;
    width: 180px;
    margin: 20px 5px;
    padding: 0;
}
#content .banner {
    text-align: center;
    padding: 0;
    margin: 20px;
}
#content .sign {
    font-style: italic;
    text-align: right;
    margin: .5em 2em;
}
#content .banner img {
    border: none;
}
#content #flash_header {
    margin: 0;
    padding: 0;
    display: inline;
    border: none;
}

p {
    margin: 5px 0;
    padding: 0;
    line-height: 20px;
}
fieldset {
    border: 1px solid #BBBBBB;
    margin: 10px 5px;
    padding: 10px;
}
fieldset legend{
    color: #B90004;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    background-color: #FFFFFF;
}
label {
    display: block;
    float: left;
    width: 26ex;
    margin: 4px 10px 4px 0px;
    vertical-align: middle;
    clear: both;
}

#searchForm fieldset, #createForm fieldset {
    background: url("graphics/login-bg.gif") repeat-x center top;
    $background-position: center 22px;
}
#createForm legend {
	color: #2b9ef7;
}

.important {
    font-weight: bold;
}
.warning {
    color: #C00018;
    font-weight: bold;
}
input {
    border-color: #808080 #D4D2C8 #D4D2C8 #808080;
    border-width: 1px;
    border-style: solid;
    font-size:12px;
    color: #808080;
    vertical-align: middle;
    height: 1.2em;
    line-height: 1.2em;
    margin: 4px 5px;
    padding: 2px 1px 2px 2px;
    width: 190px;
}

.text, select, textarea {
    border-color: #808080 #D4D2C8 #D4D2C8 #808080;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    margin: 4px 5px;
    font-family: Tahoma, "DejaVu Sans", Verdana, Helvetica, Arial;
}

.zip, #confirmationCode {
    width: 5em;
}
#pass, #passCheck {
    width: 10em;
}

p.checkbox {
    margin: 5px 5px !important;
    text-align: justify;
}
table label {
    display: block;
    float: left;
    width: 53ex;
    margin: 4px 10px 4px 0px;
    vertical-align: middle;
}
.checkbox input, input.checkbox {
    border: none !important;
    width: auto !important;
    margin: none;
    padding: none;
}
.checkbox label {
    display: inline !important;
    float: none !important;
    width: auto !important;
    margin: 0px 10px 4px 0px;
}
#registration #licenceComment {
    border-top: #DCDCDC solid thin;
    color: #999999;
    font-size: 80%;
    margin: 10px;
    padding: 5px 5px 0;
    display: none;
}

/** Error box **/
.error-out {
    width: 85%;
    margin: 10px auto;
    padding: 0px;
    border: 0px;
}
.error-in {
    width: auto;
    border: 1px dashed #C00018;
    padding: 5px;
    margin: 0px;
    text-align: center;
    color: #C00018;
    font-size: 11px;
    font-weight: bold;
}
