﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    color: #777777;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    background-color: #E1E2E3;
}

a { color: #777777; }

h1 { font-size: 24px; color: #AE9A00; font-family: Georgia, Times New Roman, Times; padding-left: 10px; }

h2 { font-size: 14px; }
h2.planpension { color: #2F81FF; }
h2.oevk { color: #707173; }
h2.oepag { color: #02A8DA; }

img { border: none; }

#container { margin: auto; width: 765px; }
#header { float: left; width: 765px; background-color: #fff; padding-top: 20px; }
#content { float: left; width: 695px; padding: 35px; background-color: #fff; }
#left, #right { float: left; width: 347px; }

.infoBox
{
    float: left;
    width: 333px;
    height: 90px;
    padding: 10px 0 0 15px;
    background-color: #F9F8F0;
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
}
#left p { width: 300px; }
#left img { margin-bottom: 14px; }

.button
{
    float: left;
    width: 170px;
    height: 30px;
    margin-top: 20px;
}
.button a { text-decoration: none; }

#footer { float: left; width: 765px; height: 50px; background: #fff; text-align: center; }
