/*
  Stylesheet for antivegan.at-mainpage
  written by zkor
*/

body {
  background-color: #ffffff;
}

.red {
  color: #b00000;
}

div.bottomline {
  position: absolute;
  bottom: 6px;
  right: 20px;
  background-color: #ffffff;
  padding-left: 10px;
}

div.impressum {
  position: absolute;
  bottom: 6px;
  left: 20px;
}

h1,h2,h3,h4,p,ul,ol,li,div,b,i,a,th,td {
  font-family: verdana,arial,helvetica,sans-serif;line-height: 150%;
  color: #000000;
}

h1 {
  font-size: 18pt;
  margin-bottom: 4px;
  font-weight: bold;
}

h2 {
  font-size: 12pt;
  margin-bottom: 4pt;
  font-weight: bold;
  margin-top: 18pt;
}

a {
  text-decoration: none;
}

p {
  font-size: 10pt;
  font-weight: bold;
}

#whatisveganism {
  color: #802000;
}

#newsunread {
  color: #ff0000;
}

#newsread {
  color: #000000;
}

/*
  Positions for the labels (L)eft of the sign and (R)ight of the sign,
  counted from top (1) to bottom (4)
*/

.left {
  margin-right: 10px;
  text-align: right;
}
#L1 { margin-right: -10px; }
#L2 {  }
#L3 {  }
#L4 { margin-right: -25px; }

.right {
  margin-left: 10px;
  text-align: left;
}
#R1 { margin-left: -10px; }
#R2 {  }
#R3 {  }
#R4 { margin-left: -20px; }

/*
  The same joke for the English version
*/
#enL1 { margin-right: -10px; }
#enL2 { margin-right: 10px; }
#enL3 { margin-right: 10px; }
#enL4 { margin-right: -30px; }
#enR1 { margin-left: -10px; }
#enR2 { margin-left: 10px; }
#enR3 { margin-left: 10px; }
#enR4 { margin-left: -30px; }


