@charset "UTF-8";

/* LAYOUT CSS */
body {
    font-family:Arial,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
    font-size:80%;
    line-height:130%;
    background-image:url(../img/body_bg.jpg);
    background-repeat:repeat-x;
    background-color:#666;
    background-color:#fff;
    color:#fff;
}

a {color:#fff;text-decoration:none;border-bottom:1px solid #fc484b;font-weight:700;}
a:hover {text-decoration:none;border-bottom:1px dashed #fc484b;}

/* ##### GENERAL ##### */
div.hr {
    display:block;
    clear:both;
    font-size:0em;
    line-height:0em;
    border:0px solid green !important;
    background:none !important;
}

div.hr hr {
    display:none;
}


/* ##### TYPE ##### */
h1 {
    font-size:1.3em;
    line-height:1.5em;
    display:block;
    margin-bottom:10px;
    border-bottom:1px solid #fc484b;
    padding:0 0 10px 0;
    font-weight:700;
}
h1.red {
    color:#fc484b;
}
h2 {
    font-size:1.3em;
    line-height:1.5em;
    display:block;
    margin-bottom:10px;
    margin-top:10px;
    border-bottom:1px solid #fc484b;
    padding:0 0 5px 0;
    margin-left: 40px;
    margin-right:40px;
    font-weight:300;
}
p {padding:0 40px;margin-bottom:1.3em;}

/* ##### FRAMEWORK ##### */
div#wrapper {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background-color:#fff;
    margin-top:0px;
    padding:0;
    border:0px solid #666;
    background:transparent;
}

div#content {
    margin-left:auto;
    margin-right:auto;
    border:0px solid #999;
    width:760px;
    padding:20px 20px;
    background-color:#fff;
    background-image:url(../img/bg_content.jpg);
    background-repeat:repeat-x;
    background-color:#d5d5d5;
    background-color:#2c2c2c;
}


/* header */
div#header {
    display:block;
    width:760px;
    margin-left:auto;
    margin-right:auto;
    background:transparent;
    margin-top:0px;
    padding:10px 0;
    border:0px solid #999;
}
div#logo {
    float:right;
}
div#logo img {
    width:80px;
}
div#pagetitle {
    float:left;
    padding:35px 0 0;
    color:#2c2c2c;
    font-weight:700;
    font-size:1.2em;
}


/* HOMEPAGE-TEASER */


div#footer {
    border-top:0 solid #666;
    padding:10px;
    background-color:#666;
    font-size:.7em;
    text-transform:lowercase;
    line-height:1;
    color:#ccc;
}
#footer a{
    color:#ccc;
}
.clear {
    clear:both;
    font-size:0em !important;
    line-height:0em !important;
    border:0px solid red !important;
    height:0px !important;
    padding:0 !important;
    margin:0;
}
