﻿@charset utf-8;
#archiv {
    float: right
}
#col-left {
    float: left;
    position: relative;
    width: 200px
}
#col-left #more {
    float: right;
    font-size: 11px
}
#col-left a {
    bottom: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    margin-bottom: 30px;
    position: absolute
}
#col-left a span {
    font-size: 40px
}
#col-left,
#col-right,
#content {
    height: 300px
}
#col-right {
    float: left;
    margin: -80px 0 0 10px;
    width: 315px
}
#col-right h2 {
    color: #E48A00;
    font-size: 13px
}
#footer {
    padding: 2px 0 0
}
#footer div {
    color: #E48A00;
    float: right;
    margin: 0 21px 0 0;
    text-align: right;
    width: 150px
}
#footer span {
    font-size: 9px;
    margin: 0 0 0 15px
}
#header {
    height: 97px
}
#launcher {
    background: url(../img/launcher-bg.png) no-repeat #000;
    height: 100%;
    width: 100%
}
#news {
    background: url(../img/box_text.png) no-repeat;
    height: inherit;
    margin: 30px 0 23px;
    padding: 10px
}
#news .date {
    color: #969594;
    font-size: 9px;
    margin-bottom: 5px
}
.seperator {
    background: url(../img/seperator.png) no-repeat;
    height: 2px;
    
    width: 290px
}
a:hover {
    color: #ebb25a
}
a:link,
a:visited {
    color: #e48a00;
    text-decoration: none
}
body {
    background: #ccc;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 421px;
    width: 520px;
}
h1 a {
    display: block;
    float: left;
    height: 80px;
    text-indent: -9999px;
    width: 279px
}
h2 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center
}