/* Allgemeine Festlegungen */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    height: 100%;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Grundlayout / Aussenrahmen */
div#main {
    width: 954px;
    margin: 0 auto;
}

div#ad {
    width: 728px;
    margin: 8px auto;
}

div#blog {
    width: 950px;
    padding: 0 1px;
    margin-bottom: 3em;
    background-color: #FFF;
    border-left: 1px solid #9da1b8;
    border-right: 1px solid #9da1b8;
    background-image: url(../img/static/bg-blog.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#head {
    background-image: url(../img/static/bg-head.gif);
    background-repeat: repeat-x;
    height: 112px;
    padding: 5px 0 8px 0;
}

img#logo {
    float: left;
}

div#tagcloud {
    font-weight: bold;
    color: #697080;
    line-height: 1.8em;
    height: 77px;
    padding: 4px 0;
}

div#tagcloud a {
    margin-right: 1em;
    color: #697080;
}

div#nav {
    height: 25px;
    border-top: 1px solid #9da1b8;
    border-bottom: 1px solid #9da1b8;
    clear: left;
}

/* Im folgenden sind alle Styles, die mit #nav (ohne div) beginnen, die originalen Styles (z.T. jedoch angepasst und erweitert) von http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a {
    display: block;
    width: 110px;
}

#nav li { /* all list items */
    float: left;
    width: 110px; /* width needed or else Opera goes nuts */
}

/* IE 6 Hack */
html>body #nav a, html>body #nav li {
    width: 130px;
}

div#nav ul li {
    background-color: #FFF;
    border-right: 1px solid #80818a;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../img/static/bg-navi.gif);
    background-repeat: repeat-x;    
}

div#nav ul li a {
    color: #000;
    padding: 7px 10px 6px 10px;
}

div#nav ul li a:hover {
    text-decoration: none;
}

#nav li ul { /* second-level lists */
    position: absolute;
    z-index: 100000;
    background: #FFF;
    border-left: 1px solid #80818a;
    width: 16em;
    margin-left: -1px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    width: 16em;
    background-color: #FFF;
    background-image: none;
    border-bottom: 1px solid #80818a;
}

#nav li ul li a {
    width: 16em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

/* Fix fuer den IE7, Quelle: http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7/ */
#nav li:hover, #nav li.hover {
    position: static;
}

div#content {
    width: 932px;
    padding: 1em 9px 0 9px;
}

div#spalte-links {
    float: left;
    width: 612px;
    margin-right: 20px;
}

div#spalte-links a {
    color:#00144B;
}

div#spalte-links p, div#spalte-links td {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #00144b;
}

div.teaser, div.topartikel {
    margin-bottom: 2.5em;
    clear: left;
}

div.teaser img {
    float: left;
    margin: 0 8px 2.5em 0;
}

div.topartikel img {
    float: left;
    margin: 0 8px 0 0;
}

div.langtext a {
    color: #D30622 !important;
}

div.teaser a, div.topartikel a {
    color:#00144B;
}

div.teaser div.kopf, div.topartikel div.kopf {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/static/teaser-trenner.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 0.6em;
    margin-bottom: 0.8em;
}

div.teaser div.kopf p, div.topartikel div.kopf p {
    font-size: 1.1em !important;
    font-weight: bold;
}

p.rubrik {
    float: left;
    background-image: url(../img/static/bg-teaser-rubrik.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;    
}

p.datum {
    float: right;
}

div.teaser h2, div.topartikel h2 {
    font-size: 1.9em;
    color: #d30622;
    margin: 0 0 0.5em 0;
}

div.teaser h2 a, div.topartikel h2 a {
    color: #d30622 !important;
}

p.subline {
    font-size: 1.0em !important;
    text-align: right;
    background-image: url(../img/static/teaser-trenner.gif);
    background-position: top left;
    background-repeat: repeat-x;
    margin-top: 0.7em;
    padding-top: 0.4em;
    clear: right;
}

p.subline a, div.inhalt p.subline a {
    font-weight: bold;
    color: #00144B !important; 
}

div.inhalt a {
    color: #D30622 !important;
}

div.topartikel div.inhalt {
    border: 1px solid #7282a4;
    overflow: hidden;
    clear: left;
    height: 1%;
    padding: 9px;
    background-color: #edeff3;
    background-image: url(../img/static/bg-topartikel.gif);
    background-position: top;
    background-repeat: repeat-x;
}

div.topartikel img.weiterlink, div.teaser img.weiterlink {
    float: right;
    margin: 0.3em 0 0.8em 0;
}

div.topartikel p.reiter {
    border: 1px solid #7282a4;
    border-bottom: none;
    overflow: hidden;
    padding: 0.3em 9px;
    background-color: #FFF;
    color: #69707f !important;
    font-weight: bold;
    float: left;
    position: relative;
    z-index: 10;
    top: 1px;
}

div.langtext {
    width: 100%;
    overflow: hidden;
    margin: 2.4em 0;
}

h1 {
    font-size: 2.3em;
    color: #d30622;
}

div.langtext p.subline {
    margin-bottom: 2em;
     text-align: left;
}

div.langtext p.subline a {
    color: #00144b;
}

div.langtext p {
    margin-bottom: 1.0em;
}

div.langtext h2 {
    font-size: 1.4em;
    color: #00144b;
    margin-bottom: 0.5em;
}

div.langtext ul, div.langtext ol {
    padding-bottom: 0.7em;
}
#spalte-links ul, #spalte-links ol {
    padding-bottom: 0em;
}

div.langtext ul ul, #spalte-links ul ul {
    padding-left: 1.9em;
}

div.langtext ul li {
    padding-left: 20px;
    margin-bottom: 0.5em;
    list-style-type: none;
    background-image: url(../img/static/bg-li.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

#spalte-links ul li {
    padding-left: 20px;
    margin-bottom: 0.2em;
    font-size: 1.2em;
    list-style-type: none;
    background-image: url(../img/static/bg-li.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.langtext ol li {
    margin-left: 20px;
    margin-bottom: 0.5em;
    list-style-position: outside;
}

#spalte-links ol li {
    margin-left: 20px;
    margin-bottom: 0.5em;
    list-style-position: outside;
}

img.float-links {
    float: left;
    margin: 0 15px 0.8em 0;
}

img.float-rechts {
    float: right;
    margin: 0 0 0.8em 15px;
}

div.tags {
    border-top: 1px dotted #7282a4;
    border-bottom: 1px dotted #7282a4;
    padding: 2.5em 0 1.5em 0;
    margin: 3.5em 0 2.5em 0;
    font-size: 0.9em;
}

div.tags a {
    color: #69707f !important;
    border-bottom: 1px dotted #7282a4;
}

div.tags a:hover {
    color: #69707f;
    border-bottom-style: solid;
    text-decoration: none;
}



div.kommentare p.reiter {
    border: 1px solid #7282a4;
    border-bottom: none;
    overflow: hidden;
    padding: 0.3em 25px;
    background-color: #FFF;
    color: #69707f !important;
    font-weight: bold;
    float: left;
    position: relative;
    top: 1px;
}

div.kommentare p.reiter-inaktiv {
    border: 1px solid #7282a4;
    border-bottom: none;
    overflow: hidden;
    padding: 0.3em 12px 0.2em 12px;
    background-color: #eef0f4;
    background-image: url(../img/static/bg-reiter-inaktiv.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #69707f !important;
    font-weight: bold;
    float: left;
    position: relative;
    top: 1px;
}

div.kommentare p.reiter-inaktiv a {
    color: #69707f !important;
}

div.kommentare div.inhalt {
    border: 1px solid #7282a4;
    overflow: hidden;
    clear: left;
    height: 1%;
    padding: 12px;
    background-color: #edeff3;
    background-image: url(../img/static/bg-topartikel.gif);
    background-position: top;
    background-repeat: repeat-x;
}

div.kommentare div.inhalt a{
    color: #D30622;
}

div.kommentare h3 {
    font-size: 1.4em;
    color: #404f78;
    margin-top: 0.5em;
}

div.kommentare h3 span.name {
    color: #d30622;
}

div.kommentare div.inhalt p {
    margin-bottom: 1em;
}

div.kommentare form {
    margin-top: 0.7em;
}

input, textarea {
    margin-bottom: 0.7em;
    border: 1px solid #7282a4;
    background-color: #fff9f3;
}

input:focus, textarea:focus {
    background-color: #FFF0E1;
}

div.kommentare input {
    width: 260px;
}

div.kommentare textarea {
    width: 400px;
}

input.submitter {
    width: auto !important;
    border: none !important;
    background-color: #d30722 !important;
    padding: 0.2em 15px;
    color: #FFF;
    font-weight: bold;
}

div.kommentare label {
    font-size: 1.2em;
    color: #69707f;
    margin-left: 4px;
    position: relative;
    top: -0.9em;
}

div#spalte-rechts {
    padding-top: 2.4em;
    width: 300px;
    float: left;    
    color: #00144b;
}

div.box1 {
    border: 1px solid #80818a;
    background-color: #fff9f3;
    margin-bottom: 1.2em;
}

div.box1 h4 {
    background-color: #80818a;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    padding: 0.3em 5px 0.4em 5px;
}

div.box1 div.box1-content {
    padding: 0.5em 6px;
    font-size: 1.1em;
    line-height: 1.3em;
}

div.box2 {
    border: 1px solid #80818a;
    border-top: none;
    background-color: #fff;
    padding: 0 1px;
    margin-bottom: 1.2em;
}

div.box2 h4 {
    border-top: 1px solid #80818a;
    border-bottom: 1px solid #80818a;
    font-size: 1.2em;
    font-weight: bold;
    color: #00144a;
    padding: 0.3em 5px 0.4em 22px;
    background-image: url(../img/static/bg-box2-header.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

div.box2 div.box2-content {
    padding: 0.5em 6px;
    font-size: 1.1em;
    line-height: 1.3em;
}


div.box2 ul, div.box1 ul {
    margin: 0.2em 0 0.3em 0;
    list-style-type: square;
}

div.box2 ul li, div.box1 ul li {
    margin-left: 15px;
}

div.box2 ul a, div.box1 ul a {
    color: #00144b;
}

div.box1 li.rss-links, div.box2 li.rss-links {
    list-style: none;
    padding-left: 18px;
    margin: 0 0 0.4em 0;
    background-image: url(../img/static/rss.gif);
    background-position: top left;
    background-repeat: no-repeat;
}


div.box1 div.box1-content form {
    width: 100%;
    overflow: hidden;
}

div#spalte-rechts input {
    background-color: #FFF;
    border: 1px solid #80818a;    
}

input#blogsuche-text {
    height: 18px;
    width: 195px;
    margin-right: 7px;
    float: left;
}

input#blogsuche-submitter {
    height: 20px;
    width: 80px;
    border: none !important;
    float: left;
    background-color: #d30722 !important;
    color: #FFF;
    font-weight: bold;
}

div#spalte-rechts div.autor {
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
}

div#spalte-rechts div.autor img {
    float: left;
    margin-right: 6px;
}

div#spalte-rechts div.autor a {
    color: #00144b;
    font-weight: bold;
}

div#spalte-rechts div.autor p.name {
    font-size: 1.2em;
    font-weight: bold;
}

div#spalte-rechts div.ad {
    margin-bottom: 1.2em;
    width: 100%;
    /* temp - bitte vor dem Launch entfernen! */
    height: 300px;
    background-color: Lime;
    /* temp - bitte vor dem Launch entfernen! */
}

div#footer {
    padding: 1em 0 3em 0;
    clear: left;
}

div#footer p {
    text-align: center;
    font-size: 1.1em;
     margin-top: 1em;
}

div#footer p a {
    color: #000;
}

div.blog-name {
    text-align:right;
}

div.blog-name h1 {
    font-size:1.4em;    
}

div.ppw-pagination-boxed {
    border: 1px dashed #B3B3B3;
    padding: 13px;
    margin-bottom: 15px;
    clear: right;
    overflow: hidden;
    width: 585px;
}
div.ppw-pagination-boxed {
    clear: both;
}

div.ppw-pagination-boxed div {
    float: left;
    border: 1px solid #B3B3B3;
    padding: 0 3px 1px 3px;
    margin-right: 4px;
    font-weight:bold; 
}

div.ppw-pagination-boxed a {
    color:#00144B;
}

div.right {
    padding:0;
    margin:0;   
}


div.box2-content p a, div.box1-content p a {
    color: #D30622;
}
