/*
Cascading Style Sheet
for http://katzensitter.org/
*/

/* Page Body */
body {
  background:#FFFF99 url(images/body.gif) repeat-y top center;
  margin:0;
  padding:0;
  font-family: "Trebuchet MS", Arial;
  font-size:102%;
  color:#000;
  text-align: justify;
        }

/* Header */
#rap {
  margin:0 auto; margin-top:0px;
  width: 800px;
  background-image: url(images/kopf-grafik-kurz.gif);
  background-repeat: no-repeat;
        }

/* Body Content */
#content {
        float:left;
        padding: 146px 0px 0px 100px;
        width: 365px;
        }

/* Menu Sidebar */
#menu {
        float:right;
        padding: 280px 100px 20px 0;
        width: 200px;
         text-align: right;
        }
#mainNav {margin-bottom:100px;   padding-right:80px;    width:150px;    text-align:center;}
#menu ul {
          margin: 3px 0px 0px 0px;
          padding: 0px;
          list-style-type: none;
        }

#menu ul li {
   margin: 3px;
        }

#menu p {
   margin: 3px 0px 0px 0px;
   }

#menu ul li a{
  color: #C50808;
  font-weight: bold;
  font-size:75%;
  padding-right: 20px;
  background-image: url(images/yellowbull.gif);
  background-repeat: no-repeat;
  background-position: right top;
  text-decoration: none;
  }

#menu ul li a:hover {
  color: #B0701D;
  background-image: url(images/redbull.gif);
  background-repeat: no-repeat;
  background-position: right top;
  }

#menu h2, .pagenav {
  color: #34A6A9;
  text-transform: lowercase;
  font-size: 15pt;
  line-height: 15px;
  letter-spacing: normal;
  margin:15px 0 7px 0;
  padding:0
  }

/* WP Pagesy*/
.page_item{
        font-size:10pt;
        letter-spacing:0;
        font-family:"Trebuchet MS", Arial;
        line-height : 30px;
        }

/* Links*/
a {
  color:#B22222;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  }

a:hover {
  color:#000;
  }

strong, em, i, b {}

/* Comments*/
.commentlink {
  padding-left: 20px;
  background-image: url(images/tribull.gif);
  background-repeat: no-repeat;
  background-position: top left;
  }

.commentlink a {color: #DBA12D;
  }

.commentlink a:hover {color: #B22222;
 }

u {
  text-decoration: none;
  color: #34A6A9;
  border-bottom: 1px solid #990033;
  }


/* Formulare */
form p {margin-bottom:20px;      line-height:18px;}
form b {color:#808080;   line-height:20px;}
form p br {margin:2px 0 2px 0; padding:0;}

input {
  background:#FFF;
  color:#000;
  border: 1px solid #69CFD1;
  margin:2px;
  }
  input:hover, input:focus {border:1px solid #181A61;}
input.cform1 {
         text-align:center;
         font-size:120%;
         cursor:pointer;
         border:1px outset #164362;
         -moz-border-radius:3px;
         -webkit-border-radius:3px;
         }

blockquote, textarea{
  color:#000;
  background-color:#FFF;
  border: 1px solid #000;
  padding: 3px;
  }


/*  Headers */
h1.storytitle {
         color:#B22222;
        text-transform: none;
        font-size: 15pt;
        line-height: 45px;
        text-align: left;
    letter-spacing: normal;
        margin:0
    }

#content h2 {
         margin:30px 0 10px 0;
         font-size:90%;  text-align:left;
         }

#content h3 {margin: 10px 0;
   font-size:10pt;
   text-align: left;
   }

#content h4 {margin: 0px 0;
  font-size:10pt;
  text-align: right;
  }

#content p a {
         color:#34A6A9;
         border-bottom:2px solid #DBA12D;
         }
         #content p a:hover, #content p a:focus {color:#B22222; border-bottom:2px solid #B22222;}

#content ul li {
         list-style:none;
   padding-left: 20px;
   background-image: url(images/yellowbull.gif);
   background-repeat: no-repeat;
   background-position: left top;
   }

#footer {
         clear:both;
  text-align:center;
  padding:10px 150px 10px 120px
  }

#credit {
  position:fixed; bottom:0; left:0; width:100%;
  padding:3px;
  font-size:68%;
  background-color:#FFF;
  }
  #credit p {margin:0 auto;}

#teaser {position:fixed; top:105px; left:0;}

#sbAds1 {margin:-50px 20px 20px 0; text-align:center; font-weight:bold; font-size:1.2em;}
