body {
        margin: 0 0 1em 0;
        padding: 0;
        color: black;
        background-color: #eee;
        line-height: 130%;
        font-family: arial, helvetica, verdana, tahoma, sans-serif;
        text-align: center;
}


.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.floatfix{overflow:hidden;}
.float-left{float:left;}
.float-right{float:right;}

#wrapper-header {        background: #222; }

#header {
        background: #EEEEEE url('images/banner_robert.jpg') no-repeat;
        width: 950px;
        height: 190px;
        margin: 0 auto;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
        text-align: left;
}


#metamenu {
        color:#2C2FAC;
        font-size:80%;
        height:20px;
        padding:36px 10px 0 0;
        text-align:right;

}

#banner{
		height:136px; background:#fff;
}



#breadcrumb {
        background:#fff none repeat scroll 0;
        border-bottom:1px solid #2C2FAC;
        font-size:70%;
        margin:0 0 10px 0;
        padding:0;

        text-align:left;
}

#header h1 {
        margin: 0;
        padding: 0;
        color: #eee;
        font-size: 220%;
        padding-left: 10px;
        letter-spacing: -1px;
}

#wrapper-menu {
        background: #2C2FAC url('images/menu-background.png') top left repeat-x;
        float: left;
        width: 100%;
}

#menu {
        width: 950px;
        margin: 0 auto;
        font-size: 95%;
        white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
        padding-right: 2px;        /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        border-left: 1px solid #CDCDE4;
        border-right: 1px solid #CDCDE4;
        width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
        padding: 0.25em 1em;
        background: transparent;
        color: #CDCDE4;
        text-decoration: none;
        float: left;
        border-right: 1px solid #CDCDE4;
}

#menu a:hover {
        background: #2C2FAC url('images/menu-hover.png') repeat-x;
        color:#fff ;
}

#main_content{
        width: 930px;
        margin: 0 auto;
        padding: 2.5em 10px 20px 10px;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        background: white;
        font-size: 80%;
        text-align: left;
}

#right{background:#EEEEEE; width:250px;}
#right .text{margin:10px; font-size:86%;}

#right .text h3{color:#2C2FAC; border-bottom:1px solid #2C2FAC;}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#content{background: #fff url('images/bg_main.jpg') repeat-y;}

#footer {
        margin: 0 auto;
        padding: 2px 10px;
        width: 930px;
        text-align: center;
        color: white;
        letter-spacing: 0.15em;
        background: #2C2FAC url('images/menu-background.png') top left repeat-x;
        border: 1px solid #2C2FAC;
        font-size: 70%;
}

h2 {
        color: #666;
        padding-bottom: 3px;
        border-bottom: 1px solid #2C2FAC;
        font-size: 11pt;
        
}

#content a:link, #content a:visited {
        color: #2C2FAC*;
        text-decoration: none;
}
#content a:hover {
        color: #000;
        text-decoration: underline;
}



#right a:link, #right a:visited {
        color: #F13F0F;
        text-decoration: none;
}
#right a:hover {
        color: #000;
        text-decoration: underline;
}



a:hover {
        color: #000;
        text-decoration: underline;
}

#metamenu a:link, #metamenu a:visited {
        color: #2C2FAC;
        text-decoration: none;
}

#metamenu a:hover {
        color: #000;
        text-decoration: underline;
}

/*############### Formulare ###############*/
#adresse{display:none;}
.field_title{width:182px;}
.field_heading hr {border-top: 1px solid #2C2FAC; height: 1px; border-bottom:0;}
.textarea{width:400px;}
.checkbox_label{float:left;}
.formtable input{ float:left; margin-right:10px;}
.checkrow{width:427px;}

/*p { margin-left: 1em; }*/
