/*main page*/
body
{
    background-color:#ffffff;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    vertical-align:top;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-face-color: #620063;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #D4D0C8;
    scrollbar-shadow-color: #D4D0C8;
    scrollbar-darkshadow-color: #620063;
    scrollbar-track-color: #FFFFFF;  
}

table
{
    margin: 0px;
    border:0;
    text-align:left;
    vertical-align: top;   
}


.left_cell
{
    vertical-align:top;
    width:190px;
    background-color:#620063; 
}

.logo
{
    background-image:url('../design/LogoVNT.jpg');
    background-repeat: no-repeat;
    height:128px;
    width:165px;
    vertical-align: top;
}

.menu
{
    vertical-align: top;
    margin-left: 5px;    
}

.menu A:link
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.menu A:visited
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}

.menu A:hover
{
    COLOR: #FF00CC;
    TEXT-DECORATION: underline;
}

.menu A:active
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline;
}

.menu a:active, .menu a:link, .menu a:visited, .menu a:hover
{  
    font-family:Arial;
    font-size:16;
    font-weight:bold; 
    
}

.submenu
{
   
    margin-left: 15px;
    width:0px;
}
.submenu a:active, .submenu a:link, .submenu a:visited, .submenu a:hover
{     
    font-family:Arial;
    font-size:12;
    font-weight:normal; 
}

.bulletin
{
    vertical-align: bottom;
    padding-left: 10px;
    padding-bottom: 10px;
}


/* right part */

.right_cell
{
    vertical-align:top;
    width:100%;
    height:100%;
    
}

.cell_header
{
    vertical-align:middle;
    width:100%;    
    height: 130;
    background-color:#620063;
    color: #FFFFFF;    
    font-family:Arial;
    font-size:32;
    font-weight:bold;
    white-space: nowrap;
    
}

.horizontal_menu
{
    width:95%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.horizontal_menu td
{
    white-space: nowrap;
    height:30px;
    text-align:center;
}

.horizontal_menu a:active, .horizontal_menu a:link, .horizontal_menu a:visited
{  
    font-family:Arial;
    font-size:14;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration: none; 
}

.horizontal_menu a:hover

{  
    font-family:Arial;
    font-size:14;
    font-weight:bold;
    color: #000000; 
    text-decoration: none;
}

#ScrollDiv 
{    
    display:auto;
    overflow:auto;     
	overflow-y: auto; 
	background-image:url('../design/vogel.jpg');	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

.footer
{
    width:100%;
    vertical-align: bottom;
    font-family:Arial;
    font-size:10;
    text-decoration: none;    
    color:#470152;
    margin-top:0;   
}

.footer_fill
{
    background-color: 9999CC;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    text-align: center;
}

.footer a:link, .footer a:visited
{      
    font-family:Arial;
    font-size:10;
    color: #470152;
    text-decoration: none;
}