body {
    color: #black;
}

a {
    color: #015755;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: none;
}

em {
    color: #666;
}

h1 {
    font-size: 14pt;
    font-weight: bold;
    color: #015755;

    margin: 16px 0;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
    color: #015755;

    margin-top: 20px;
    margin-bottom: 16px;
}


h3 {
    margin-top: 14px;
    margin-bottom: 10px;
    padding: 0;

    font-size: 11pt;
}

h4 {
    margin-top: 12px;
    margin-bottom: 9px;
    padding: 0;

    font-size: 10pt;
}

input {
    border: 1px solid #aaa;

    color: black;
    background: white;
    text-align: center;

    font-size: 8pt;
}

table td {
    vertical-align: top;
}

.navigation {
    width: 370px;

    margin: 0 0 5px 10px;
}

.navigation a span {
    display: none;
}

.navigation span.previous {
    background: url("../images/layout/previous.gif");
}

.navigation a.previous {
    background: url("../images/layout/previous_g.gif");

    width: 84px;
    height: 36px;

    display: block;

    float: left;
}

.navigation a.previous:hover {
    background: url("../images/layout/previous.gif");
}

.navigation span.next {
    background: url("../images/layout/next.gif");
}

.navigation a.next {
    background: url("../images/layout/next_g.gif");

    width: 59px;
    height: 36px;

    display: block;

    float: right;
}

.navigation a.next:hover {
    background: url("../images/layout/next.gif");
}

.article .detail {
    width: 280px;

    float: left;

    color: black;
}

.article-detail {
    width: 280px;
    float: left;
}



.weblink {
	padding-right: 30px;
    background: url("../images/layout/link.gif") center right no-repeat;
}

.gallery {
    border: 0px solid red;

    float: left;

    width: 420px;

    overflow: hidden;

    margin-left: 15px;
    margin-top: 18px;
}

.gallery .image a {
    display: block;
}

.gallery .image a img, .gallery .image span img {
    margin-top: 14px;
    margin-left: 14px;
}

.gallery .image.top {
    margin-bottom: 20px;
}

.gallery .image.top .loader {
    background: url("../images/layout/frame_big_blue.jpg") no-repeat;

    height: 0;
}

.gallery .image.top a {
    width: 399px;
    height: 211px;

    border: 0px solid red;

    background: url("../images/layout/frame_big_grey.jpg") no-repeat;
}

.gallery .image.top a:hover {
    background: url("../images/layout/frame_big_blue.jpg") no-repeat;
}

.gallery .video {
	width: 399px;
    height: 237px;
    
    background: url("../images/layout/frame_video_grey.jpg") no-repeat;
}

.gallery .video object {
	margin-top: 14px;
    margin-left: 14px;
}

.gallery .image.small {
    float: left;

    margin: 0px 18px 20px 0;
}

.gallery .image.small .loader {
    background: url("../images/layout/frame_small_blue.jpg") no-repeat;
    height: 0;

    overflow: hidden;
}

.gallery .image.small a, .gallery .image.small span {
    width: 121px;
    height: 121px;

    display: block;

    border: 0px solid red;

    background: url("../images/layout/frame_small_grey.jpg") no-repeat;
}

.gallery .image.small a:hover {
    background: url("../images/layout/frame_small_blue.jpg") no-repeat;
}


.hide {
    display: none;
}

.content {
    border: 0px solid red;
    padding-left: 13px;
    padding-right: 5px;
}

.content .heading-img {
    position: relative;
    left: -10px;
}

.maintext {
    border: 0px solid red;
    color:black;

    float: left;
    width: 480px;

    position: relative;
}

.miniimg {
	float: left;

	width: 120px;
    height: 120px;

	position: relative;
}

.minitext {
	padding-top: 2px;
}


.rightreferences {
    border: 0px solid red;

    float: left;
    width: 220px;
    margin-left: 20px;

    overflow: hidden;

    position: relative;
}

.top-anchor {
    border: 0px solid red;
    width: 169px;
    float: left;
}

.top-anchor h2 {
    font-size: 12pt;
    font-weight: bold;
    color: #015755;

    margin: 0;
}

.top-anchor .heading {
    display: block;

    font-size: 12pt;
    font-weight: bold;
    color: #015755;
    text-decoration: underline;
}

.top-anchor a {
    display: block;
    border: 0px solid red;

    color: black;

    text-decoration: none;

    padding: 13px;
    padding-top: 195px;
}

.top-anchor a:hover .heading {
    text-decoration: none;
    color: black;

}

.top-anchor a:hover {
    color: #015755;
}

.top-anchor input.email {
    width: 130px;
}

.top-anchor.newsletter {
    padding-top: 195px;
}

/* proti blikani */
.top-anchor.www {
    margin-left: 1px;

    background: url("../images/layout/www.jpg") 2px 0 no-repeat;
}
.top-anchor.eshop {
    background: url("../images/layout/eshop.jpg") 5px 0 no-repeat;
}
.top-anchor.corporate {
    background: url("../images/layout/firma.jpg") no-repeat;
}

/* normalni odkazy */
.top-anchor.www a {
    background: url("../images/layout/www.jpg") 2px 0 no-repeat;
}
.top-anchor.eshop a {
    background: url("../images/layout/eshop.jpg") 5px 0 no-repeat;
}
.top-anchor.corporate a {
    background: url("../images/layout/firma.jpg") no-repeat;
}

/* po najeti */
.top-anchor.www a:hover {
    background: url("../images/layout/www_sipka.jpg") 2px 0 no-repeat;
}
.top-anchor.eshop a:hover {
    background: url("../images/layout/eshop_sipka.jpg") 5px 0 no-repeat;
}
.top-anchor.corporate a:hover {
    background: url("../images/layout/firma_sipka.jpg") no-repeat;
}


.news {
    border: 0px solid red;

    width: 240px;
    float: left;

    overflow: hidden;
    padding-top: 0px;
}

.news .article {
    margin-bottom: 14px;
}

.news .article h4 {
    display: inline;

    font-size: 9pt;
    font-weight: bold;

    padding-left: Opx;
}

.news .article h4 a {

    color: #015755;

    text-decoration: underline;
}

.news .article h4 a:hover {
    color: black;

    text-decoration: none;
}

.news .article .date {
    display: inline;


    color: #015755;


}

.news .article .date {
    display: inline;
	font-size: 8pt;
    color: gray;


}

.news .article p {
    margin-top: 6px;
    margin-bottom: 4px;
}

.last-projects {
    background: url("../images/layout/bg-projects.gif");

    width: 384px;
}

.projects {
    border: 0px solid red;

    float: left;
    width: 495px;

    overflow: hidden;

    position: relative;
    padding-top: 0px;
}

.projects .project {
    width: 120px;
    background: #ebebeb;

    float: left;

    margin-right: 8px;

    border: 0px solid red;
}

.projects .project .content {
    padding: 10px 12px;
}

.projects .project .heading {
    display: block;

    font-weight: bold;
    font-size: 11pt;
}

.projects .project a {
    text-decoration: none;
    color: black;

    display: block;
}

.projects .project a:hover {
    color: #015755;
}

.projects a .img {
    display: block;
    text-align: center;
}

.projects a:hover .heading {
    text-decoration: underline;
}

#references {
    position: relative;

    height: 10em;
}

.reference-submenu {
    padding-top: 175px;
    #padding-top: 195px;
    margin-left: 10px;
    width: 200px;
    color:black;

    border: 0px solid red;

    float: left;
}

.reference-submenu h2 {
    border: 0px solid red;
    margin-bottom: 0;
}

.reference-ulmenu {
    list-style-type: circle;

    font-size: 9pt;
    font-weight: bold;

}

.reference {
    width: 217px;
    /*height: 92px;*/

    border: 0px solid red;

    overflow: hidden;

    float: left;

    margin: 10px 18px 20px 0px;
}

.reference h2 {
    display: none;
}

.reference a {
    display: block;
    width: 217px;

    background: #fff; /* ie - aby se jako odkaz choval cely blok reference */
}

.reference a img {
    padding: 14px;

    background: url("../images/layout/frame_grey.jpg");
}

.reference a:hover img {
    background: url("../images/layout/frame_blue.jpg");
}

.reference a .loader {
    background: url("../images/layout/frame_blue.jpg");

    height: 0;
}

.reference .date{
    text-align: right;
    font-size: 8pt;

    display: block;

    color: gray;
}
.reference-detail-date {
    font-size: 8pt;
    color: gray;
}

.reference .heading {
    margin: 0em 0 0 0;

    display: block;

    color: #04605b;

    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.reference .description {
    margin: 0;
	color: black;


    display: block;
}

.reference a {
    display: block;

    text-decoration: none;

    color: #777;
}


.reference a:hover .heading {
    text-decoration: none;
    color: black;

    text-decoration: underline;
}

.kontakty {
    width: 220px;
    float: left;
}

.lide {
    float: left;
    width: 460px;
}

.lide h3 {
    margin: 0;
}

.lide.gallery .image {
    margin-top: 0;
}

.kontakt-foto {
    float: left;
}

.kontakty-blok {
	margin-bottom: 26px;
	color:black;
}

.kontakt-text {
    float: left;
    width: 320px;
    color: black;
}

.kontakt-blok {
    padding-top: 10px;
}

.hkontakt {
    margin-bottom: 2px;
    margin-top: 0px;
}

.services h2 { 
    position: relative;
}

.services h2 img { 
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 4;
}
