/* CSS Document */
/* KPK System - layout typography */
h1, h2, h3, h4, h5 {
  color: #295A6B;
}
body {
  font-size: 11px;
  /* font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #63737b;
}
a, a:link, a:visited {
  color: #63737b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  text-decoration: none;
  color: #7C9DA6;
}
/***************************** info-bar (top), footer */
#info-bar, #footer {
  /*font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 35px;
  color: #585858;
}
#info-bar a, #info-bar a:link, #info-bar a:visited {
  text-decoration: none;
  color: #585858;
}
#info-bar a:hover {
  text-decoration: underline;
}
#footer {
  line-height: 1em;
}
/***************************** menu*/
#menu {
  text-transform: uppercase;
  font-size: 10px;
}
#menu a {
  text-align: center;
  font-weight: normal;
}
#menu a, #menu a:link, #menu a:visited {
  text-decoration: none;
  color: #000;
}
#menu a:hover {
  font-weight: bold;
  text-decoration: none;
}
/***************************** content */
#services h2 {
  color: #ff9d00;
  margin-top: 0;
  margin-bottom: .2em;
}

#last-ref a.more {
  margin-right: 15px;
}
#last-work .item {
  text-align: center;
}

#aktuality p {
  margin: 0;
}
#aktuality .item {
  margin-bottom: 1em;
}
.perex {
	font-style: italic;
}
.flash {
	font-weight: bold;
	padding: .5em;
}
.alright {
	color: #59A80F;
	background-color: #E2FF9E;
	border: 1px solid #59A80F;
	text-align: center;
	margin .5em 0 1em 0;
}
.error {
	color: #F00;
	background-color: #fee4de;
	border: 2px solid #db0000;
	padding: .5em;
	text-align: center;
	margin: 0 0 10px 0;
}
