body {
  background: #c7e9b6 url(img/bckg.jpg) repeat-x;
  color:#333;
}

img {
  border:none;
}

h1 {
  font: normal 2em/1em Arial;
  color: #6a9cc4;
}

#teaserContent h1 {
  font: normal 1.4em/1em Arial;
}

h2 {
  font: normal 1.6em/1em Arial;
}

a:link,
a:visited {
  color:#a00;
  text-decoration:underline;
}
a:hover,
a:active {
  color:#f00;
  text-decoration:underline;
}
#menue a:hover,
#menue a:active {
  background-color:transparent;
}

#contentContainer {
  width:900px;
  margin:0px auto;
  background: url(img/bckg_head.jpg) no-repeat;
}

#headBlock {
  clear:both;
  margin-bottom:40px;
}

#leftColumn {
  width:592px;
  float:left;
  background:#fff;
}

#rightColumn {
  width:290px;
  float:right;
}

#footer {
}

#logo {
  height:210px;
  margin-left:20px;
}
#menue {
  clear:both;
  margin-left:20px;
}
.menueContent,
.leftmenue,
.rightmenue {
  float:left;
}

.menueContent {
  background: #c7e9b6;
  height:25px;
}
.leftmenue,
.rightmenue {
  width:13px;
  height:25px;
}

.leftmenue {
  background: url(img/leftmenue.gif);
}
.rightmenue {
  background: url(img/rightmenue.gif);
}

#slogan {
  height:80px;
  font-weight: 700;
  font-size:2.3em;
  margin-left:40px;
  line-height:1em;
  font-family: "Trebuchet MS", Arial !important;
  color:#492303;
  font-style:italic;
  letter-spacing:-1px;
}

#mainContent {
  padding: 0 20px;
  background: #fff;
  border:1px solid #fff;	
  min-height:300px;
  height:auto !important;
  height:300px;
  line-height:1.4em;

}

.mainContentTop {
  background: url(img/contenttop.gif) no-repeat;
    height:19px;

}

.mainContentBottom {
  background: url(img/contentbottom.gif) no-repeat;
    height:19px;
    clear:both;
}

.teaserContent {
  padding: 0 20px;
  background: #fff;
  border:1px solid #fff;
}

.teaserTop {
  background: url(img/teasertop.gif) no-repeat;
  height:14px;
}

.teaserBottom {
  background: url(img/teaserbottom.gif) no-repeat;
  height:15px;
}


#mainContent .csc-textpic-imagewrap {
  width:231px;
	background-image:url(img/img-bckg.jpg);
	background-repeat:no-repeat;
}

#mainContent .csc-textpic-imagewrap img {
  margin:15px 15px 15px 15px !important;
} 

#mainContent .csc-textpic-image  {
	background-image:url(img/img-bckg-unten.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:231px !important;
	padding:20px;
}

.csc-frame-frame1 .csc-textpic-imagewrap {
  width:auto !important;
	background-image:none !important;
}

.csc-frame-frame1 .csc-textpic-image {
	background-image:none !important;
	width:100px !important;
	padding:0 !important;
}

#mainContent dd  {
  margin: 0 20px 20px 20px;
  font-size:11px;
}

dt, dl {
  margin:0 !important;
  padding:0 !important;
}



.cl {
  clear:both;
}
