/* 
Author: Marijan Barkic <marijan.barkic@gmail.com>
Version: 1.0
Last Update: 26.08.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: #375b9c;
}

ul li {
    padding-bottom: 3px;
    margin: 0;
    list-style: disc;
    margin-left: 30px;
}

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

#container {
    background: transparent url(../img/footer_white.jpg) top center no-repeat;
    min-height: 676px;
}

#header {
    margin: 0 auto;
    width: 900px;
    padding: 0 50px;
    position: relative;
}

#homelink {
    display: block;
    position: absolute;
    width: 191px;
    height: 35px;
    top: 22px;
    left: 23px;
}

#header h1 {
    display: none;
}

ul#navi {
    margin: 0 auto;
    width: 620px;
    padding: 0 0 0 280px;
    text-align: right;
    height: 57px;
    background: #fff url(../img/logo.gif) 23px 22px no-repeat;;
}

ul#navi li, ul#footer li, ul#menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#navi li {
    padding: 35px 32px 0 10px;
    height: 13px;
    float: right;
    background: transparent url(../img/mnu/border-left.gif) top left no-repeat;
}

ul#navi li.act {
    background-image: url(../img/mnu/border-left-active.gif);
}

#wrap {
    text-align: left;
    width: 900px;
    margin: 0 auto 3px auto;
    padding: 334px 50px 0 50px;
    background: transparent url(../img/headers/01.jpg) 50px 0px no-repeat;
}

.lh {
    line-height: 180% !important;
}

ul#footer {
    text-align: left;
    margin-top: 26px;
    padding-bottom: 15px;
    color: #999;
    border-top: 1px solid #dfdfdf;
    padding-top: 14px;
    font-size: 9px;
}

ul#footer a:link,
ul#footer a:active,
ul#footer a:visited {
    color: #999;
}

ul#footer a:hover {
    color: #375b9c;
}

ul#footer li {
    display: inline;
    float: left;
    padding: 0 30px 0 10px;
}

ul#footer li.fr {
    float: right;
}

.clear {
    width: auto;
    display: block;
    float: none;
    clear: both;
}

#widgets a:link,
#widgets a:active,
#widgets a:visited {
    display: block;
    background: #fff url(../img/widget_bg.jpg) bottom right no-repeat;
    width: 180px;
    height: 245px;
    padding: 19px 15px 35px 25px;
    float: left;
    margin-right: 5px;
}

#widgets a:hover {
    background-image: url(../img/widget_bg_hover.jpg);
    color: #666;
}

#wigets .last, #widgets span {
    margin: 0;
}

#widgets span {
    display: block;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 36px 0 0 0;
    width: auto;
    height: auto;
    float: none;
}

#widgets span.title {
    display: none;
}

h2 {
    font-size: 18px;
    margin-bottom: 18px;
}

ul#menu {
    margin-top: -3px;
}

ul#menu li {
    margin-bottom: 4px;
    margin-left: -28px;
    padding: 3px 0 3px 28px;
}

ul#menu li.act {
    background: transparent url(../img/arrow.gif) left center no-repeat;
}

a.closeBtn:link,
a.closeBtn:active,
a.closeBtn:visited {
    display: none;
    width: 27px;
    height: 27px;
    background: transparent url(../img/zoom_out.png) top left no-repeat;
    top: -11px;
    right: -11px;
    z-index: 15;
    position: absolute;
}

#left, #right, .lside {
    background: #fff;
    width: 180px;
    padding: 19px 15px 35px 25px;
    float: left;
    margin-right: 7px;
}

#right {
    margin-right: 0px;
    width: 633px;
}

#right div {
    float: left;
}

.imprint div {
    margin-bottom: 30px;
}

#right div div#gallery {
    width: 180px;
}

#right div div#gallery div {
    margin-bottom: 40px;
    position: relative;
}

#right div div#text {
    width: 425px;
    margin-right: 22px;
}

#right div div#gallery img {
    border: 1px solid #c8c8c8;
    width: 179px;
    position: relative;
}

#contact {
    width: 407px;
    height: 620px;
    background: #fff url(../img/widget_bg.jpg) bottom right no-repeat;
}

#contact form {
    margin-top: 35px;
}

#contact form div label, .loginform label {
    display: block;
    width: 100px;
    float: left;
}
#contact form div .error-message {
    padding-left: 100px;
    color: #375b9c;
    font-size: 10px;
}

#contact form div, .loginform div {
    margin-bottom: 4px;
}

#contact form div.text input, #contact form div textarea, .loginform div.text input, .loginform div.password input {
    width: 270px;
    height: 16px;
    padding: 4px 6px 0 6px;
    background: transparent url(../img/input_bg.jpg) top left no-repeat;
    border: none;
    font-family: Arial;
    font-size: 11px;
    color: #fff;
}

#contact form div.radio {
    padding-top: 5px;
}

#contact form div.radio input {
    width: auto;
}

#contact form div textarea {
    height: 92px;
    padding-bottom: 6px;
    background: transparent url(../img/textarea_bg.jpg) top left no-repeat;
    line-height: 150%;
    resize: none;
}

#contact form div.submit {
    text-align: right;
}

.loginform div.submit {
    padding-top: 15px;
    padding-left: 330px;
}

#contact form div.submit input, .loginform div.submit input {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-right: 30px;
}

#c_map {
    width: 446px;
    height: 674px;
    background: #fff;
    float: left;
    margin-top: -3px;
}

div.map_inner_w {
    padding-right: 15px;
    padding-left: 62px;
    text-align: left;
    padding-top: 6px;
    height: 50px;
    background: transparent url(../img/waagen.jpg) 12px center no-repeat;
}