@charset "UTF-8";

h2.title {
 width: auto;
 padding: 2px 0.5em;
 color: white;
 background: #06acff url(../../titlegrad.png) repeat-y top left;
}

@media print {
 h2.title {
  border: 1px solid black;
  background: none;
 }
}

p#largeland {
 font-size: 120%;
 text-align: center;
}

a img {
 border: none;
}

table#landlist {
 border: 1px solid gray;
 margin: 0 auto;
}

table#landlist th {
 padding: 2px 0.5em;
 background: silver;
}

table#landlist td {
 padding: 2px 0.5em;
 border: 1px solid silver;
}

@media print {
 table#landlist {
  border-collapse: collapse;
 }

 table#landlist th,table#landlist td {
  border: 1px solid black;
  background: none;
 }
}

p#info {
 font-size: 150%;
 color: blue;
 text-align: center;
}

td.conclusion {
 color: red;
 background: #fcc;
 font-weight: bold;
}

