*, html {
 padding: 0px;
 margin: 0px;
}

body {
 background: #000000 url('../img/body_bg.jpg') repeat-x;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #373737;
}

a:link, a:visited, a:active {
 color: #9a141b;
 text-decoration: none;
}

a:hover {
 color: #373737;
 text-decoration: underline;
}

h1, h2 {
 color: #9a141b;
 font-weight: 900;
}

h1 {
 font-size: 18px;
}

h2 {
 font-size: 14px;
 padding-top: 15px;
}

h3 {
 font-size: 12px;
 font-weight: 700;
}

ul {
 margin-left: 30px;
}

li {
 list-style-image: URL('../img/list_arrow.png');
}

form {
 display: inline;
}

.input {
 font-size: 12px;
 color: #373737;
 font-family: Arial, Helvetica, sans-serif;
 background-color: #ededed;
 border: 1px solid #373737;
 width: 250px;
 padding-left: 2px;
}

.button {
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 background-color: #9a141b;
 border: 1px solid #ffffff;
 padding: 2px 5px;
}

.container {
 margin: auto;
 width: 769px;
 text-align: left;
}

.header {
 height: 239px;
}

.content {
 background-color: #ffffff;
 margin-left: 109px;
 padding: 15px 10px;
}

.teaser {
 float: right;
 width: 247px;
 height: 188px;
 margin-left: 0px;
 background: #ffffff URL('../img/teaser_bg.png') no-repeat bottom;
}

#teasertext {
 padding: 0px 10px;
 color: #ffffff;
}

#teasertext a {
 color: #ffffff;
 text-decoration: underline;
 font-weight: 700;
}

b#teasertext {
 font-weight: 900;
 text-decoration: underline;
}

.column {
  width: 320px;
  text-align: center;
  float: left;
}

.pressarticle {
 display: block;
 height: 100px;
}

.footer {
 margin-left: 109px;
 height: 28px;
 background: #ffffff url('../img/footer_bg.png') repeat-x; 
}

.footertext, a.footerlink:link, a.footerlink:visited, a.footerlink:visited, a.footerlink:active {
 font-size: 11px;
 text-align: right;
 padding-top: 3px;
 color: #ffffff;
 font-size: 11px;
}

