/* CSS Document */
html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
body {
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(../img/bakgrund.jpg);
height: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
color:#979899;
text-decoration:none;
}
.td_main {
background-color:#FFFFFF;
vertical-align:top;
font-size:10px;
width:856px;
border:1px #CCCCCC solid;
}
.div_top {	
font-size:12px;
color:#979899;
text-align:left
}
.div_meny {
text-align:center;
font-size:12px;
color:#979899;
}
.div_content_size {
height:470px;
padding:10px;
}
.div_content {
height:100%;
width:100%;
background-color:#e6edda;
}
.div_bottom {
height:45px;
padding-top:0px;
font-size:13px;
text-align:center;
color:#979899;
line-height:17px;
}
