@charset "UTF-8";
/* CSS Document */

body{
background-image:url(pageimg/baggrund.jpg);
background-repeat:repeat-x;
background-color:#51CCE0;
margin:0px;
}


#mainpage{
width:950px;
margin-left: auto;
margin-right:auto;
padding:0px;
}

#mainshadow{
background-image:url(pageimg/shadow.png);
background-repeat:repeat-y;
width:950px;
float:left;
}

#page{
width:750px;
float:right;
}

.toplogo{
height:59px;
width:459px;
background-image:url(pageimg/toplogo.png);
background-repeat:no-repeat;
margin:0 auto;
margin-top:30px;
margin-bottom:30px;
}

#menu{
height:488px;
width:186px;
float:left;
}


#boxtop{
height:43px;
width:630px;
background-image:url(pageimg/box_top.png);
background-repeat:no-repeat;
float:left;
margin-left:50px;

}
#boxmidt{
min-height:50px;
width:630px;
background-image:url(pageimg/box_midt.png);
background-repeat:repeat-y;
padding:0px;
float:left;
margin-left:50px;
}

#boxbund{
height:42px;
width:630px;
background-image:url(pageimg/box_bund.png);
background-repeat:no-repeat;
float:left;
margin-left:50px;
}

#boxtxt{
width:570px;
min-height:40px;
float:left;
/*border: 1px solid #000000;
margin-left:30px;*/
padding-left:30px;
}


/* - - - - - - BAMSER - - - - - - - - */


.mainbamse{
width:200px;
height:270px;
padding:10px;
border:#000000 1px solid;
float:left;
margin-left:42px;
margin-bottom:42px;
}

html {overflow-y: scroll;}