/*
General styling
*/

p {
   margin:0 0 15px 0;
   line-height:18px;
  }

td {
border: 1px solid #43AEDF;
padding:3px;
margin:2px;
}
h1{
        font-size:20px;
        line-height:20px;
        margin:0 0 5px 0;
        font-weight:normal;
        color:#0571AF;
  }
h2{
        font-size:14px;
        line-height:18px;
        margin:5px 0 5px 0;
        font-weight:bold;
        color:#0571AF;
  }
body {
	margin:0;
	background-color:#43AEDF;
        background-image:url(hg.jpg);
        background-repeat:repeat-x;
	font-family:verdana;
	font-size:10pt;
	color:#000000;
}
#weitere-artikel{
                 margin: 10px 0 15px 0;
                 line-height:17px;
                }
#wrapper {
    width:960px;
    margin: 7px auto 0 auto;
    background-color:#FFFFFF;
    text-algin:center;
}

#leftbox {
float:left;
border-right: 1px solid #0571AF;
width: 160px;
margin:0 10px 0 0;
}

a:link, a:visited {
                   color:#0571AF; 
                  }

a:hover {    
         color:#0092C8;
        }

li {
    margin: 7px 0 8px 29px;
    line-height:18px;
   }

ul {
    margin: 15px 0 10px 0px;
   }

* {
padding:0;
margin:0;
}

/* HEADER */

#header { margin: 0 10px 15px 15px;
          padding-top:15px; 
        }


#title {
        width:340px;
        float:right;
        text-align:right;
        margin:105px 5px 0 0;
        line-height:22px;
        font-size:28px;
        font-weight:normal;
       }

#title a:link,  #title a:visited {
                   color:#0571AF; 
                   text-decoration:none;
                  }
#title a:hover {
                   color:#0092C8; 
                   text-decoration:none;
               }

#description {
        width:740px;
        float:right;
        text-align:right;
        margin:5px 5px 0 0;
        line-height:18px;
        font-size:14px;
        font-weight:bold;
        color:#0571AF;
       }


#headerimage {
              clear:both;
              height:150px;
              border-bottom:1px solid #0571AF;
              background-image:url(http://www.90kilo.de/wp-content/themes/water/header.jpg);
              background-repeat:no-repeat;
              background-position:left;
             }
    

/* SIDEBAR */

.widgettitle {
	font-family:verdana;
        text-decoration:underline;
	font-size:10pt;
        color:#0571AF;
}
#sidebar {
    width:200px;
    float:right;
    margin:0 15px 0 0;
}

#sidebar li {
    margin: 7px 0 8px 5px;
    line-height:18px;
    list-style-type:none;   
}

#sidebar a:link, #sidebar a:visited {
    color:#000000;
    text-decoration:none;
}

#sidebar a:hover, #title a:hover {
    color:#0092C8;
    text-decoration:none;
}

/* CONTENT */

#content {
    margin:0 0 0 17px;
    width:700px;
    float:left;
}

.post {
       margin:0 0 30px 0;
       clear:both;
       line-height:12px;
      }

    .post .posttitle{
        font-size:20px;
        line-height:20px;
        margin:0 0 5px 0;
        font-weight:normal;
        color:#0571AF;
    }
    

.posttitle a:link,  .posttitle a:visited {
                   color:#0571AF; 
                   text-decoration:none;
                  }
.posttitle a:hover {
                   color:#0092C8; 
                   text-decoration:none;
               }
        .post span, .post span {
            color:#0571AF;
        }
        
        .post span {
            color:#AAA;
        }
        
    .post .postmeta {

        font-size:11px;
        line-height:11px;
        margin:0 0 10px 0;
    }
    
.postmeta a {
             color:#0571AF;
             text-decoration:underline;  
}
.postmeta a:hover {
             color:#0092C8;
             text-decoration:underline; 
}      

        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding-left:5px;
        border-left:4px solid #43AEDF;
        font-style:italic;

    }

    .post img {
    border:1px solid #0571AF;
    margin:0 0 10px 0;

    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:14px;
        line-height:16px;
        color:#0571AF;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    margin:5px 0 30px 5px;
    font-size:10px;
    text-align:center;    }