html, body
{           
     font-family: Arial;
    
     background-image:"bilder/Els_Background.jpg"; 
     background-repeat:no-repeat;
     
}


a
{
	text-decoration:none;
	color:#990000;
}

a:hover
{
	text-decoration: underline;
	color:#990000;
}


#container
{
    
    font-size: 13px;
    width: 700px;
	
}

#abstract
{
    width: 100%;
    padding-left: 210px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: justify;
	
}

.imageCell
{
    padding-left: 30px;
    padding-top:80px;
    
}

.imageLeft
{
	float:left;
    margin-right: 30px;
	border: 1px solid #950505;
}

.imageCaption
{
    text-align: justify;
    padding-top: 20px;
}

.textCell
{
   text-align: justify;
   padding-left: 30px;
   padding-top:20px;
   padding-right:10px;

}

.footNavigator
{
   text-align: center;
   margin-left: 30px;
   margin-top:20px;
   margin-bottom:30px;
   background-color: #C0C0C0;
}