﻿#test
{
width: 960px;
background: transparent;
height:auto;	
margin:auto;
}

#top1
{
    width: 50%;
    float:left;
    margin-bottom: 15px;
    margin-top: 15px;
}

#top2
{
    width: 50%;
    float:right;
    margin-bottom: 15px;
    margin-top: 15px;
}

#header
{
background: transparent;	
margin:auto;
width: 960px;
height:auto;

}
       
#logotyp
{
font-family: Tahoma;
color: #fff;
font-size: 70px;
}

body 
{
font-family: Arial;
color: #000;
background:-webkit-gradient(linear, left top, left bottom, from(#000000), to(#990000));
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#990000));
background: -moz-linear-gradient(top, #000000, #990000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#990000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#990000)";
font:14px arial;
min-height: auto;
background-attachment: fixed;
background-repeat:repeat;	
}


#bottom
{
margin:auto;
width:960px;
background-color:transparent;
    text-align: center;
} 


#logo
{
margin-top: 15px;
margin-bottom:5px;
float: left;
}

#text
{
font-family: Arial;
font-size: 13px;
    text-align: left;
}

#rubrik
{
font-size: 25px;	
}

#box
{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
margin-top: 15px;
margin-bottom:5px;
float: left;
height:100%;
background-color: #fff;
-moz-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
-moz-border-radius: 3px;
border-radius: 3px;
height:320px;
padding: 7px;
    width: 100%;
}

#box2
{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
margin-top: 15px;
margin-bottom:5px;
float: right;
height:100%;
background-color: #fff;
-moz-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
-moz-border-radius: 3px;
border-radius: 3px;
height:320px;
padding: 7px;
font-family: Arial;
font-size: 11px;
    text-align: left;
    width: 100%;
}

#footer
{
margin: auto;
width:960px;
margin-top: 5px;
margin-bottom:20px;
}

#footer1
{
font-family: Arial;
font-size: 10px;
float:left;
color: #fff;	
margin-top: 5px;
margin-bottom:30px;
}

#footer a 
{
color: #fff;	
}

#footer2
{
font-family: Arial;
font-size: 10px;
float:right;
color: #fff;	
margin-top: 5px;
}

a:link 
{	
color: #000;
text-decoration:none;
}

a:visited
{
color: #000;
}