.vasp{
  text-align:right;
}

.vasp a{
  color:#999999;
}

.vasp a:hover{
  color:#666666;
}

.maincontent{
  position:absolute;
  width:700px;
  left:50%;
  margin-left:-350px;
  top:30px;
}

.content{
  position:absolute;
  width:700px;
  top:410px;
}

/* link icon linke spalte */
.content a.linkExt{
  padding-right:15px;
  background: url(../template/images/ext_icon.gif) no-repeat right;
}

.content a.linkInt{
  padding-right:15px;
  background: url(../template/images/int_icon.gif) no-repeat right;
}

/* link icon rechte spalte */
.content .infobox a.linkExt{
  padding-left:15px;
  background: url(../template/images/ext_icon.gif) no-repeat left;
}

.content .infobox a.linkInt{
  padding-left:15px;
  background: url(../template/images/int_icon.gif) no-repeat left;
}

/*head*********************************************************/
.bild{
  position:absolute;
  left:0px;
  top:122px;
  width:700px;
  height:200px;
  z-index:20;
}

.logo {
  position:absolute;
  left:0px;
  top:122px;
  width:120px;
  height:200px;
  z-index:25;
}

    
.bild img {
  height:200px;
  width:700px;
}
  
.bild object {
  height:200px;
  width:700px;
}

.supertitel {
  position:absolute;
  left:450px;
  top:370px;
  height:20px;
  width:250px;
  font-weight:bold;
  font-size:25px;
  color: #3399CC;
  text-decoration: none;
  text-align:right;
  z-index:5;
}

.supertitel h1{
  font-weight:bold;
  font-size:25px;
  color: #3399CC;
  text-decoration: none;
}
  


/*textinhalt**********************************************************************************/
.inhalt{
  position:absolute;
  width:460px;
  top:0px;
  left:0px;
  padding-left:3px;
  z-index:6;
}
/*textinhalt**********************************************************************************/
.inhalt_gross{
  position:absolute;
  width:700px;
  top:0px;
  padding-left:3px;
  z-index:6;
}

/*infobox****************************************************/

.infobox_cont{
  position:absolute;
  float:left;
  height:1px;
  width:210px;
  left:490px;
  top:0px;
  background-image: url("../template/images/top_infobox.gif");
  background-position: top left;
  background-repeat:repeat-y;
  background-color:transparent;
  z-index:4;
}

.infobox_rahmen{
  position:relative;
  float:left;
  /*border: 1px dotted #999999;*/
  width:210px;
  margin-top:1px;
  background-image: url("../template/images/hg_infobox.gif");
  background-position: top left;
  background-repeat:repeat-y;
  background-color:#FFFFFF;
  z-index:4;
}

.infobox_fuss{
  position:relative;
  font-size:1px;
  background-image: url("../template/images/top_infobox.gif");
  background-position: top left;
  background-repeat:repeat-y;
  background-color:transparent;
  z-index:1;
}

.infobox{
  position:relative;
  width:190px;
  margin-left:10px;
  margin-bottom:30px;
  top:20px;
  z-index:5;
}

.infobox h1{
  color:#BBBBBB;
  font-weight:normal;
  font-size:16px;
  margin-bottom:5px;
  margin-right:15px;
  margin-top:0px;
}

.infobox td{
  padding-bottom:7px;
}

.infobox a{
  color:#0099CC;
}

.infobox a:hover{
  color:#00CCEE;
}

.infobox.auszeichnung_text{
  color:#000000;
  font-weight:bold;
}

