/* Cascading Style Sheet (CSS) */
/* Judo-Club Langenfeld        */
/* Trainings-Kalender          */
/* www.jc-langenfeld.de        */
/* © by JC Langenfeld, 03/2006 */


/* Frames */
#banner {
    height: 154px;
}
#links {
    width: 160px;
    height: 100%:
    float: left;
}
#mitte {
    width: 75%;
    float:left;
}

/* Allgemeine Schriftart */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,b,i,a,td
{
        font-family:Arial,sans-serif,Helvetica;
}
p,ul,ol,li,b,i,td
{
        font-size:10pt;
}
p
{
        margin-left: 12px;
}


/* Überschriften */
h1
{
        color:#3C73A0;
        font-size:16pt;
        font-weight:800;
        text-align:left;
        margin-left:30px;
        font-style:bold;
}

h2
 {
        color:#000000;
        font-size:16pt;
        font-weight:700;
        text-align:left;
        font-style:italic;
}

h3
{
        color:#000000;
        font-size:14pt;
        font-weight:600;
}

h4
{
        font-size:12pt;
        font-style:bold;
}

h5
{
        font-size:10pt;
        font-style:italic;
}

/* Besondere Absatzformate */
p.fliesstext
{
        text-align:justify;
        margin-left:10px;
        margin-right:10px;
}

p.copyright
{
        font-size:8pt;
        text-align:right;
}
p.quote
{
        font-size:9pt;
        font-style:italic;
}
p.quoteN
{
        font-size:10pt;
        margin-left:50px;
}
p.header
{
        font-weight:600;
        color:#ffffff;
}

/* Links */
a:link
{
        color:#3C73A0;
        font-weight:600;
}
a:visited
{
        color:#3C73A0;
        font-weight:500;
}
a:active
{
        color:#ff0000;
}