function toggleDIVNewsletter()
{
document.getElementById('label_teaserlinks1').style.display = 'none';
}

function toggleDivOL( elemID ){
 
if( elemID != 'teaser_links1') {
   var elem = teaser_links1;
         elem.style.display = 'none';
}

if( elemID != 'teaser_links2') {
   var elem = teaser_links2;
         elem.style.display = 'none';        
}

 if( elemID != 'teaser_links3') {
   var elem = teaser_links3;
         elem.style.display = 'none'; 
}  

var elem = document.getElementById( elemID );
 
    if( elem.style.display == 'block' ) { 
elem.style.display = 'none'; 
label_teaserlinks1.style.backgroundColor='#E5E5E5';
label_teaserlinks1.style.color='#8E8E8E';
document.getElementById('timg1').src = 'images/icon_newsletter1.gif';
label_teaserlinks2.style.backgroundColor='#E5E5E5';
label_teaserlinks2.style.color='#8E8E8E';
document.getElementById('timg2').src = 'images/icon_login1.gif';
label_teaserlinks3.style.backgroundColor='#E5E5E5';
label_teaserlinks3.style.color='#8E8E8E';
document.getElementById('timg3').src = 'images/icon_job1.gif';
          }    
else    {
       elem.style.display = 'block'; 

if (elemID=='teaser_links1'){
label_teaserlinks1.style.backgroundColor='#8E8E8E';
label_teaserlinks1.style.color='#ffffff';

}
if (elemID=='teaser_links2'){
label_teaserlinks2.style.backgroundColor='#8E8E8E';
label_teaserlinks2.style.color='#ffffff';
}
if (elemID=='teaser_links3'){
label_teaserlinks3.style.backgroundColor='#8E8E8E';
label_teaserlinks3.style.color='#ffffff';
}
}
}

function toggleDivOLover( teaserlinknum ){

if(teaserlinknum==1){
label_teaserlinks1.style.cursor='pointer';
label_teaserlinks1.style.backgroundColor='#8E8E8E';
label_teaserlinks1.style.color='#ffffff';
document.getElementById('timg1').src = 'images/icon_newsletter2.gif';
}
if(teaserlinknum==2){
label_teaserlinks2.style.cursor='pointer';
label_teaserlinks2.style.backgroundColor='#8E8E8E';
label_teaserlinks2.style.color='#ffffff';
document.getElementById('timg2').src = 'images/icon_login2.gif';
}
if(teaserlinknum==3){
label_teaserlinks3.style.cursor='pointer';
label_teaserlinks3.style.backgroundColor='#8E8E8E';
label_teaserlinks3.style.color='#ffffff';
document.getElementById('timg3').src = 'images/icon_job2.gif';
}
}

function toggleDivOLout(){
if( teaser_links1.style.display != 'block') {
label_teaserlinks1.style.backgroundColor='#E5E5E5';
label_teaserlinks1.style.color='#8E8E8E';
document.getElementById('timg1').src = 'images/icon_newsletter1.gif';
}
if( teaser_links2.style.display != 'block') {
label_teaserlinks2.style.backgroundColor='#E5E5E5';
label_teaserlinks2.style.color='#8E8E8E';
document.getElementById('timg2').src = 'images/icon_login1.gif';
}
if( teaser_links3.style.display != 'block') {
label_teaserlinks3.style.backgroundColor='#E5E5E5';
label_teaserlinks3.style.color='#8E8E8E';
document.getElementById('timg3').src = 'images/icon_job1.gif';
}
}

function toggleDivSUB( elemID1 ){
var elem1 = document.getElementById( elemID1 );
   if( elem1.style.display == 'block') {   
    elem1.style.display = 'none';
    }
    else { elem1.style.display = 'block';
imagecolumn.style.paddingBottom='40px';
 }
}

function toggleDivSUB2( elemID1 ){
var elem1 = document.getElementById( elemID1 );
   if( elem1.style.display == 'block') {   
    elem1.style.display = 'none';
    }
    else {
   elem1.style.display = 'block';
    }
}

function toggleDivSUBSERVICE( elemID2 ){
var elem2 = document.getElementById( elemID2 );

if(elemID2=='rssfeed'){
empfehlung.style.display='none';
bookmark.style.display='none';
}

if(elemID2=='empfehlung'){
rssfeed.style.display='none';
bookmark.style.display='none';
}

if(elemID2=='bookmark'){
rssfeed.style.display='none';
empfehlung.style.display='none';
}

   if( elem2.style.display == 'block') {   
    elem2.style.display = 'none';
    }
    else {
   elem2.style.display = 'block';
imagecolumn.style.paddingBottom='40px';
    }
}

function toggleDivSUBSERVICEover( teaserlinknum ){
if(teaserlinknum==1){
servicemenu1.style.cursor='pointer';
servicemenu1.style.backgroundColor='#E5E5E5';
}
if(teaserlinknum==2){
servicemenu2.style.cursor='pointer';
servicemenu2.style.backgroundColor='#E5E5E5';
}
if(teaserlinknum==3){
servicemenu3.style.cursor='pointer';
servicemenu3.style.backgroundColor='#E5E5E5';
}
}

function toggleDivSUBSERVICEout(){
if(rssfeed.style.display != 'block') {
servicemenu1.style.backgroundColor='#ffffff';
servicemenu1.style.color='#8E8E8E';
}
if(bookmark.style.display != 'block') {
servicemenu2.style.backgroundColor='#ffffff';
servicemenu2.style.color='#8E8E8E';
}
if(empfehlung.style.display != 'block') {
servicemenu3.style.backgroundColor='#ffffff';
servicemenu3.style.color='#8E8E8E';
}
}

function toggleDivNEWS( elemID3 ){
var elem3 = document.getElementById( elemID3 );

var el6=document.getElementById( 2010 );
var el5=document.getElementById( 2009 );
var el1=document.getElementById( 2008 );
var el2=document.getElementById( 2007 );
var el3=document.getElementById( 2006 );
var el4=document.getElementById( 2005 );

if(elemID3=='2010'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#F3E6FF';
teasertitel_newsfull2009.style.backgroundColor='#ffffff';
teasertitel_newsfull2008.style.backgroundColor='#ffffff';
teasertitel_newsfull2007.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2006.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2005.style.backgroundColor='#ffffff';
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
el5.style.display='none';
}

if(elemID3=='2009'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#ffffff';
teasertitel_newsfull2009.style.backgroundColor='#F3E6FF';
teasertitel_newsfull2008.style.backgroundColor='#ffffff';
teasertitel_newsfull2007.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2006.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2005.style.backgroundColor='#ffffff';
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
el6.style.display='none';
}

if(elemID3=='2008'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#ffffff';
teasertitel_newsfull2009.style.backgroundColor='#ffffff';
teasertitel_newsfull2008.style.backgroundColor='#F3E6FF';
teasertitel_newsfull2007.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2006.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2005.style.backgroundColor='#ffffff';
el6.style.display='none';
el5.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
}

if(elemID3=='2007'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#ffffff';
teasertitel_newsfull2009.style.backgroundColor='#ffffff';
teasertitel_newsfull2008.style.backgroundColor='#ffffff';
teasertitel_newsfull2007.style.backgroundColor='#F3E6FF';
teasertitel_newsfull2006.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2005.style.backgroundColor='#ffffff';
el6.style.display='none';
el5.style.display='none';
el1.style.display='none';
el3.style.display='none';
el4.style.display='none';
}

if(elemID3=='2006'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat'; 
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';  
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#ffffff';
teasertitel_newsfull2009.style.backgroundColor='#ffffff';
teasertitel_newsfull2008.style.backgroundColor='#ffffff';
teasertitel_newsfull2007.style.backgroundColor='#ffffff';
teasertitel_newsfull2006.style.backgroundColor='#F3E6FF';
teasertitel_newsfull2005.style.backgroundColor='#ffffff';
el5.style.display='none';
el6.style.display='none';
el1.style.display='none';
el2.style.display='none';
el4.style.display='none';
}

if(elemID3=='2005'){
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat'; 
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat'; 
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teasertitel_newsfull2010.style.backgroundColor='#ffffff';
teasertitel_newsfull2009.style.backgroundColor='#ffffff';
teasertitel_newsfull2008.style.backgroundColor='#ffffff';
teasertitel_newsfull2007.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2006.style.backgroundColor='#ffffff'; 
teasertitel_newsfull2005.style.backgroundColor='#F3E6FF';
el5.style.display='none';
el6.style.display='none';
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
}

   if( elem3.style.display == 'block') {   
    elem3.style.display = 'none';
teasertitel_newsfull2010.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2009.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2008.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2007.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2006.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teasertitel_newsfull2005.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
    }
    else {elem3.style.display = 'block';}
}


function toggleDivTIPPS( elemID3 ){
var elem3 = document.getElementById( elemID3 );

var el6=document.getElementById( 2010 );
var el5=document.getElementById( 2009 );
var el1=document.getElementById( 2008 );
var el2=document.getElementById( 2007 );
var el3=document.getElementById( 2006 );
var el4=document.getElementById( 2005 );


if(elemID3=='2010'){
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
el5.style.display='none';
}

if(elemID3=='2009'){
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
el6.style.display='none';
}

if(elemID3=='2008'){
el5.style.display='none';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
el6.style.display='none';
}

if(elemID3=='2007'){
el1.style.display='none';
el3.style.display='none';
el4.style.display='none';
el5.style.display='none';
el6.style.display='none';
}

if(elemID3=='2006'){
el1.style.display='none';
el2.style.display='none';
el4.style.display='none';
el5.style.display='none';
el6.style.display='none';
}

if(elemID3=='2005'){
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
el5.style.display='none';
el6.style.display='none';
}

   if( elem3.style.display == 'block') {   
    elem3.style.display = 'none';
    }
    else {elem3.style.display = 'block';}
}


function toggleDivJOBS( elemID3 ){
var elem3 = document.getElementById( elemID3 );
var el1=document.getElementById( 0 );
var el2=document.getElementById( 1 );
var el3=document.getElementById( 2 );
var el4=document.getElementById( 3 );

if(elemID3=='0'){
teaser_headline_job0.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teaser_headline_job1.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job2.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job3.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job0.style.backgroundColor='#F3E6FF';
teaser_headline_job1.style.backgroundColor='#ffffff'; 
teaser_headline_job2.style.backgroundColor='#ffffff'; 
teaser_headline_job3.style.backgroundColor='#ffffff';
el2.style.display='none';
el3.style.display='none';
el4.style.display='none';
}

if(elemID3=='1'){
teaser_headline_job1.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teaser_headline_job0.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job2.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job3.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job1.style.backgroundColor='#F3E6FF';
teaser_headline_job0.style.backgroundColor='#ffffff'; 
teaser_headline_job2.style.backgroundColor='#ffffff'; 
teaser_headline_job3.style.backgroundColor='#ffffff'; 
el1.style.display='none';
el3.style.display='none';
el4.style.display='none';
}

if(elemID3=='2'){
teaser_headline_job2.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teaser_headline_job0.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job1.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job3.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job0.style.backgroundColor='#ffffff'; 
teaser_headline_job1.style.backgroundColor='#ffffff'; 
teaser_headline_job3.style.backgroundColor='#ffffff'; 
teaser_headline_job2.style.backgroundColor='#F3E6FF'; 
el1.style.display='none';
el2.style.display='none';
el4.style.display='none';
}

if(elemID3=='3'){
teaser_headline_job3.style.background='url(images/teaserjob_arrow1.gif) right no-repeat';
teaser_headline_job0.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job1.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job2.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job0.style.backgroundColor='#ffffff'; 
teaser_headline_job1.style.backgroundColor='#ffffff'; 
teaser_headline_job2.style.backgroundColor='#ffffff'; 
teaser_headline_job3.style.backgroundColor='#F3E6FF'; 
el1.style.display='none';
el2.style.display='none';
el3.style.display='none';
}

   if( elem3.style.display == 'block') {   
    elem3.style.display = 'none';
teaser_headline_job0.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job1.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job2.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job3.style.background='url(images/teaserjob_arrow.gif) left no-repeat';
teaser_headline_job0.style.borderBottom='1px #F3E6FF solid';
teaser_headline_job1.style.borderBottom='1px #F3E6FF solid';
teaser_headline_job2.style.borderBottom='1px #F3E6FF solid';
teaser_headline_job3.style.borderBottom='1px #F3E6FF solid';

    }
    else {elem3.style.display = 'block';}

}
