* {
    margin: 0 auto;
    font-family: "Trebuchet MS", Vollkorn, Courier, Arial, serif;
    font-size: 14px;
}

body {
    background: #222;
        overflow-y: scroll;
}

#wrap {
    width:800px;
}

/*HEADINGS*/
h1 {
    color:#fb6e50;
    font-family: Lucida Calligraphy, Courier, serif;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: 10px;
    left: 15px;
}

h1 a {
    color:#fb6e50;
    font-family: Lucida Calligraphy, Courier, serif;
    font-size: 16px;
    font-weight: normal;
}

p, .bodytext {
    padding-bottom: 10px;
    color: white;
    text-align: justify;
    line-height: 1.3em;
    font-weight: 400;
    font-family: "Trebuchet MS", Vollkorn, Courier, Arial, serif;
}

/*HEAD*/

#header {
    background:transparent url(layout/layout.png) repeat scroll -44px 0;
    height:114px;
    margin-top: -1px;
}

#navigation {
    list-style:none;
    float: right;
    margin: 80px 20px 0 0;
    border: 1px solid white;
    padding: 5px;
    background: #222;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#navigation li {
    float: left;
}

#navigation li a{
    margin: 0 5px;
    color: white;
    text-decoration: none;
}

#navigation .activ a {
    color: #fb6e50;
}

.tx-ttnews-browsebox a {
    color: #db6e50;
    text-decoration: none;
}

/*CONTENT*/

.contentblock {
    margin-top: 20px;
}

.contentblock-top {
    background:transparent url(layout/layout.png) repeat scroll -44px -115px;
    height: 44px;
}

.contentblock-main {
    background: #403f40;
    padding: 0 15px;
}

.contentblock-main a {
    float: right;
}

.grouped_elements {
    float: left !important;
}


.contentblock-main p.bodytext a {
    color: #fb6e50;
    text-decoration: none;
    float: none;
    padding: 0;
}

.contentblock-bottom {
    background:transparent url(layout/layout.png) repeat scroll -44px -160px;
    height:39px;
}

.date {
    color: white;
    font-size: 12px;
    margin-left: 5px;
}

.selfclear {
    clear: both;
}

.csc-header {
position: absolute;
}