body,
html {
    margin: 0;
    padding: 0;
    color: #000;
    background: #336699;
    background-image: url(/fileadmin/img/bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: 300;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#wrap {
    width: 900px;
    margin: 0 auto;
    background: #84b0dc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
}
#header {
    padding: 0px 0px;
    background: #ddd;
}
.langMenu { text-align: right }
h1 { margin: 0 }
#nav {
    height: 15px;
    padding-top: 2px;
    padding-right: 2px;
    background: #345678;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#main {
    float: right;
    width: 700px;
    min-height: 600px;
    padding: 10px;
    background: #d4e1ee;
}
#sidebar {
    float: left;
    width: 180px;
    padding: 0px;
    background: #84b0dc;
}
#footer {
    clear: both;
    height: 15px;
    padding: 5px 10px;
    background: #345678;
    color: #fff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
}
* html #footer { height: 1px }
#menu {
    background: #333;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: black;
}
#menu li {
    margin: 0;
    padding: 0;
}
#menu a {
    background: #fff;
    border-bottom: 1px solid #393939;
    color: #000;
    display: block;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
}
#menu a:hover {
    background: #345678 left center no-repeat;
    color: #fff;
    padding-bottom: 8px;
}
.menu-level1-current-active {
    background: #753;
    list-style: none;
}
.menu-level2 {
    background: #336699;
    margin-left: 0px;
    list-style: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: black;
}
.menu-level2-current-active {
    background: #753;
    list-style: none;
}
h1 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    color: #000;
    display: table-cell;
}
h3 {
    font-size: 18px;
    margin: 0;
    padding: 8px 0;
}
p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 5px 0;
}
.align-center { text-align: center }
.align-left { text-align: left }
.align-right { text-align: right }
.align-justify { text-align: justify }
.csc-mailform {
  border: 0px;
}
 
.csc-mailform-field label {
  font-size: 10pt; 
  font-family: Helvetica, Verdana, Arial, sans-serif;
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em
  display: block
}
 
.csc-mailform-submit {
  margin-left: 5.5em;
}
