/* OLD.CSS for dneba.com, basics for all browsers including old ones */

body {
background-color: #00deba;
color:#000;
font-size: 1em;
}

#logo {
font-size: 3em;
font-weight: bold;
}

#address {
padding-left: 5em;
margin-bottom:1em;
font-family: sans-serif;
font-weight: bold;
font-size: 1.1em;
}

#menu {
position: absolute;
top: 180px;
left: 20px;
width: 160px;
line-height:2em;
margin: 0;
padding-right: 10px;
border: 0;
z-index: 3;
}

#menu a {
text-transform: capitalize;
font-weight: bold;
font-family: sans-serif;
font-variant: small-caps;
display:block;
}

a {text-decoration: none;}

a:link {
background-color: #0d0eba;
color: #000;
}

a:visited {
background-color: #d0e0ba;
color: #808080;
}

a:hover {
background-color: #deb0a0;
color: #000;
}

a:active {
background-color: #deb0a0;
color: #000;
}

a.here {
color:#808080;
background-color: #00deba;
background-image: none;
}

.accesskey {text-decoration: underline;}

#content {
position: absolute;
top: 170px;
left: 0px;
margin: 0;
padding-right: 10px;
border: 0;
z-index: 1;
padding-left: 170px;
}

#big {
font-weight: bold;
font-size: 1.8em;
}

#first {margin-top: 1.5em;}

hr {
color: #0d0eba;
background-color: #0d0eba;
}

.pink {
color: #deb0a0;
font-size: 1.5em;
line-height:1em;
}

#bottom {
margin-left: -150px;
z-index: 2;
font-size: .75em;
font-family: sans-serif;
}

p.switcher {display:none;}

/* PRINTING */
.printaddr {display: none;}
.printlink {display: none;}
.nextpage {display: none;}

