/*
   CSS - Styles für Box-Design der Sites DAISY-TV
   JL - 2009-09-09, 2009-09-14, 2009-11-13, 2009-11-16, 2009-11-23
*/


/* Inhaltskasten Kopfzeile/Titel */
.box_head-left        { background:url(box/box_head-left.gif) top left no-repeat; }
.box_head-right       { background:url(box/box_head-right.gif) top right no-repeat;
                        padding:6px 12px 5px 12px; font-size:12px; font-weight:bold; color:#000004; }
/* Inhaltskasten Content */
.box_bg-left          { background:url(box/box_bg-left.gif) top left repeat-y; }
.box_bg-right         { background:url(box/dot_darkgrayline.gif) top right repeat-y;
                        padding:12px 12px 8px 12px; color:#000004; }
.box_bg-rightSpad     { background:url(box/dot_darkgrayline.gif) top right repeat-y;
                        padding:5px 8px 4px 8px; color:#000004; }
.box_bg-right0pad     { background:url(box/dot_darkgrayline.gif) top right repeat-y;
                        padding:0px 1px 1px 1px; color:#000004; }

.daisy-height-1       { min-height:160px; } /* 160 */
.daisy-height-2       { min-height:366px; } /* 406 */
.daisy-height-3       { min-height:478px; } /* 479 */
.daisy-height-4       { min-height:310px; }
.daisy-height-5       { min-height:120px; } /* 160 */
.daisy-height-6       { min-height:361px; }

.box_minheightFL      { min-height:470px; }                        
.box_minheightAsFL    { min-height:460px; }                        

/* Inhaltskasten unterer Rand */
.box_bottom-left      { height:6px; background:url(box/box_bottom-left.gif) top left no-repeat; margin-bottom:15px; }
.box_bottom-right     { height:6px; background:url(box/box_bottom-right.gif) top right no-repeat; }
