body {
  color: #204975;
} 

#page {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
}

#main {
  background-color: #fff;
}

.img-box {
  background-color: #e6f7fe;
  border: 1px solid #edf9fe;
  float: left;
  padding: 18px 18px 28px;
  width: 272px;
  margin-bottom: 18px;
}

#div-links, #div-mitte {
  margin-right: 26px;
}

#comments {
  display: none;
}

#colophon {
  background-color: #066398;
  margin-top: 0;
  max-width: 100%
}

.site-content article {
  border-bottom: 0;
}

#masthead {
  padding: 0;
}

hgroup {
  background-color: #fff;
  padding: 18px 32px 17px;
}

.left-header {
  float: left;
  width: 100%;
  min-width: 150px;
}

.left-header h2 {
  font-size: 20px;
  margin: 14px 0;
  padding: 0;
  color: #066398;
  line-height: 25px;
  font-weight: bold;
}

.right-header {
  float: right;
  width: 100%;
  text-align: center;
  min-width: 301px;
}

.entry-header {
  margin-bottom: 6px;
}

.slider-wrapper {
  margin-bottom: -10px;
}

#site-navigation {
  margin: 0;
  height: 44px;
}

#primary {
  width: 100%;
  margin: 0;
  padding: 22px 18px;
}

.img-box h2 {
  color: #1b98c5;
  font-size: 30px !important;
  line-height: 1 !important;
  margin-top: 16px !important;
  margin-bottom: 6px !important;
}

.img-box h3 {
  color: #005080;
  font-size: 20.5px !important;
  margin: 0 0 19px 0 !important;
  
}

.img-box p {
  font-size: 15px !important;
  line-height: 1.2 !important;
  color: #005080;
}

.img-box a {
  color: #e64453;
  text-decoration: none;
  /*background:url(images/roter_pfeil.png) no-repeat 68px 6px;*/
  padding: 0 16px 0 0;
}

.nivo-controlNav {
  display: block ;
}

#menu-hauptmenue li {
  margin-right: 9px;
  font-size: 18px;
}

#menu-hauptmenue {
  border: 0;
  margin-left: 20px;
}

#menu-hauptmenue li a {
  line-height: 2.5;
}

.main-navigation->li->ul->li {
  margin-top: -2px !important;
}

.main-navigation li ul li a {
  background-color: #aeddf6;
  font-size: 15px;
  width: 195px;
  padding: 0 0 0 1px;
  border-right: 1px solid #d7f0fc;
  border-bottom: 1px solid #d7f0fc;
  border-left: 1px solid #d7f0fc;
  font-weight: normal;
  line-height: 1.4 !important;
  font-family: "Roboto Condensed",Arial,sans-serif;
}

.main-navigation li ul li a:hover {
  background-color: #aeddf6;
  color: #e63645;
}

.main-navigation li ul li:first-child {
  padding-left: 0 !important;
}

.main-navigation li ul li {
  border-bottom: 2px solid #e6f7fe;
  display: block;
  <!--padding-top: 1px;-->
}

#menu-kleines-menue li {
  margin: 0 5px 0 0;
  font-size: 13px;
}

#menu-kleines-menue li a {
  font-weight: normal;
  font-family: "Roboto Condensed",Arial,sans-serif;
}

.menu-kleines-menue-container {
  float:right;
  height: 44px;
}

#menu-kleines-menue {
  border: 0;
}

#colophon a {
  color: #fff;
  text-decoration: none;
}

.pluginButton {
  background: linear-gradient(#fff, #3b55a0) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

@media screen and (min-width: 600px) {
	.left-header {
		width:150px;
	}

	.right-header {
		width:50%;
		text-align: right;
	}

	.menu-hauptmenue-container {
    		float: left;
		height: 44px;
	}
}