body {
    background:  #526e96;
    color:       black;
    font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
    font-size:   0.9em;
}

a {
    color:           #404090;
    text-shadow:     1px 1px 1px #a0a0a0;
    text-decoration: none;
    font-size:       10pt;
}

a:hover {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

div#strona {
    margin:           40px auto auto auto;
    width:            720px;
    border:           black 1px solid;
    background-color: white;
}

div#header {
    background:    #6787d9;
    height:        2.5em;
    border-top:    black 1px solid;
    border-bottom: black 1px solid;
}

p.header {
    text-align:   right;
    margin-right: 5%;
    font-weight:  normal;
    font-style:   italic;
}

div#main {
    margin:  1em;
    display: inline;
}

div#text {
    margin:    0em 2em;
    max-width: 69%;
    float:     left;
}

div#menu {
    text-align: left;
    float:      right;
    width:      15%;
    max-width:  30%;
    margin:     1em;
}

div#box {
    clear:      both;
    height:     1em;
    background: white;
}

img {
    border: none;
}
