﻿body {
    background-image: url(images/background.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color: #ced9eb;
    background-attachment: fixed;
    margin: 0px;
    font-family: Arial;
    font-size: 11pt;
}

#maincontainer {
    width: 980px;
    margin-left:auto;
    margin-right: auto;
    padding: 0px;
}

#headercontainer {
    margin-left:auto;
    margin-right: auto;
    width: 980px;
    height: 152px;
}

#footercontainer {
    margin-left:auto;
    margin-right: auto;
    width: 980px;
    height: 80px;
}

#menucontainer {
    width: 260px;
    margin: 0px;
    padding-top: 27px;
}

#contentcontainer {
    width: 710px;
    margin: 0px;
    padding-left: 10px;
}

a.menu {
    display: block;
    background-image: url(images/button.png);
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    font-family: Arial;
    font-size: 12pt;
    color: #ffffff;
}

a.menu:hover {
    background-image: url(images/button_hover.png);
    color: #00aeef;
}

a.submenu {
    display: block;
    background-image: url(images/button.png);
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 40px;
    font-family: Arial;
    font-size: 12pt;
    color: #ffffff;
}
a.submenu:hover {
    background-image: url(images/button_hover.png);
    color: #00aeef;
}

div.s21 {
    width: 400px;
    float: left;
    margin: 0px;
    padding-top: 12px;
}

div.s22 {
    width: 300px;
    float: left;
    margin: 0px;
    padding-left: 10px;
}

div.s1 {
    display: block;
    width: 710px;
    margin: 0px;
    padding-top: 12px;
}

div.s1a {
    display: block;
    width: 710px;
    margin-bottom: 8px;
}

h1.baslik {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #0054a6;
}

h2.normal {
    display: inline;
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
    margin-right: 6px;
    color: #333333;
}

p.normal {
    font-family: Arial;
    font-size: 11pt;
    color: #333333;
}

a.normal {
    font-family: Arial;
    font-size: 11pt;
    color: #00529c;
    text-decoration: none;
}

a.normal:hover {
    color: #01ade9;
    border-bottom: 1px solid #ffffff;
}

li.normal {
    color: #333333;
    margin-left: -24px;
    margin-bottom: 8px;
}

table.normal {
    border: 0px;
}

td.baslik {
    color: #00529c;
    font-style: italic;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
}

td.normal {
    border: 0px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

img.m4 {
    margin: 4px;
    border: 0pz;
}
