/* common */

* {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #f4f1ee;
    margin: 30px 0 30px 0;
    text-align: center;
}

#container {
    width: 840px;
    margin: 0 auto;
    text-align: left;
}

.rot {
    color: #cb0202;
}

.center {
    text-align: center !important;
}

/* header */

#header {

}

#header .login {
    background-image: url('/images/layout/header/logindata.gif');
    background-repeat: no-repeat;
    color: #baedf2;
    font-size: 11px;
    width: 190px;
    float: left;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    text-align: center;
}

#header .login a {
    color: #baedf2;
}

#header .login a:hover {
    color: #baedf2;
}

#header .menu {
    background-image: url('/images/layout/header/navigation/background.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    width: 650px;
    float: left;
    height: 33px;
}

#header .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header .menu ul li {
    float: left;
    height: 33px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 33px;
    vertical-align: middle;
}

#header .menu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px;
}

#header .menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#header .menu ul li.active {
    font-size: 12px;
    font-weight: bold;
    color: #4e4e4e;
    background-image: url('/images/layout/header/navigation/on_background.gif');
}

#header .menu ul li.active .border_left {
    background-image: url('/images/layout/header/navigation/on_left.gif');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    height: 33px;
}

#header .menu ul li.first .border_left {
    background-image: url('/images/layout/header/navigation/on_left_first.gif');
}

#header .menu ul li.active .border_right {
    background-image: url('/images/layout/header/navigation/on_right.gif');
    background-position: top right;
    background-repeat: no-repeat;
    float: right;
    width: 10px;
    height: 33px;
}

#header .menu ul li.active a {
    color: #4e4e4e;
    text-decoration: none;
}

#header .menu ul li.active a:hover {
    color: #4e4e4e;
    text-decoration: none;
}

#header #ajax-loader {
    display: none;
    float: right;
    height: 33px;
    padding: 6px 5px;
}

/* navigation */

#navigation {
    width: 180px;
    float: left;
    margin-right: 10px;
    padding-top: 7px;
}

#navigation .box {
    background-image: url('/images/layout/navigation/background.gif');
    margin-bottom: 10px;
}

#navigation .box .title {
    background-image: url('/images/layout/navigation/title_background.gif');
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 0 0 13px;
    text-align: left;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}

#navigation .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation .box ul li {
    font-size: 11px;
    color: #6b6b6b;
    padding: 4px 4px 7px 13px;
    text-align: left;
    background-image: url('/images/layout/navigation/cut.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}

#navigation .box ul li.last {
    padding: 4px 4px 12px 13px;
    background-image: url('/images/layout/navigation/end.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}

#navigation .box ul li a {
    color: #6b6b6b;
    text-decoration: none;
}

#navigation .box ul li a:hover {
    color: #6b6b6b;
    text-decoration: underline;

}

/* content */

#content {
    width: 580px;
    float: left;
    background-image: url('/images/layout/content/background.gif');
    padding: 30px 35px 20px 35px;
    font-size: 11px;
    color: #666666;
    line-height: 18px;
}

#content h1 {
    color: #cb0202;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    vertical-align: top;
    padding: 0px 5px 0px 6px;
    margin: 0;
}

#content h2 {
    color: #cb0202;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    padding: 0px 5px 0px 6px;
    margin: 0;
}

#content .content_text {
    padding: 10px 5px 20px 6px;
}

#content .content_ad {
    margin: 10px 0 20px 0;
    padding: 10px 5px 10px 19px;
    text-align: center;
    background: url('/images/ad.gif') no-repeat left center;
    border: 1px dotted #cb0202;
    border-width: 1px 0;
}

#content .content_columns {
    float: left;
    width: 100%;
}

#content .content_columns .content_left {
    width: 48%;
    float: left;
}

#content .content_columns .content_right {
    width: 48%;
    float: right;
}

#content ul.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content ul.list li.odd {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 30px;
    background-image: url('/images/layout/content/listing/background.gif');
}

#content ul.list li.odd .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_check.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.list li.odd .border_right {
    float: right;
    height: 26px;
    width: 10px;
    background-image: url('/images/layout/content/listing/right.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.list li.even {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 30px;
}

#content ul.list li.even .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_check2.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.list li.even .border_right {
    float: right;
    height: 26px;
    width: 10px;
}

#content ul.number {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content ul.number li.odd {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 30px;
    background-image: url('/images/layout/content/listing/background.gif');
}

#content ul.number li.odd .border_right {
    float: right;
    height: 26px;
    width: 10px;
    background-image: url('/images/layout/content/listing/right.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.number li.even {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 30px;
}

#content ul.number li.even .border_right {
    float: right;
    height: 26px;
    width: 10px;
}

#content ul.number li.first .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_1.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.number li.second .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_2.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.number li.third .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_3.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.number li.fourth .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_4.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content ul.number li.fifth .dot {
    float: left;
    height: 26px;
    width: 30px;
    margin-left: -30px;
    background-image: url('/images/layout/content/listing/left_5.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#content .split {
    clear: both;
    height: 30px;
}

#content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content tr.header {

}

#content tr.header td {
    color: #ffffff;
    font-weight: bold;
    background-image: url('/images/layout/content/list/background.gif');
    background-position: center;
    background-repeat: repeat-x;
    height: 24px;
    border-bottom: 0 none;
}

#content tr.header td.left {
    background-image: url('/images/layout/content/list/left.gif');
    background-position: left;
    background-repeat: no-repeat;
    width: 8px;
}

#content tr.header td.right {
    background-image: url('/images/layout/content/list/right.gif');
    background-position: left;
    background-repeat: no-repeat;
    width: 8px;
}

#content td {
    border-bottom: 1px solid #d6d3ce;
    padding: 4px 0 4px 0;
}

/* footer */

#footer {
    font-size: 11px;
    color: #9c9c9c;
    padding: 20px 10px 0 10px;
    background-image: url('/images/layout/content/end.gif');
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    margin-left: 190px;
}

#footer a {
    color: #9c9c9c;
    text-decoration: none;
}

#footer a:hover {
    color: #9c9c9c;
    text-decoration: underline;
}

#footer .navigation {
    float: right;

}

/* forms */
input {
    color: #666666;
    font-size: 11px;
    border: 1px solid #9C9C9C;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus {
    border-color: #cb0202;
    color: #cb0202;
}

#navigation #box_login.box label {
    width: 55px;
    text-align: right;
    line-height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    float: left;
}

#navigation #box_login.box input#id {
    text-align: center;
}

#navigation #box_login.box input[type="submit"] {
    margin-left: 60px;
}

/* colors */
.color_blue {
    color: #baedf2;
}

.color_red {
    color: #cb0202;
}

.color_yellow {
    /*color: ;*/
}