img {
    border: none;
}

* {
    margin: 0;
    padding: 0;
}

body, th, td {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #484848;
}

html {
    overflow-y: scroll;
}

body {
    /* background: url(images/bg.png) top repeat-x; */
}

h1, h2 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
strong { font-weight: bold; }
input:focus { outline: none; }

#container {
    position: relative;
    width: 900px;
    margin: 0 auto 0;
    padding-top: 10px;
}

a {
    text-decoration: none;
    color: #80a2ff;
}

#tools {
    width: 221px;
    clear: left;
    float: left;
}

#logo-old {
    display: block;
    width: 131px;
    height: 80px;
    background: url(images/logo.png);
    margin-bottom: 28px;
    float: left;
    text-indent: -1000px;
}

#logo {
    margin-left: -20px;
    margin-bottom: 15px;
    float: left;
    background-color: transparent;
}

.counter {
    margin-bottom: 28px;
}

.counter h1 {
    font-size: 18px;
    font-weight: normal;
    color: #80a2ff;
}

.counter p {
    line-height: 15px;
}

.counter span {
    font-size: 30px;
    line-height: 30px;
}

form#queryNumber {
    padding: 6px 0 12px;
    background: url(images/dots.png) bottom repeat-x;
    display: none;
}

form#queryNumber input.text {
    width: 114px;
    height: 19px;
    border: 0;
    background: url(images/input-bg.png) no-repeat bottom left;
    padding: 9px 0 0 24px;
    margin-right: 4px;
    float: left;
}

form#queryNumber button {
    width: 79px;
    height: 31px;
    background: url(images/button-bg.png);
    color: white;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

form#queryNumber button:hover { background-position: 0 -31px; }
form#queryNumber button:active { background-position: 0 62px; }

form#queryNumber button.inactive { background-position: 0 31px; color: #f4f4f4; cursor: default; }

#news {
    background: url(images/dots.png) bottom repeat-x;
    padding-top: 17px;
    position: relative;
    height: 218px;
    margin-top: 29px;
}

#news h1 {
    background: url(images/dots.png) top repeat-x;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 9px;
    padding-top: 10px;
}

#news p {
    margin-bottom: 14px;
    line-height: 14px;
}

#news a.arrow {
    text-indent: -1000px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(images/arrow.png) no-repeat;
    position: absolute;
    top: 190px;
    left: 193px;
}

#news a.prevArrow       { background-position: 0 0; }
#news a.prevArrow:hover { background-position: 0 -13px; }
#news a.nextArrow       { background-position: 0 -26px; left: 208px; }
#news a.nextArrow:hover { background-position: 0 -39px; }

#news .hiddenItem { display: none ; }
#news .currentItem { display: block; }

#content {
    position: relative;
    margin-left: 238px;
    background: url(images/visual.png) 0px 31px no-repeat;
    padding: 337px 24px 0 8px;
    width: 624px;
    min-height: 178px;
}

#menu {
    z-index: 100;
    position: absolute;
    top: 20px;
    left: 244px;
    width: 624px;
    height: 31px;
    background: url(images/menu.png) no-repeat;
    list-style-type: none;
}

#menu li {
    position: absolute;
    width: 104px;
    height: 31px;
}

#menu #navHome        { left: 0px;   }
#menu #navNews        { left: 104px; }
#menu #navProcess     { left: 208px; }
#menu #navRegulations { left: 312px; }
#menu #navQuery       { left: 416px; }
#menu #navContact     { left: 520px; }

#menu li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 31px;
    text-indent: -9999em;
}

#footer {
    background: url(images/dots.png) top repeat-x;
    color: #cccccc;
    margin: 20px 36px 0 246px;
    margin-left: 246px;
    margin-right: 36px;
    font-size: 9px;
    text-align: right;
    padding: 6px 0;
}

#content h1 {
    font-weight: normal;
    font-size: 23px;
    margin-left: 140px;
    margin-bottom: 9px;
}

#content h2 {
    width: 550px;
    margin-bottom: 6px;
    font-weight: normal;
}

#content p,
#content ul,
#content ol {
    width: 616px;
    margin-bottom: 14px;
    line-height: 14px;
}

#content ul ul,
#content ul ol {
    margin-left: 1em;
}

#content .imageContainer {
    margin: 6em 0;
}

#content .imageContainer .caption {
    display: block;
    color: #666666;
    margin-top: 2em;
    padding-top: 6px;
    font-weight: bold;
    text-align: left;
    border-top: 1px dotted #d0d0d0;
}

#content #haberler div {
    margin-top: 1em;
    border-bottom: 1px dotted #e0e0e0;
}

#content #haberler div.last {
    border: none;
}