/*
Theme Name: Skyye News Theme
Theme URL: http://www.elevatethemes.com/themes/skyye-news
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.0
Description: Skyye News is a free premium-quality theme, designed to display stories in a news/magazine style layout.  Once activated, please go to the <a href="?page=theme-options.php">settings page</a> and configure this theme.
Tags: blue, white, news, magazine, theme options, custom header

This theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*#################################################################
This is the main stylesheet.  It handles nearly all the structural
styles for this theme, with the exception of the print styles.

Please **DO NOT MODIFY** this file!!! If you would like to make custom
modifications to the CSS, please make them within a child theme.
Any styles you declare there will override the styles in this file.
This will help you retain custom mods if/when you need to upgrade this theme.

Don't say I didn't warn you.
###################################################################*/

html, body { margin: 0; padding: 0; }

body {
        background: url(images/body-bg-inner.jpg) top center repeat-x;
        color: #333;
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.7;
        margin: 0; padding: 0;
}


.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
                Built in WordPress Styles
*********************************************/
.aligncenter,
div.aligncenter {
        display: block;
        margin-top: 0px;
        margin: 0 auto;
        margin-top: 10px;
        border: 0px solid #DDDDDD;
}
.alignleft {
        float: left;
        border: 0px solid #DDDDDD;
        margin: 10px 0px 0px 10px;
}
.alignright {
        float: right;
        border: 0px solid #DDDDDD;
        margin: 10px;
}
.wp-caption {
        border: 0px solid #ddd;
        text-align: center;
        padding-top: 0px;
        margin: 10px;
}
.wp-caption img {
        margin: 0;
        padding: 3px;
        border: 1px solid #DDDDDD;
}
.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}


/*********************************************
                Link Styles
*********************************************/
a {
        color: #095ca2;
        text-decoration: underline;
}
a:hover { color: #156da9; text-decoration: underline; }

/*********************************************
                Text Elements
*********************************************/
p, ul, ol, blockquote {color: #434343;}
ol, ul {
        margin: 5px 35px;
}
blockquote {
        margin: 0px 0px 0px 15px;
        padding: 0px 45px 0px 50px;
        background: url(images/quote.gif) no-repeat;
        font-style: italic;
        color: #999;
}
img { border: 1px solid #DDDDDD; background: none; padding: 3px; margin: 0 auto;}
p {
        padding: 0px 0px 10px 0px;
        margin: 0px;
}
/*********************************************
                Header Styles
*********************************************/
h1,h2,h3,h4 {
        font-family: Arial, Helvetica, Sans-Serif;
        font-style:italic;
        font-weight:normal;
        color: #095ca2;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
h5,h6 {
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: normal;
        color: #095ca2;
}
h1 { /* This style used as title on single posts and pages */
        font-size: 25px;
        margin: 0px; padding: 0px;
        font-weight:bold;
}
h2 { /* This style used as header in the sidebars */
        font-size: 22px;

}
h3 { /* This style used as the post titles on homepage/archive */
        font-size: 20px;
        padding: 10px 0px 5px 0px;
        margin: 0px;

}
h3 a {
        text-decoration: none;
}
h3 a:hover {
        text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
        font-size: 18px;
        margin: 0px; padding: 0px;
}
h5 {
        font-size: 16px;
}
h6{
        font-size: 14px;
}

/*********************************************
                Search Form Styles
*********************************************/
#searchform {
        height:30px;
        width:190px;
        float: left;
        margin: 8px 0px 0px 5px;
}
#searchform #s{
        background: url(images/headersearch-bg.png) no-repeat ;
        height: 20px;
        width: 155px;
        padding: 7px 10px 0px 25px;
        color: #999999;
        border: none;
}
#searchform #searchsubmit {
        display: none;
}


/*********************************************
                Container Div
*********************************************/
#container {
        text-align: left;
    margin: 0px auto; padding: 0px;
    width: 960px;
}

/*********************************************
                Header Styles
*********************************************/
#header {
        color: #FFF;
        width: 960px;
        margin: 0 auto; padding: 0;
        font-size: 30px;
        line-height: 1.1;
        height: 100px; border:0px solid green;
}
#header a {
        display: block;
        overflow: hidden;
}
#header #title {
        float: left;
}
#headerright {
        color: #FFF;
        width: 207px; height: 40px;
        margin: 0; padding: 9px 0 0 0;
        float: right;
}
#headerright a.cart {
        background: url(images/shopping-cart.png) no-repeat top right;
        display: block; font-size:12px;
        width: 140px; height: 20px;
        text-indent: 0;
        overflow: hidden;
        color: #CCC;
}
#site-title {
        margin-right: 270px;
        padding: 30px 0 0;
        font-family: Arial, Helvetica, Sans-Serif;
        font-style:italic;
        font-weight:bold;
}
#site-title a {
        color: #ffffff;
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
        text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
        color: #ffffff;
}
#site-description {
        color: #e1e1e1;
        font-size: 16px;
        margin: 0;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight:bold;
}

/*********************************************
                Horizontal Navigaion Styles
*********************************************/
/******************************
The top-level stuff
*******************************/
/* This is style for the main #menu nav (the black) */
#menu {
        background: url(images/nav-bg.jpg) top center no-repeat;
        width: 960px; clear: both;
        margin: 0 0 28px 0; padding: 0;
        font-size: 14px;
        overflow: auto;
        height: 44px;
}
#menu ul {
        float: left;
        list-style: none;
        margin: 0; padding: 0;
}
#menu li {
        background: url(images/nav-bevel.gif) top right no-repeat;
        float: left;
        list-style: none;
        margin: 0; padding: 0;
}
#menu li .page_item{
        background: url(images/nav-bevel.gif) top right no-repeat;
        float: left;
        list-style: none;
        margin: 0; padding: 0;
}


#menu li.page_item a {
        color: #0000000;
        display: block; position: relative;
        font-size: 11px;
        font-weight: bold;
        margin: 0px 1px 0px 0px; padding: 0px 20px 0px 20px;
        height: 43px; line-height: 43px;
        text-decoration: none; text-align: center; text-transform: uppercase;
}
#menu li a img {
        margin: 0; padding: 0;
        display: inline;
}
#menu li.page_item.current_page_item,
#menu li.page_item a:hover {
        background: url(images/nav-over.gif) top repeat-x;
        border-right-width:0px;
        border-right-style:solid;
        border-right-color:#dddddd;
        margin: 0px 1px 0px 0px;
}
#menu li.page_item.current_page_item,
#menu li.page_item a:active {
        background: url(images/nav-over.gif) top repeat-x;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#d6d6d6;
        margin: 0px 0px 0px 0px;
}
/* home button */
#menu li a {
        color: #0000000;
        display: block; position: relative;
        font-size: 11px;
        font-weight: bold;
        margin: 0px 0px 0px 0px; padding: 0;
        width: 108px; height: 43px; line-height: 43px;
        text-decoration: none; text-align: center; text-transform: uppercase;
}

#menu li.current_page_item,
#menu li a:hover {
        background: url(images/nav-home-over.jpg) top no-repeat;
}

#menu li.current_page_item,
#menu li a:active {
        background: url(images/nav-home-over.jpg) top no-repeat;
}


/* second level stuff */
#menu li ul {
        z-index: 9999;
        position: absolute;
        left: -999em;
        height: auto;
        width: 200px;
        margin: 0; padding: 0;
}
#menu li li {
        padding: 0;
}
#menu li li a {
        width: 140px; height: 25px;
        float: none;
        margin: 0; padding: 0 10px;
        background: #e9e9e9;
        text-align: left;
        text-transform: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        border-right: 1px solid #b9b9b9;
        border-left: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
}
#menu li li.current_page_item a,
#menu li li a:hover {
        background: #FFFFFF;
}
#menu li ul {
        z-index: 9999;
        position: absolute;
        left: -999em;
        height: auto;
        width: 190px;
        margin: 0; padding: 0;
}
#menu li ul ul {
        margin: -30px 0 0 189px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
        left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
        left: auto;
}
#menu li:hover,
#menu li.sfhover {
        position: static;
}
#menu .dropdown1 {
        background: url(images/drop-down-arrow.png) no-repeat;
        width: 8px; height: 4px;
        display: block;
        margin: 0; padding: 0;
        position: absolute;
        top: 19px;
        right: 25px;
        overflow: hidden;
        text-indent: -999em;
}
#menu .dropdown2 {
        background: url(images/drop-down-arrow.png) no-repeat;
        width: 8px; height: 4px;
        display: block;
        margin: 0; padding: 0;
        position: absolute;
        top: 19px;
        right: 17px;
        overflow: hidden;
        text-indent: -999em;
}
a > .dropdown2 {  /* give all except IE6 the correct values */
        top: 9px;
        background-position: 0 -100px; /* use translucent arrow for modern browsers*/
        }
a > .dropdown1 {  /* give all except IE6 the correct values */
        top: 9px;
        background-position: 0 -100px; /* use translucent arrow for modern browsers*/
        }

/*********************************************
                Breadcrumb Nav
*********************************************/
#breadcrumb {
        padding: 0px 0px 10px 0px;
}
#breadcrumb,
#breadcrumb a {
        color: #999;
        font-size: 11px;
        text-decoration: none;
}
#breadcrumb a:hover {
        color: #333;
        text-decoration: underline;
}

/*********************************************
                Content Div
*********************************************/
#content {
        float: left;
        margin: auto 0; padding: 0px;
        width: 620px;
        display: block;
        overflow: hidden;
}

/*********************************************
                Feature Div
*********************************************/
#feature {
        display: block;
        float: left;
        margin: 15px 0px 10px 0px; padding: 10px;
}
#feature a {
        color: #095ca2;
}
#feature a:hover {
        color: #095ca2;
}
#feature img {
        display: block;
        margin: 0px auto; padding: 3px;
}
#feature h3.title {
        font-weight: normal;
        margin: 0px; padding: 0px;
}
#feature .meta {
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        color: #DDD;
}
#feature p {
        color: #EEE;
        font-size: 13px;
        line-height: 20px;
        text-align: justify;
        margin: 0px; padding: 10px 0px 0px 0px;
}

/*********************************************
                Headlines Div
*********************************************/
#headlines {
        display: block; clear: both;
        margin: 0px 0px; padding: 10px 0px 0px 0px;
}
#headlines h3.title {
        font-size: 22px;
        font-weight: bold;
        margin: 0px; padding: 0px;
}
#headlines h3.title a {
        text-decoration: none;
}
#headlines h3.title a:hover {
        text-decoration: underline;
}
#headlines .post {
        clear: both;
        margin: 0px 0px 0px 0px; padding: 10px 0px 15px 0px;
        border: 0px solid #DDDDDD;
}
#headlines a {
}
#headlines a:hover {
}
#headlines img {
        display: block;
        margin: 0 auto;
        border: 1px solid #DDDDDD; background: none; padding: 3px;
}
#headlines .meta {
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        color: #888;
}
#headlines p {
        line-height: 20px;
        margin: 0px 0px 0px 0px; padding: 0px;
        text-align: justify;
}

#headlines .post .infos {
        margin: 10px 0px 0px 0px; padding: 5px 0px 5px 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color:#e8eaed;
}

/*********************************************
                Single Post Styles
*********************************************/
#post .meta {
        clear: both;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        color: #888;
        margin: 0px; padding: 0px 0px 0px 0px;
}
#post .alignleft,
.page .alignleft {
        float: left;
        margin: 10px 10px 10px 0px;
}
#post .alignright,
.page .alignright {
        float: right;
        margin: 10px 0px 10px 10px;
}
#post p, #post li,
.page p, .page li {

}
/* post subheading styles */
#post h2, #post h3, #post h4, #post h5
.page h2, .page h3, .page h4, .page h5
{
        background: none;
        border: none;
        font-weight: normal;
        text-transform: none;
        margin: 0px;
        padding: 0px;
}
#post h2 {
        font-size: 22px;

}

#post h3 {
        font-size: 20px;
}
#post h4 {
        font-size: 18px;
}
#post h5 {
        font-size: 16px;
}
#post .meta-bottom {
        border-top: 2px solid #333;
        margin: 10px 0px 0px 0px; padding: 10px 10px;
}
#post .meta-bottom .left {
        display: block;
        float: left;
        list-style:none;
}
#post .meta-bottom h4 {margin: 5px 0px 0px 0px; padding: 0px; }
#post .meta-bottom .left li{background: url(images/footerblock-li.gif) 0 5px no-repeat; padding:4px 0 4px 23px;}
#post .meta-bottom .left li a:link, #post .meta-bottom .left  li a:visited { text-decoration: none;}
#post .meta-bottom .left li a:hover, #post .meta-bottom .left li a:hover{ text-decoration: underline;}

#post .meta-bottom .right {
        display: block;
        float: right;
        width: 48%;
}

#post img,
.page img {
        border: 0px solid #DDDDDD;
        background: none;
        padding: 3px;
        margin: 0 auto;
}

#post .infos {
        margin: 10px 0px 0px 0px; padding: 5px 5px 5px 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color:#e8eaed;
}
/*********************************************
                Angebot Styles
*********************************************/

#post .angebot {
        margin: 10px 0px 0px 0px;
         border: 0px solid #ccc;
          vertical-align: middle;
         width: 100%;
}

#post .angebot p {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        border: 0px solid #ccc;
        line-height: 1.2;
}

#post .angebot-bild {
        margin: 0px 5px 0px 0px;
        border: 0px solid #ccc;
        float: left;
}

#post .angebot-details {
        margin: 25px 0px 0px 10px;
        border: 0px solid #ccc;
        vertical-align: middle;
        float: left;
}

#post .angebot-details img {
        padding: 0px;
}

#post .angebot-hinweis {
        margin: 0px 0px 0px 5px;
        padding: 5px 0px 0px 5px;
        border: 0px solid #ccc;
        clear: both;
        float: left;
}

#post .button-red {
        margin: 0px 0px 0px 0px;
        border: 0px solid #ccc;
        float: left;
}

#post .button-red a:link, #post .button-red a:visited {
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        display: block;
        height: 100%;
        margin: 0px 5px 5px 5px;
        padding: 8px 12px;
        border: 1px solid #76151a;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        box-shadow:  1px 1px 5px rgba(0,0,0,0.3);
        white-space:nowrap;
        background-color: #93063b;
        background-image: -moz-linear-gradient(#b03238, #93063b);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b03238), to(#93063b));
        background-image: -webkit-linear-gradient(#b03238, #93063b);
        background-image: -o-linear-gradient(#b03238, #93063b);
        background-image: -ms-linear-gradient(#b03238, #93063b);
        -pie-background: linear-gradient(#b03238, #93063b);
        background-color: #93063b;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#post .button-red a:hover {
        background: #b03238;
        color: #ffffff;
}

.product-content {
        margin: 15px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

   .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }

  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }


.thumbnail {
    margin: 0px 0px 15px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);
    border-radius: 4px 4px 4px 4px;
    inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow:  0px 1px 0px rgba(255, 255, 255, 0.2);
}

.btn:focus {
    outline: thin dotted rgb(51, 51, 51);
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}

.btn:focus {
        outline: none;
}


[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
.btn-info {
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(73, 175, 205);
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info {
        background-image: linear-gradient(to top, #02c1f0, #0082ff);
    background-image: -moz-linear-gradient(#02c1f0, #0082ff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#02c1f0), to(#0082ff));
    background-image: -webkit-linear-gradient(#02c1f0, #0082ff);
    background-image: -o-linear-gradient(#02c1f0, #0082ff);
    background-image: -ms-linear-gradient(#02c1f0, #0082ff);
    -pie-background: linear-gradient(#02c1f0, #0082ff);
}

a.btn, a.btn:hover, a.btn:focus, a.btn:active{
        color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-color: #0082ff;
}

.btn-success {
background-color: rgb(91, 183, 91);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        background-image: linear-gradient(to top, #51a351, #50d53f);
        background-image: -moz-linear-gradient(#50d53f, #51a351);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#50d53f), to(#51a351));
    background-image: -webkit-linear-gradient(#50d53f, #51a351);
    background-image: -o-linear-gradient(#50d53f, #51a351);
    background-image: -ms-linear-gradient(#50d53f, #51a351);
    -pie-background: linear-gradient(#50d53f, #51a351);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #51A351;
}


.product-content .table {
        margin-bottom: 15px;
        border: 1px solid rgb(221, 221, 221);
        width: 100%;
}

.product-content .table-bordered th,.product-content .table-bordered td {
    border: 1px solid rgb(221, 221, 221);
}
.product-content .table-condensed th,.product-content .table-condensed td {
    padding: 2px 5px;
}
.product-content .table th,.product-content .table td {
    line-height: 20px;
    text-align: left;
    border-top: 1px solid rgb(221, 221, 221);
}

/*********************************************
                Share Links Styles
*********************************************/
ul#share {
        margin: 0px; padding: 0px;
        list-style-type: none;
}
ul#share li {
        margin: 0px; padding: 0px 0px 0px 20px;
}
ul#share li.comments {
        background: url(images/share/comments.png) left 50% no-repeat;
}
ul#share li.stumble {
        background: url(images/share/stumble.png) left 50% no-repeat;
}
ul#share li.digg {
        background: url(images/share/digg.gif) left 50% no-repeat;
}
ul#share li.delicious {
        background: url(images/share/delicious.gif) left 50% no-repeat;
}
ul#share li.facebook {
        background: url(images/share/facebook.gif) left 50% no-repeat;
        border: none;
}

/*********************************************
                Search Results Styles
*********************************************/
.search-results h3.title {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 14px;
        font-weight: bold;
        margin: 0px; padding: 10px 0px 0px 0px;
}
.search-results p {
        margin: 0px; padding: 0px;
}
.search-results p.permalink {
        margin: 0px; padding: 0px 0px 10px 0px;
        color: #008f00;
        font-size: 12px;
        font-weight: bold;
}

/*********************************************
                Previous/Next Page Navigation
*********************************************/
.page-nav {
        clear: both; /* To clear any floats */
        margin: 10px 0px;
        padding: 10px 0px;
}
.page-nav a {
        text-decoration: none;
}
.page-nav a:hover{
        text-decoration: underline;
}
.nav-previous {
        width: 249px;
        float: left;
        text-align: left;
}
.nav-next {
        width: 249px;
        float: right;
        text-align: right;
}

/*********************************************
                Sidebar Div
*********************************************/
#sidebar {
        display: block;
        float: right;
        width: 320px;
        margin: 16px 0 0 20px;
        font-size: 12px;
        overflow: hidden;
}
#sidebar h4 {
        clear: both;
        font-size: 15px;
        color: #095ca2;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0px 0px 10px 0px; padding: 5px 0px;
}
#sidebar h4 a {
        text-decoration: none;
}
#sidebar h4 a:hover {
        text-decoration: underline;
}
#sidebar h4 img {
        display: none;
}

#sidebar #welcome {
        border: 4px solid #e4e4e4;
        padding: 8px;
        text-align: justify;
}
#welcome h2{
        text-align: center;
        margin: 0px 0px; padding: 0px;
}
#sidebar #feed {
        border: 4px solid #e4e4e4;
        padding: 8px;
        margin: 10px 0px;
}
#sidebar #feed a.subrss {
        display: block;
        line-height: 40px;
        font-size: 28px;
        text-decoration: none;
        background: url(images/rss.png) left 50% no-repeat;
        margin: 0px; padding: 0px 0px 0px 48px;
}
#sidebar #feed .subemail {
        margin: 10px 0px 0px 0px;
}
#sidebar #feed .subemail .textbox {
        border: 1px solid #e4e4e4;
        padding: 4px;
        width: 200px;
}
#sidebar #feed .subemail .submitbutton {
        background: #0880a5;
        color: #FFF;
        border: 1px solid #002647;
        padding: 3px;
}

#sidebar embed, #sidebar object {
        width: 340px; height: 280px;
        margin: 0px; padding: 0px;
}
#sidebar .button {
        display: block; float: left;
        text-align: center;
        padding: 0px 0px 20px 30px;
}
#sidebar .adsense {
        border: none;
        margin: 10px 0px; padding: 0px;
        width: 250px;
        overflow: hidden;
}
#sidebar .widget {
        clear: both;
        margin: 10px 0px; padding: 0px;
}
#sidebar .widget ul {
        list-style-type: disc;
        font-size: 13px;
        margin: 0px; padding: 0px 0px 0px 25px;
}
#sidebar .widget ul li {
        margin: 0px; padding: 0px 0px 5px 0px;
}
#sidebar .widget p,
#sidebar .widget .textwidget {
        line-height: 17px;
        margin: 0px; padding: 0px 0px 10px 0px;
}
#sidebar img {
        text-align: center;
        margin: 5px 0px; padding: 0px;
}

#kategorie {
        text-align: left;
        margin: 10px 0px 20px 0px; padding: 0px;
        border: 0px solid #e4e4e4;
        overflow: hidden;
}

#kategorie h2{
        text-align: center;
        margin: 0px 0px; padding: 0px;
}

#kategorie .left {
        float: left;
        width: 158px;
         padding:0px;
         border:0px dotted #000000;
}

#kategorie .right {
         padding:0px;
         border:0px dotted #000000;
}

#kategorie .catr {
         padding:0px;
         border: 1px solid #dedede;
         margin: 0px 0px 2px 161px;
}
#kategorie .catl {
         padding:0px;
         border: 1px solid #dedede;
         margin: 0px 2px 2px 0px;
}

#kategorie li {
        list-style-type: disc;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
}

#kategorie li a {
        color: #01426f;
        text-decoration: none;
        display: block;
        padding: 4px 0px 3px 0px;
}
#kategorie li a:hover {
         color: #ffffff;
         text-decoration: none;
         background-color: #156da9;
         padding: 4px 0px 3px 0px;
}


#kategorie a {
        color: #01426f;
        text-decoration: none;
        display: block;
        padding: 4px 0px 3px 20px;
}
#kategorie a:hover {
        color: #ffffff;
         text-decoration: none;
         background-color: #156da9;
         padding: 4px 0px 3px 20px;
}

#artikel {
        margin: 20px 0px; padding: 8px;
        border: 4px solid #e4e4e4;
        overflow: hidden;
}

#artikel h2{
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#artikel li{
        margin: 0px 0px; padding: 0px;
        list-style:none;
}

#kommentare {
        margin: 20px 0px; padding: 8px;
        border: 4px solid #e4e4e4;
        list-style:none;
}

#kommentare h2{
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#kommentare li{
        margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;
        list-style:none;
        text-align: justify;
}

#kommentare ul{
        margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
        list-style:none;
        text-align: justify;
}



/*********************************************
                Comment Styles
*********************************************/
div.comment-admin{
         background:#e8eaed;
         border:#ccc 1px solid;
         padding:10px 25px 19px 25px;
         margin:0 0 21px 0;
         line-height:180%;
}
div.comment-admin div.time-comments{
         border-bottom:#CCC 1px solid;
         padding:0 0 3px 0;font-size:100%;
         margin:0 0 10px 0;
}

div.comment-admin div.time-comments .commentnumber{
float: right;
}

div.comment-admin img{
         float:left;padding:4px;
         border:#ccc 1px solid;
         margin:5px 20px 15px 0;
}
div.comment-admin img.avatar{
         float:left;padding:4px;
         border:#ccc 1px solid;
         margin:5px 15px 10px 0;
}
div.comment p img.wp-smiley{
         padding:0;
         background:none;
         float:inherit;
         margin:0;
}
div.comment-admin p img.wp-smiley{
         padding:0;
         background:none;
         float:inherit;
         margin:0;
}
div.comment-admin ul{
         margin:10px 0 10px 20px;
         padding:0;
}
div.comment-admin ul li{
         margin:0;
         padding:0;
         list-style:disc;
}
div.comment-admin ol{
         margin:10px 0 10px 30px;
         padding:0;
}
div.comment-admin ol li{
         margin:0;
         padding:0;
         list-style:decimal;
}
div.comment-admin p{
         margin:10px 0px 0px 80px;
         padding:0;
}
div.comment-admin blockquote, div.comment-admin pre{
         margin:15px 0px 0px 80px;
         padding:1px 15px 1px 15px;
         border-left:5px solid #900;
         background:#Fff;
         font-family:'Courier New', Courier;
}

div.comment-admin blockquote p{
         margin:10px 0px 0px 0px;
         padding:0;
}

div.comment-admin blockquote cite{
         margin:5px 0 0;
         display:block;
}
div.comment-admin code{
         font:1em 'Courier New', Courier, Fixed;
         padding:10px 15px;
         border:1px dashed #BBB;
         background:#Fff;
         display:block;
         margin:15px 0px;
}
div.comment-admin quote{
         font:1em 'Courier New', Courier, Fixed;
         padding:10px 15px;
         border:1px solid #BBB;
         background:#Fff;
         display:block
         ;margin:15px 0px;
}
div.comment-admin quote code{
         padding:0;
         border:none;
         display:block;
         margin:0px;
}

#respond {
        overflow: hidden;
}
#respond #commentform {
        margin: 5px 0px 0px 0px;
        padding: 0px;
        overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
        width: 50%;
        margin: 0px 0px 5px 0px; padding: 5px;
        background-color:#e8eaed;
}
#respond #commentform #comment {
        width: 98%;
        margin: 10px 0px 15px 0px; padding: 5px;
        background-color:#e8eaed;
}

/*********************************************
                Footer Styles
*********************************************/
#footer {
        background: url(images/footer-bg2.jpg) top center repeat-x;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        margin: 0px 0px 0px 0px; padding: 30px;
        color: #FFF;
        text-align: center;
}
#footerwrap {
        width: 980px;
        margin: 0px auto;
        text-align: left;
}

#footer p {
        color: #FFF;
        text-decoration: none;
        padding: 20px;
}

#footerwrap #footerblock-a{float:left;width:295px;padding:10px 15px; background:url(images/footerblock-sep.jpg) right 10px no-repeat;}
#footerwrap #footerblock-b{float:left;width:295px;padding:10px 15px; background:url(images/footerblock-sep.jpg) right 10px no-repeat;}
#footerwrap #footerblock-c{float:right;width:295px;padding:10px 15px;}

#footerwrap ul{padding:0px;margin:0px 10px;list-style:none;float:left; color: #FFF;}
#footerwrap ul li{background: url(images/footerblock-li.gif) 0 5px no-repeat;padding:4px 0 4px 23px;}
#footerwrap ul li a:link, div#footerwrap ul li a:visited {color:#FFF; text-decoration: none;}
#footerwrap ul li a:hover, div#footerwrap ul li a:hover{color:#fff; text-decoration: underline;}

div#footerwrap h3{background:url(images/footer-h3.jpg); color:#fff;}

#footer a {
        color: #FFF;
        text-decoration: none;
}
#footer a:hover {
        color: #FFF;
        text-decoration: underline;
}