/*
 *  Project nakolobce.cz
 *  CSS Style Document
 */
 
body {
    margin: 0px;
    font-family: Tahoma, Arial, sans-serif;
    background: rgb(236, 231, 226) url(img/bcg.png) repeat-x;
}

#page {
    width: 900px;
    margin: auto;
}

/* Head */
#head {
    display: block;
    height: 75px;
    margin-top: 33px;
    margin-bottom: 0px;
    padding: 0px;
}

#logotype {
    float: left;
    width: 450px;
    height: 75px;
    margin-left: 10px;
    background-image: url(img/logotype.png);
}

#ear {
    float: left;
    width: 420px;
    height: 62px;
    margin-right: 15px;
    padding-top: 13px;
    text-align: right;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: rgb(242, 159, 5);
}

#ear a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

#ear a:hover {
    text-decoration: underline;
    color: white;
}

/* Content */
#content {
    display: block;
    background-color: red;
}

.link_window_1 {
    float: left;
    width: 450px;
    height: 450px;
    background-image: url(img/link_window_bcg.png);
    cursor: pointer;
}

.link_window_2 {
    float: left;
    width: 450px;
    height: 450px;
    background-image: url(img/link_window_bcg.png);
    cursor: pointer;
}

.link_window_top_1 {
    width: 414px;
    height: 76px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 27px;
    background-image: url(img/link_window_top_1_bcg.png);
}

.link_window_top_2 {
    width: 414px;
    height: 76px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 27px;
    background-image: url(img/link_window_top_2_bcg.png);
}

.link_window_image_1 {
    width: 414px;
    height: 229px;
    margin-left: 18px;
    margin-right: 18px;
    background-image: url(img/1.jpg);
}

.link_window_image_2 {
    width: 414px;
    height: 229px;
    margin-left: 18px;
    margin-right: 18px;
    background-image: url(img/2.jpg);
}

.link_window_1_text {
   width: 384px;
   height: 50px;
   margin-left: 18px;
   margin-right: 18px;
   margin-top: 27px;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 13px;
   text-align: center; 
}

.link_window_2_text {
   width: 384px;
   height: 50px;
   margin-left: 18px;
   margin-right: 18px;
   margin-top: 27px;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 13px;
   text-align: center; 
}

.link_window_1_text a {
    text-decoration: none;
    color: rgb(115, 32, 2);
}

.link_window_2_text a {
    text-decoration: none;
    color: rgb(115, 32, 2);
}

.link_window_1_text a:hover {
    color: rgb(201, 107, 23);
}

.link_window_2_text a:hover {
    color: rgb(129, 129, 42);
}

/* Foot */
#foot {
    float: left;
    width: 900px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: rgb(127, 112, 99);
}

#foot a {
    color: rgb(127, 112, 99);
    text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
}

/* Default definitions */
.bold {
    font-weight: bold;
}

.hidden {
    visibility: hidden;
    font-size: 0px;
}

