body {
  margin:0;
  padding:0;
  font-size:13px;
  font-family:arial,helvetica,clean,sans-serif;
  background:#277398 url(../images/header.gif) 0 0 repeat-x;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clr {
  clear:both;
}

#page {
  margin:0 auto;
  width:1034px;
  background:#fff url(../images/page_middle.gif) 0 0 repeat-y;
}

#page-top {
  background:transparent url(../images/page_top.gif) 0 0 no-repeat;
}

#page-bottom {
  background:transparent url(../images/page_bottom.gif) 0 100% no-repeat;
  padding-bottom: 50px;
}

h1, h2 {
  font-weight: normal;
  margin:0;
}

#header {
  position: relative;
  padding:44px 0 0 0;
  margin: 0 67px;
  border-bottom:1px solid #E5E5E5;
}

#footer {
  position: relative;
  margin: 15px 67px 0 67px;
  border-top:1px solid #E5E5E5;
}

#footer p {
  text-align: center;
  color: #787878;
  margin:25px 0 0 0;
}

#logo {
  float:left;
}

#logo h1 {
  font-size: 27px;
  letter-spacing: 1px;
  color:#3C3C3C;
}
#logo h2 {
  margin-top:4px;
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
  color:#787878;
}

#menu {
  margin-top:2.5em;
  padding-bottom:10px;
  float:right;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  list-style: none;
  float:left;
}

#menu a {
  padding:0 12px;
}

#menu li.active a {
  text-decoration: underline;
}

a, a:link, a:visited {
  color:#277398;
  text-decoration: none;
}

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

#content {
  margin: 0 67px;
  position: relative;
}

#content p, #content dl {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  line-height: 25px;
  color: #3C3C3C;
  margin: 0 0 10px 0;
}

#content ul {
  margin:0 0 15px 0;
  padding:0;
}

#content li {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  color: #3C3C3C;
  margin-top:5px;
  text-indent: 0;
  list-style: none;
  padding-left:20px;
  background: url(../images/bullet.gif) 3px 5px no-repeat;
}

#content dt {
  font-family: Georgia, Times, serif;
  font-size: 11px;
  line-height: 11px;
  margin-top: 14px;
  color: #787878;
}

#content dd {
  margin:0;
}

#content h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size:60px;
  margin-top:25px;
  margin-bottom:20px;
  color:#DCDCDC;
}

#content h1.willkommen {
  margin-left:-5px;
}

#content h2 {
  font-size:16px;
  color:#277398;
  margin-top:25px;
}

#content .center {
  text-align: center;
}

#content .col25 {
  float:left;
  width:210px;
  margin-right:20px;
}

#content .col33 {
  float:left;
  width:286px;
  margin-right:21px;
}

#content .col50 {
  float:left;
  width:440px;
  margin-right: 20px;
}

#content .col66 {
  float:left;
  width:593px;
  margin-right:21px;
}

#content .no-margin {
  margin: 0;
}

#content .notions {
  font-family:arial,helvetica,clean,sans-serif;
  font-size: 12px;
  text-align: right;
  color:#787878;
}

