*
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
body
{
    background-image: url(img/back2.png);
    font-family: 'Myriad Pro';
}
a
{
    text-decoration: none;
}
h3
{
    margin-left: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 19px;
    font-weight: normal;
}
#Headline
{
    width: 978px;
    height: 100px;
    background-color: white;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0 0 4px grey;
    background-image: url(img/back.png);
    position: relative;
}
#Navigation
{
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#Navigation a
{
    color:#808080;
    margin-left: 20px;
}
#Navigation a:hover
{
    color:#434343;
}
#Content
{
    width: 978px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
#Content a
{
    color: inherit;
}
.Cell
{
    background-repeat: repeat;
    background-image: url('img/back3.png');
    width: 380px;
    height: 230px;
    position: relative;
    margin: 10px 30px 10px 30px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 0 3px white;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.Cell:hover
{
    cursor: pointer;
    box-shadow: 0 0 10px white;
}
.CellText
{
    position: absolute;
    width: 70%;
    left: 10%;
    box-sizing: border-box;
    margin: auto;
    text-align: justify;
    color: black;
    text-decoration: none;
}
.CellText p
{
    font-size: 15px;
}
