/*
 * Style definitions for Project Stefanik
 * author: Juraj Kubica (Juraj.Kubica@seznam.cz)
 */

BODY {
    font-family: verdana, tahoma, sans-serif;
    background: rgb(0,0,0) url(images/blue_bg.jpg);
    color: rgb(255,255,204); /* same as P */
    margin: 2em 4em;
}

BODY.cover {
    background-image: none;
    background: rgb(0,0,0);
    margin: 0px;
}

BODY.menu {
    margin: 10px;
}

DIV.uvodnik {
    background: rgb(51,51,153);
    padding: 10px;
    border: thin solid rgb(204,153,51);
}

DIV.youAreHere {
    background: rgb(0,0,0);
    padding: 0px;
}

DIV.youAreHere P {
    padding: 3px;
    font-size: smaller;
}

P {
    font-family: verdana, tahoma, sans-serif;
    text-align: justify;
    color: rgb(255,255,204);
}

P.xtraSmall {
    color: rgb(153,153,153);
    font-size: 70%;
}

P.odsadene {
    margin-left: 3em;
}

TD, TH, UL, OL, LI, DL, DT, DD, CAPTION {
    font-family: verdana, tahoma, sans-serif;
    color: rgb(255,255,204); /* same as P */
}

OL.pismenny {
	list-style-type: lower-alpha;
}

CODE, PRE {
    font-family: andale-mono, courier, monospace;
}

SPAN.name {
	font-variant: small-caps;
}

A:link {
    color: rgb(255,102,0);  /* was: (204,51,0) */
    text-decoration: none;
}

A:visited {
    color: rgb(255,153,0);  /* was: (204,102,51) */
    text-decoration: none;
}

A:hover {
    color: rgb(255,204,51);
    text-decoration: underline;
/*  background-color: rgb(0,51,204); -- vyradene podfarbenie -- */
}

A:active {
    color: rgb(204,204,0);
    text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 {
    color: rgb(204,153,51);
/*  border-bottom: thin solid rgb(255,51,102); -- vyradene podciarknutie -- */
    font-family: verdana, tahoma, sans-serif;
    text-align: left;
}

H1 {
    text-align: center;
}

H2 A:link, H2 A:visited {
    color: rgb(204,153,51);
}

A IMG { border: none; }

.hide { display: none; }

@media screen { /* hyde to IE3, NN4 and other stoopid browsers */
IMG.ilustracia { margin: 0.5em 1.3em; }
}
