notie /*-------------------------------------------- / CSS fuer www.wechselwillig.ch / ein Projekt von / www.pfarrverein.ch / www.kirchenweb.ch / / www.kirchenweb.ch - Content and Mail Management System / Kirchen aktuell mit System: kirchenweb.ch / / css erstellt von Werner Naef / werner.naef@kirchenweb.ch /---------------------------------------------*/ /*-------------------------------------------- / Inhalt / / 1. allgemein html body / 2. ID / 3. Formular / 4. Allgemeines /---------------------------------------------*/ /*... body ................................................................................. */ * { font-size: 12px; line-height: 140%; background-color: white; } html,body { margin: 10px; padding: 0px; background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; text-align: center; height: 100%; } div { font-size: 12px; } /*... ID Definitionen ................................................................................. */ #top { background: #fff url(page-bg-top.jpg) center top no-repeat; height: 224px; text-align: center; width: 100%; z-index: 1; } #logotext { margin-top: 18px; font-weight: bold; color: #006B40; font-size: 40px; background: transparent; } #titeltextspan { color: #12703e; font-size: 14px; font-weight: normal; position: relative; background: transparent; } #tabs { position: relative; top: 92px; left: -37px; top: 110px; left: 263px; z-index: 2; width: 600px; } #tabLeerPos1{ float: left; position: relative; top: 3px; left: 1px; width: 234px; } #tabLeerPos2{ float: left; position: relative; top: 3px; left: 40px; width: 234px; } #tabVollPos1 { width: 234px; float: left; position: relative; } #tabVollPos2 { float: left; position: relative; left: 40px; width: 234px; } #inhaltBlock{ background: #fff url(page-bg.jpg) left top repeat-y; margin: 0px 0px 0px 8px; margin: 0px auto; position: relative; left: 3px; height: 800px; width: 900px; text-align: left; /* folgendes Hack von http://www.dustindiaz.com/min-height-fast-hack */ min-height: 600px; height: auto !important; height: 600px; } #inhalt { border-top: 2px solid #12703e; border-left: 2px solid #12703e; width: 755px; margin-left: 102px; padding: 10px 0px 0px 7px; /* folgendes Hack von http://www.dustindiaz.com/min-height-fast-hack */ min-height: 600px; height: auto !important; height: 600px; } #zurListeDiv { font-size: 14px; position: absolute; top: 300px; left: 820px; top: 50px; left: 700px; width: 170px; } #loeschanzeige { width: 210px; margin: 20px 0px 10px 0px; padding: 7px; border: black solid 1px; } #impressumSeitenfuss { margin-top: 40px; border-top: 1px solid #ccc; padding-top: 10px; line-height: 220% } /*... Ausgabe ................................................................................. */ div.inserat { font-size: 12px; width: 430px; margin-top: 20px; border: 1px solid #12703e; border-style: dashed; padding: 10px; background-color: #effde3; } div.dossierAusgabeBegleittext { width: 430px; margin-top: 16px; font-weight: bold; } div.dossierAusgabe { width: 430px; margin-top: 8px; } div.homeDiv { padding: 25px; width: 520px; font-size: 17px; color: #333; } table.text { margin: 30px 0px 0px 20px; width: 500px; } td.textBullet { padding-top: 20px; text-align: center; vertical-align: top; width: 30px; } td.text{ padding-top: 20px; font-size: 14px; width: 350px; } /*... Formular ................................................................................. */ div.speichermeldung, div.speichermeldungSecond { font-size: 14px; width: 210px; margin: 20px 0px 10px 0px; padding: 7px; color: white; font-weight: bold; } div.speichermeldung { background-color: green; } div.speichermeldungSecond { background-color: #ccc; } div.formularausgabe { font-size: 12px; width: 580px; } div.fragebogenTeil { font-size: 12px; width: 580px; margin-top: 8px; } textarea.wechselwillig { font-size: 15px; width: 580px; height: 200px; margin-top: 8px; background-color: #eee; border-collapse: collapse; border: 1px solid black; } label { font-size: 12px; width: 580px; display: block; } input.speicherknopf { width: 200px; background-color: #bbb; font-weight: bold; border: solid 1px black; } /*... Mail-Formular ................................................................................. */ input.mailform { background-color: #ddd; color: ; border-collapse: collapse; border-width: 0px; width: 422px; } input.mailform:focus { background-color: #ccc; color: black; } textarea.mailform { background-color: #ddd; color: ; border-collapse: collapse; border-width: 0px; scrollbar-arrow-color:; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: ; scrollbar-3dlight-color:#FFFFFF; scrollbar-shadow-color: ; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: ; } textarea.mailform:focus { background-color: #ccc; color: black; } input.mailformcheckbox { background-color: transparent; } /*... Allgemeines ................................................................................. */ h1 { font-size: 18px; font-weight: bold; border-bottom: solid 1px black; } h2 { font-size: 16px; font-weight: bold; background-color: #ddd; line-height: 140%; } h3 { font-size: 14px; font-weight: bold; line-height: 140%; } h4 { font-size: 12px; font-weight: bold; line-height: 140%; } a { color: #12703e; text-decoration: none; } a:hover { color: #12703e; background-color: #EDF9E1; text-decoration: none; } a.impressumLink { } .grau1, .grau2, .grau3 { font-size: 12px; padding: 5px; } .grau1 { background-color: #eee; } .grau2 { background-color: #ccc; } .grau3 { background-color: #bbb; } hr.trenner { height: 1px; border: 0px; color: black: margin: 10px 0px; } div.warnungAchtung, div.warnungOK { width: 210px; margin: 20px 0px 10px 0px; padding: 7px; } div.warnungAchtung { color: red; background-color: #fcc; border: 1px solid red; } div.warnungOK { color: green; background-color: #cfc; border: 1px solid green; }