.button

{   
               text-align:center;
               font-size: larger;
               font-family:'Lucida Grande';
               text-decoration:none;
               font-style:normal;
               background-color: transparent;
               color: rgb(255,255,255);
               
}
 
.button:hover
{
    color: rgb(230,230,230);
    background-color: transparent;
   
}
 
.button:active
{
    color: rgb(200,200,200);
    background-color: transparent;
  
}


.button1

{   
               text-align:center;
               font-size: larger;
               font-family:'Lucida Grande';
               text-decoration:none;
               font-style:normal;
               background-color: transparent;
               color: rgb(55,55,55);
               
}
 
.button1:hover
{
    color: rgb(30,30,30);
    background-color: transparent;
   
}
 
.button1:active
{
    color: rgb(0,0,0);
    background-color: transparent;
  
}


body {

width: 1100px;
margin: 0  auto;

               
    background-color: rgb(30,30,30);
    padding: 20px;
    font-style: normal;
    color: rgb(255,255,255);
}

#ausenrand {
               
     margin-left: auto;
    margin-right: auto;       
}

#oben {

position: absolute;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 50px;
width: 1040px;
background-color: rgb(50,50,50);
padding-left: 60px;


}

#zwischen {
    position: absolute;
    height: 150px;
    width: 1000px;
    margin-top: 50px;
    background-color: rgba(255,48,48, 0.5);
    padding-left: 100px;
    
}

#zwischenLinks {
    position: absolute;
    height: 150px;
    width: 1000px;
    margin-top: 50px;
    background-color: transparent;
    padding-top: 50px;
    padding-left: 100px;   
}

#zwischenLogo {
    position: absolute;
    height: 80px;
    width: 220px;
    margin-top: 80px;
    background-color: transparent;
    padding-left: 870px;  
}

#text {
   
   color: rgb(0,0,0);
    
    
}

#centerWindow {

position: absolute;
height: 1000px;
width: 1100px;
/*background-color: rgb(30,30,30);*/
margin-top: 50px;
background-image: url(background.jpg);
/*opacity: 0.8;*/

background-size: auto;

background-repeat: no-repeat;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

}
#leftNews1 {
               position: absolute;
               /*border: groove;*/
               margin-top: 210px;
               margin-left: 60px;
               width: 960px;
               height: 800px;
               background-color: transparent;
               background-color: rgba(240,240,240, 0.7);
               
               border-radius: 18px;
               overflow: auto;
               
               color: rgb(0,0,0);
               
}

#leftNews {
               position: absolute;
               /*border: groove;*/
               margin-top: 210px;
               margin-left: 70px;
               width: 950px;
               height: 800px;
               background-color: transparent;
               background-color: rgba(240,240,240, 0.7);
               
               border-radius: 18px;
               overflow: auto;
               
               color: rgb(0,0,0);
               
}

#rightWindow {
            position: absolute;
               margin-top: 260px;
               margin-left: 700px;
               width: 400px;
               height: 550px;
               background-color: rgba(0, 0, 0, 0.5);
               border-radius: 18px;
               overflow: auto;
               overflow: hidden;

               /*color: rgb(255,255,255); */   
}




