/* CSS Document */

/*****************************/
/* BODY and GENERAL ELEMENTS */
body {
font-family: Arial,Verdana,sans-serif;
margin: 0 auto;
text-align: center;
}	

#bodyCenterContainer {
position: relative;
width: 800px;
top: 0px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#theCore {
width: 100%;
margin: 0;
padding-top: 180px;
}

#coreTop {
width: 800px;
height: 20px;
border: none;
display: block;
margin: 0;
padding: 0;
position: relative;
}

#coreDynamic {
display: block;
margin: 0;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
position:static;
}

#coreBottom {
width: 800px;
height: 20px;
border: none; 
display: block;
margin: 0;
padding: 0;
position: relative;
clear: both;
}

/* COPYRIGHT elements */
#copyright {
padding-top: 5px;
height: 23px;
width: 100%;
vertical-align: center;
text-align: center;
font-size: 9pt;
color: rgb(160,160,160);
}

#copyright a {
color: rgb(160,160,160);
}

#copyright a:hover {
color: blue;
}
/*****************************/

a {
text-decoration: none;
color: black;
}

/******************/
/* PATH CONTAINER */
#path1 {
width: 100%;
font-size: 10pt;
font-weight: bold;
text-align: left; 
position:absolute;
/*margin: 7 0 0 10;*/
margin: 5 0 0 80;
z-index: 1;
}

#path2 {
width: 100%;
font-size: 10pt;
font-weight: bold;
text-align: left;
position:absolute;
/*margin: 7 0 0 10;*/
margin: 0 0 5 80;
}
/**********************/
/*cLEAR bOTH*/
.cb {
clear: both;
}

/*  rgb(218,37,28) -  cervena   */

/*  rgb(250,189,58) - tota zlta
    rgb(194,221,232)-oblohova
    rgb(224,0,36) - cervena
*/
