﻿body
{
    background-color:Black;
    font-family:Arial;
}

.header
{
    background-image:url(graphics/header1.jpg);
    background-repeat:no-repeat;
    height:400px;
    width:900px;
    z-index:0;
}

.links
{
    color:White;
    font-size:11px;
    position:relative;
    top:358px;
    z-index:2;
    padding:8px;
    background-color:Black;
    float:left;
    }
    
.links a
{
    color:White;
    font-size:11px;
    text-decoration:none;
    }
    
#maske {   
position:absolute;   
z-index:9000;   
background-color:black;   
display:none;   
top:0px;
}   
     
#dialoge .window {   
  position:absolute;   
  width:480px;   
  height:420px;   
  display:none;   
  z-index:9999;   
  padding:20px;   
  background-color:White;
  padding:10px;
  border:1px gray solid;
  font-size:11px;
}   
  
  
/* Customize your modal window here, you can add background image too */  
#dialoge #dialog {   
  width:375px;    
  height:203px;   
}   

.linkBlog
{
    color:White;
    float:left;
    }
    
.buttonClose
{
    position:absolute;
    top:5px;
    left:460px;
    border:0px;
    }
    
