﻿body
{
    font-family: Arial ;
    font-size: 12px;
    color: White;
    background: black;
    
}


#main
{
    width:700px;
    text-align:left;
}    

h1, h2, h3
{    
    color: #e2001a;
    font-family:  Arial;
    font-weight: normal;    
}


h1
{
    font-size: 19px;
}

h2
{
    font-size: 17px;
}

h3
{
    font-size: 15px;
}

.datum
{
    font-family: Arial;
    color: #a7a7a7;
    font-size:10px;
}


a 
{
    color: #ffffff;
    text-decoration: none;
}


a:hover 
{
    color: #e2001a;
    text-decoration: underline;
}

.obrazek
{
    border-right: #ffffff 5px solid;
    border-top: #ffffff 5px solid;
    border-left: #ffffff 5px solid;
    border-bottom: #ffffff 5px solid;
}


.obrazek:hover
{
    border-right: #e2001a 5px solid;
    border-top: #e2001a 5px solid;
    border-left: #e2001a 5px solid;
    border-bottom: #e2001a 5px solid;
}

.vybranyProjekt *
{
    color: #e2001a;
    text-decoration: none;
    font-weight: bold;
   }

.accordionHeader
{
    height: 20px;
    }
    
.accordionContent
{
    border: solid 1px white;
    }   