﻿/* Úvodní stránka */
.fly /* dolní tři layouty */
{
    width: 199px;
    height: 250px;
    background-color: #D8D8D8;
    border-style: solid;
    border-width: 10px;
    border-color: #D8D8D8;
    
}
.box1
{
    float: left;
}
.box2
{
    margin-left: auto;
    margin-right: auto;
}
.box3
{
    float: right;
}

/* Novinky */

.novinkyblack
{
    width: 358px;
    height: auto;
    min-height: 300px;
    text-align: left;
    background-color: #181619;
    float: right;
    color: White;
}
.novinkygray
{
    width: 338px;
    height: 290px;
    min-height:290px;
    background-color: #323232;
    margin-left: auto;
    margin-right: auto
}
.novinkytitulek
{
    width: 328px;
    height: 30px;
    line-height:30px;
    background-color: #4f5458;
    font-weight: bold;
    position: relative;
    top: 20px;
    padding-left: 10px
}
.novinky /* text novinek */
{
    width: 318px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    
}

/* Jiná barva odkazů */

p a, p a:link
{
    color: black;
    font-weight: bold;
}
p a, p a:visited
{
    color: #323232;
}
p a, p a:hover
{
    color: gray;
}
