/* Start of CMSMS style sheet 'Magazin: Start' */
div#header {
height: 117px;
}

div#header_logo {
float:left;
height: 117px;
}

div#header h1 a {
/* you can set your own image here */
   float: left;
   width: 63%;
   display: block; 
   height: 117px;         /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#sidebar_top{
margin-top:79px;
}

div#search {
padding-top: 15px;
}

div#sidebar{
   float:right;
   height: 800px;
   width: 26%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
/* End of 'Magazin: Start' */

