@charset "UTF-8";
/**
 * Marschner Elektrotechnik - CSS: Layout
 *
 *
 * @author Danny Otto | Pixelbrand.net
 * @date   2009-04
 * 
 */
@import url(contentbase.css);
@import url(navigations.css);
@import url(jquery.fancybox.css);



/* ------------------------------------------ */
/* Layout & Raster */
#margins { background: url(../images/bg_top-right.png) right 3px no-repeat; margin: 0 auto; position: relative; width: 1000px; }
#main { background: url(../images/bg_left.png) no-repeat; margin: 0 0 5px 0; }
#col1 { float: left; margin: 0 0 0 45px; width: 180px; }
#col2 { background: url(../images/bg_col2.png) 0 bottom no-repeat #91bed4; float: right; margin: 0 55px 0 0; min-height: 400px; width: 285px; }
#col2start { float: left; margin: 0 0 0 5px; }
#col3 { background: #ededee; float: left; margin: 0 0 0 5px; width: 425px; }



/* ------------------------------------------ */
/* Header */
#header { background: url(../images/bg_header.png) 45px 3px no-repeat; height: 183px; margin: 0 0 5px 0; padding: 0; position: relative; }
#header h1 { margin: 0; padding: 82px 68px 0 0; text-align: right; }
#header #images { position: absolute; bottom: 0; left: 230px; }
#header #images p { margin: 5px 0 0 0; }
#header #images p img { vertical-align: bottom; }



/* ------------------------------------------ */
/* Content */
#sidebar { border-top: 23px #d9e8f5 solid; padding: 5px 0 0 0; text-align: right; }
#content { margin: 10px 15px; padding: 0 0 40px 0; }

/* Col2 */
#col2_content { padding: 10px; }
#col2_content p, #col2_content h3, #col2_content h4, #col2_content a { border-color: #d9e8f5; color: #d9e8f5; font-size: 1em; }



/* ------------------------------------------ */
/* Footer */
#footer { margin: 0 345px 0 230px; position: relative; }
#footer p { background: #f26101; color: #fff; float: left; font-weight: bold; padding: .1em 1.5em; text-transform: uppercase; }
#footer #totop {
  color: #91bed4;
  position: absolute; top: 0; right: 0;
  text-decoration: none;
  text-transform: uppercase;
}
#footer #totop:hover, #footer #totop:active, #footer #totop:focus { color: #304269; }