/* ----------- IE-7-Fixes --------- */
#menuMeta ul {
  margin-bottom: 11px;
}

#menuMain ul {
  padding-left: 40px;
}


html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: #b1b1b1;
  font-family: Arial, sans-serif;
  min-height: 100%;
  background: url(gfx/bg.png);
}

.frameTop {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1041px;
  margin: 0 auto 0 auto;
  height: auto !important; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  padding: 0;
  background: url(gfx/commonFrameMiddle.png) repeat-y center top;
}

.frameBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  margin: 0 0 0 0;
}

.frameMiddle {
  position: relative;
}

#menuMeta {
  position: absolute;
  bottom: 22px;
  left: 20px;
  font-size: 13px;
}

#menuMeta ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
  list-style: none;
}

#menuMeta ul li a {
  text-decoration: none;
/*   color: #f8f8fb; */
/*  margin: 0 66px 0 0; */
  margin: 0 45px 0 0;
}

#menuMeta ul.l0 {
	font-size: 13px;
	}

a.meta_first, a.meta_first:link, a.meta_first:visited  {
	color: #fff;
	}
a.meta_first:hover, a.meta_first:active {
	color: #C5CC41;
	}
a.meta, a.meta:link, a.meta:visited  {
	color: #0051A7;
	}
a.meta:hover, a.meta:active {
	color: white;
	}


/* ---------- Abgerundete Ecken für die Bilder ---------- */

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image,
div.justTheImage {
  position: relative;
  line-height: 1px; /* Fix, damit die rechte untere Ecke richtig platziert ist */
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.topLeft,
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.topRight,
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.bottomRight,
div.justTheImage div.topLeft,
div.justTheImage div.topRight,
div.justTheImage div.bottomRight {
  position: absolute;
  z-index: 10;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.topLeft,
div.justTheImage div.topLeft {
  background-image: url(gfx/angles/topLeft.png);
  top: 0;
  left: 0;
  background-position: left top;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.topRight,
div.justTheImage div.topRight {
  background-image: url(gfx/angles/topRight.png);
  top: 0;
  right: 0;
  background-position: right top;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image div.bottomRight,
div.justTheImage div.bottomRight {
  background-image: url(gfx/angles/bottomRight.png);
  bottom: 0;
  right: 0;
  background-position: right bottom;
}