/*  
matthias' webl theme 2.0
*/

/* 
   * Default HTML tags 
   */
a {
	color: #005225;
            text-decoration: none;
    }

a:visited {
	color: #005225;
            text-decoration: underline;
}

a:hover {
	color: #d15307;
            text-decoration: underline;
}

acronym, abbr {
                cursor: help;
                }

blockquote {
	border-left: 5px solid #dddddd;
	margin-left: 15px;
	padding-left: 5px;
}

body {
       background: white url("images/fucrille.jpg") repeat-x;
       color: #181818;
       font-size: 60.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0px auto;
       padding: 0;
       text-align: center;
       }

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
     font-size: 12px;
     margin: 12px 0 6px 0;
     padding: 3px 0 3px 5px;
     font-weight: bold;
     color: #181818;
     background: url("images/titlebg.jpg");
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:visited:hover { 
                     text-decoration: none;
                     color: #181818;
                     }
h3 {
     font-size: 120%;
     margin-top: 0;
}

img { 
      padding: 3px;
      border: #ccc 1px solid;
      background: #ffffff;
      }

img.alignleft { 
                float: left;
                margin: 3px 3px 3px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 3px 3px 3px;
                 }

li { 
     margin: 0;
     padding: 0;
     list-style-type: none;
     }


ol#comments li p {
                   font-size: 100%;
                   }

ul { 
     margin: 0;
     padding: 0;
     }

/*
   * Classes
   */

/* The credits at the bottom of the site */
#credit {
          color: #333;
          font-size: 11px;
          width: 970px;
          text-align: center;
          margin: 0 auto;
          padding: 5px 0 5px 0;
          clear: both;
         
          }

#credit a, 
#credit a:hover,
#credit a:visited,
#credit a:visited:hover {
                          color: #underline;
                          }


/* redact */

.annotation {
            font-family: monospace;
            font-weight: bold;
            color: #181818; 
            }

/* Link to the comments */
.feedback {
            color: #181818;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-bottom: 8px;
            font-size: 11px;
            font-weight: bold;
            }

.feedback a, .feedback a:visited { 
                            text-decoration: none;
                            font-weight: bold;
                            color: #181818; 
                            }

.feedback a:hover, .feedback a:visited:hover { 
                            text-decoration: underline;
                            font-weight: bold;
                            color: #181818; 
                            }

/* The post informations */


.meta li, 
ul.post-meta li { 
                  display: inline;
                  }

.meta ul { 
           display: inline;
           list-style: none;
           margin: 0;
           padding: 0;
           }

.meta a { 
          color: #181818;
          text-transform: lowercase;
          text-decoration: none;
          font-size: 11px;
	  font-weight: bold;
          }

.meta a:hover { 
          color: #181818;
          text-transform: lowercase;
          text-decoration: underline;
          }

.meta { 
        color: #181818;
        font-weight: normal;
        letter-spacing: 0;
          font-size: 11px;
        }


.storycontent { 
                font-size: 115%;
				margin-left: 10px;
                }

/* Comment form design */
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #fafafa;
                        border: 1px solid #cccccc;
                        color: #181818;
                        }

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
                  }
#content {
           float: right;
           width: 614px;
           margin: 0px;
           text-align: left;
           border-right: 0px solid;
/*
		   background: rgba(255, 255, 255, 0.8); */
		   background: url("images/content-bg.png") repeat-y;
           padding-left: 10px;
           }

#content ol li { 
                 list-style: decimal;
                 }

#content ul { 
              margin-top: 10px;
              margin-left: 25px;
              }

#content ul li { 
                 list-style-image: none;
                 }

#content-big {
           float: left;
           width: 625px;
           margin: 0px 14px 20px 0px;
           text-align: justify;
           }

#header {
          font-size: 28px;
          font-weight: bold;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0;
          height: 332px;
          width: 100%;
          padding: 0;
          background: url("images/n.jpg") no-repeat;
		  text-indent: -9000px;
          }

.header-title {
	font-family: Verdana;
	color:#181818;
	font-size:28px;
        font-weight:bold;
	padding: 0 0 0 0px;
	text-align:left;
    position: absolute;
	}
.header-title a{
	color:#181818;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#181818;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
        font-family: Verdana;
        font-weight: normal;
	color:#181818;
	padding: 3px 0 0 49px;
	text-align:left;
	}


#footer { 
          width: 00px;
          height: 0px;
          margin: 0 auto;
          color: #0a0a0a;
          font-size: 11px;
	  font-weight: normal;
          background: url("") no-repeat;
          }

#footer p { 
          margin: 0 auto;
          color: #0a0a0a;
          padding-top: 5px;
          }

#footer a, #footer:visited { 
                            text-decoration: none;
                            font-weight: bold;
                            color: #181818; 
                            }

#footer a:hover, #footer a:visited:hover { 
                            text-decoration: underline;
                            font-weight: bold;
                            color: #181818; 
                            }


/* 
   * Left sidebar 
   */
#menu-left { 
             float: right;
             margin: 0px 15px 0px 0px;
             padding: 0px 11px 20px 9px;
             width: 200px;
             font-size: 11px;
             display: inline;
			 border-right: 0px solid;}

#menu-left h2 {
     font-size: 12px;
     margin: 12px 0 6px 0;
     padding: 3px 0 3px 8px;
     font-weight: bold;
     color: #181818;
     text-align: left;
     border-top: #f9f9f9 1px solid;
     border-bottom: #f9f9f9 1px solid;
     background: url("images/sidemenu.jpg");
}
#menu-left a,
#menu-left a:visited { 
                             text-transform: lowercase;
                             text-decoration: none;
                             color: #181818;
                             }

#menu-left a:hover,
#menu-left a:visited:hover  { 
                             text-decoration: underline;
                             color: #181818;
                              }

#menu-left ul ul { 
                   margin-left: 15px;
                   }

#menu-left ul ul li { 
                      list-style-image: url("images/icon.gif");
                      }


#wrapper{
	width: 1050px;
	margin: 10px 0px 0px 1px;
	float: left;             
        display: inline;
        background: #eeeeee;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

#rap { 
       width: 1050px;
       margin: 0 0;
       background: url("images/kreppel.png") repeat-y;
       text-align: left;
       min-height: 400; /* testweise */
       }


.box{
	background: #e4e4e4;
	overflow: auto;
	width: 294px;

}
.boxholder p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	color: #333;
	font-size: 11px;
	font-family: verdana;
}
.boxholder{
	clear: both;
	padding: 0 2px 2px;
}
.tab {
	float: left;
	height: 28px;
	width: 96px;
	margin: 2px 0px 0px 0px;
	text-align: center;
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 0;
}
.tabtxt{
	margin: 0;
	color: #f78d00;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 0 0;
}
.box ul a {
	color: #181818;
	text-decoration: none;
	font: 11px Verdana;
}
.box ul {
	color: #181818;
	margin: 5px;
	padding: 0 0 6px 20px;
}
.box ul li {
	color: #181818;
	margin: 5px;
	padding: 0;
	list-style: disc;
}
.box a {
	color: #181818;
	text-decoration: none;
}
.box img {
	text-decoration: underline;
	margin: 0 5px;
}
.box a:hover {
	color: #181818;
	text-decoration: underline;
}
.tab a {
	color: #181818 !important;
	text-decoration: none !important;
	font: bold 11px Verdana !important;
}

.tab a:hover {
	color: #181818 !important;
	text-decoration: none !important;
	font: bold 11px Verdana !important;
}

#tabbedcontent {
	margin:0px 0px 0px 0px;
	padding: 0px;
}

#adcontainer {
	padding: 0px 0 0 0;
	margin:0px 0px 0px 0px;
	width: 298px;
}

#adboxes{
	padding: 4px 0 3px 0px;
	width:298px;
        background: #f7f7f7 url(images/adcontainer_bg.jpg) top repeat-x;
	border:1px solid #f9f9f9;
	float:left;
	position: relative;
}
#adboxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
        padding-left: 4px;
}
#adboxes ul li {
	display:block;

	margin: 3px 3px 3px 3px !important;
	padding: 3px !important;
	float:left;
	list-style: none;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* End of left sidebar */

div#header h1#blog-title a {
display: block;
width: 800px;
height: 332px;
text-indent: -9000px;
position:absolute;
top:0px; 
left:0px;
}
