body { color: #ff0000; font-size: 10px; font-family: verdana, tahoma, arial; background-repeat: repeat-y; margin: 0; padding: 0 }
table, tr, td{
        font-size: 10px;
}
.logo{
        width: 30px;
        padding: 0px;
        padding-right: 5px;
        padding-top: 7px;
        margin: 0px;
        text-align: right;
         border: 0px solid blue;
}


/*---LINKS---*/
a{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #FC3001;
  text-decoration: none;
}
.linkList{
  color: #BFBFBF;
  text-decoration: none;
  fontsize: 16px;
}
.linkListAct{
  fontsize: 16px;
  text-decoration: none;
}
.menuActLink{
  color: #FC3001;
  text-decoration: none;
  font-weight: bold;
}
.menuLink{
  color: #000000;
  text-decoration: none;
}
/*---NAVIGATION---*/
.mainTable{
  font-size: 10px;
  width: 100%;
  border: 0px solid red;
}
.navLine{
  font-size: 10px;
  font-family: verdana, tahoma, arial;
  margin: 0px;
  margin-top: 5px;
}
.naviCell{
	background-color: #FFFFFF;
	border: solid red 0px;
	height: 94px;
	vertical-align: top;
}
.navpoint{
        color: #000000;
         background-color: #FFFFFF;
         line-height: 11px;
        padding: 0px;
        margin-top: 0px;
        margin-left: 0px;
         font-size: 10px;
        text-decoration: none;
        border: 0px solid red;
        border-right: 0px solid black;         /*PROBLEM IN MO und OP*/
}
.navpoint:hover{
        color: #000000;
        background-color: #ffffff;
        padding: 5px;
        text-decoration: underline;
        border: 0px solid red;
        border-right: 1px solid black;        /*PROBLEM IN MO und OP*/
}
.navpointActive{
        font-weight: bold;
        color: #000000;
        background-color: #ff0000;
        padding: 5px;
        margin: 0px;
        margin-left: 0px;
        text-decoration: none;
        border: 0px solid blue;
        border-right: 1px solid black;
}
/*---INHALT---*/
 .content{
  font-size: 10px;
  width: 608px;
  padding: 0px;
  padding-left: 0px;
  border: 0px solid red;
  margin-top: 0px;
}
html>body .content { height: 600px;}
.contentLeft{
  vertical-align: top;
  width: 335px;
  font-size: 10px;
  padding-left: 2px;
  padding-right: 2px;
  /*background: url(../images/bg_content1_grau.gif);
  background-repeat: repeat-y;*/
  border: 0px solid black;
}
html>body .contentLeft { height: 600px;}
.contentMiddle{
  vertical-align: top;
  width: 180px;
  font-size: 10px;
  padding-left: 2px;
  /*background: url(../images/bg_content_grau.gif);
  background-repeat: repeat-y;*/
  border: 0px solid black;
}
 html>body .contentMiddle { height: 600px;}
.contentRight{
  vertical-align: top;
  width: 180px;
  font-size: 10px;
  padding-left: 2px;
  /*background: url(../images/bg_content_grau.gif);
  background-repeat: repeat-y;*/
  border: 0px solid black;
 }
 html>body .contentRight { height: 600px;}
 .contentRand{
  vertical-align: top;
  width: 1px;
  font-size: 10px;
  padding-left: 2px;
  /*background: url(../images/bg_content_grau.gif);
  background-repeat: repeat-y;*/
  border: 0px solid black;
 }
 .contentPopUpNews{
  vertical-align: top;
  width: 600px;
  font-size: 10px;
  padding-left: 2px;
  /*background: url(../images/bg_content1_grau.gif);
  background-repeat: repeat-y;*/
  border: 0px solid black;
 }
 html>body .contentPopUpNews { height: 600px;}
 html>body .contentRand { height: 600px;}
.contentText  { color: #040404; font-size: 10px; line-height: 16px; padding-right: 1px; padding-left: 1px; border-width: 0 }
.headline { font-size: 10px; background-repeat: repeat-x; margin: 0; padding: 0; vertical-align: top; border: solid 0 red }

/*---NUR IE---*/
* html .headline{
  line-height: 16px;
  height: 25px;
}
  
.headlineText,.headlineText:hover{
        vertical-align: top;
        text-align: justify;
        line-height: 10px;
        color: #BFBBBB;
        font-size: 10px;
        font-weight: bold;
        background-color: #ffffff;
        padding-right: 6px;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
        text-decoration: none;
	    border: solid blue 0px;          
}
/*---NUR IE---*/
* html .headlineText{
  line-height: 8px;
  height: 16px;
}
.contentNewsTextString{
        line-height: 16px;
        color: #040404;
        font-size: 10px;
        border: 0px solid yellow;
}
.contentTextLink,contentTextLink:selected{
        color: #040404;
        line-height: 16px;
        font-size: 10px;
}
.imgText{
        vertical-align: top;
        line-height: 16px;
        color: #040404;
        padding: 0px;
        font-size: 10px;
        margin-bottom: 10px;
}
.contentImg{
 border: 2px solid red;
}
