home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************************************
- * Document: default.css
- * Description: Globale Design-Einstellungen
- * Company: InteractiveM
- * Author: René Woizenko, Thomas Smiatek
- * Email: info@im-online.de
- *
- * @version: v2.0
- *
- */
- /***************************************************************************************************
- * GLOBAL
- */
- @charset "ISO-8859-1";
-
- :focus {
- outline: 0;
- }
-
- body {
- font-family: arial, verdana, helvetica, sans-serif;
- font-size: 12px;
- color: #fff;
- margin: 0 0 0 0;
- text-align: center;
- background-color: #00285d;
- }
-
- * {
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- }
-
- h1 {
- font-size: 24px;
- margin: 5px 0 10px 0;
- }
-
- h2 {
- font-size: 18px;
- margin: 5px 0 10px 0;
- }
-
- h3 {
- font-size: 16px;
- margin: 3px 0 10px 0;
- }
-
- h4 {
- font-size: 12px;
- margin: 0 0 10px 0;
- }
-
- h4 a {
- color: black;
- text-decoration: none;
- }
-
- h4 a:hover {
- text-decoration: underline;
- }
-
- h5 {
- font-size: 11px;
- margin: 0 0 0 0;
- }
-
- h6 {
- font-size: 9px;
- margin: 0 0 6px 0;
- }
-
- .clearBoth {
- clear: both;
- }
-
- div#shadowContainer {
- position: absolute;
- width: 1023px;
- height: 742px;
- top: 50%;
- left: 50%;
- margin-top: -371px;
- margin-left: -515px;
- background: #00285d url('../images/shadow.png') no-repeat center bottom;
- }
-
- div#mainContainer {
- width: 1000px;
- height: 712px;
- position: relative;
- text-align: left;
- margin: 0px auto;
- }
-
- div#headerContainer {
- background: #00285d url('../images/headBG_silver.png') no-repeat 0px 2px;
- }
-
- div#headerTop {
- height: 86px;
- margin: 0 0 0 0;
- }
-
- div#headerTop div#headerBanner {
- float: right;
- margin: 14px 3px 0 0;
- }
-
- div#headerMainNavi {
- position: relative;
- height: 70px;
- margin: 0 0 0 0;
- background: transparent url('../images/mainNaviBar.gif') no-repeat 0px 0px;
- }
-
- iframe#frameContent {
- width: 750px;
- height: 527px;
- float: left;
- }
-
- div#contentContainer {
- width: 985px;
- height: 542px;
- margin: 0 0 0 0;
- padding: 15px 0 0 15px;
- background: transparent url('../images/contentContainerBG.gif') no-repeat 0px 0px;
- }
-
- /***************************************************************************************************
- * BIG SITEMAP
- */
- div#bigSitemap {
- display: none;
- position: absolute;
- top: 156px;
- left: 0px;
- width: 1000px;
- height: 557px;
- background: transparent url('../images/contentContainerBG.gif') no-repeat 0px 0px;
- }
-
- div#bigSitemap h1 {
- font-size: 16px;
- color: #00285d;
- }
-
- div#bigSitemap h3 {
- font-size: 14px;
- color: #00285d;
- cursor: pointer;
- }
-
- div#bigSitemap dl dt a {
- font-size: 12px;
- color: #00285d;
- text-decoration: none;
- }
-
- div#bigSitemap dl dt a:hover {
- text-decoration: underline;
- }
-
- div#bigSitemapHeader {
- padding: 10px 10px 10px 10px;
- }
-
- div#bigSitemapHeader img.sitemapIcon {
- float: left;
- margin: 0 0 0 0;
- }
-
- div#bigSitemapHeader img.sitemapCloseIcon {
- border: 0;
- float: right;
- }
-
- div#bigSitemapHeader span.sitemapHeaderText {
- display: block;
- float: left;
- font-size: 20px;
- font-weight: bold;
- color: #00285d;
- margin: 3px 0 0 10px;
- }
-
- div#bigSitemapBG {
- height: 86%;
- margin: 40px 0 0 0;
- padding: 10px 10px 10px 10px;
- overflow: auto;
- }
-
- div#bigSitemapBG div#bigSitemapContent div.siteMapContainer {
- width: 150px;
- margin: 0 0 0 0;
- }
-
- div#bigSitemapBG div#bigSitemapContent {
- float: left;
- }
-
- div#smSoftware {
- float: left;
- margin: 0 0 0 36px;
- }
-
- div#smAudio, div#smMagazin, div#smService{
- float: left;
- margin: 0 0 0 60px;
- }
-
- /***************************************************************************************************
- * TEMPORARY SITEMAP
- */
- div#temporarySitemap {
- display: none;
- float: right;
- width: 185px;
- height: 507px;
- overflow: auto;
- overflow-y: scroll;
- background: transparent url('../images/tempSitemapBG.png') no-repeat 0px 0px;
- padding: 10px 10px 10px 10px;
- margin: 0 15px 0 0;
- }
-
- div#temporarySitemap h1 {
- font-size: 16px;
- color: #88bef5;
- }
-
- div#temporarySitemap h3 {
- font-size: 14px;
- color: #88bef5;
- cursor: pointer;
- }
-
- div#temporarySitemap dl dt a {
- font-size: 12px;
- color: #88bef5;
- text-decoration: none;
- }
-
- div#temporarySitemap dl dt a:hover {
- text-decoration: underline;
- }
-
- /***************************************************************************************************
- * BREADCRUMBS
- */
- div#breadcrumbs {
- padding: 10px 0 0 0;
- margin: 0 0 10px 0;
- color: #88bef5;
- font-size: 11px;
- float: left;
- white-space: nowrap;
- }
-
- div#breadcrumbs a {
- margin: 0 12px 0 12px;
- color: #88bef5;
- text-decoration: none;
- }
-
- div#breadcrumbs a:hover {
- text-decoration: underline;
- }
-
- div#breadcrumbs span.normalCrumb {
- margin-left: 12px;
- margin-right: 12px;
- font-weight: normal;
- }
-
- /***************************************************************************************************
- * BROWSENAVI - SOFTWARE OVERVIEW & DETAIL
- */
- div#browseBTN {
- float: right;
- margin: 8px 10px 0 0;
- }
-
- div#browseBTN a {
- float: left;
- }
-
- /***************************************************************************************************
- * LINKS - HEAD
- */
- div#headLinks {
- position: absolute;
- top: 15px;
- left: 0px;
- margin: 0 0 0 10px;
- }
-
- div#headLinks a#logoLink {
- display: block;
- width: 131px;
- height: 61px;
- background: transparent url('../images/logo.gif') no-repeat 0px 0px;
- }
-
- div#headLinks a#magLink {
- font-size: 11px;
- color: #5483b3;
- text-decoration: none;
- }
-
- div#headLinks a#magLink:hover {
- text-decoration: underline;
- }
-
- div#issueText {
- width: 80px;
- margin: 50px 0 0 215px;
- line-height: 13px;
- float: left;
- }
-
- div#issueText span#issueName {
- font-size: 11px;
- font-weight: bold;
- color: #5b4e1f;
- }
-
- div#issueText span#issueMedia {
- font-size: 11px;
- font-weight: bold;
- color: #a28004;
- }
-
- /***************************************************************************************************
- * STARTSEITE
- */
- div#teaserBig {
- width: 730px;
- height: 305px;
- margin: 0 0 21px 9px;
- background: #d6e3f0 url('../images/mainpic_01.png') no-repeat 0px 0px;
- }
-
- div.teaserSmall {
- float: left;
- width: 360px;
- height: 154px;
- margin: 0 0 9px 9px;
- background-color: #d6e3f0;
- }
-
- div.teaserSmall_leftContent {
- float: left;
- width: 149px;
- height: 154px;
- background: #fff url('../images/teaserBoxPicBG.png') repeat-y 0px 0px;
- }
-
- div.teaserSmall_leftContent img {
- margin: 16px 0 16px 9px;
- }
-
- div.teaserSmall_rightContent {
- width: 208px;
- float: right;
- border-left: solid 1px #fff;
- border-right: solid 1px #6597c9;
- border-bottom: solid 1px #6597c9;
- }
-
- div.teaserSmall_rightContent div.teaserText {
- width: 190px;
- height: 108px;
- color: black;
- padding: 10px 10px 0 10px;
- margin: 0 0 0 0;
- }
-
- div.teaserSmall_rightContent div.teaserURL {
- padding: 3px 0 0 10px;
- background: #d6e3f0 url('../images/teaserBoxURLBG.png') repeat-x 0px 0px;
- }
-
- div.teaserSmall_rightContent div.teaserURL a {
- color: #2d80d5;
- font-size: 11px;
- text-decoration: none;
- }
-
- div.teaserSmall_rightContent div.teaserURL a:hover {
- text-decoration: underline;
- }
- /* Wegen AJAX-Call */
- div#softUpdate { display:none; }