﻿@import url('Core.css');


html, body form
{
    height: 100%;
}

body 
{
    font-family: Verdana;
    font-size: 10pt;
    
    background: url('Images/header.jpg') repeat-x top #f8f8f8;
    color: #134476;
    
    height: 100%;
    
    margin: 0;
    padding: 0;
}

a
{
    color: #134476;
    text-decoration: underline;
}

h1, h2, h3
{
    margin: 0px;
    padding: 0px;
}

h1
{
	font-size: 15pt;	
	margin-bottom: 5px;
	
	color: #ff9900;
}

h2
{
	font-size: 13pt;
	margin-bottom: 5px;
}

a img
{
    border: none;
}

textarea
{
font-family: Verdana;
font-size: 9pt;
}

.legend
{
width: 200px;
}


#header
{
    width: 992px;
    height: 200px;
    background: url('Images/logo.jpg');
    
    margin: 0 auto;
    
    position: relative;
    left: 2px;
}
    
    #tree
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin: 0 auto;
        
        width: 750px;
        
        position: relative;
        top: 174px;
        
        font-weight: bold;
        cursor: default;
font-size: 9pt;
        
    }
    
    #tree a
    {
        text-decoration: none;
        font-weight: bold;
    }
    
        #tree li 
        {
            float: left;
            
            margin: 0;
            margin-right: 8px;
            padding: 0;
            position: relative;
            height: 30px;
        }
        
        #tree li ul
        {
            list-style: none;
            
            display: none;
            float: none;
            margin: 0;
            padding: 0;
            
            
            position: absolute;
            
            left: 0px;
            top: 26px;
            
            
            
        }
        
        #tree li ul li
        {
            position: relative;
            top: 0px;
            
            width: 197px;
            height: 19px;
            
            background: url('Images/Submenu_NSK.jpg') repeat-x;
            border: 2px solid #ff9900;
            border-top: 0px solid #ff9900;
            
            padding: 2px 0px 0px 3px;
        }
        
        #tree li ul li ul
        {
            position: absolute;
            border-top: 2px solid #ff9900;
            left: 200px;
            top: -2px;
            
            width: 204px;

        }
        
        #tree li ul li ul li
        {
            background: url('Images/Submenu_NSK.jpg') repeat-x;
            border: 2px solid #ff9900;
            border-top: 0px solid #ff9900;
            
            position: relative;
            top: 0px;
        }

#container
{
    width: 768px;
    height: auto;
    
    background: url('Images/container.jpg') repeat-y;
    
    border: 2px solid #b5daff;
    border-top: none;
    
    margin: 0 auto;
    
    overflow: hidden;
}

* html #container
{
    overflow: auto;
}

    #content
    {
        float: left;
        width: 570px;
        padding: 8px;
    }
    
    #actueel
    {
        float: right;
        width: 170px;                
		min-height: 610px;  

        padding: 5px;
        
        text-align: center;

    	background: url('Images/actueel.jpg') no-repeat white;
    }
    
    * html #actueel
    {
		height: 610px;
    }
    
    #actueel img
	{
		position: relative;
		
		left: -5px;
		top: -5px;
		border: 0;
		padding: 0;
	}

#copyright
{
    background: url('Images/footer.jpg') no-repeat;
    width: 957px;
    height: 62px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    font-size: 8pt;

}

#copyright a
{
    text-decoration: none;
}
        
     

















