@charset 'utf-8';
@import url(reset.css);

body {
  background: #ddd;
  font: normal 14px/1.429 helvetica, arial, sans-serif;
  color: #333;
}

a {
  color: #2d5aa1;
}

a:focus, a:hover, a:active {
  color: #000;
}

.blop {
  position: relative;
}

#wrapper {
  padding-top: 1em;
  width: 990px;
  margin: 0 auto;
  background: #fff;
}

.section {
  padding: 20px 45px;
  border-bottom: #2d5aa1 1px solid;
  overflow: hidden;
}

.sectionlast {
  border:none;
}

.left {
  float: left;
  margin-right: 27px;
}

.right {
  float: right;
}

.onecol {
  width: 282px;
}

.twocol {
  width: 578px;
}


h2 {
  font-size: 24px;
  color: #2d5aa1;
  padding-bottom: 7px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

p, ul, ol, dl {
  margin-bottom: 1em;
}

.large p {
  font-size: 24px;
  line-height: 1.25;
  color: #777;
  margin-bottom: 0.5em;
}

img {
  margin: 5px 0 8px 0;
}

.section h1 img {
  margin: -11px 0 0 -18px;
}

.ie6 .section h1 img {
  margin: 0;
}

img.right {
  margin: 5px 0 20px 27px;
}

dl {
  margin-bottom: 1em;
}

.wide {
  margin-bottom: 0;
}

dt {
  float: left;
  width: 60px;
  clear: both;
}
.wide dt {
  width: 140px;
}

.cushycms ul li {
  list-style: square outside;
  margin-left: 2em;
}

.wide * {
  font-weight: bold;
}

.news {
  background: #fff0ba;
}

#logos {
  height: 330px;
  border: 1px solid #2d5aa1;
  margin-bottom: 15px;
  position: relative;
  margin-top: 5px;
}

#logos img {
  position: absolute;
}

#vsf {
  position: absolute;
  text-align: right;
  right: -45px;
  top: 305px;
  line-height: 1.2;
  width: 140px;
}

#vsf p {
  margin-right: 5px;
  font-size: 12px;
}

#logo-flux img { left: 28px; top: 30px; }
#logo-velotraum img { left: 222px; top: 229px; }
#logo-riese img { left: 25px; top: 162px; }
#logo-flyer img { left: 189px; top: 130px; }
#logo-patria img { left: 424px; top: 29px; }

