/* Formatierung des Bannerframes incl. horizontaler Navigation */ 

body         
{ 
margin-top: 30px;
margin-right: 5px;
background-color: #000000; 
background-image: url('../images/bg-horizontal.jpg'); 
background-repeat: repeat-x 
}

a:link, a:visited, a:active, a:hover
{ 
display: block;
padding-right: 15px;
padding-left: 15px;
line-height: 28px;
font-family: Arial, Helvetica, Tahoma;
border-right: 1px solid #6D6D6D;
font-size: 14px;
text-decoration: none 
}

a:link    
{ 
color: #999 
}

a:visited, a:active    
{ 
color: #C0C0C0 
}

a:hover      
{
border-right: 1px solid #C0C0C0;
color: #fff
}

.hp_name     
{ 
line-height: 28px;
font-family: Georgia, Tahoma, Arial;
border-left: 1px solid #6D6D6D;
border-right: 1px solid #6D6D6D;
text-align: center;
font-size: 18px;
font-style: italic;
letter-spacing: 1pt;
color: #ddd 
}

.tab      
{
width: 100%
}