/* box layout */
.columns-float
        {
        float: left;
        width: 61%;
        }
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */
.column-one
        {
        width: 34%;  /* was 36 */
        float: left;
        }
.column-two
        {
        width: 62%;  /* was 64 */
        float: right;
        }
.column-three
        {
        width: 37%;  /* was 39 */
        float: right;
        }
.box-footer
        {
        clear: both;
        }
/* ====================================================================
box-clear requires all sorts of hackery because of the way the
different browsers cope with clearing floats
see [#   #]
-------------------------------------------------------------------- */
.box-clear { clear: both; line-height: 0px; font-size: 1px; }
/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */
/*\*/
.box-clear { font-size: medium; }
.fake.box-clear { display: none; }
/* */
/* Turn off for Opera 6 and below */
html>body div.box-clear { display: none; }
/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */
head:first-child+body div.box-clear { display: block; }
/* ====================================================================
nn4clear is as its name suggests, only required for NN4 compatibility
If you don't need that you can remove both this rule and the
relevant div from the html
-------------------------------------------------------------------- */
.nn4clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .nn4clear { display: none; } /* */
/* ====================================================================
box styling
-------------------------------------------------------------------- */
.box-wrap
        {
        padding: 0px;
        color: #000;
       /* border: solid #FF7D7B 3px; */
        }
.box-header
        {
        margin: 0;
        padding: 0px;
        color: #000;
        background-color: #b3d9ff; /* #E5F2FF; /* #B3D1E8; /* #dba76c; /* #DFF; /* #0080FF; /*#049;*/
        height: 185px;
        border: 5px solid #EEE;
        }
.box-wrap .box-header .rightblock {
        float: right;
        margin: 10px 20px;
        /* border: 1px solid white; */
        /* margin-top: -102px; */
        /* text-align: right: */
        }
.box-wrap .box-header .leftblock {
        float: left;
        background-color: #FFD; /* dunkelblau */
        /* padding: 10px; */
        /* font-size: 5px; */
        font-family: Helvetica,Georgia,Arial,Sans-Serif,Verdana;
        /* border: 1px solid red; */
        }
.box-footer
        {
        margin: 0px;
        padding: 6px;
        color: #000;
        background-color: #AAA;
        border: none;
        font-size: smaller;
        }
.column-one-content
        {
        /* background: #00E3FF; */
        }
.column-two-content
        {
        /* background: #FFDF00; */
        }
.column-three-content
        {
        /* background: #00A2FF; */
        }
.column-one-content, .column-two-content, .column-three-content
        {
        margin: 0px;
        padding: 6px;
        border: none;
        }
.column-one .column-one-content ul {
        padding: 0;
        margin: 0;
      /*  white-space: nowrap; */
        }
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be relatively positioned */
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
        { position: relative; }
/* other styling  */
a       {text-decoration: none;
        }
a:link  {
        font-weight: bold;
        color: #000;              /* schwarz */
        }
a:visited {
        font-weight: bold;
        color: #00B               /* dunkelblau */
        }
a:hover {
        background-color: #FFEE00; /* dunkelgelb */
        color: #005                /* dunkelblau */
        }
.column-two .column-two-content a:hover{
        background-color: #0CF; /* hellblau */
        }
body    {
        margin: 7px;
        font-family: Arial,Sans-Serif,Helvetica,Georgia,Verdana;
        font-size: 12px;
        background-color: #EEE;  /* grau */
        color: #000;
        }
div, h1 {
        margin: 0px;
        padding: 0px;
        }
h2      {
        margin: 5px 0px 0px 0px;
        padding: 3px 10px 0px 10px;
        color: #fff;
        background-color: #000;
        font-size: 1em;
        font-weight: bold;
        }
.grossertitel {
        background-color: #f04;
        color: #FFE000;             /* orange */
        font-size: 2em;
        font-weight: bold;
        display: none;
        }
.rezineulogo {
        display: none;
        }
.fair, .news {
        border: 1px solid black;
        background-color: #FFE000;    /* leicht-dunkel-gelb */
        color: #000;
        padding: 5px;
        }
.news   {
        background-color: #0CF;       /* hellblau */
        }
.picleft, .picright {
        border-width: 3px;
        border-style: outset;
        border-color: #300;           /* braun */
        }
.picleft {
        margin: 2pt 5pt 2pt 0pt;
        float: left;
        }
.picright {
        margin: 2pt 0pt 2pt 5pt;
        float: right;
        }
p       {
        margin: 0px;
        }
titel   {
        float: right;
        font-size: 17pt;
        /* background-color: #00FFAF oder  #666 */
        }
graphic {
        float: left;
        }
.mini   {
        font-size: 7pt;
        }
.extern{
        padding-left: 16px;
        background-image: url(../Graphic/KeineSpiele/extern.gif);
        background-position: left;
        background-repeat: no-repeat;
        white-space: nowrap;
        }