@charset "UTF-8";
/**
 * Vogelsang - CSS: Layout
 *
 *
 * @author Danny Otto | Pixelbrand.net
 * @date   2008-08
 * 
 */
@import url(contentbase.css);
@import url(navigations.css);
@import url(jquery.lightbox.css);



/* ------------------------------------------ */
/* Layout & Raster */
body { background: #f6efe0; }
#margins { margin: 0 auto; position: relative; width: 772px; }
#main { background: url(../images/bg_main.jpg) 201px 100px no-repeat; height: 440px; padding: 100px 0 0 0; }
#col1 { border: 1px #999 solid; float: left; height: 360px; margin: 55px 0 0 0; width: 200px; }
#col2 { border: 1px #999 solid; float: right; height: 360px; margin: 55px 0 0 0; width: 470px; }



/* ------------------------------------------ */
/* Header */
#header h1 { position: absolute; top: 85px; right: 0; }



/* ------------------------------------------ */
/* Content*/
#content { height: 350px; margin: 5px 5px 5px 10px; padding: 0 5px 0 0; overflow: auto; }

/* Splaten */
.subcols .c50l { float: left; width: 210px; }
.subcols .c50r { float: left; margin: 0 0 0 10px; width: 210px; }

/* Page-Anpassungen */
#pid1 #main { background: url(../images/bg_main.gif) 201px 100px no-repeat; }
#pid1 #content { height: 100%; margin: 0; overflow: hidden; width: 100%; }