/******* /css/common.less *********/
.imglegend, #header a, .textPage .rightImg {
  font-size: 9px;
  color: #4d4d4d;
  letter-spacing: .1em;
  line-height: 20px;
  text-align: left;
}
a, .kontakt a { color: #4d4d4d; }
.blueLink, a.blueLink, a:hover, #menu .submenus a.active, #menu .submenus a:hover, #menu a:hover, #menu h1:hover, .quotePage .quote { color: #00aaf6; }
html, body, form {
  width: 100%;
  height: 100%;
  font-family: helvetica;
  color: #4d4d4d;
}
div { text-align: left; }
#contentContainer {
  min-height: 100%;
  background: White URL(/assets/background/col.gif) repeat-y scroll left top;
}
#content {
  padding: 50px;
  width: 905px;
}
.startLink {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.logo {
  display: block;
  margin-bottom: 10px;
}
div.contact { margin-top: 15px; }
#menu a, #menu h1 {
  line-height: 20px;
  height: 20px;
  border-top: solid 1px #00aaf6;
  color: Black;
  cursor: pointer;
  white-space: nowrap;
}
#menu .submenus { clear: both; }
#menu .submenus a {
  float: left;
  clear: both;
  margin-left: 10px;
  color: #4d4d4d;
  font-size: 93%;
}
#menu .menu {
  display: block;
  font-weight: bold;
  float: left;
  clear: both;
  padding-right: 5px;
}
.col1 {
  width: 171px;
  float: left;
  padding: 0 5px;
}
.col2 {
  width: 352px;
  float: left;
  padding: 0 5px;
}
.col3 {
  width: 533px;
  float: left;
  padding: 0 5px;
}
.col4 {
  width: 714px;
  float: left;
  padding: 0 5px;
}
#page {
  width: 724px;
  float: left;
}
#header { margin-bottom: 10px; }
#header a img, .textPage .rightImg img { display: block; }
.projektTitle {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0;
  display: block;
}
.projektTitles {
  margin-top: 0;
  color: #00aaf6;
}
.projektTitles .rightListTitle {
  color: #4d4d4d;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}
.teamPage div a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamPage a.odd { background-color: #d5e9ff; }
.quotePage span {
  border-top: solid 1px #00aaf6;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 5px 0;
}
.quotePage .name { color: Black; }
.slide2 .slideImg2 {
  overflow: hidden;
  padding-right: 0;
  margin-right: 5px;
  clear: right;
}
#header .prevnext { float: left; }
#header .prevnext a {
  display: inline;
  padding: 2px 5px 0 0;
}
#header .prevnext img { display: inline; }
.clear {
  clear: both;
  float: none;
}
.kontakt h1 {
  margin-bottom: 10px;
  color: Black;
}
.kontakt text { margin-top: 10px; }
.kontakt .ktkTitle {
  color: #00aaf6;
  margin-top: 5px;
  display: block;
  width: 100%;
  font-weight: bold;
  text-decoration: underline;
}
.kontakt textarea, .kontakt input {
  border: solid 1px #4d4d4d;
  margin-bottom: 5px;
  height: 16px;
  padding: 2px 0;
  line-height: 16px;
  width: 350px;
  background-color: #d5e9ff;
}
.kontakt input#send {
  width: 70px;
  border: 0;
  color: #00aaf6;
  cursor: pointer;
  background-color: White;
  font-weight: bold;
}


