home *** CD-ROM | disk | FTP | other *** search
- body {
- background-color: ${BGCOLOR};
- margin-left: auto;
- margin-right: auto;
- margin-top: 0px;
- border: 0px;
- text-align: center;
- }
- .all {
- text-align: left;
- width: ${TITLE_WIDTH}px;
- border: 0px;
- margin-top: 15px;
- margin-left: auto;
- margin-right: auto;
- }
-
- .titleOut {
- position: relative;
- width: ${TITLE_WIDTH}px;
- height: ${TITLE_HEIGHT}px;
- padding: 0px;
- margin-bottom: 10px;
- }
- .titleIn {
- position: relative;
- width: ${TITLE_WIDTH_2}px;
- height: ${TITLE_HEIGHT_2}px;
- background-image: url(image_title.jpg);
- padding: 0px;
- text-align: left;
- }
- .titleText {
- font-size: 12px;
- font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
- color: ${TITLE_FONT_COLOR};
- font-weight: 400;
- font-decoration: none;
- }
-
- .obrazek {
- position: relative;
- text-align: center;
- width: ${TITLE_WIDTH}px;
- }
-
- .titleText a {
- text-decoration: none;
- color: ${TITLE_FONT_COLOR};
- }
- .titleText a:visited {
- text-decoration: none;
- color: ${TITLE_FONT_COLOR};
- }
- .titleText a:active {
- text-decoration: none;
- color: ${TITLE_FONT_COLOR};
- }
- .titleText a:hover {
- text-decoration: none;
- color: ${TITLE_ACTIVE_FONT_COLOR};
- }
-
- .popisek {
- font-size: ${DESC_FONT_SIZE}px;
- font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
- color: ${DESC_FONT_COLOR};
- font-weight: 400;
- font-decoration: none;
-
- position: relative;
- clear: both;
- width; 600px;
- margin-top: 15px;
- border-top: 1px solid ${DESC_FONT_COLOR};
- padding-top: 10px;
- }
-
- .paticka {
- font-size: 12px;
- font-size: ${FOOT_FONT_SIZE}px;
- font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
- color: ${FOOT_FONT_COLOR};
- font-weight: 400;
- font-decoration: none;
- text-align: center;
-
- position: relative;
- clear: both;
- width; 600px;
- margin-top: 15px;
- border-top: 1px solid ${FOOT_FONT_COLOR};
- padding-top: 10px;
- }
-
-
-