body {
	font-family: fantasy, arial,helvetica,sans-serif,Brush Script MT; 
	background-repeat: no-repeat;
	background-position: center top;
        background-image: url("bakgrund.jpg");
}
#header{
        background-color: #e6f2ff;
        color: #00244d;
        width: 1200px;
        height: 80px;
        font-family: 'Brush Script MT', cursive;
        font-size: 30px;
/*        text-shadow: 1px 1px; */
        text-align: center;
        position: absolute;
}
#main{
        width: 1200px;
        height: 630px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
    }
#menubar{
        background-color: #e6f2ff;
        width: 1200px;
        height: 35px;
        position: absolute;
        margin-top: 85px;
    }   	
/* #menubar ul{
        display: inline;
    }    
#menubar li{
        color: #00244d;
        display: inline;
        float: left;
        height: 35px;
        margin-left: 152px;
        font-size: 20px;
        text-align: center;
    }   
    #menubar a:link {
        background-color: #e6f2ff;
        color: #00244d;
        text-decoration: none;
        width: 80px;
        height: 35px;
        font-size: 25px;
        position: absolute;
        }    
    #menubar a:visited {
        background-color: #e6f2ff;
        color:#00244d;
        text-decoration: none;
        }
    #menubar a:hover {
        background-color: #e6f2ff;
        color: #00244d;    
        } */
#mainbox{
        background-color: #e6f2ff;
        color: #00244d;
        position: absolute;
/*        margin-top: 145px; */
		margin-top: 125px;
        width: 1200px;
        height: 594px; 
}
#footer{
        background-color: #e6f2ff;
        width: 1200px;
        height: 20px;
        position: absolute;
        margin-top: 725px;       
    } 
h1{
        margin: auto;
        text-align: center;
}    
h2{
        font-family: 'Brush Script MT', cursive;
        font-size: 40px;
        text-align: center;
		position: relative;
		color: #00244d;
		top: -46px;
}
.text{
        font-family: Arial, Helvetica, sans-serif;
        text-indent: 17px;
        text-align: center;
        font-size: 17px;
}
.submit{
		font-family: Arial, Helvetica, sans-serif;
        text-indent: 17px;
        text-align: center;
        font-size: 17px;
}