/* -------------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------------- */ /* Definition und Styles für die Homepage */ /* -------------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------------- */ * { margin: 0px; padding: 0px; } html { height: 100%; padding: 1px; } body { background-color: #000000; color: #FFFF00; font-size: 1.0em; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; margin-width: 0px; margin-height: 0px; scrollbar-base-color: #2f4f4f; scrollbar-arrow-color: #000000; scrollbar-darkshadow-color:#2f4f4f; scrollbar-face-color: #000000; scrollbar-highlight-color: #2f4f4f; scrollbar-shadow-color: #000000; scrollbar-track-color: #2f4f4f; } #site { width: 100%; } /* Definition der gesamten Seitenbreite */ #site_navi_left { width: 10%; text-align: left; vertical-align: top; } /* Navi 10% */ #site_navi_right { width: 10%; text-align: left; vertical-align: top; } /* Navi 10% */ #site_navi_none { width: 100%; vertical-align: top; } /* keine Navi li oder re 100% */ #site_left_right { width: 80%; vertical-align: top; } /* li und re Navi 80% */ #site_left { width: 90%; vertical-align: top; } /* Navi li oder re 90% */ a:link { color:#FFFF00; text-decoration: none; } a:visited { color:#FFFF00; text-decoration: none; } a:hover { color:#FF0000; text-decoration: none; } a:active { color:#FFFF00; text-decoration: none; } a:focus { color:#FF0000; text-decoration: none; } h0 { color: #0000B2; font-family: Tahoma; font-size: 2.0em; font-weight: bold; font-style: bold; } h1 { color: #0000B2; font-family: Tahoma; font-size: 2.1em; font-weight: bold; font-style: bold; } h2 { color: #0000B2; font-family: Tahoma; font-size: 2.2em; font-weight: bold; font-style: bold; } h3 { color: #0000B2; font-family: Tahoma; font-size: 2.3em; font-weight: bold; font-style: bold; } h4 { color: #0000B2; font-family: Tahoma; font-size: 2.4em; font-weight: bold; font-style: bold; } h5 { color: #0000B2; font-family: Tahoma; font-size: 2.5em; font-weight: bold; font-style: bold; } h6 { color: #0000B2; font-family: Tahoma; font-size: 2.6em; font-weight: bold; font-style: bold; } th { color: #0000B2; font-family: Tahoma; font-size: 1.0em; font-weight: bold; font-style: bold; } hr { color: #8B0000; width: 100%; size: 1px; } /* -------------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Headerbereich */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ #header { background-color: #B22222; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-weight: bold; /* Schriftformatierung */ font-style: bold; font-size: 1.8em; /* Schriftgröße */ text-align: left; /* Textausrichtung */ width: 100%; /* Breite der Site */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 5px; /* Innenabstand zum Inhalt */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Kopf */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ #kopf { background-color: #b22222; /* Hintergrundfarbe der Site */ background-image: url(images/bandeau.jpg); background-repeat: no-repeat; /* repeat repeat-x repeat-y no- */ background-position: left center; /* left center right | top center bottom */ background-attachment: fixed; /* scroll fixed */ } #kopf_banner { width: 92%; text-align: left; } #kopf_login { width: 8%; text-align: right; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Loginbereich */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#login { background-color: #B22222; width: 120px; color: #FFFF00; text-align: center; font-family: Tahoma, Verdana; font-size: 0.6em; margin-top: 0px; margin-left 0px; margin-bottom: 0px; margin-right: 0px; padding: 0px; } div#login input { FONT-SIZE: 10px; FONT-FAMILY: Tahoma, Verdana; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Newsticker */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#ticker { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-weight: bold; /* Schriftformatierung */ font-size: 0.8em; /* Schriftgröße */ display: block; /* Blockelement */ position: absolute; top: 65px; left: 170px; width: 700px; } div#ticker a:link, div#ticker a:visited { text-decoration: none; /* Textaussehen */ color: #FFFF00; /* Textfarbe */ } div#ticker a:hover, div#ticker a:active, div#ticker a:focus { text-decoration: none; /* Textaussehen */ color: #FFFF00; /* Textfarbe */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Navigation rechts und links */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#navigation { font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.7em; /* Schriftgröße */ width: 100%; /* Breite der Navigation */ padding: 0; /* Innenabstand zum Inhalt */ } div#navigation ul { list-style-type: none; /* Aussehen der Liste */ margin: 0; /* Aussenabstand zum Rahmen */ padding: 0; /* Innenabstand zum Inhalt */ } div#navigation li { margin: 0 0 1px 0; /* Aussenabstand zum Rahmen */ } div#navigation li a:link, div#navigation li a:visited { border-left:solid 10px #000000; background-color: #666666; background-color: #b22222; /* Hintergrundfarbe */ color: #FFFF00; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #8b0000; /* linker Rand vor Link */ padding-left: 3px; padding-bottom: 3px; padding-top: 3px; display: block; /* Blockelement */ width: 150px; margin: 0px auto; } div#navigation li a:hover, div#navigation li a:active, div#navigation li a:focus { background-color: #dc143c; /* Hintergrundfarbe */ color: #FFFF00; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #b22222; /* linker Rand vor Link */ padding-left: 3px; padding-bottom: 3px; padding-top: 3px; margin: 0px auto; display: block; /* Blockelement */ width: 150px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Horizontale Navigation */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#horizon { font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.7em; /* Schriftgröße */ width: 100%; /* Breite der Navigation */ padding: 0; /* Innenabstand zum Inhalt */ } div#horizon tr { list-style-type: none; /* Aussehen der Liste */ margin: 0; /* Aussenabstand zum Rahmen */ padding: 0; /* Innenabstand zum Inhalt */ } div#horizon td { margin: 0 0 1px 0; /* Aussenabstand zum Rahmen */ } div#horizon td a:link, div#horizon td a:visited { background-color: #00BFFF; /* Hintergrundfarbe */ color: #E1E6CF; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #0000FF; /* linker Rand vor Link */ padding: 5px 5px 5px 0.5em; /* Abstände zum Eintrag */ display: block; /* Blockelement */ width: 100%; /* Breite der Navigation */ } div#horizon td a:hover, div#horizon td a:active, div#horizon td a:focus { background-color: #1E90FF; /* Hintergrundfarbe */ color: #F3F8EF; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #00BFFF; /* linker Rand vor Link */ padding: 5px 5px 5px 0.5em; /* Abstände zum Eintrag */ display: block; /* Blockelement */ width: 100%; /* Breite der Navigation */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Inhalt */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#inhalt { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ text-align: justify; /* Textausrichtung */ overflow: auto; /* visible, hidden, scroll, auto */ width: 100%; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } div#inhalt table { background-color: #000000; /* Hintergrundfarbe der Site */ font-size: 0.9em; /* Schriftgröße */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Rundmailer */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#rundmail { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ text-align: justify; /* Textausrichtung */ overflow: auto; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } div#rundmail iframe { background-color: #000000; /* Hintergrundfarbe der Site */ } div#rundmail table { background-color: #000000; /* Hintergrundfarbe der Site */ font-size: 0.8em; /* Schriftgröße */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Poll */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#poll { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ text-align: justify; /* Textausrichtung */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } div#poll table { background-color: #000000; /* Hintergrundfarbe der Site */ font-size: 0.8em; /* Schriftgröße */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Startseite */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#start { background-color: #000000; /* Hintergrundfarbe der Site */ background-image: url(images/silvester.jpg); /* Hintergrundfarbe der Site */ color: #FFFFFF; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.8em; /* Schriftgröße */ text-align: center; /* Textausrichtung */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 0px; /* Innenabstand zum Inhalt */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Fotoboxen */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#fotobox1 { position: absolute; top: 140px; right: 20px; } div#fotobox2 { position: absolute; top: 360px; left: 190px; } div#fotobox3 { position: absolute; top: 600px; left: 600px; } div#fotobox4 { position: absolute; top: 140px; left: 190px; } div#scoutbox { position: absolute; height: 280px; /* Breite des Headers */ top: 320px; right: 5px; width: 180px; } div#newsletter { background-color: #000000; /* Hintergrundfarbe der Site */ height: 100px; /* Breite des Headers */ position: absolute; bottom: 30px; left: 2px; } div#chatroom{ background-color: #000000; /* Hintergrundfarbe der Site */ height: 140px; /* Breite des Headers */ position: absolute; top: 600px; left: 2px; } div#memberon{ background-color: #000000; /* Hintergrundfarbe der Site */ height: 120px; /* Breite des Headers */ position: absolute; top: 500px; left: 2px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Newsletter */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#letter { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 1.0em; /* Schriftgröße */ text-align: justify; /* Textausrichtung */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 0px; /* Innenabstand zum Inhalt */ } div#letter table { background-color: #000000; /* Hintergrundfarbe der Site */ border-collapse: collapse; font-size: 0.7em; /* Schriftgröße */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Shotbox */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#scout { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 1.0em; /* Schriftgröße */ text-align: justify; /* Textausrichtung */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 0px; /* Innenabstand zum Inhalt */ } div#scout table { background-color: #000000; /* Hintergrundfarbe der Site */ border-collapse: collapse; font-size: 0.8em; /* Schriftgröße */ } div#scout input { FONT-SIZE: 0.9em; FONT-FAMILY: Tahoma, Verdana; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } /* ---------------------------------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------------------------------- */ /* Definition und Styles für den Adminbereich */ /* ---------------------------------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------------------------------- */ #admin { background-color: #000000; /* Hintergrundfarbe der Site */ text-align: justify; /* Textausrichtung */ width: 100%; /* Breite des Headers */ height: 730px; /* Breite des Headers */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 0px; /* Innenabstand zum Inhalt */ } /* ---------------------------------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für Styleseingabe */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#defstyles { background-color: #000000; /* Hintergrundfarbe der Site */ color: #0000B2; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.8em; /* Schriftgröße */ text-align: justify; /* Textausrichtung */ width: 100%; /* Breite des Headers */ height: 700px; /* Breite des Headers */ overflow: auto; margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 5px; /* Innenabstand zum Inhalt */ } div#defstyles textarea { FONT-SIZE: 12px; FONT-FAMILY: Courier, Tahoma; COLOR: #0000B2; BACKGROUND-COLOR: #FFFFFF; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Footer */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#footer { background-color: #000000; /* Hintergrundfarbe der Site */ color: #0000B2; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.7em; /* Schriftgröße */ text-align: center; /* Textausrichtung */ position:absolute; bottom:2px; left:350px; width:450px; display: block; /* Blockelement */ } div#footer a:link, div#footer a:visited { text-decoration: none; /* Textaussehen */ color: #FFFF00; /* Textfarbe */ } div#footer a:hover, div#footer a:active, div#footer a:focus { text-decoration: none; /* Textaussehen */ color: #FF0000; /* Textfarbe */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Besucherzähler */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#besucher { background-color: #8B0000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.8em; /* Schriftgröße */ text-align: center; /* Textausrichtung */ font-weight: bold; /* Schriftformatierung */ position: absolute; height: 20px; bottom: 2px; left: 2px; width: 150px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für das Memberprofil */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#profil { font-family: Tahoma, Verdana; /* Schriftart */ width: 100%; /* Breite der Site */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 0px; /* Innenabstand zum Inhalt */ } div#profil table { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-size: 0.8em; /* Schriftgröße */ } div#profil input { FONT-SIZE: 0.9em; FONT-FAMILY: Tahoma, Verdana; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für die Adminnavigation */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#adminnavi { font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.8em; /* Schriftgröße */ text-align: left; /* Textausrichtung */ width: 100%; /* Breite der Navigation */ padding: 0; /* Innenabstand zum Inhalt */ } div#adminnavi ul { font-size: 0.7em; /* Schriftgröße */ list-style-type: none; /* Aussehen der Liste */ margin: 0; /* Aussenabstand zum Rahmen */ padding: 0; /* Innenabstand zum Inhalt */ } div#adminnavi li { margin: 0 0 1px 0; /* Aussenabstand zum Rahmen */ } div#adminnavi li a:link, div#adminnavi li a:visited { background-color: #b22222; /* Hintergrundfarbe */ color: #FFFF00; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #8b0000; /* linker Rand vor Link */ padding: 5px 5px 5px 0.5em; /* Abstände zum Eintrag */ display: block; /* Blockelement */ width: 100%; /* Breite der Navigation */ } div#adminnavi li a:hover, div#adminnavi li a:active, div#adminnavi li a:focus { background-color: #dc143c; /* Hintergrundfarbe */ color: #FFFF00; /* Textfarbe */ text-decoration: none; /* Textaussehen */ font-weight: bold; /* Schriftformatierung */ border-left: 10px solid #b22222; /* linker Rand vor Link */ padding: 5px 5px 5px 0.5em; /* Abstände zum Eintrag */ display: block; /* Blockelement */ width: 100%; /* Breite der Navigation */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für das Gästebuch */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#gastbuch { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ overflow: auto; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } div#gastbuch table { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ font-size: 0.8em; /* Schriftgröße */ } div#gastbuch tr { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ } div#gastbuch td { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ } div#gastbuch input { BACKGROUND-COLOR: #8B0000; FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Helvetica; COLOR: #FFFF00; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für das Userprofil */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#userprofil { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ overflow: auto; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } div#userprofil table { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ } div#userprofil tr { color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ } div#userprofil td { color: #FFFF00; /* Textfarbe */ font-size: 0.8em; /* Schriftgröße */ font-family: Tahoma, Verdana; /* Schriftart */ } div#ecards { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-family: Tahoma, Verdana; /* Schriftart */ text-align: justify; /* Textausrichtung */ overflow: auto; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ /* Definition und Styles für den Inhalt */ /* ----------------------------------------------------------------------- */ /* ----------------------------------------------------------------------- */ div#anzeigen { background-color: #000000; /* Hintergrundfarbe der Site */ color: #FFFF00; /* Textfarbe */ font-size: 0.65em; /* Schriftgröße */ font-family: Tahoma, Verdana; /* Schriftart */ text-align: justify; /* Textausrichtung */ overflow: auto; /* visible, hidden, scroll, auto */ height: 500; /* visible, hidden, scroll, auto */ margin-top: 0px; /* Aussenabstand zum Rahmen */ margin-left 0px; /* Aussenabstand zum Rahmen */ margin-bottom: 0px; /* Aussenabstand zum Rahmen */ margin-right: 0px; /* Aussenabstand zum Rahmen */ padding: 2px; /* Innenabstand zum Inhalt */ } #main { background-color:#000000; color:#FFFF00; font-family:Tahoma, Verdana; font-size:0.7em; font-weight:normal; font-style:normal; padding: 7px; } #over { background-color:#8B0000; color:#FFFF00; font-family:Tahoma, Verdana; font-size:0.8em; font-weight:bold; font-style:normal; padding: 3px; } .over { background-color: #8B0000; } .ab { FONT-SIZE: 0.8em; FONT-FAMILY: Tahoma,Helvetica; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } SELECT { font-size: 0.9em; FONT-FAMILY: Tahoma,Helvetica; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; } INPUT { FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Helvetica; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } TEXTAREA { FONT-SIZE: 12px; FONT-FAMILY: Tahoma,Helvetica; COLOR: #FFFF00; BACKGROUND-COLOR: #8B0000; }