/*
 * Site's content
 *
 * @author:    CRYSTAL Studio
 * @email:     crystal.studio@seznam.cz
 * @version:   $Id: site.css 66 2009-03-13 14:48:59Z Silver Zachara $
 */

/* Basic tags
 -----------------------------------------------------------------------------*/

/* Hyperlinks
 -----------------------------------------------------------------------------*/

/* Primary Content Hyperlinks */
#primaryContent a, #footer a {
    color: #163aab;
    font-size: 92%;
    font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
    font-weight: bolder;
}

#primaryContent a:link, #primaryContent a:visited {
    text-decoration: none;
}

#primaryContent a:hover, #primaryContent a:active {
    text-decoration: underline;
}

#secondaryContent a:link, #secondaryContent a:visited {
    color: #fff;
    text-decoration: underline;
}

#secondaryContent a:hover, #secondaryContent a:active {
    color: red;
    text-decoration: none;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

/* Headings (nadpisy)
 -----------------------------------------------------------------------------*/
h1 {
    color: #1c2f75;
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Styles for Images
 -----------------------------------------------------------------------------*/

/* Drop shadow effect for the images. Sadly this requires a div to be wrapped around the image markup, which is a shame */
#primaryContent .img-wrapper {
    float: left;
    line-height: 0px;
    background: url(images/imgShadow.gif) no-repeat bottom right;
}

#primaryContent .img-wrapper img {
    position: relative;
    left: -5px;
    top: -5px;
    float: none;
    padding: 0px;
    background: #fff;
    border: 1px solid #C5BDBD;
}

/* Styles for Lists - posunutí odrážek vlevo
 -----------------------------------------------------------------------------*/

#primaryContent ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

/* Site Content
 -----------------------------------------------------------------------------*/

/* Contact info in the Secondary Content
 -----------------------------------------------------------------------------*/

#secondaryContent .box2 .box2Content div {
    padding-left: 20px;
}

#secondaryContent .box2 .box2Content div.contact {
    color: #aab1ca;
}

#secondaryContent .box2 .box2Content .topList {
    margin-left: 45px;
}

/* Language switcher (flags) and Basic links in the top toolbar
 -----------------------------------------------------------------------------*/

#header .flags {
    float: left;
    margin: 5px 0 0 8px;
}

/* Login Form Common Properties
 -----------------------------------------------------------------------------*/
.loginstranka form {
    border: none;
}

.loginstranka fieldset {
    margin: 0px auto;
}

.loginstranka label {
    display: block;
    margin-top: 5px !important;
    color: black;
    font-size: 12px;
}

.loginstranka #checkbox_1 {
    float: right;
    width: auto;
    margin-top: 7px;
    border: 0 none !important;
}

.loginstranka input {
    height: auto;
    width: 100%;
}

.loginstranka input.button {
    float: left;
    width: 74px;
    margin-top: 6px;
}

.loginstranka #forgotpsswd {
    float: right;
    margin-top: 10px;
}

.loginstranka h3 {
    display: none;
}
