div.windowMain {
  position: relative; 
  z-index: 0;
  width: 100%;
  margin-top: 5px;
}

div.windowTopMain {
  position: relative;
  height: 23px; 
  padding-left: 15px;
  padding-right: 6px;
  background-image: url(../img/window/fensterobenbg.png); 
}

div.windowTopBgLeft {
  background-image: url(../img/window/fensterobenlinks.png); 
  width: 15px; 
  position: absolute; 
  left: 0px; 
  height: 100%;
}

div.windowTopBgRight {
  background-image: url(../img/window/fensterobenrechts.png);
  width: 6px; 
  position: absolute; 
  right: 0px; 
  height: 100%;
}

div.windowMidMain {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #ffffff;
  height: 100%;
}

div.windowMidBgLeft {
  background-repeat: repeat-y;
  background-image: url(../img/window/fensterrahmenlinks.png); 
  width: 3px; 
  position: absolute; 
  left: 0px; 
  height: 100%;
}

div.windowMidBgRight {
  background-image: url(../img/window/fensterrahmenrechts.png);
  background-repeat: repeat-y;
  width: 3px; 
  position: absolute; 
  right: 0px; 
  height: 100%;
}

div.windowBottomMain {
  position: relative;
  font-size: 0px;
  height: 4px;
  background-image: url(../img/window/fensteruntenbg.png); 
  background-repeat: repeat-x;
  background-position: 0px 1px;
}

div.windowBottomBgLeft {
  background-image: url(../img/window/fensteruntenlinks.png);
  height: 4px;
  width: 4px; 
  position: absolute; 
  left: 0px;
}

div.windowBottomBgRight {
  background-image: url(../img/window/fensteruntenrechts.png);
  background-repeat: no-repeat;
  width: 4px; 
  height: 4px;
  position: absolute; 
  right: 0px;
}

span.windowTitleText {
  display: block;
  position: absolute;
  font-weight: bold;
  font-size: 10pt;
  top: 3px;
  font-family: arial, helvetica, sans-serif;
}


div.uniwindowMain {
 position: relative; 
 z-index: 0;
 margin-top: 5px;
 width: 700px;
 clear: both;
 background-color: #ffffff;
}

div.uniwindowMain {
  position: relative; 
  z-index: 0;
  width: 100%;
  margin-top: 5px;
}

div.uniwindowTopMain {
  position: relative;
  height: 5px; 
  padding-left: 5px;
  padding-right: 5px;
  background-image: url(../img/window/uniobenbg.png); 
  background-repeat: repeat-x;
}

div.uniwindowTopBgLeft {
  background-image: url(../img/window/uniobenlinks.png); 
  width: 5px; 
  position: absolute; 
  left: 0px; 
  height: 100%;
}

div.uniwindowTopBgRight {
  background-image: url(../img/window/uniobenrechts.png);
  width: 5px; 
  position: absolute; 
  right: 0px; 
  height: 100%;
}

div.uniwindowMidMain {
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #ffffff;
  height: 100%;
}

div.uniwindowMidBgLeft {
  background-repeat: repeat-y;
  background-image: url(../img/window/unirahmenlinks.png); 
  width: 2px; 
  position: absolute; 
  left: 0px; 
  height: 100%;
}

div.uniwindowMidBgRight {
  background-image: url(../img/window/unirahmenrechts.png);
  background-repeat: repeat-y;
  width: 2px; 
  position: absolute; 
  right: 0px; 
  height: 100%;
}

div.uniwindowBottomMain {
  position: relative;
  font-size: 0px;
  height: 5px;
  background-image: url(../img/window/uniuntenbg.png); 
  background-repeat: repeat-x;
  background-position: 0px 3px;
}

div.uniwindowBottomBgLeft {
  background-image: url(../img/window/uniuntenlinks.png);
  height: 5px;
  width: 5px; 
  position: absolute; 
  left: 0px;
}

div.uniwindowBottomBgRight {
  background-image: url(../img/window/uniuntenrechts.png);
  background-repeat: no-repeat;
  width: 5px; 
  height: 5px;
  position: absolute; 
  right: 0px;
}