body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font: .88em "Trebuchet MS", Arial, Sans-Serif;
    color: #444;
}

h1 {
    padding: 0;
    margin: 40px 0 0 0;
    font-family: 'Six Caps', serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    text-shadow: 2px 2px 2px #aaa;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.087em;
    word-spacing: 0em;
    line-height: 1.2;
    float: left;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 2em;
    color: #FFF2B3;
    font-weight: normal;
    margin: 0 0 .8em;
}

h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 .8em;
}

p {
    line-height: 1.2em;
}

em {
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

a {
    color: #9D2900;
}

a:hover {
    color: #A0000E;
    text-decoration: none;
}

img {
    border: 0;
}

.red {
    color: #9D2900;
}

.wrap {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#header {
    position: relative;
    margin: 0;
    padding: 0;
    height: 120px;
    background: linear-gradient(180deg, #3d3d3d 0, #3d3d3d 18px, #e8e8e8 19px, #ffffff 99px);
}

#teaser {
    position: relative;
    height: 200px;
    background: linear-gradient(180deg, #366474 0, #002935 200px);
    z-index: 1;
}

#teaser .wrap {
    position: relative;
    height: 100%;
    background-image: url(../images/riskant_logo_teaser.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#feedquote {
    position: relative;
    padding: 66px 0 0;
    width: 480px;
    color: #C7E3EE;
}

#feednews ul {
    margin:0 0 0 16px;
    padding: 0;
}

#feednews li{
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 120%;
}

#feedmedia img{
    width: 100%;
}

#menu {
    position: absolute;
    width: 300px;
    top: 30px;
    left: 600px;
    z-index: 100;
}

#menu p {
    position: relative;
    width: 100%;
    border: 1px solid #C9D1D3;
    background-color: #174C5E;
    line-height: 2em;
    color: #fff;
    padding: 0 0 0 5px;
    margin: 0;
    background-image: url(../images/bt_arrow_up.gif);
    background-repeat: no-repeat;
    background-position: 285px 8px;
}

#menu p.down {
    background-image: url(../images/bt_arrow_down.gif);
}

#menu ul {
    display: none;
    width: 100%;
    border: 1px solid #1c1c1c;
    background-color: #302f2f;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
}

#menu ul li {

}

#menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    display: block;
}

#menu ul li a:hover {
    padding: 10px;
    font-weight: bold;
    color: #9D2900;
}

.box {
    float: left;
    padding: 66px 0 0;
    width: 480px;
    color: #C7E3EE;
}

#image {
    float: right;
    width: 388px;
    position: relative;
    top: 55px;
    height: 180px;
    text-align: right;
}

#bar {
    height: 40px;
    margin: 0 0 30px;
    padding: 8px 0 0 0;
    background: linear-gradient(180deg, #1c1c1c 0, #1c1c1c 40px, #ffffff 42px);
}

.step {
    cursor: pointer;
    color: #FAFDDD;
    padding: 4px 0 0 11px;
    margin: 0 35px 0 0;
    font-size: 1.4em;
    float: left;
    text-align: center;
    height: 30px;
}

.step a {
    color: #fff;
    margin: 0 10px 0 0;
}

.col {
    float: left;
    width: 580px;
    margin: 0 30px 16px 0;
}

.last {
    float: right;
    margin: 0;
    width: 276px;
}

#footer {
    clear: both;
    width: 900px;
    margin: 0 auto;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

#footer .right {
    float: right;
    margin: 0 55px 0 0;
}

#footer a {
    color: #808080;
    font-weight: bold;
}

.entry {
    margin-bottom: 5px;
}

p.title {
    padding-bottom: 2px;
}

#feedstatus {
    background-color: #f00;
}

#feedmedia {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
}