/* General styles */
body {
    margin:0 auto;
    border:0;          /* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:1200px;  /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    /*font-size:90%;*/
    font:14px arial,sans-serif;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    margin:0;
}
#header-top-links{
    color: #666666;
    font-size:12px;
}
#header-top-links a {
    text-decoration:none;
    font-family: Arial, Helvetica, sans-serif;
    padding:0px 5px;
    color: #F90;
}
#header-top-links a:hover,
#header-top-links a.hover {
    text-decoration:underline;
}
/* column container */
.colmask {
    position:relative;         /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;                /* width of whole page */
    overflow:hidden;           /* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.layout {
    background:#EEEEEE;         /* Right column background colour */
}
.layout .colmid {
    float:left;
    width:200%;
    margin-left:-200px;         /* Width of right column */
    position:relative;
    right:100%;
    background:#fff;            /* Centre column background colour */
}
.layout .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;                 /* Left column width + right column width */
    background:#EEEEEE;         /* Left column background colour */
}
.layout .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;                /* Width of left column */
}
.layout .col1 {
    color: #777777;
    font:13px arial,sans-serif;
    padding-bottom:30px;
    margin:0 215px;             /* Centre column side padding:
                                   Left padding = left column width + centre column left padding width
                                   Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
    padding: 20px 0px;
    text-align: justify;
}
.layout .col2 {
    float:right;
    width:170px;                /* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:15px;                 /* Width of the left-had side padding on the left column */
    padding: 20px 0px;
}
.layout .col3 {
    float:right;
    width:170px;                /* Width of right column content (right column width minus left and right padding) */
    margin-right:45px;          /* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
    padding: 20px 0px;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    margin-top:10px;
    border-top:1px solid #CCCCCC;
}
#copryright-container{
    clear:both;
    float:left;
    width:100%;
    color:#0053A1;
}
.contentFooter {
    margin-top:-16px;
    width:100%;
    float:left;
    z-index:2000;
    position:relative;
}
.contentFooter div.cfCenter {
    background:#EEEEEE;
    margin:0 215px 0 215px;
    text-align: center;
    height:16px;
}
.contentFooter div.cfRight {
    background:transparent;
    margin:0 215px 0 215px;
    height:16px;
    text-align:right;
    padding-right:1em
}
.contentFooter div.cfRight span.cfImpressum,
.contentFooter div.cfCenter span.cfCopyright {
    color:#777777;
    font:12px arial,sans-serif;
}
.contentFooter div.cfRight span.cfImpressum a,
.contentFooter div.cfCenter span.cfCopyright a{
    color:#777777;
    text-decoration:none;
}
.contentFooter div.cfRight span.cfImpressum a:hover,
.contentFooter div.cfCenter span.cfCopyright a:hover{
    color: #0053A1;
    text-decoration:underline;
}
img{
    border:none;
}