/* @override http://www.amigotalk.de/css/layout.css */

@import url(reset.css);

/* global layout */
html, body { height: 100%; width: 100%; }
html, body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #6b6b6b;
    text-decoration: none;
}

a {
   font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #2a7ebf;
    text-decoration: none;
}

body { background: #fff url('../images/main/body_bg.gif') repeat-x 0 0; }

/* general styles */
div#wrapper {
    width: 900px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

input.submit { cursor: pointer; }

/* header */
div.header {
    width: 900px;
    height: 111px;
}

div.header a.logo {
    width: 300px;
    height: 100px;
    display: block;
    font-size: 0px;
    line-height: 400px;
    overflow: hidden;
    float: left;
    background: url('../images/main/header_logo.gif') no-repeat;
}

/* header right */
div.header_right {
    width: 496px;
    height: 86px;
    background: transparent url('../images/main/header_right.gif') no-repeat;
    float: right;
    position: relative;
    margin-right: -59px;
    padding-right: 59px;
}

/* header login */
div.header_login {
    width: 324px;
    float: right;
}

div.header_right div.header_login p.links {
    clear: both;
   text-align: left;
   margin-top: 10px;
   margin-left: 0px;
}

div.header_login label {
    font-size: 11px;
    font-weight: bold;
    float: left;
    display: block;
    width: 120px;
    color: #297bbe;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

div.header_login input.FormEdit {
    border-color: #8fcbec;
    width: 104px;
    margin-right: 11px;
    padding: 2px;
    float: left;
}

div.header_login input.FormButton {
    background: transparent url('../images/main/header_login_button.gif') no-repeat;
    border: 0;
    padding: 0;
    width: 54px;
    height: 24px;
    margin: 0;
    float: left;
    position: relative;
    top: -2px;
    left: 2px;
    line-height: 200px;
    overflow: hidden;
    font-size: 0px;
    cursor: pointer;
}

div.header_right p.links {
    clear: both;
   text-align: center;
   margin-top: 20px;
   margin-left: 100px;
}

div.header_right p.links a {
    background: transparent url('../images/main/header_right_arrow_grey.gif') no-repeat 0 5px;
    padding-left: 8px;
    color: #6B6B6B;
    margin-right: 22px;
    font-size: 11px;
    font-weight: bold;
   text-align: center;
    text-decoration: underline;
}

/* navigation */
ul.navigation {
    width: 900px;
    height: 33px;
    clear: both;
    position: relative;
    bottom: -1px;
    z-index: 2;
}

ul.navigation li {
    height: 33px;
    float: left;
}

ul.navigation li a {
    height: 33px;
    width: 138px;
    display: block;
    background: transparent url('../images/main/navigation_b_link.gif') no-repeat 0 0;
    overflow: hidden;
    float: left;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #3897cc;
    margin-right: 3px;
}

ul.navigation li a.active,
ul.navigation li a:hover {
    color: #fff;
    background-image: url('../images/main/navigation_b_active.gif');
}

ul.navigation li.signup {
    float: right;
}

ul.navigation li.signup a {
    width: 140px;
    background-image: url('../images/main/navigation_b_signup.gif');
    color: #fff;
    margin: 0;
    position: relative;
    top: -1px;
}

ul.navigation_sub {
    width: 900px;
    height: 33px;
    background: url('../images/main/navigation_sub_bg.gif') repeat-x 0 0;
}

ul.navigation_sub li {
    height: 27px;
    float: left;
    padding-top: 6px;
}

ul.navigation_sub li a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0 16px;
    background: transparent url('../images/main/navigation_sub_spacer.gif') no-repeat top right;
    float: left;
    line-height: 22px;
    height: 22px;
}

ul.navigation_sub li a.active,
ul.navigation_sub li a:hover {
    text-decoration: underline;
}

ol.stdList li{
    list-style: decimal;
    padding: 7px;
    list-style-position:inside;
    margin-left:25px;
}


/* content */
div#content {
    width: 900px;
    padding-top: 9px;
    padding-bottom: 103px;
}

/* welcome table */
table.TableWelcome {
    width: 100%;
    margin-bottom: 10px;
}

table.TableWelcome td.left {
    background: transparent url('../images/main/welcome_bg_left.gif') repeat-x 0 0;
    padding: 0 20px;
}

div#content .TableWelcome td.left h2 {
    font-size: 24px;
    font-weight: bold;
    color: #297bbe;
    margin-bottom: 5px;
}

.TableWelcome td.left p {
    color: #11558b;
    line-height: 19px;
}

table.TableWelcome td.right {
    background: transparent url('../images/main/welcome_bg_right.gif') repeat-x 0 0;
    text-align: right;
    width: 233px;
    padding: 0 20px;
    padding-top: 10px;
}


.TableWelcomeSearch td {
    height: 18px;
    overflow: hidden;
    color: #fff;
    padding: 3px 2px;
}

.TableWelcomeSearch label {
    color: #fff;
    font-weight: bold;
}

.TableWelcomeSearch input {
    border: 0;
    height: 14px;
    padding: 2px;
}

.TableWelcomeSearch input.FormButton {
    background: transparent url('../images/main/freunde_suchen.gif') no-repeat 0 0;
    width: 233px;
    height: 24px;
    padding: 0;
    line-height: 200px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
}

table.TableWelcome td.right p.links {
    color: #fff;
    padding-top: 25px;
    *padding-top: 15px;
}

table.TableWelcome td.right p.links a {
    padding-left: 7px;
    background: url('../images/main/welcome_arrow.gif') no-repeat 0 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}

/* columns */
td.RightCol {
    width: 332px;
    text-align: right;
    padding-left: 20px;
}

td.LeftCol,
td.RightCol { vertical-align: top; }

/* new members */
.BoxTable td a.username {
    font-size: 14px;
    margin-right: 5px;
}

.BoxTable span.age { font-size: 11px; }


/* home boxes */
td.teaser_discussions {
    background: #ebf4fe url('../images/main/teaser_discussions.gif') no-repeat 377px 0;
}

td.teaser_galleries {
    background: #ebf4fe url('../images/main/teaser_galleries.gif') no-repeat 377px 0;
}

td.teaser_win {
    background: #297BBE url('../images/main/teaser_win.gif') no-repeat 0px 0;
}

/* footer */
div.footer {
    width: 100%;
    background: #edf6fe url('../images/main/footer_bg.gif') repeat-x 0 0;
    text-align: left;
    clear: both;
    position: relative;
    height: 58px;
    text-align: center;
    margin-top: -58px;
}

div.footer ul.footer { display: block; width: 900px; margin: 0 auto; height: 58px; line-height: 58px; text-align: left; }

div.footer ul.footer li {
    display: inline;
    margin-right: 20px;
}

div.footer ul.footer a {
    color: #3897cc;
    font-weight: bold;
}

div.footer ul.footer a:hover {
    text-decoration: underline;
}


/* blank */
div.blank {
    padding: 10px;
}

div.blank p {
    line-height: 17px;
    margin-bottom: 15px;
}

div#content div.blank h2 { color: #44a100; }

div.blank h3 {
    font-size: 14px;
    color: #44a100;
    font-weight: normal;
}