html, body, .main 
{
	height: 100%;
}

body 
{
	background-color: #dfe4ea;
}

body#start 
{
	background-color:#f9e5ba;
}

.map 
{
	padding-top: 30px;
	text-align: center;
}

table.main{
	width:800px; 
}

td.center{
	width:100%;
	padding:20px;
}

td.left .menu, td.right .pane{
    width:180px;
    padding:20px 5px 5px 5px;
}

td.left 
{
	background-image: url(/layout/bakgrund.jpg);
	text-align: right;
}

td.center 
{
	background-color: #dfe4ea;
}

div.top{

}

div.bottom{

}

