/* 
Author: Marijan Barkic <marijan.barkic@gmail.com>
Version: 1.0
Last Update: 17.06.2008
----------------------------------------------------------------
(c) Copyright 2008 David&Goliath. All Rights Reserved.
----------------------------------------------------------------
*/

body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,
dfn,em,strong,th,var{ 
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup,sub {
    line-height: -1px;
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
} 

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body, html {
    width: 100%;
    height: 100%;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

a:hover {
    color: #c2c809;
}

a.more:link, a.more:visited, a.more:active {
    color: #c2c809;
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: Arial;
    font-size: 11px;
    line-height:18px;
    color: #666;
    background: #f6f6f6 url(../img/bg.jpg) top left repeat;
}

table#brt {
    margin-top: 20px;
}

table#brt thead tr th {
    padding-bottom: 6px;
    color: #000;
}

table#brt th, table#brt td {
    vertical-align: top;
}

table#brt tbody tr td, table#brt tbody tr th {
    padding-bottom: 5px;
}

table#brt tbody tr th {
    padding-right: 10px;
    color: #000;
}

table#brt tbody tr th a:link,
table#brt tbody tr th a:active,
table#brt tbody tr th a:visited {
    color: #474747;
}

table#brt tbody tr th a:hover {
    color: #c2c809;
}

ol {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 8px;
}

ol li {
    list-style-type: disc;
    padding: 2px 0 3px 0;
}

div#header {
    background: #333;
    text-align: center;
}

div#header div, #content {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#content {
    width: 860px;
    padding: 0 20px 38px 20px;
}

div#header div div {
    height: 165px;
}

div#header div div div {
    height: auto;
}

div#header div div div#header_left {
    width: 430px;
    float: left;
    background: transparent url(../img/seperator.gif) top right no-repeat;
    height: 120px;
}

div#header div div div#header_right {
    float: left;
    width: 450px;
    color: #999;
}

div#header div div div#header_right div {
    width: 450px;
}
/*
div#header div div div#header_right div div {
    height: 100px;
    width: 374px;
    margin: 0;
    float: left;
    overflow: hidden;
}
*/
div#header div div div#header_right div div {
    float: left;
}

div#header div div div#header_right div#quicknews_wrap {
    position: relative;
    width: 374px;
    overflow: hidden;
}

div#header div div div#header_right div div#slide {
    width: 1122px;
    margin-left: -374px;
    position: static;
}

div#header div div div#header_right div div div {
    position: absolute;
    z-index: 0;
    width: 374px;
    height: 100px;
}

div#header div div div#header_right div div div#loading {
    left: 0px;
    z-index: 2;
    text-align: right;
    display: none;
}

h4 {
    padding-top: 5px;
    color: #333;
}

div#header div div div#header_right div div div#loading span {
    padding: 4px 2px 3px 22px;
    background: #333 url(../img/loader.gif) left center no-repeat;
    line-height: 16px;
}

div#header div div div#header_right div div div#current_quick_news {
    left: 0px;
}

div#header div div div#header_right div div div#prev_quick_news {
    left: -374px;
}

div#header div div div#header_right div div div#next_quick_news {
    left: 374px;
}

div#header div div div#header_right div div#slide_left {
    width: 45px;
    height: 25px;
}

div#header div div div#header_right div div#slide_right a:link,
div#header div div div#header_right div div#slide_right a:active,
div#header div div div#header_right div div#slide_right a:visited {
    display: block;
    width: 10px;
    height: 18px;
    margin: 4px 0 0 15px;
    background: transparent url(../img/slide_right.gif) top left no-repeat;
}

div#header div div div#header_right div div#slide_left a:link,
div#header div div div#header_right div div#slide_left a:active,
div#header div div div#header_right div div#slide_left a:visited {
    display: none;
    width: 10px;
    height: 18px;
    margin: 4px 0 0 17px;
    background: transparent url(../img/slide_left.gif) top left no-repeat;
}

div#header div div div#header_right div#slide_right {
    width: 31px;
    height: 25px;
}

ul#navi {
    padding-left: 5px;
}

ul#navi li {
    display: inline;
    padding-left: 15px;
    font-family: Helvetica;
    font-size: 11px;
}

ul#navi li.act {
    background: transparent url(../img/indicator.gif) 4px center no-repeat;
}

div#header div div div#header_left h1 {
    padding: 0 0 22px 20px;
}

div#header div div#lang_select {
    width: auto;
    height: 10px;
    padding: 15px 60px 50px 0;
    text-align: right;
}

#wrap {
    text-align: center;
    background: #f6f6f6 url(../img/bg.jpg) top left repeat;
    padding-top: 38px;
}

#left_content {
    width: 405px;
    padding-right: 5px;
    float: left;
}

#right_content {
    width: 450px;
    float: left;
}

h2, div#header div div div#header_right h3 {
    color: #063266;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 19px;
    letter-spacing: 0.05em;
}

div#header div div div#header_right h3 {
    color: #666;
    margin: 0;
}

h2.alt {
    color: #C2C809;
    font-size: 11px;
    padding: 20px 0 0px 45px;
    margin-bottom: 8px;
}

h2 a:link,
h2 a:active,
h2 a:visited {
    color: #063266;
}

h2 a:hover {
    color: #c2c809;
}

h3 {
    color: #000;
    line-height: 140%;
}

.clear {
    clear: both;
}

ul#news_list {
    padding-top: 33px;
}

#r_menu {
    padding-top: 27px;
    padding-bottom: 50px;
    background: transparent url(../img/sep_bottom.jpg) bottom center no-repeat;
}

div#r_menu {
    padding-left: 45px;
}

div#r_menu label, div#r_menu span {
    display: block;
    width: 45px;
    float: left;
}

div#r_menu span {
    width: 130px;
}

ul#news_list li, ul#r_menu li {
    padding: 0 0 0px 45px;
}

#gradient h2, #cnct h2 {
    font-size: 11px;
    padding: 27px 0 50px 45px;
}

#cnct h2 {
    padding-bottom: 10px;
}

#gradient, #cnct {
    padding-bottom: 33px;
    background: transparent url(../img/sep_bottom.jpg) bottom center no-repeat;
}

ul#r_menu.small li {
    float: left;
    width: 146px;
}

ul#news_list h2 {
    font-size: 11px;
}

ul#r_menu h2 {
    font-size: 11px;
    margin-bottom: 0;
    padding:    6px 0;
}

ul#news_list li.act {
    background: transparent url(../img/news_act.gif) 16px center no-repeat;
}

ul#r_menu li.act {
    background: transparent url(../img/news_act.gif) 16px 2px no-repeat;
}

ul#news_list li span {
    display: block;
    letter-spacing: 0.1em;
    color: #666;
    line-height: 130%;
    font-size: 11px;
}

ul#partner {
    padding-top: 14px;
}

ul#partner li {
    padding-bottom: 45px;
}

ul#partner li div {
    float: left;
    width: 175px;
}

ul#partner li div.clear {
    float: none;
    width: auto;
    clear: both;
}

ul#partner li p {
    float: left;
    width: 230px;
}

#widgets div {
    width: 198px;
    float: left;
    margin-left: 16px;
    margin-bottom: 18px;
    padding-bottom:17px;
    border-bottom:1px solid #eee;
}

#widgets div.first {
    margin-left: 0;
}

#widgets div div {
    border:none;
    margin: 0;
    min-height: 144px;
    padding-bottom: 9px;
}
* html #widgets div div {height:144px;}

#widgets div a:link,
#widgets div a:active,
#widgets div a:visited {
    float: right;
    display: block;
    width: 37px;
    padding: 6px 35px 6px 13px;
    font-weight: bold;
    font-style: italic;
    background: transparent url(../img/more.gif) right center no-repeat;
    margin-right:8px;
}

#partner li span {white-space:nowrap;}
#krikkit-benefits li {clear:both; margin-bottom:18px;}
#krikkit-benefits li img {float:left; margin:5px 10px 0 0;}
#krikkit-benefits li div {float:left; width:345px;}
#krikkit-benefits li div.clear {clear:both; float:none; width:100%;}

.pad-r {padding-right:10px;}
.pad-r2 {padding-right:20px;}

#widgets h2 {
    text-transform: none;
}

#lang_select label {
    margin-right: 4px;
    margin-left: 10px;
}

#lang_select a img {
    margin-left: 5px;
}

div#header div div#lang_select {
    position: relative;
}

div#header div div#lang_bubble div, div#header div#login_bubble div {
    text-align: left;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    background: transparent url(../img/bubble_bottom.gif) bottom left no-repeat;
    width: 46px;
}

div#header div#login_bubble div {
    background: transparent url(../img/big_bubble_bottom.gif) bottom left no-repeat;
    width: 91px;
}

div#header div div#login_bubble div div {
    background: transparent url(../img/big_bubble.gif) top left no-repeat;
    padding: 12px 5px 3px 6px;
}

div#header div div#login_bubble div div form {
    width: 73px;
}

div#header div div#login_bubble div div form input {
    width: 63px;
    height: 11px;
    padding: 0 5px;
    background: transparent url(../img/input.gif) top left no-repeat;
    font-family: Arial;
    color: #666;
    border: none;
    font-size: 11px;
    margin-bottom: 7px;
}

div#header div div#login_bubble div div form input.btn {
    padding: 1px 3px;
    width: 32px;
    margin-left: 41px;
    cursor: pointer;
    height: 13px;
    text-align: center;
    background: transparent url(../img/btn.gif) top left no-repeat;
}

div#header div div#lang_bubble ul {
    background: transparent url(../img/bubble.gif) top left no-repeat;
    padding-bottom: 3px;
}

div#header div#lang_bubble, div#header div#login_bubble {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 46px;
    z-index: 120;
    display: none;
}

div#header div#login_bubble {
    width: 91px;
    right: 202px;
}

div#header div#login_bubble div form input {
    
}

#lang_bubble li {
    padding-top: 5px;
    padding-left: 8px;
}

#lang_bubble li.act {
    background: transparent url(../img/flags/lang_indicator.gif) 7px 8px no-repeat;
}

div#cnct form {
    padding-left: 45px;
}
div#cnct form div {
    float: left;
}
#msg { padding: 0 0 10px 45px; font-weight: bold; color: #333; }

div#cnct form input, div#cnct form textarea, div#cnct form select {
    margin-top: 6px;
    background: transparent;
    border: 1px solid #143E6E;
    padding: 1px 3px;
    margin-right: 3px;
    width: 169px;
    color: #333;
    font-family: Arial;
    font-size: 11px;
}

div#cnct form input.btn, div#cnct form div.submit input {
    width: 90px;
    color: #fff;
    padding: 1px 0;
    cursor: pointer;
    background: #143E6E;
    border: none;
    margin-left: 265px;
}

div#cnct form input.small {
    width: 79px;
}

div#cnct form input.plz {
    width: 44px;
}

div#cnct form input.ort {
    width: 114px;
}

div#cnct form input.long, div#cnct form textarea {
    width: 349px;
}

div#cnct form textarea {
    height: 100px;
}

div#cnct form .requ {
    background:#B2D3F1;
}

.r_form label { float: left; width: 80px; }

.clear, div#cnct form div div {
    width: auto !important;
    height: auto !important;
    clear: both;
    float: none !important;
}


