body {
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  padding: 0 3em 0 3em;
  margin: 0;
  /* background: #D0D0D7; */
  background: #FFFFFF url('background_gradient.png') repeat-x top;
}

div.pagecontainer {
  _width: 100%;
  position: relative;
  margin: 0px auto;
  padding: 1px;
}

#toplogo {
  display: block;
  font-size: 150%;
  margin: 10px;
  color: #550000;
  float: left;
}
#toplogo a {
  text-decoration: none;
  color: #550000;
}

#head {
  margin: 0 2em 0 1em;
  position: relative;
}

#head div.tophead {
  position: relative;
  margin: 0;
}
div#languageselector {
  margin: 0 0.5em 0.5em 0;
  text-align: right;
}
div#loginbox {
  margin: 0.5em 0.5em 0 0;
  font-size: 80%;
  text-align: right;
}
div#loginbox logininput {
  font-size: 10pt;
  width: 7em;
}
div#loginbox inputbutton {
  font-size: 10pt;
  width: auto;
}
#head div.tophead h1 {
  position: absolute;
  left: 1em;
  top: auto;
  bottom: auto;
}

.topmenubox {
  background: transparent;
  color: #FFFFFF;
  clear: both;
  margin: 0;
}
.topmenubox .top,
.topmenubox .topleft,
.topmenubox .bottom,
.topmenubox .bottomleft
 {
  background: transparent url("darkbluebox.png") no-repeat;
  _background: transparent url("darkbluebox.gif") no-repeat;
}

#topmenu {
  padding: 10px 0px 2px 2em;
}

a.topmenu {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px 1em;
  display: inline-block;
}
/*
a.topmenu:hover {
  text-decoration: underline;
}
a.topmenu:active {
  color: #FF9955;
  text-decoration: none;
} */
img.topmenu {
  border: none;
  margin: 0;
  behavior: url(iepngfix.htc); /* fix IE6 PNG transparency */
}

#left {
  position: absolute;
  width: 10em;
  margin: 1em 0 0 1em;
  left: 0em;
}

.leftmenubox {
  background: transparent;
  margin: 0;
  font-size: 9pt;
  color: #444444;
}
.leftmenubox .top,
.leftmenubox .topleft,
.leftmenubox .bottom,
.leftmenubox .bottomleft {
  background: url("bluebox.png") no-repeat scroll top right;
  _background: url("bluebox.gif") no-repeat scroll top right;
}

div#menu .title {
  font-size: 120%;
  font-weight: 900;
  margin-top: 0.3em;
  text-align: center;
}
div.menuL1 {
  margin-top: 0.3em;
  border-top: 1px dashed #444444;
  font-weight: bolder;
}
div.menuL1 a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.3em;
  margin: 1px;
}
div.menuL1active {
  margin-top: 0.3em;
  border-top: 1px dashed #444444;
  font-weight: bolder;
  padding: 0.3em;
}
div.menuL1active a, div.menuL1 a:hover, div.menuL1 a:active {
  text-decoration: none;
  display: block;
  color: #003388;
  margin: 1px;
}
div.menuL2 {
  font-size: 8pt;
  padding-left: 1.5em;
}
div.menuL2 a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 1px;
}
div.menuL2active {
  font-size: 8pt;
  padding-left: 1.5em;
}
div.menuL2active a, div.menuL2 a:hover, div.menuL2 a:active {
  text-decoration: none;
  display: block;
  color: #003388;
  margin: 1px;
}
#menu a:hover {
  text-decoration: underline;
}


/* Box stuff */
.boxwrap {
  margin-left: 50px;
  position: relative;
  z-index: 1;
}
.boxwrap .top {
  background-position: top right;
  position: relative;
  _overflow-y:hidden;
  zoom: 1; /* no idea, why the background isn't displayed in IE w/out it */
}

.boxwrap .topleft {
  margin-left: -50px;
  width: 50px;
  height: 100%;
  _height: 1600px; /* IE6 wuergaround */
  background-position: top left;
  position: absolute;
  top: 0px;
  left: 0px;
}

.boxwrap .wrapper {
  /* padding: 5px 10px; */
  margin-left: -50px;
  background: transparent;
  position: static;
  width: auto;
  overflow: auto;
}
.boxwrap .content {
  position: relative;
  padding: 0 1em 0 1em;
  zoom: 1;
  z-index: 2;
}

.boxwrap .bottom {
  height: 15px;
  background-position: bottom right;
  width: auto;
  font-size: 1px;
  width: 100%;
  position: relative;
}

.boxwrap .bottomleft {
  margin-left: -50px;
  width: 50px;
  height: 15px;
  background-position: bottom left;
  position: relative;
  font-size: 1px;
}

/* content box */

.contentbox {
  margin: 0.5em 2em 0 12em;
  width: auto;
  position: relative;
  z-index: 1;
  background: transparent;
 }
.contentbox .topline {
  margin-left: 30px;
  margin-right: 30px;
  height: 30px;
  width: auto;
  background: transparent url("slice_0_1.png") repeat-x scroll top left;
  position: relative;
  font-size: 1px;
}
.contentbox .topline .topleft {
  left: -30px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url("slice_0_0.png") no-repeat scroll top left;
  _background: url("slice_0_0.gif") no-repeat scroll top left;
  font-size: 1px;
}
.contentbox .topline .topright {
  right: -30px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url("slice_0_2.png") no-repeat scroll top right;
  _background: url("slice_0_2.gif") no-repeat scroll top right;
  font-size: 1px;
}  

.clearboth {
  font-size: 0pt;
  clear: both;
}

.contentbox .body {
  margin: 0 0 0 30px;
  padding: 0px;
  background: #FFFFFF url("slice_1_2.png") repeat-y top right;
  position: relative;
  _overflow-y: hidden;
  zoom: 1;
}
.contentbox .bodyleft {
  left: 0px;
  width: 30px;
  height: 100%;
  margin-left: -30px;
  _height: 20000px; /* IE6 */
  position: absolute;
  background: transparent url("slice_1_0.png") repeat-y top left;
  padding: 0;
}
.contentbox .body .bodyright {
  right: 0px;
  width: 30px;
  height: 100%;
  margin-right: 30px;
  position: absolute;
  background: transparent url("slice_1_2.png") repeat-y top right;
  padding: 0;
}

.contentbox .body #contentwrapper {
  margin: 0;
  padding: 2px 30px 1px 0px;
}

.contentbox .bottom {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0;
  height: 30px;
  width: auto;
  position: relative;
  background: transparent url("slice_2_1.png") repeat-x bottom left; 
}
.contentbox .bottom .bottomleft {
  left: -30px;
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent url("slice_2_0.png") no-repeat bottom left;
  _background: url("slice_2_0.gif") no-repeat bottom left;
}
.contentbox .bottom .bottomright {
  right: -30px;
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent url("slice_2_2.png") no-repeat bottom right;
  _background: url("slice_2_2.gif") no-repeat bottom right;
}  


/* end content box */

div#rootline {
  width: auto;
  margin-top: 0px;
  padding: 1em 0 0.5em 14em;
  background: transparent;
}
 
.footerbox {
  margin: 0.5em 2em 1em 12em;
  color: #444444;
}
.footerbox .container {
  margin: 0 auto;
  font-size: 80%;
  text-align: center;
}

#content h1 {
  font-size: 140%;
  font-weight: bolder;
  border-bottom: 1px solid #7777DD;
  color: #444488;
}


/* some typo3 css overiding */
div.csc-header {
  clear: both;
}

/* tt_news stuff */
.news-single-img {
  float: right;
  margin-left: 15px;
}

.news-list-item a img {
  float: right;
  margin-left: 15px;
}

.news-list-item h2 a:link, .news-list-item h2 a:visited {
  color: black;
  text-decoration: none;
}
.news-list-item h2 a:hover {
  color: black;
  text-decoration: underline;
}


