*,a,abbr,acronym,address,b,big,blockquote,body,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,
html,i,iframe,img,input,ins,kbd,label,legend,li,noscript,object,ol,optgroup,option,p,param,pre,q,samp,select,small,span,strong,sub
,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var {
    padding: 0;
    margin: 0;
}

/*** COMMON STYLES ***/

.clear {
    clear: both;
}
#canvas p a img {
    margin: 0;
    padding: 0;
}
label.error {
    font-size: 12px;
    color: red;
}
p.message {
    clear: both;
    margin: 5px 0;
    font-weight: bold;
}
p.message .ui-icon {
    float: left;
    margin-right: 7px;
}
form#sendMail {
    padding: 0 1em;
    width: 550px;
}
form#sendMail td {
    vertical-align: top;
    padding: 0.5ex ;
}
form#sendMail td input[type=submit] {
    padding: 3px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.leftfloat {
    float: left;
}
.rightfloat {
    float: right;
}

/*** COMMON STYLES END ***/


html,body {
    height: 100%;
    width: 100%;
    background: #252525 url(../img/header-top.jpg) no-repeat;
    background-position: 50% 0px;
}
body {
    font-size: 14px;
    background: url(../img/header-bottom.jpg) no-repeat;
    background-position: 50% 261px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    height: 825px;
}

h1 {
    line-height: 26px;
    width: 100%;
    color: #ff0000;
    font-size: 18px;
    padding-left: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2, .article h2, .article h2 a {
    padding: 0.5em;
    font-size: 16px;
    color: #ff0000;
    text-decoration: none;
}
.article.news h2 {
    margin-left: 20px;
}
h3, h4 {
    font-size: 14px;
    color: white;
    padding: 0.5em;
}

p {
    padding: 0.5em;
    line-height: 1.2;
}

a {
    text-decoration: underline;
    color: white;
}
a:hover, a:hover span {
    text-decoration: none;
}

#page #content #canvas ul li a:hover {
    text-decoration: none;
}


.yellow {
    color: #3265CE;

}
a img {
    border: 0;
    text-decoration: none;
}

#page {
    width: 962px;
    margin: 0px auto;
    text-align: left;
}

#header {
    margin: auto;
    width: 962px;
    height: 367px;
    position: relative;
}
#menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 22px;
    height: 69px;
}

#menu a {
    display: block;
    float: left;
    height: 69px;
    margin: 0 10px;
    line-height: 69px;
    color: white;
    text-decoration: none;
}
#menu a.active, #menu a:hover {
    color: #ff0000;
}
#menu .line {
    display: block;
    float: left;
    width: 10px;
    height: 69px;
    margin: 0px;
    padding: 0px;
    background: url(../img/menu-linka.jpg) center center no-repeat;
}

#logo {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 300px;
    height: 200px;
}

#content {
    clear: both;
    margin: 20px auto 0px auto;
    width: 962px;
}
#canvas {
    margin: 10px 0 0 20px;
    width: 665px;
    float: left;
}
#rightpane {
    margin: 10px 11px 0 4px;
    float: right;
    width: 259px;
}

#canvas p {
    text-align: justify;
}

#footerbox {
    background: #383838;
    width: 962px;
    height: 97px;
    color: white;
    margin-top: 20px;
    text-align: center;
}
.bluetext {
    color: #3F7AB6;
}


#footerbg {
    background-repeat: repeat-x;
    background-image: url(../img/footer-string.png);
    width: 100%;
}
#footer {
    margin: auto;
    background: url(../img/footer.png) bottom center;
    background-repeat: no-repeat;
    width: 962px;
    height: 68px;
    font-size: 12px;
    position: relative;
}
#footer a {
    text-decoration: none;
    color: white;
}
#footer a:hover {
    text-decoration: underline;
}

.gallery div {
    float: left;
    width: 155px;
    text-align: center;
    margin-bottom: 20px;
}
.gallery div a img {
    border: 2px solid silver;
}

.gallery p {
    font-size: 11px;
}

h3.red {
    padding: 10px 0 0 10px;
}

a.button {
    font-size: 12px;
    width: 116px;
    height: 26px;
    line-height: 25px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: white;
/*    background: url('../img/button-obsah.png') no-repeat;*/
}
a.button:hover {
    text-decoration: none;
}

.rightfloat {
    float: right;
}
.leftfloat {
    float: left;
}

ul li, ol li {
    margin: 5px 0 5px 30px;
}
#homepage ol {
    padding: 5px 0 0 10px;
}
#homepage li {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0px;
}

#headerimages {
    position: absolute;
    bottom: 0px;
    left: 5px;
    background-color: transparent;
}
#headerimages img {
    border: 0;
    text-decoration: none;
    background-color: transparent;
}
#headerimages #nav {
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 1000;
}

#headerimages #nav a {
    display: block;
    float: left;
    width: 13px;
    height: 14px;
    font-size: 0;

    margin-right: 2px;
}
#headerimages #nav a.activeSlide {
}
#headerimages img {
    displa: none;
}

.box-sidebar {
}
.box-sidebar-top {
    background: url('../img/box-top.png') no-repeat;
    height: 0px;
    width: 259px;
}
.box-sidebar-body {
    width: 259px;
    padding: 5px 0;
    background: url('../img/box-body.png') repeat-y;
}
.box-sidebar-bottom {
    width: 259px;
    height: 6px;
    background: url('../img/box-bottom.png') no-repeat;
}
.box-sidebar h2 {
    color: white;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 20px;

}
.box-sidebar p {
    padding: 5px 20px;
    font-size: 13px;
    margin: 0;
}


#contactbutton {
    position: absolute;
    bottom: 6px;
    right: 18px;
    font-size: 12px;
}


#navigation {
    padding-left: 5px;
}

#canvas img {
    margin: 10px;
}

#canvas img.leftfloat {
    margin: 0px 10px 10px 0;
}

#canvas img.rightfloat {
    margin: 0px 0px 10px 10px;
}


.imgborder.leftfloat {
    margin: 0 10px 10px 0;
}


#copyright {
    position: absolute;
    left: 27px;
    top: 27px;
}
#authors {
    position: absolute;
    right: 27px;
    top: 27px;
}


.article {
    background: url('../img/podklad-obsah.png') no-repeat;
    min-height: 130px;
    _height: 130px;
    margin-bottom: 10px;
}
.article h2, .article h2 a {
    line-height: 26px;
    margin-left: 0px;
    padding-left: 0px;
}
.article p {
    padding-left: 10px;
}
.bigDate {
    display: inline-block;
    font-size: 26px;
    color: #ff0000;
    float: left;
    padding: 5px 10px;
    height: 130px;
}

.articlePhoto {
    float: right;
    display: inline-block;
}
.day {
    font-size: 18px;
}
.gallery h2 {
    padding-left: 10px;
    padding-bottom: 0px;
}

#jplink {
    margin-left: 23px;
    display: inline-block;
    width: 106px;
    height: 97px;
    background: url('../img/jp_exp.png') no-repeat;
    background-position: 0px -97px;
}
#jplink:hover {
    background-position: 0px 0px;
}

#publink {
    display: inline-block;
    width: 100px;
    height: 97px;
    background: url('../img/bulovka_exp.png') no-repeat;
    background-position: 0px -97px;
}
#publink:hover {
    background-position: 0px 0px;
}

#photo-container {
    position: absolute;
    top: 34px;
    right: 5px;
}

textarea, input {
    background: #383838;
    border: 1px solid black;
    color: white;
    padding: 3px;
}
input[type=submit], input[type=button] {
    background: #5C1C0B;
    cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #6C210E;
}

/*  otazky a odpovedi */
.question {
    background: #383838;
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
}
.time {
    float: right;
    color: #6a6a6a;
    font-size: 12px;
}
.question img, .answer img {
    margin: 0 5px 0 0 !important;
}
.answer {
    margin-left: 20px;
    background: #383838;
    padding: 5px;
    border: 1px solid black;
    border-top: 0px;
}
.fb_box {
    margin: 10px 0 0 5px;
}

.gallery a {
    text-decoration: none;
}
.gallery a img, .sidebar-gallery a {
    text-decoration: none;
}

.textField {
	display: none;
}