@font-face {
    font-family: 'SatisfactionRegular';
    src: url('../fonts/satisfac-webfont.eot');
    src: url('../fonts/satisfac-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satisfac-webfont.woff') format('woff'),
         url('../fonts/satisfac-webfont.ttf') format('truetype'),
         url('../fonts/satisfac-webfont.svg#SatisfactionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  background-color: #3F629D;
  font: 13px/16px Arial;
  color: #000066;
  text-align: center;
  padding: 40px;
  margin: 0;
}
a {
 color: #000066;
}
h1 {
  background: transparent url('../images/hg_h1.png') no-repeat top left;
  height: 128px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
h1 a {
  display: block;
  width: 200px;
  height: 100px;
  margin-left: 10px;
}
h2 {
  font-family: 'SatisfactionRegular';
  font-size: 22px;
  line-height: 32px;
}
*+html h2 {margin-top: 5px;} /* nur für den IE7 */
#container {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#top {
  position: relative;
  height: 149px;
}
#top img {
  margin: 16px 25px 0 25px;
}
#mask {
  position: absolute;
  background: transparent url('../images/hg_top.png') repeat-y top left;
  top: 0;
  left: 0;
  width: 950px;
  height: 149px;
}
#wrapper {
  background: transparent url('../images/hg_wrapper.png') repeat-y top left;
  padding: 20px 40px;
  min-height: 450px;
}
#mainmenu {
  float: left;
  width: 180px;
}
#mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainmenu ul li {
  margin: 0;
  padding: 0;
  width: 160px;
  height: 40px;
}
#mainmenu ul li a {
  display: block;
  padding: 6px 10px;
  background: transparent url('../images/hg_mainmenu.gif') no-repeat top left;
  color: #FFF;
  width: 160px;
  height: 40px;
  text-decoration: none;
}
#mainmenu ul li a:hover, #mainmenu ul li.active a {
  color: #EB9B46;
  background: transparent url('../images/hg_mainmenu_act.gif') no-repeat top left;
}
#content {
  float: right; 
  width: 680px;
}
#content a:hover {
  text-decoration: none;
}
.left {
  float: left;
  width: 420px;
}
.right {
  float: right;
  width: 230px;
}
#footer {
  background: transparent url('../images/hg_footer.png') no-repeat top left;
  height: 80px;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.tx-powermail fieldset {
	border: none;
        padding: 0;
	margin: 10px 0 0 0;
}
.tx-powermail fieldset img {
	padding-left: 2px;
}
.tx-powermail legend {
	display: none;
}
.tx-powermail label {
	display: block;
	font-weight: bold;
	line-height: 1.4;
        font-size: 13px;
	width: 120px;
	float: left;
        color: #000066;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
} 
.tx-powermail input[type="text"], .tx-powermail textarea,.tx-powermail select {
	width: 215px;
	margin: 4px 0 0 0;
	padding: 5px 8px;
	font-size: 1.2em;
	color: #3F629D;
	border: #F9F9F9 2px solid;
	/*background-image: -webkit-gradient(linear,0% 0%, 0% 22%, from(#666), to(#CCC));
	background-image: -moz-linear-gradient(0% 22% 90deg,#CCC, #CCC, #666 100%);*/
	background-color: #ECF1F9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

}
.tx-powermail textarea {
	/*background-image: -webkit-gradient(linear,0% 0%, 0% 2%, from(#666), to(#CCC));
	background-image: -moz-linear-gradient(0% 2% 90deg,#CCC, #CCC, #666 100%);*/
	background-color: #ECF1F9;
}
.tx-powermail input.powermail_submit, .tx-powermail input[type="submit"] {
	margin: 15px 0 0 0;
	padding: 8px 15px;
	width: 230px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
	color: #FFF;
	border: none;
	background-color: #FFA200;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 120px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.tx-powermail input[type="text"]:focus, .tx-powermail textarea:focus,#inhalt select:focus {
	-webkit-box-shadow: 0 0 3px rgba(180, 30, 44,0.8);
	-moz-box-shadow: 0 0 3px rgba(180, 30, 44,0.8);
	box-shadow: 0 0 3px rgba(180, 30, 44,0.8);
}
.tx-powermail input.tx-powermail-pi1_confirmation {
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}
.tx-powermail input.mailformsubmit {
	margin-top: 30px;
}

.powermail_all dt {float: left; width: 100px;}
.powermail_form ul {margin: 0 !important;}
.tx-powermail h3 {display: none;}


input.invalid {
border-color: #B41E2C !important;
border-width: 2px !important;
}
.powermail_mandatory {
color: #B41E2C;
padding-left: 3px;
}
.error {
background-color: #B41E2C !important;
padding: 5px;
border-radius: 10px;
color: white !important;
}
.tx_powermail_pi1_fieldwrap_html_captcha img {
vertical-align: center;
}
.news-list-item {
  border-bottom: thin dotted #999;
  padding: 6px;
  -moz-transition: background-color 0.2s ease-in;   
  -webkit-transition: background-color 0.2s ease-in;   
  -o-transition: background-color 0.2s ease-in;  
  transition: background-color 0.2s ease-in;
}
.news-list-container .odd {
  background-color: #F7F7F7;
}

.news-list-item:hover {
  background-color: #EEE;
}
.news-list-item h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #000066;
}
.news-list-item p {
  margin: 0;
  padding: 0;
}
.news-list-item .date {
  float: left;
  width: 20px;
  text-align: center;
}
.news-list-item .text {
  float: right;
  width: 370px;
}
.news-list-item .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.news-list-item .date .tag {font-size: 18px; line-height: 18px;}
.news-list-item .date .monat {font-size: 10px; text-transform: uppercase; line-height: 12px; }
.news-list-item .date .jahr {font-size: 9px; line-height: 12px; }
.news-list-morelink {display: block;}
.morelink { font-size: 13px;}
.news-single-item {
border-bottom: thin solid #CCC;
padding-bottom: 20px;
margin-bottom: 40px;
}

/* Sidebar */
.right {

}
.right .csc-textpic-image {
box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
margin: 0 5px 10px 0 !important;
}
.bluebox {
background-color: #ECF1F9;
box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
font-size: 12px;
width: 220px;
margin-bottom: 16px;
}
.bluebox .inner {
padding: 5px 10px;
}
.news-latest-item a {
display: block;
}
#design {
  padding: 10px 0 15px;
  width: 950px;
  margin: -55px auto 0;
  text-align: center;
}
#design a {
text-decoration: none;
color: #FFF;
font-size: 11px;
}
#design a:hover {
text-decoration: underline;
}



.right .image img {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}

