@charset "UTF-8";
/**
 * Gesund & Schön - CSS: Layout
 *
 *
 * @author Danny Otto | Pixelbrand.net
 * @date   2008-11
 *
 * Hacer con Amor
 *
 */
@import url(contentbase.css);
@import url(navigations.css);
@import url(jquery.fancy.css);



/* ------------------------------------------ */
/* Layout & Raster */
body { background: #bac9d2; }
#margins { background: url(../images/bg_sh-right.gif) right 0 repeat-y; border-top: 40px #bac9d2 solid; margin: 0 auto; position: relative; width: 904px; }
#page { background: url(../images/bg_top.gif) 0 0 no-repeat; padding: 50px 0 0 0; }



/* ------------------------------------------ */
/* Header */
#header { background: url(../images/dots-x.gif) 0 bottom repeat-x #fff; margin: 0 4px 0 0; padding: 0 0 5px 0; }
#header h1 { background: url(../images/foto.jpg) right 0 no-repeat; margin: 0; padding: 0; }


/* ------------------------------------------ */
/* Main */
#main { background: url(../images/bg_col1.gif) 0 bottom no-repeat #fff; padding: 4px 0; margin: 0 4px 0 0; }
#main #dots { background: url(../images/dots-y.gif) 175px 0 repeat-y; }
#col1 { float: left; width: 162px; }
#col2 { float: left; margin: 0 0 0 11px; width: 170px; }
#col3 { float: right; min-height: 400px; width: 542px; }

/* Content */
#col3_content { padding: 0 20px 0 0; }
#col3 h3 { background: url(../images/bg_h3.gif) 0 bottom no-repeat; color: #eb7fad; margin: 0 -20px 1em 0; padding: 5px 0 10px 0; text-transform: uppercase; }
#col3 h4 { color: #eb7fad; font-size: 1.1em; text-transform: uppercase; }

/* Fotobox */
.fotobox a { border: 1px #a8bbc6 solid; float: left; margin: 0 5px 5px 0; }
.fotobox a img { margin: 3px; }
.fotobox a:hover, .fotobox a:active, .fotobox a:focus { border-color: #eb7fad; }

/* Subcols */
.c50l { float: left; width: 260px; }
.c50r { float: right; width: 260px; }

div.hr { background: url(../images/dots-x.gif) repeat-x; height: 1px; margin: 1.2em 0; padding: 0; }
div.hr hr { visibility: hidden; }



/* ------------------------------------------ */
/* Footer */
#footer { background: url(../images/bg_sh-bottom.gif) no-repeat; clear: both; height: 4px; }

