/* Stylesheet for Rett Paa Nett */

body {
  font-family     : arial;
  background-color: #6E5C46;
  color           : #000000;
  font-size       : 12px;
}

.top {
  background-color: #747474;
}

.left {
  background-color: #DBD3B8;
  color           : #666666;
}

.main {
  background-color: #FFFFFF;
}

.line {
  background-color: #999999;
  color: #999999;
}
.menuline {
  background-color: #CCCCCC;
}



table {
  font-size       : 12px;
}

.logotitle {
  font-size       : 30px;
  font-weight     : bold;
}
a.logotitle {
  font-size       : 30px;
  font-weight     : bold;
  color           : #666666;
  text-decoration : none;
}
a.logotitle:visited {
  font-size       : 30px;
  font-weight     : bold;
  color           : #666666;
  text-decoration : none;
}
a.logotitle:hover {
  font-size       : 30px;
  font-weight     : bold;
  color           : #FF0000;
  text-decoration : underline;
}

.title {
  font-size       : 16px;
  font-weight     : bold;
  color           : #000000;
}

.ingress {
  font-size       : 12px;
  font-weight     : bold;
}

.slogan { 
  font-size       : 11px;
  font-style      : italic;
}

.categoryhead { 
  font-size       : 12px;
  font-weight     : bold;
}

.keyinfo { 
  font-size       : 11px;
  color           : #666666;
}

.notice { 
  font-size       : 11px;
  color           : #666666;
}

.link { 
  font-size       : 11px;
  color           : #666666;
}

.linkmenu { 
}

.menu {
  background      : #dddddd;
  color           : #666666;
  font-size       : 11px;
}

.date {
  font-size       : 11px;
  color           : #999999;
}

.duerher {
  font-size       : 11px;
  color           : #000000;
}

a {
  color : #0024FF;
  text-decoration : underline;
}

a:visited {
  color : #0024FF;
  text-decoration : underline;
}

a:hover {
  color           : #FF0000;
  text-decoration : underline;
}

a.menulink {
  color           : #666666;
  text-decoration : none;
  font-weight     : bold;
}

a.menulink:visited {
  color           : #666666;
  text-decoration : none;
  font-weight     : bold;
}

a.menulink:hover {
  color           : #FF0000;
  text-decoration : underline;
  font-weight     : bold;
}

.menuselected { 
  color : #000000;
}

a.link {
  color           : #0024FF;
  text-decoration : underline;
}

a.link:visited {
  color           : #0024FF;
  text-decoration : underline;
}

a.link:hover {
  color           : #FF0000;
  text-decoration : underline;
}

a.title {
  color           : #000000;
  text-decoration : none;
  font-weight     : bold;
}

a.title:visited {
  color           : #000000;
  text-decoration : none;
  font-weight     : bold;
}

a.title:hover {
  color           : #FF6000;
  text-decoration : underline;
  font-weight     : bold;
}


p, h1, h2, h3, h4, h5 {  
  margin-top: 0px;
  margin-bottom: 0px;
}

