home *** CD-ROM | disk | FTP | other *** search
- * {
- padding: 0;
- margin: 0;
- border: 0;
- font-family: "Arial CE", "Helvetica CE", "Arial", "Helvetica", "sans-serif";
- font-size: 11px;
- }
- body {
- width: 100%;
- background-image: url("../img/nov_bg.gif");
- background-repeat: repeat-y;
- background-color: #dceeff;
- }
- #myBody {
- height: 549px;
- position: relative;
- background-color: #dceeff;
- }
- #headerBar { width: 100%; height: 102px; background-image: url("../img/m_bg.gif"); position: relative;}
- #img-logo { position: absolute; top:0; left: 0; z-index: 2;}
- #img-space { position: absolute; top:0; left: 150px; z-index: 2;}
- #img-label { position: absolute; top:0; left: 487px; z-index: 2;}
- #img-row { position: absolute; top:74px; left: 0px;}
- #img-contact { position: absolute; right: 10%;}
- #img-lang { position: absolute; top:0px; right: 20px;}
-
- /* {{{ DISBALED HEADLINE
- #headerBar h1 {
- position: absolute;
- bottom: 2px;
- left: 600px;
- font-size: 25px;
- color: #cdcacd;
- font-weight: bold;
- }
- #headerBar #spanH1 {
- position: absolute;
- padding: 0; margin: 0; border: 0;
- bottom: 1px;
- left: 601px;
- font-size: 25px;
- color: #4d4a4d;
- font-weight: bold;
- }
- }}} */
-
- /* {{{ MENU */
- #menu {
- position: absolute;
- top: 82px;
- left: 0;
- height: 20px;
- width: 550px;
- padding: 0; margin: 0; border: 0;
- background-image: url("../img/m_menu_bg.gif");
- overflow: hidden;
- z-index: 1;
- }
- #menu img {
- position: relative;
- top: -1px;
- margin: 0; border: 0; padding: 0;
- }
- /* }}} MENU */
-
- /* PATH {{{ */
- #path {
- padding-left: 5px;
- color: white;
- font-weight: bold;
- background-image: url("../img/path_bg.gif");
- background-repeat: repeat-x;
- height: 19px;
- overflow: hidden;
- }
- #path * {
- position: relative;
- top: 2px;
- }
- #path a, #path a:visited, #path a:link {
- color: white;
- text-decoration: none;
- }
- #path a:hover {
- color: white;
- text-decoration: underline;
- }
- /* }}} PATH */
-
- /* {{{ HOT NEWS */
- #hotNewsWrapper {
- width: 133px;
- height: 100%;
- position: absolute;
- top: 0px;
- left: 0px;
- z-index:2;
- background-image: url("../img/nov_bg.gif");
- }
- #hotNews {
- text-align: center;
- padding: 7px;
- margin: 0;
- z-index:2;
- color: #000052;
- font-weight: bold;
- }
- /* }}} HOT NEWS */
-
- #minWidth {
- width: 870px;
- }
-
- #main {
- position: relative;
- width: 100%;
- /* height: 428px; /* 549px - 121px */
- background-repeat: no-repeat;
- background-position: bottom right;
- background-image: url("../img/motiv.jpg");
- }
- #contentWrapper {
- width: 100%;
- height: 100%;
- }
- #content {
- color: #07337c;
- padding-top: 20px;
- margin-left: 133px;
- }
- #bottomBar {
- text-align: left;
- position: absolute;
- left: 0;
- height: 24px;
- width: 100%;
- overflow: hidden;
- background-image: url("../img/b_b.gif");
- z-index: 3;
- }
-