/* Content-type set to text/plain since no referer is passed. */ /* vim: set ai sw=2 ts=2 bs=2 */ /* style.css */ .c { margin: 0; margin-left: -5000px; line-height: 0pt; height: 0px; } .hidden { display: none; } .footer a { color: White; } body { background: #c8c0b5 url(../images/background.gif) repeat-x center top; font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 12px; margin: 0px; } p { margin: 0; padding: .5em 0; /* m:change */ } a { text-decoration: underline; color: Black; background: transparent; } a:hover { text-decoration: none; } a.author { text-decoration: none; color: Black; float: right; } a.author:hover { text-decoration: none; } div.bottom { margin: 0px auto; } div.header { margin: 0px auto; } div.middle { margin: 0px auto; } div.topmidt { margin: 0px auto; } div.top { margin: 0px auto; } body { /* m: add */ background-image: url(../images1/midt.gif); background-position: center top; background-repeat: repeat-y; } div.header { /*width: 800px; m: remove */ width: 100%; /* m: add */ height: 200px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url("../images1/header.gif"); background-repeat: no-repeat; background-position: center top; /* m: add */ background-color: #333; /* m: add */ color:#FFFFFF; font-size:30px; font-family: verdana, sans-serif; font-weight:bold; letter-spacing:4px; text-transform:none; } div.topmidt { width: 800px; height: 270px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-image: url("../images1/topmidt.gif"); background-repeat: no-repeat; } div.middle { /*background-image: url('../images1/midt.gif'); m: remove*/ background-image: url(../images1/topmidt.gif); /* m: add */ background-position: center top; /* m: add */ /*background-repeat: repeat-y; m: remove */ background-repeat: no-repeat; /* m: add */ width: 800px; position: static; padding-top: 0px; } div.content { padding: 0px 0px 0px 100px; width: 590px; } div.navigation { position: absolute; top: 0px; left: 750px; width: 600px; } div.bottom { width: 800px; height: 48px; background-image: url('../images1/bund.gif'); background-repeat: no-repeat; } h1 { padding: 0px; margin: 0px; margin-bottom: 5px; color: #333; background-color: transparent; font-weight: bold; font-family:Verdana; font-size:16px; } hr { border: 0px; border-bottom: 1px #000 dashed; height: 1px; } .tb { width:98%; border-top:1px solid #FBFCFD; font-size:100%; } .tb td { padding:5px; border-bottom:2px solid #EA587E; font-size:100%; line-height:1.6em; font-weight:normal; } .tb th { padding:5px; font-size:100%; line-height:1.6em; font-weight:normal; } .tb td { align:center; text-align:left; white-space:normal; } .centerdiv{ /*IE method of centering a relative div*/ text-align: center; } .centerdiv>div{ /*Proper way to center a relative div*/ margin: 0 auto; } /* from style-design.css: */ select { background-color: Black; color: White; border: 1px solid White; } .container { width: 440px; border: 2px solid Black; margin: 1em auto; background-color: Black; color: White; } .header { height: 337px; background-image: url(design-bg.jpg); background-position: 50% 22px; background-repeat: no-repeat; } .header h1 { font-size: 100%; text-align: center; padding: 0.5em 0px; margin: 0; margin-bottom: 2px; } table { width: 100%; } table td { border: 0px solid Black; vertical-align: top; } tbody td { background-color: White; color: Black; } div.morelink { float: right; }