/* Copyright (c) 2004 Jürgen Linker Benutzte Farben: #4682B4 Hintergrundblau #B0C4DE Helleres Blau #DBE4F0 noch helleres Blau #638ABE Rand für helles Blau */ /*=====================================================*/ /*Generelle Seiteneinstellungen*/ body { background-color: #DFDFDF;/*#4682B4;/*#9CBEFE;*/ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-image: url('httv/background.jpg'); background-repeat: no-repeat; background-position: left top; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } td, table, p, li, input { /* border:0px solid black;*/ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; } img { border:0px; } select.vereinssuche, select { width: 100px; } /*HTML Überschriften überschreiben*/ h1, h2 { font-family: verdana, Verdana, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #666644; } h3, h4, h5, h6 { font-family: verdana, Verdana, Helvetica, sans-serif; font-size: 10pt; } /*Definition für den Inhalt des Teaser-Moduls und anderer Module*/ .Normal { font-family: verdana, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; line-height: 10pt } /* ========================================== CSS STYLES FOR Survey in IBUYSPY PORTAL copy these classes into your portal.css =========================================== */ .SurveyQuestion { color: black; font-family: verdana, Verdana, Helvetica, sans-serif; font-size: 8.5pt; font-weight: bold; line-height: 10pt } .SurveyPanel { color: red; background-color: red; height:9px; } .SurveyOption { color: black; font-family: verdana, Verdana, Helvetica, sans-serif; font-size: 8.5pt; font-weight: normal; line-height: 10pt } .SurveyButton { color: red; font-weight: bold; } /*input { border:1px solid gray; }*/ a.link, a.visited, a.hover { color:green; } /*Zeigt den Logout Button an*/ div.cmslogout { background-color: #FFFFFF; border: 1px solid; z-index:100; position: absolute; height: 50px; width: 150px; left: 0px; top: 0px; } /*=====================================================*/ /*Grundgerüst des CMS besteht aus 1 Tabelle mit 3 Spalten*/ /*Breite der linken Spalte*/ td.cmspage_leftwidth { width: 0%; /* background-color:#4682B4;*/ } /*Breite der rechten Spalte*/ td.cmspage_rightwidth { width: 100%; } /*Breite der mittleren Spalte */ td.cmspage_middlewidth { width: 896px; } /*muss identisch sein zur Spaltenbreite*/ img.cmspage_middlewidth{ width: 896px; height: 1px; } /*Zelle die oben links gezeigt wird */ td.cmspageleft_topleft { /* background-image: url(httv/rand_links.gif); background-repeat: repeat; /* background-color:white;*/ height: 120px; } /*Zelle die oben rechts gezeigt wird */ td.cmspageright_topright { background-image: url('httv/rand_rechts.gif'); background-repeat: repeat; height: 120px } /*Zelle mit dem Banner */ td.cmspagemiddle_banner { /* background-image: url(httv/dbanner.jpg); background-repeat: repeat;*/ height: 95px; } /*Zeile die direkt unterhalb des Banners gezeigt wird */ td.cmspagemiddle_subbannerline { height: 8pt; /* background-color:white;*/ } /*Fußzeile in der Mitte*/ td.cmspagemiddle_bottom { height:1px; /* background-color:red;*/ } /*Bild in der Fußzeile*/ img.cmspagemiddle_bottom { height:1px; width:1px; } /*nimmt den ganzen mittleren Teil ab Position nach den Tabs auf*/ td.cmsmitte_container { } /*=====================================================*/ /*Navigationsbalken */ /*Zelle in die die Reiter (Navigation) gezeichnet werden*/ td.cmsnav_balken { text-align:left; vertical-align:bottom; /* background-color:white;*/ /* background-image: url(httv/tab_hintergrund.gif);*/ background-repeat: repeat-x; background-position: left top; height:24px; } /*Zelle die einen Tab-Reiter (Tabelle) aufnimmt*/ td.cmsnav_tabzelle { vertical-align:bottom; height:0px; } /*Abstand zwischen Navigationszeile und dem Inhalt*/ img.cmsmiddle_subnaviline{ height: 2px; width:1px; } /*Tabelle für gewählten Reiter*/ table.cmsnav_selected { border: 0px none; margin: 0px; } /*Größe des linken / rechten Bildes (Rundung) vor allem die Breite muss gesetzt werden. Das Pixelbild 1x1 zieht die Zelle auf die korrekte Größe*/ img.cmsnav_selectedlinksrechts { width: 0px; height: 1px; } /*Linke Zelle des gewählten Reiters*/ td.cmsnav_selectedlinks { width:1px; padding:2px; margin:0px; } /*Rechte Zelle des gewählten Reisters*/ td.cmsnav_selectedrechts { width:1px; padding:2px; margin:0px; } /*Mittlere Zelle des gewählten Reisters*/ td.cmsnav_selectedmitte { width:100%; height:23px; } /*Hyperlinkfarben für gewählten Reiter*/ a.cmsnav_selected:visited, a.cmsnav_selected:active, a.cmsnav_selected:link { font-size:10pt; font-weight:bold; color: red; text-decoration:none; font-weight:bold; } a.cmsnav_selected:hover{ font-size:10pt; color: white; text-decoration:none; font-weight:bold; } /*Tabelle für andere Reiter*/ table.cmsnav_notselected { border: 0px none; margin: 0px; /* width:150px; */ } /*Größe des linken / rechten Bildes (Rundung) vor allem die Breite muss gesetzt werden. Das Pixelbild 1x1 zieht die Zelle auf die korrekte Größe*/ img.cmsnav_notselectedlinksrechts { width: 0px; height:1px; } /*Linke Zelle des Reiters*/ td.cmsnav_notselectedlinks { width:1px; padding:3px; margin:0px; } /*Rechte Zelle des Reiters*/ td.cmsnav_notselectedrechts { width:1px; padding:2px; margin:0px; } /*mittlere Zelle des Reiters*/ td.cmsnav_notselectedmitte { width:100%; height:23px; } /*Hyperlinkfarben für andere Reiter*/ a.cmsnav_notselected:visited, a.cmsnav_notselected:active, a.cmsnav_notselected:link { color: white;/*#315F96;*/ font-size:10pt; font-weight:bold; text-decoration:none; } a.cmsnav_notselected:hover{ color: red; font-size:10pt; text-decoration:none; font-weight:bold; } /*=====================================================*/ /*Mittlere Spalte */ /*Größe der mittleren Tabelle */ table.cmsmiddle { width:100%; /* background-color: white;*/ } td.cmsmiddle_topleft { } td.cmsmiddle_topmiddle { } td.cmsmiddle_topright { } /*Größe der linken mittleren Spalte */ td.cmsmiddle_left { padding-top:10px; width: 180px; text-align: center; background-color:#EFEFEF; background-image: url('httv/bg_links_3.jpg'); background-repeat: no-repeat; background-position: left top; /* border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC;*/ } /*Größe der rechtsn mittleren Spalte */ td.cmsmiddle_right { padding-top:10px; width: 200px; text-align: center; background-color: #BDD1EA; /* background-image: url(httv/background_rechts.gif); background-repeat: no-repeat; /* border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; */ } /*Größe der mittleren Spalte */ td.cmsmiddle_middle { padding-top:10px; width: 516px; text-align: center; background-image: url('httv/bg_mitte_3.jpg'); background-repeat: no-repeat; background-position: left top; /* background-color:white; /* background-image: url(httv/background.jpg); background-repeat: no-repeat; background-position: top center; */ } /*Zelle links unten nach linken Modulen (Abschlussleiste)*/ td.cmsmiddle_bottomleft { background-color:#B0C4DE; /* border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #315F96; */ } /*Zelle mitte unten nach linken Modulen (Abschlussleiste)*/ td.cmsmiddle_bottommiddle { background-color:#B0C4DE; /* border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #315F96; */ } /*Zelle rechts unten nach linken Modulen (Abschlussleiste)*/ td.cmsmiddle_bottomright { background-color:#B0C4DE; /* border-right-width: 1px; border-right-style: solid; border-right-color: #315F96; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #315F96; */ } img.cmsmodule_middlespace { width: 1px; height: 8pt; } img.cmsmiddle_middlespace { width: 1px; height: 8pt; } /*Bild ganz unten nach dem mittleren Teil*/ img.cmsmiddle_bottomspace { width: 1px; height:8pt; } /*=====================================================*/ /*Definitionen für Module*/ table.cmsmodulerechts { width: 100%; border: 0px none; margin: 0px; } table.cmsmodule_mitte { width: 95%; border: 0px none; } td.cmsmodule_mitte_mitte { padding: 5px; /* background-image: url(tab_modulmittemitte.gif); background-repeat: repeat;*/ } td.cmsmodule_mitte_oben { /* Die Angaben HIntergrund, etc. efolgen in cmsmodule_balkenrechts, ... Weil der Balken nämlich als weitere Tabelle gezeichnet wird. padding: 3px; background-image: url(tab_modulmitte.gif); background-repeat: repeat; */ } table.cmsmodule_balken { border: 0px none; margin: 0px; width:100%; } /* =============================================================================== Beginn Linke Module =============================================================================== */ /*Abstand zwischen Rand und erstem Modul (vertikaler Abstand)*/ img.cmsmiddle_topleftspace { width: 1px; height: 60px; } /*Breite der Module*/ table.cmsmodulelinks { width: 100%; border: 0px none; margin: 0px; } /*1. Zeile in der Kopftabelle (Balken)*/ td.cmsmodulelinks_oben { padding: 0px; /* background-image: url(tab_modul_mitte.gif); background-repeat: repeat;*/ } /*hier wird der Kopf der linken Moduls reingezeichnet*/ table.cmsmodulelinks_balken { border: 0px none; margin: 0px; width:100%; } /*Zellengröße der linken Kopfzelle*/ td.cmsmodulelinks_balkenlinks { width:4px; } /*Zellengröße der rechten Kopfzelle*/ td.cmsmodulelinks_balkenrechts { width:4px; } /*Zellengröße der mittleren Kopfzelle*/ td.cmsmodulelinks_balkenmitte { width:100%; height:18px; text-align:center; color:#0000CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Bildergröße für die Platzhalter linker / rechter Balken Muss/Kann mit entsprechender Zellengröße korrespondieren*/ img.cmsmodulelinks_balkenlinks { width: 20px; height: 1px; } img.cmsmodulelinks_balkenrechts { width: 4px; height: 1px; } /*2. Zeile in der Kopftabelle (Inhalt)*/ td.cmsmodulelinks_mitte { width: 100%; padding: 4px; /* border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #718EAA; border-left-width: 1px; border-left-style: solid; border-left-color: #718EAA; border-right-width: 1px; border-right-style: solid; border-right-color: #718EAA; border-top-width: 1px; border-top-style: solid; border-top-color: #718EAA; /* background-color:#BFD5FF;*/ /* background-color:white; /* background-image: url(tab_modul_mitte.gif); background-repeat: repeat;*/ } /*Abstand zwischen den Modulen*/ img.cmsmodulelinks_modulespace { width: 1px; height: 17px; } /* =============================================================================== Ende Linke Module =============================================================================== */ /* =============================================================================== Beginn Rechts Module =============================================================================== */ /*Abstand zwischen Rand und erstem Modul (vertikaler Abstand)*/ img.cmsmiddle_toprightspace { width: 1px; height: 8pt; } /*Breite der Module*/ table.cmsmodulerechts { width: 100%; border: 0px none; margin: 0px; } /*1. Zeile in der Kopftabelle (Balken)*/ td.cmsmodulerechts_oben { padding: 0px; /* background-image: url(tab_modul_mitte.gif); background-repeat: repeat;*/ } /*hier wird der Kopf der linken Moduls reingezeichnet*/ table.cmsmodulerechts_balken { border: 0px none; margin: 0px; width:100%; } /*Zellengröße der linken Kopfzelle*/ td.cmsmodulerechts_balkenlinks { width:4px; background-color: #2D5CA0; } /*Zellengröße der rechten Kopfzelle*/ td.cmsmodulerechts_balkenrechts { width:4px; background-color: #2D5CA0; } /*Zellengröße der mittleren Kopfzelle*/ td.cmsmodulerechts_balkenmitte { width:100%; background-color: #2D5CA0; height:18px; text-align:left; color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; } /*Bildergröße für die Platzhalter linker / rechter Balken Muss/Kann mit entsprechender Zellengröße korrespondieren*/ img.cmsmodulerechts_balkenlinks { width: 4px; height: 1px; } img.cmsmodulerechts_balkenrechts { width: 20px; height: 1px; } /*2. Zeile in der Kopftabelle (Inhalt)*/ td.cmsmodulerechts_mitte { width: 100%; padding: 4px; /* border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #718EAA; border-left-width: 1px; border-left-style: solid; border-left-color: #718EAA; border-right-width: 1px; border-right-style: solid; border-right-color: #718EAA; border-top-width: 1px; border-top-style: solid; border-top-color: #718EAA; background-color:#E7EDF5; /* background-image: url(tab_modul_mitte.gif); background-repeat: repeat;*/ } /*Abstand zwischen den Modulen*/ img.cmsmodulerechts_modulespace { width: 1px; height: 17px; } /* =============================================================================== Ende Rechts Module =============================================================================== */ td.cmsmodule_balkenlinks { width:0px; /* background-image: url(httv/modul_gestrichelt_links.gif); background-repeat: repeat;*/ } td.cmsmodule_balkenrechts { width:0px; /* background-image: url(httv/modul_gestrichelt_rechts.gif); background-repeat: repeat;*/ } td.cmsmodule_balkenmitte { width:100%; height:20px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color:#2D5CA0; font-weight:bold; } img.cmsmodule_balken { width: 0px; height: 1px; } .unnamed1 { margin: 20px; padding: 15px; clear: left; float: none; width: 160px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-top-color: #CCCCCC; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; } a:active, a:visited, a:link, A.MyLink:active, A.MyLink:visited, A.MyLink:link { text-decoration: none; font-weight:normal; color:#315F96; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } a:hover, A.MyLink:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } td.cmsmodulemitte_teasermehr, td.cmsmodulelinks_teasermehr { background-color: #F5F5F5; } td.cmsmodulemitte_teasertitel, td.cmsmodulelinks_teasertitel { color : #003399; font-size: 8pt; font-weight: bold; } td.cmsmodulerechts_teasermehr { border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: white; } td.cmsmodulerechts_teasertitel { border-top-width: 1px; border-top-style: solid; border-top-color: white; color : black; font-size: 8pt; font-weight: normal; } td.cmsmodule_kalendertop { border-top: none; border-left: none; border-right: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; } table.cmspage_body { } /*Farbe der Links im Modul Navigation_Tree wenn dieses links plaziert wurde*/ A.cmsmodulelinks_navtree:active, A.cmsmodulelinks_navtree:visited, A.cmsmodulelinks_navtree:link { text-decoration: none; font-weight:normal; color:black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Farbe der Links im Modul Navigation_Tree wenn dieses links plaziert wurde*/ A.cmsmodulelinks_navtree:hover { text-decoration: none; font-weight:normal; color:white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Farbe der Links im Modul Navigation_Tree wenn dieses rechts plaziert wurde*/ A.cmsmodulerechts_navtree:active, A.cmsmodulerechts_navtree:visited, A.cmsmodulerechts_navtree:link { text-decoration: none; font-weight:normal; color:navy; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Farbe der Links im Modul Navigation_Tree wenn dieses rechts plaziert wurde*/ A.cmsmodulerechts_navtree:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Linkfarbe des Moduls LINKS wenn dieses im linken Bereich plaziert wurde*/ A.cmsmodulelinks_navlbox:active, A.cmsmodulelinks_navlbox:visited, A.cmsmodulelinks_navlbox:link { text-decoration: none; font-weight:normal; color:navy; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Linkfarbe des Moduls LINKS wenn dieses im linken Bereich plaziert wurde*/ A.cmsmodulelinks_navlbox:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Linkfarbe des Moduls LINKS wenn dieses im rechten Bereich plaziert wurde*/ A.cmsmodulerechts_navlbox:active, A.cmsmodulerechts_navlbox:visited, A.cmsmodulerechts_navlbox:link { text-decoration: none; font-weight:normal; color:navy; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Linkfarbe des Moduls LINKS wenn dieses im rechten Bereich plaziert wurde*/ A.cmsmodulerechts_navlbox:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Linkfarbe des Moduls LINKS wenn dieses im mittleren Bereich plaziert wurde*/ A.cmsmodulemitte_navlbox:active, A.cmsmodulemitte_navlbox:visited, A.cmsmodulemitte_navlbox:link { text-decoration: none; font-weight:normal; color:navy; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } A.cmsmodulemitte_navlbox:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Platz für den Banner*/ div.cmsbanner { z-index: 1; position: absolute; } td.cmsmodule_teaseruntertitel { color : black; font-size: 8pt; font-weight: bold; } td.cmsmodule_teaserterminmonat { color : black; font-size: 10pt; font-weight: bold; } /*Formatierung des "Mehr" bei Teasermeldungen */ A.cmsmodule_teasermehrlink:active, A.cmsmodule_teasermehrlink:visited, A.cmsmodule_teasermehrlink:link { text-decoration: none; font-weight:normal; color:navy; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /*Formatierung des "Mehr" bei Teasermeldungen */ A.cmsmodule_teasermehrlink:hover { text-decoration: none; font-weight:normal; color:red; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } /* Formatierung der Teaerueberschrift wenn die Details angezeigt werden */ .cmsmodule_teasercontentueberschrift { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color:#003399; font-weight:bold; } /* Abstand zwischen Titel der Teasermeldung und dem Teaser */ img.cmsmodulemitte_teaserabstandtitel { width: 1px; height: 1px; } /* Abstand zwischen den Teasermeldungen im mittleren Bereich */ img.cmsmodulemitte_teaserabstand { width: 1px; height: 8pt; } /*Formatierung der 1. Ebene des navigation_Tree Moduls*/ td.cmsnavtree_1ebene { height: 14px; background-color: #B5C3E5; } /*Formatierung der 2. Ebene des navigation_Tree Moduls*/ td.cmsnavtree_2ebene { height: 14px; background-color: #CCD6EB; } /*Farbe des aktiv gewählten Eintrags im Modul navigation_tree*/ td.cmsnavtree_markierung { background-color: #CC0000; } /* Breite der Tabelle der erweiterten Modul-Einstellungen*/ table.cms_module_erw { width:100%; } /* Breite der linken Spalte der erweiterten Modul-Einstellungen*/ tb.cms_module_erw_links { width:50%; } /* Breite der linken Spalte der erweiterten Modul-Einstellungen*/ tb.cms_module_erw_rechts { width:50%; } /* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser nicht gewählt ist*/ div.cmsmodulelinks_navtree1 a:link, div.cmsmodulelinks_navtree1 a:active, div.cmsmodulelinks_navtree1 a:visited { display:block; } div.cmsmodulelinks_navtree1 a:hover { display:block; } /* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser gewählt ist*/ div.cmsmodulelinks_navtree1_selected a:link, div.cmsmodulelinks_navtree1_selected a:active, div.cmsmodulelinks_navtree1_selected a:visited { display:block; } div.cmsmodulelinks_navtree1_selected a:hover { display:block; } /* Definition des Eintrags der 2. Ebene im Navbaum wenn dieser nicht gewählt ist*/ div.cmsmodulelinks_navtree2 a:link, div.cmsmodulelinks_navtree2 a:active, div.cmsmodulelinks_navtree2 a:visited { display:block; } div.cmsmodulelinks_navtree2 a:hover { display:block; } /* Definition des Eintrags der 1. Ebene im Navbaum wenn dieser gewählt ist*/ div.cmsmodulelinks_navtree2_selected a:link, div.cmsmodulelinks_navtree2_selected a:active, div.cmsmodulelinks_navtree2_selected a:visited { display:block; } div.cmsmodulelinks_navtree2_selected a:hover { display:block; } /*Zeigt die remote-Console an*/ div.cmsremoteconsole { /*background-color: #F3F3EE;*/ background-image: url(../images/remote_hintergrund.png); background-repeat: repeat; z-index:100; padding:5px; position: absolute; left: 0px; width:100%; top: 0px; } /*Fuer Barrierefreiheit*/ .azx { POSITION: absolute;visibility:hidden; } /* Tabelle in die der Navigationsbaum gestellt wird*/ table.cmsnavtree_rechts,table.cmsnavtree_links { width:180px; } /* Einstellungen einzelner Einträge einer Linkbox */ div.cmsmodulelinks_navlbox, div.cmsmodulerechts_navlbox, div.cmsmodulemitte_navlbox { } /************************************************************************************/ /*Beginn mod_network*/ /*Zelle die beim Modulimport den Copyright-Vermerk aufnimmt*/ td.cmsmodulelinks_copyright,td.cmsmodulemitte_copyright,td.cmsmodulerechts_copyright{ text-align:center; } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulelinks_copyright:active, A.cmsmodulelinks_copyright:visited, A.cmsmodulelinks_copyright:link { } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulelinks_copyright:hover { } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulerechts_copyright:active, A.cmsmodulerechts_copyright:visited, A.cmsmodulerechts_copyright:link { } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulerechts_copyright:hover { } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulemitte_copyright:active, A.cmsmodulemitte_copyright:visited, A.cmsmodulemitte_copyright:link { } /*Farbe der Copyright-Links eines importierten Moduls*/ A.cmsmodulemitte_copyright:hover { } /*Ende mod_network*/ /************************************************************************************/