/*------Global------*/

html,
body {
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #3a3a3a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #cccccc;
    font-size: 14px;
}
h1 {
    font-size: 2.3em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.0em;
}
h5 {
    font-size: .8em;
}
h6 {
    font-size: .7em;
}
img {
    outline: 0 !important;
}
a {
    outline: 0 !important;
}
#pagewidth {
    width: 990px;
    text-align: left;
    margin: 25px auto 10px;
    background-color: #3a3a3a;
    border-radius: 15px;
    position: relative;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*------Link------*/

.post_title h2 a,
.post_title a:visited,
.post_title a:hover,
.selected a,
#sidebar_r a,
.foot_box a,
.navigation div a,
.post_info a,
.sf-menu a,
.sf-menu a:visited {
    text-decoration: none !important;
}
.sf-menu a,
.sf-menu a:visited {
    color: #bbbbbb;
}
.sf-menu a:hover {
    color: #1690D0;
}
.navigation div a {
    color: #BBBBBB;
}
.selected a {
    color: #A1A1A1 !important;
}
.post_info a {
    color: #BBBCBD;
}
#sidebar_r a:hover {
    color: #6E6F75;
}
.post_info a:hover,
#twitter a {
    text-decoration: underline !important;
}
#Copyright_txt a {
    color: #BBBCBE;
}

.corona {
    color: #c2321e;
    font-size: 19pt;
    line-height: 33pt;
    text-align: center;
    font-weight: bold;
    margin: auto;
}
/*------Header------*/

#header {
    position: relative;
    height: 150px;
    padding: 40px 25px 0;
    z-index: 10;
    margin: 0 5px; 
    color: #cccccc;
}
#header:hover {
    cursor: default;
}
#plant {
    background: rgba(0, 0, 0, 0) url("../images/plantTransparency.png") repeat scroll 0 0;
    height: 191px;
    left: -26px;
    position: absolute;
    top: -1px;
    width: 125px;
}
#logo {
    height: 121px;
    width: 522px;
    left: 110px;
    position: absolute;
    top: 71px;
}
#logo h1 {
    text-indent: -9999px;
}
#logo h2 {
    text-indent: -9999px;
}
#subtitle {
    background: url("../images/subtitle.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    position: absolute;
    right: 16px;
    top: 18px;
    width: 146px;
    display: none;
}
#h_txt {
    font-size: 12px;
    height: auto;
    line-height: 18px;
    right: 0px;
    position: absolute;
    text-align: left;
    top: 21px;
}
#h_txt a {
    text-decoration: none;
    color: #0033cc;
}
#h_txt a:hover {
    text-decoration: none;
    color: #F27A1E;
}
#h_txt pre {
    margin: 5px 0;
}
#h_txt ul {
    margin: 0 0 5px 0;
    text-align: right;
    list-style: none;
}
#h_txt .day {
    width: 120px;
    float: left;
    display: block;
}
#subnav {
    width: 228px;
    height: 32px;
    margin: -5px 0 0 714px;
    position: absolute;
    overflow: hidden;
}
#subnav form input {
    border: none;
    display: block;
}
#subnav_input {
    width: 148px;
    height: 16px;
    margin: 8px 0 0 10px;
    float: left;
    color: #94959A;
    background: #EDEDED;
}
#subnav_submit {
    width: 64px;
    background: none;
    height: 28px;
}
#menu {
    bottom: 24px;
    margin: 1px;
    position: absolute;
    right: 730px;
    top: -34px;
}
#menu ul{
    margin-left: 473px;
    top: -11px;
}

a,
a:visited {
    color: #cccccc;
}

a:hover {
    color: #1690D0;
}

#menu #main_nav {
    left: 460px;
    position: absolute;
    top: -28px; 
}

#menu #main_address{
    background: url('../images/maps_icon.png') 0 0 no-repeat;
    left: -13px;
    padding: 0 0 0 27px;
    position: absolute;
    top: 10px;
    white-space: nowrap;
}

#menu_subnav {
    font-size: 12px;
    left: 94px;
    position: absolute;
    top: 50px;
    white-space: nowrap;
}

#pagewidth form {
    float: left;
    right: 6px;
    position: absolute;
    top: -17px;
}
#pagewidth form input {
    text-indent: -9999px;
    cursor: pointer;
    width: 16px;
    height: 11px;
    border: none;
    background: transparent no-repeat 0 0;
}
#pagewidth form #language_de {
    background-image: url("../images/icons/de.png");
}
#pagewidth form #language_gb {
    background-image: url("../images/icons/gb.png");
}
#pagewidth form #language_us {
    background-image: url("../images/icons/us.png");
}
pre {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    text-align: right;
}
/*------Footer------*/

#footer {
    clear: both;
    margin-top: 40px;
}
#foot_incl {
    margin-left: -1px;
    position: absolute;
}
#foot_line {
    height: 150px;
    display: none;
}
.foot_col {
    width: 220px;
    float: left;
    margin-left: 20px;
    color: #94959A;
}
.foot_col h3 {
    margin-bottom: 12px;
    margin-top: 16px;
}
.foot_box ul {
    font-size: 12px;
    padding: 0;
    list-style: none;
    margin: 0;
}
.foot_box ul li {
    background: url(../images/line_footer.jpg) repeat-x;
    padding: 5px 0;
    list-style: none;
    margin: 0;
    width: 120px;
}
#foot_txt {
    font-size: 12px;
    margin-top: 5px;
}
#icons {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 190px;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 12;
}
#icons li {
    float: left;
}
#icons img {
    border: none;
    float: left;
    margin: 0 6px 0 0;
}
#icons_wpap {
    margin: -32px 0 0 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
#Copyright_txt {
    color: #BBBCBE;
    height: 30px;
    margin: 5px 0 0 25px;
    font-size: 10px;
    width: 945px;
    text-align: left;
}
/*------Flickr & twitter------*/

#flickr {
    width: 252px;
    height: 250px;
    margin-bottom: 35px;
}
#flickr div {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 12px;
    margin-bottom: 12px;
}
#flickr img {
    width: 70px;
    height: 70px;
    border: 0;
}
#twitter_img {
    background: url(../images/twitter_img.png);
    height: 26px;
    width: 36px;
    position: absolute;
    margin: -36px 0 0 150px;
}
.tweet {
    width: 200px !important;
    max-height: 40px !important;
    overflow: hidden;
    font-size: 12px;
    background-position: center;
}
#tweet_last {
    width: 200px;
    padding-top: 14px;
    margin-top: -17px;
    background-position: bottom
}
/*------Top line------*/

#top_line,
#foot_line {
    border-color: #3a3a3a;
    border-style: solid;
    border-width: 1px;
    margin-left: 5px;
    margin-top: 14px;
    width: 978px;
}
#top_line {
    height: 100px;
    margin-top: 22px;
}
#top_line h1 {
    float: left;
    margin: 33px 45px 0 20px;
    padding: 0;
}
#top_line div {
    margin: 26px 0 0 160px;
    font-size: 16px;
    line-height: 22px;
    padding-right: 20px;
    height: 70px;
    overflow: hidden;
}
/*------Frame------*/

#blog_content .img_frame,
#blog_content .img_frame img {
    width: 628px;
}
.card div img{
    background-color: transparent;
    border: medium none;
    left: 33px;
    position: relative;
    top: 10px; 
}
.img_frame_min img {
    padding: 2px !important;
    border: #EBECED solid 1px !important;
    display: block;
    position: absolute;
}
.img_frame img,
.img_frame_min img {
    background-color: #FCFCFC;
    border: #EBECED solid 1px;
    padding: 5px;
    margin: 0;
    z-index: 985;
}
.img_frame {
    clear: both;
}
#gallery_content {
    margin-top: 20px;
    height: 700px;
}
/*------Navigation------*/

.nav_g {
    padding-right: 40px !important;
}
.navigation {
    float: right;
    margin-right: 10px;
    margin-bottom: 20px;
}
.nav_arr a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    display: block;
    margin-top: -2px
}
.navigation div {
    float: left;
    display: inline;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
}
.pages {
    background-color: #f2f2f2;
    border: solid 1px #E0E0E0;
    min-width: 10px;
    margin-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 1px 5px;
}
.selected {
    background-color: #E0E0E0;
    height: 21px !important;
}
/*------Table------*/

table {
    border-top: 1px solid #E0E0E0;
}
td,
th {
    border-bottom: 1px solid #E0E0E0;
    vertical-align: top;
    padding: 12px 20px;
    text-align: center;
}
/*======PAGES======*/

/*------Main page------*/

#main_content {
    height: 235px;
}
#maincol {
    float: right;
    display: inline;
    position: relative;
    width: 965px;
}
.col {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    font-size: 12px;
    color: #cccccc;
}
.col h3 {
    margin: 12px 0 4px 0;
    font-size: 18px;
    color: #ffffff;
}
#hid {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: -15px;
}
#hid_img {
    margin: 14px 0 0 15px;
    z-index: 2;
    display: block;
    position: relative;
}
/*------Portfolio------*/

.gall_b {
    width: 220px;
    z-index: 2;
    position: absolute;
    height: 120px;
    overflow: hidden;
}
.gall_b img {
    border: none;
    cursor: pointer;
}
.gallery {
    width: 220px;
    height: 200px;
    margin: 20px 20px 0 0;
    float: left;
    overflow: hidden;
    background: url(../images/preload.gif) 50% 25% no-repeat;
}
.gallery h3 {
    margin: 134px 0 2px 0;
}
/*------Blog------*/

#blog_content,
#page_content {
    float: left;
    margin-top: 20px;
    margin-right: 50px;
}
#blog_content {
    width: 650px;
}
#sidebar_r {
    width: 240px;
    height: auto;
    float: left;
    margin-top: 20px;
    clear: right;
}
#sidebar_r ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 36px
}
#sidebar_r ul li {
    background: url(../images/line_sidebar_r.jpg) repeat-x;
    padding: 5px 20px;
}
#sidebar_r h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
.bg_arrow {
    background: url(../images/arrow_blog.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 6px 0 0 -16px;
}
.year {
    margin-top: -10px !important;
}
.h_date {
    height: 20px;
    margin-top: 20px;
    clear: right;
}
.post_title h2 {
    width: 574px;
    margin-bottom: 16px;
    padding: 0;
    float: left;
    font-size: 24px;
}
.post_date h2 {
    margin-top: 2px;
}
.post_date {
    float: left;
}
.post_date h5 {
    margin: 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
}
.post_date h5 h5 {
    font-size: 11px;
}
.post_info {
    font-size: 10px;
    width: 640px;
    margin-top: -2px;
    color: #BBBCBD;
    height: 24px;
}
.post_info_l {
    float: left;
    width: 540px;
}
.post_info_r {
    float: left;
    width: 96px;
    text-align: right
}
.snap_preview {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    height: 100px;
}
/*------Contact Form------*/

#contact-wrapper {
    width: 560px;
    height: 380px;
    float: left;
    margin-right: 60px;
    margin-top: 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#contact-wrapper label {
    display: block;
    float: left;
    margin-top: -4px;
    width: 140px;
}
#contact-wrapper div {
    margin-bottom: 22px;
    clear: both;
}
#contact-wrapper div span {
    margin-top: -6px;
    display: block;
    color: #D3D4D5;
    font-size: 10px;
}
form#contactform input,
form#contactform textarea {
    border-color: #D0D2D3 #FBFBFB #FBFBFB #D0D2D3;
    background: #EDEDED;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    color: #94959A;
    background: url(../images/input_shadow.png) repeat-x #EDEDED;
    width: 390px;
}
form#contactform textarea {
    height: 160px;
}
#contact_info {
    width: 320px;
    height: auto;
    float: left;
    clear: right;
}
.error {
    width: 390px !important;
    padding-top: 4px;
    color: #FF884C !important;
    margin: 0;
}
#loading {
    background: url(../images/preload_min.gif);
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 12px !important;
    display: none;
}
#sub {
    width: 74px !important;
    height: 34px !important;
    border: none !important;
    margin: 8px 0 0 40px !important;
    color: #CDD0D3 !important;
    background: url(../images/button.png) no-repeat center !important;
}
#l_b {
    width: 120px !important;
    float: right !important;
    margin: -20px 8px 0 0 !important;
}
#mes {
    height: 184px;
}
#address {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px
}
#contact_box {
    height: 480px;
    margin-top: 60px;
}
/*------Page Content------*/

#page_content {
    width: 640px;
    padding-right: 10px;
    padding-top: 20px;
}
#page_content h2,
#page_content h3,
#page_content h4,
#page_content h5,
#page_content h6 {
    margin: 0;
    margin-bottom: 20px
}
.img_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.img_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
#pagewidth #maincol .jobs_content {
    float: none;
    margin: 20px 0 0;
    padding-right: 10px;
    padding-top: 24px;
    text-align: center;
    width: auto;
}

#ccimg {
    position: relative;
    top: 70px;
}
#pagewidth .impressum_content {
    position: relative;
    text-align: justify;
    top: -30px;
    width: 500px;
}    
#pagewidth .impressum_content h3 {
    margin-bottom: 3px;
}
#pagewidth .impressum_content p {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 0 0 10px;
}

