*::-moz-selection {
  background-color:#000;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  text-shadow:none;
}

/* TYPOGRAPHY */
p, ul, ol, td {
  margin-bottom:15px;
}

a, a:active, a:visited {
  color: #A6121F;
}

ol {
  list-style-type: decimal;
}

.entry p br {
  clear:both;
}

.left {
  float: left;
  margin-right:10px;
}

.right {
  float: right;
  margin-left:10px;
}

div.caption-wrapper {
  margin-bottom: 5px;
}

.change li a:hover {
  text-decoration: underline;
}

.change li:nth-child(2n+1) {
  background-color: #fbe6cd;
}

.change li:nth-child(2n) {
  background-color: #faf8e5;
}

.lexicon-search-list td, .lexiconsearch-from-to {
  padding-bottom:3px;
  padding-top:3px;
}

.lexicon-block {
  float:right;
  width:485px;
}

table.lexicon-search-list a {
  text-decoration: none;
}

.lexicon-search-list td {
  padding: 5px;
  border-bottom: 1px solid silver;
}

.lexicon-search-list tr {
  background-color:#fbe6cd;
}

tr.inner {
  background-color: #faf8ec;
}

table.advert a {
  color:#A6121F;
  font-weight: bold;
  text-decoration: none;
}

table.advert a:hover {
  text-decoration: underline;
}

table.advert {
  margin-top:10px;
}

table.advert a {
  color:#A6121F;
  font-weight: bold;
  text-decoration: none;
}

table.advert a:hover {
  text-decoration: underline;
}

table.advert {
  margin-top:10px;
}

.contributions ul {
  margin:5px;
}

.contributions ul li {
  list-style: disc outside;
  height:auto;
  margin-left:-20px;
  padding:2px;
  text-decoration:none;
}

.contributions ul li a {
  min-width:200px;
  text-decoration:none;
  color: #A6121F;
}

.contributions ul li a:hover {
  text-decoration:underline;
}

.contributions-wrapper h5 {
  margin-top:10px;
  margin-bottom:0px;
}

.entry {
  width:65%;
  float:right;
  margin-top:2px;
}

.entry img {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

/* FORMVALIDITY */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #ddb730;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}

.reference {
  background:green;
  color:white;
  padding:5px;
  width:auto;
}

.alert {
  background:red; color:white;
  padding:5px;
  width:auto;
}

/* FORM STYLING */

textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}

/* STRUCTURAL ELEMENTS */

a img {
  border-style:none;
  background-color:none;
  border-width:none;
  border:0px;
  decoration:none;
}

/* NAVIGATION */

#menu a:hover {
  color: #A6121F;
  border-color: #A6121F;
}

.drop {
  margin:4px auto;
  position:absolute;
  text-align:left;
  padding:10px;
  border-top:white solid 2px;
}

.dropdown {
  width: 120px;
  overflow:hidden;
}

#menu li:hover .dropdown {
  left:-1px;
  top:auto;
}

.col {
  width:100%;
}

#menu li:hover div a {
  color:#333;
}

#menu li:hover div a:hover {
color:#A6121F;
}

.gray-background {
  background-color: #E6E6E6;
}
.shadowleft {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.clear {
  clear:both;
}

.breadcrump a {
  text-decoration:none;
  color:#A6121F;
}

.breadcrump a:hover {
  text-decoration:underline;
  color:#A6121F;
}

.font_element {
  text-transform:uppercase;
}

/* MAIN */

#content h1 {
  margin-bottom:10px;
}

#content img {
  border: 1px solid gray;
  float:left;
}

#content img[align="left"] {
  margin-top:0px;
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

#content img[align="right"] {
  margin-top:0px;
  float:right;
  margin-left:10px;
  margin-bottom:5px;
}

img.left {
  margin-right:10px;
  margin-bottom:5px;
}

img.right {
  margin-left:10px;
  margin-bottom:5px;
}

.teaser div {
  width:220px;
  float:left;
}

.teaser div img {
  border:1px solid gray;
  margin-bottom:10px;
}

p.jumpmark a:hover {
  background-color: #E6E6E6;
  border-color: #A6121F;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 2px red;
  -webkit-box-shadow: 0px 0px 2px red;
  box-shadow: 0px 0px 2px red;
}

.form-search {
  margin-top:20px;
  margin-bottom:20px;
}

.form-search input:hover {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 2px red;
  -webkit-box-shadow: 0px 0px 2px red;
  box-shadow: 0px 0px 2px red;
}

/* ADVERTISING */

.strip-img a img {
  position:relative;
  z-index:100;
}

#content .campaign a:hover  {
  text-decoration:underline;
}

/* FOOTER */

#footer li {
  display:block;
  float:left;
  text-decoration:none;
  text-align:center;
  margin-top:10px;
}

#footer li:hover a {
  color:#A6121F;
}