﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin: 0px;
    height: 100%;
}
p, ul, li {
    line-height: 16pt;
}
li
{
    margin-bottom: 10px;
}
b,strong
{
    
    color: #222;
}
h1, h2, h3, u
{
    color: #3399FF;
}
a {
    color: #3399FF;
    text-decoration: underline;
}
a:hover
{
    color: #55BBFF;
}

.logo
{
    
    width: 1024px;
    height: 225px;
    
    background-image: url('../_img/bannerMetTekst2.jpg');
}
.logo2
{
    margin-top: -30px;
    z-index: 9;
    padding:0px;
    width: 1024px;
    height: 260px;
    
    background-image: url('../_img/bannerMetTekst3.jpg');
}
.logoholder
{
    width: 100%;
    background-color: #bbc;
    text-align: center;
}
.big
{
    font-size: 60pt;
}
#menuholder
{
    width: 100%px;
    background-color: #888;
    text-align: center;
    z-index:8;
}
#menu
{ 
    z-index: 10;
    width: 1004px;
    background-color: #555;
    color: White;
    padding: 10px;
    text-align: left;
    font-size: 14pt;
   text-transform : capitalize; font-variant: normal;  
   }

#menu a
{
    color: White;
    text-decoration: none;
}
#menu a:hover
{
    color: #3399FF;
    text-decoration: underline;
}
#contentholder
{
    width: 100%px;
    
    text-align: center;
    background-color: #dde;
    background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dde), to(#fcfcfc));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #dde, #fcfcfc);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #dde, #fcfcfc);
    /* IE 10 */
    background: -ms-linear-gradient(top, #dde, #fcfcfc);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #dde, #fcfcfc);
    
}
#content
{
    width: 994px;
    padding: 15px;
    text-align: left;
    background-color: #fff;
    min-height: 700px;
}

.info {
    background-color: #ddd;
    padding: 15px;
    border: dotted 1px #666;
}

button, input[type=button], input[type=submit] {
            background-color: #3399FF;
            color: white;
            width: 120px;
            height: 40px;
            padding: 5px;
            border: outset 2px;
            cursor: pointer;
            border-radius: 10px;
            box-shadow: 5px 5px 5px 0px #999;
        }

        button:hover, input[type=button]:hover, input[type=submit]:hover {
            background-color: #44AAFF;
            box-shadow: 6px 6px 6px 0px #999;

        }
