* {
    margin: 0;
}

img {
    border: 0px none;
}

html, body {
  background: white url('/media/bak.png') top no-repeat;
  color: black;
  font-family: "Bitstream Vera Sans", Verdana, Kalimati, sans-serif;
  font-size: 12px;
  line-height: 170%;
}

#container {
  width: 100%;
  height: 100%;
}

#sponsorer {
  float: left;
  padding: 10px;
  width: 145px;
}

img.sponsorer {
  width: 120px;
}

#holder {
  float: left;
  /* margin-left: 165px; */
  width: 900px;
  height: 1000px;
  background: white;
  clear: right;
}

#top{
  background: white url('main.jpg') top no-repeat;
  width:900px;
  height:260px;
  clear: right;
}

#logo{
  float:left;
  margin-top: 10px;
  margin-left: 10px;
  width:220px;
  height:242px;
  background:white;
}

#navigation {
  float:left;
  margin-top: 10px;
  margin-left: 18px;
  width:220px;
}

img.flag {
    width:22px;
    height:13px;
    margin-right:5px;
}

img.post {
    width:20px;
    height:12px;
    margin-right:5px;
}

#content {
    float:left;
    width:650px;
    padding-left:10px;
    font-size:1.2em;
    margin-top:30px;
    clear: right;
}

p {
    padding: 10px 0px 10px 0px;
}

.illustration {
    text-align: center;
    font-size:0.8em;
}

h1, h2, h3, h4, h5, h6 {
    text-align:center;
    font-family: Georgia, Norasi, serif;
    color: #555;
}

h1{
  font-size:2.0em;
}

h2{
  font-size:1.8em;
}

h3{
  font-size:1.6em;
}

h4{
  font-size:1.5em;
  padding:3px;
}

h5{
  font-size:1.3em;
}

h6{
  font-size:1em;
}

.alert {
    padding:4px;
    margin:10px auto 10px auto;
    width:80%;
    background-color: #B0E0E6;
    font-family: Georgia, "Bitstream Charter", Norasi, serif;
    font-size:1.3em;
    text-align:center;
    border-top:7px solid #1166BB;
    border-bottom:0;
    color:black;
    font-weight:300;
}

.news {
    padding:10px;
    margin:5px;
    width:94%;
    background-color: #B0E0E6;
    font-family: Georgia, "Bitstream Charter", Norasi, serif;
    font-size:1.2em;
    text-align:left;
    border:3px solid #1166BB;
    color:black;
}

.press {
  padding:10px;
  margin:15px 0px 5px;
  width:94%;
  background-color: #CFECEC;
  font-family: Georgia, "Bitstream Charter", Norasi, serif;
  font-size:1.1em;
  text-align:left;
  border:3px solid #25383C;
  color: black;
}

.smaller {
    font-weight:100;
    font-size:0.8em;
}

.more {
    font-size:0.8em;
}

.padded {
  padding: 0px 50px;
}

.signature {
  text-align: right;
  font-style: oblique;
  font-size:0.6em;
}

table {
    font-family: sans-serif;
    font-size:smaller;
    background: white;
    border-width: 1px;
    border-color: white;
    margin-left: auto;
    margin-right: auto;
}

th {
    background: #1166bb;
    padding:3px;
    color: white;

}

td {
    background: #B0E0E6;
    padding:3px;
    font-weight:bold;
    color:black;
}

.lineless {
    color: black;
    border-width: 0px;
    background-color: #B0E0E6;
}

ul.cpl {
    margin : auto;
    margin-left:12px;
    width : 220px;
    list-style-type : none;
    text-align : center;
    padding:5px 5px 5px 5px;
}

/* to center the list, except IE6 */

ul.cpl li {
    margin-left : -25px;
}

ul.cpl li.disabled {
  width: 220px;
  font-weight : bold;
  background: #1166BB;
}

/* re-center text in IE6 */

* html ul.cpl li {
    margin-left : 0px;
}

ul.cpl a {
    width: 220px;
    height: auto;
    display: block;
    border: 0;
    text-decoration : none;
    background-color: #1166BB;
    color : white;
    font-weight : bold;
    outline : 0;
    cursor : pointer; /* this is needed for Opera due to the current style - weird but true */
}

ul.cpl a:hover, ul.cpl a:focus, ul.cpl a:active {
    border: 0;
    background-color : red;
    color: white;
}
