@charset "UTF-8";

html, body {
    margin: 0 auto;
    width: 100%;
    background: url('/tl_files/imgs/bg_main.jpg') no-repeat top left #004a99;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

body {
    border-top: 5px solid #0d2131;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.invisible {
    display: none;
}


a {
    color: #004a99;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    color: #4d87c7;
    text-decoration: underline;
}

a:focus, a:hover, a:active {
    color: #4d87c7;
    text-decoration: underline;
}

h2 {
    font-size: 150%;
    color: #182e7a;
}

hr {
    color: #fff;
    background: none;
    margin: 0px 0px 6px 0px;
    border: none;
    border-bottom: 1px solid #eee;
}


#main {
    background: #fff;
    position: relative;
    margin: 10px 0px 0px 0px;
    padding-bottom: 30px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#logo {
    margin: 15px 0px 0px 20px;
    border: none;
}
/*  Haupt-Navigation  */
#navigation {
    background: transparent;
    width: 900px;
    margin: 0px;
    padding: 0px;
}
#navigation ul {
    list-style: none;
    margin: 10px 0px 0px 16px;
    padding: 22px 0px 0px 0px;
}
#navigation ul li {
    display: inline;
    padding: 17px 10px;
    background: transparent;
}
#navigation ul li.last {
    background: none;
}
#navigation ul li a,
#navigation ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 15px 15px 10px;
}
#navigation ul li a.active,
#navigation ul li span.active,
#navigation ul li a:hover {
    background: transparent;
    color: #e26703;
}


/* Header */
#header #searchbox {
    background: url(http://shop.chresto.com/skin/frontend/default/default/images/mini_search_bg.png) no-repeat top left;
    width: 340px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 20px;
    padding: 0px;
}

#header #searchbox #keyword {
    position: relative;
    top: -6px;
    left: 47px;
    width: 205px;
    border: 1px solid #b6b6b6 !important;
    padding: 2px 2px 3px 2px;
}
#header #searchbox #searchbutton {
    position: relative;
    top: 1px;
    left: 50px;
    border: 0px solid #e4e4e4;
    padding: 0px;
    margin: 0px;
}

/*  Footer  */
#footer {
    background: #e4e4e4;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
    padding: 0px 30px 10px 30px;
    color: #696969;
}

#footer ul {
    list-style: none;
    float: right;
}
#footer ul li {
    display: inline;
    padding: 0px 10px 0px 5px;
    margin: 0px;
    border-right: 1px solid #fff; 
}
#footer ul li.last {
    display: inline;
    border-right: 0px solid #fff; 
}
#footer ul li a,
#footer ul li span {
    color: #696969;
    font-weight: bold;
    text-decoration: none;
}
#footer ul li a:hover {
    color: #333;
}

#content {
    background: transparent;
    clear: left;
    padding: 20px 20px 20px 30px;
    margin: -3px 0px 0px 0px;
    width: 600px;
    float: left;
}

#right {
    padding: 0px 0px 10px 10px;
    margin: 30px 0px 10px 670px;
    border: 1px solid #e4e4e4;
    width: 230px;
}

#right h1 {
    font-size: 12px;
    background: url('http://shop.chresto.com/skin/frontend/default/default/images/base_mini_head_bg.gif') repeat-x top left transparent;
    margin: 0px 0px 10px -10px;
    border-bottom: 1px solid #e4e4e4;
    padding: 3px 0px 3px 10px;
    text-transform: uppercase;
    color: #e26703;
}

#right .mod_newslist .layout_short {
    border-bottom: 1px solid #e4e4e4;
    width: 220px;
}
#right .mod_newslist .last {
    border-bottom: 0px solid #e4e4e4;
}


#right .mod_newslist .layout_short h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
}
#right .mod_newslist p.info {
    font-size: 10px;
    color: #696969;
    margin-bottom: 0px;
}


#kontakt input,
#kontakt textarea {
    float: right;
    margin-right: 120px;
    width: 250px;
    border: 1px solid #696969;
    padding: 2px;
}

#kontakt .input_container {
    clear: both;
    padding: 5px 0px;
}

#kontakt .submit {
    background: #696969;
    color: #fff;
    font-weight:  bold;
    width: 255px;
}
#kontakt .submit_container {
    clear: both;
    margin-top: 10px;
}

*+html #kontakt input,
*+html #kontakt textarea {
    margin-top: -20px;
}

*+html #kontakt .submit {
    margin-top: 10px;
}

*+html #right .mod_newslist .layout_short {
    padding: 10px 0px;
}

*+html #footer ul {
    padding-top: 15px;
}



