/* Start of CMSMS style sheet 'Layout: Schluckspecht' */
/* -------------------------------------------------------------------------       LAYOUT        ----------- */

*{
   margin: 0;
   padding: 0;
}

html{
   height: 100%;
   border-bottom: 1px solid #fff;
}

html, body{
   margin: 0;
   padding: 0;
   font-size: 0.87em;
   font-family: Arial, sans-serif;
   line-height: 1.5em;
   background: #fff;
   color: #666;
}

#pagewrapper{
   width: 790px;
   margin: 20px auto 0;
   padding: 0;
   background: url(uploads/images/layout/wrap.jpg) repeat-y top left;
}

#headline{
   margin: 0 0 10px 3px;
   padding: 0;
   height: 20px;
   width: 787px;
}

#headerImage{
   margin: 0;
   padding: 0;
   height: 196px;
   width: 790px;
   background: url(uploads/images/header/header.jpg) no-repeat right top;
   position: relative;
}

#home{
   margin: 0;
   padding: 0;
   height: 196px;
   width: 790px;
   position: absolute;
   top: auto;
   left: auto;
}

#content{
   margin: 0 0 10px 10px;
   padding: 0;
   width: 780px;
}

#sidebar{
   margin: 0 0 20px;
   padding: 0;
   float: right;
   width: 235px;
   background: url(uploads/images/layout/sidebar_bg.jpg) repeat-y left top;
   border-top: 1px solid #b6bdc5;
}

.column{
   margin: 0;
   padding: 0;
   float: left;
   width: 376px;
}

#sidebar_news{
   margin: 0 0 20px;
   padding: 0;
   float: right;
   width: 376px;
   background: url(uploads/images/layout/news_bg.jpg) repeat-y left top;
   border-top: 1px solid #b6bdc5;
}

#footer{
   margin: 0 0 0 10px;
   padding: 0 0 20px;
   width: 780px;
   height: 186px;
   overflow: hidden;
   background: url(uploads/images/layout/footer.jpg) no-repeat left top;
}

/* ------------------------------------------------------------------------       Headline        ----------- */

#search{
   margin: 0;
   padding: 0;
   float: right;
}

/* -------------------------------------------------------------------------       MAIN        ----------- */

#main{
   margin: 0 0 20px;
   padding: 0;
   width: 515px;
}

#blocks{
   margin: 30px 0 0 17px;
   padding: 0;
   width: 400px;
}

.block{
   margin: 10px 0 20px;
   padding: 10px;
   width: 356px;
   height: 95px;
   background: url(uploads/images/style/content_block.jpg) top left no-repeat #fff;
   float: left;
   position: relative;
}

.block a{
   padding: 0 0 0 25px;
   background: url(uploads/images/style/link.png) left center no-repeat transparent;
   position: absolute;
   right: 10px;
   bottom: 2px;
   font-size: 0.9em;
   color: #888;
}

.block a:hover{
   background: url(uploads/images/style/link_hover.png) left center no-repeat transparent;
   color: #888;
}

.block p{
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   color: #888;
}

.block img{
   height: 35px;
   width: auto;
   margin: 8px 0 0;
}

.clear{
   clear: both;
}

.clearLeft{
  clear: left;
}  



/* End of 'Layout: Schluckspecht' */

