* {
    margin:0;
    padding:0;
    border: 0;
}
/******************************** GLOBALS ******************************/
.hide {
    display: none;
}
.noborder {
    border:0px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.rleft {
    text-align: left;
}
.rright {
    text-align: right;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration:underline;
}
.none {
    text-decoration:none;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.blue {
    color: #1b9cd5;
}
.darkblue {
    color: #75828f;
}
.grey {
    color: #9daab7;
}
.darkgrey {
    color: #626a75;
}
.s10 {
    font-size:10px;
}
.s11 {
    font-size:11px;
}
.s12 {
    font-size:12px;
}
.s13 {
    font-size:13px;
}
.s14 {
    font-size:14px;
}
.s16 {
    font-size:16px;
}
.s18 {
    font-size:18px;
}
.s20 {
    font-size:20px;
}
a {
    text-decoration:none;
}
.btn {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
}
.btn:hover {
    background-position:bottom left;
}
.btnactive {
    background-position: bottom left;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #606971;
    text-align: center;
}
body.prehome {
    background: #fff url(../images/main-bg-prehome.jpg) no-repeat top center;
}
#main {
    display: block;
    width:998px;
    height:900px;
    margin:0 auto;
    text-align: left;
}
/**********************************FOOTER************************************/
#footer p.sitemap {
    display: block;
    float: left;
    width:135px;
    height:170px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:7px;
    border-right:1px solid #dadfe5;
}
#footer p.noborder {
    border:0px;
    margin-right:0px;
}
#footer p.sitemap a {
    display: list-item;
    width:135px;
    list-style: none;
}
#footer p.sitemap strong {
    margin-top:10px;
}
/******************************** FOOTER THEMA ******************************/
#thema {
    display: block;
    float: left;
    width:990px;
    height: auto;
    padding:4px;
    margin-bottom:10px;
    background: #ebedf0;
}
#thema a.logo {
    display: block;
    float: right;
    padding:14px;
}
