html {
    background: #464646 url('images/bg.png');
}

/*TOP*/

div.top {
    width: 711px;
    height: 104px;
    margin: 30px auto 0 auto;
    background: url('images/nav_right.png') no-repeat right bottom;
}

div.banner {
    width: 711px;
    height: 82px;
    background: url('images/banner.png') no-repeat;
}   

div.bl_banner {
    width: 232px;
    height: 22px;
    float: left;
    background: url('images/nav_left.png') no-repeat;
}

/*NAV*/
div.nav {
    border: 1px solid gray;
    border: 0;
    float: left;
    width: 469px;
    height: 22px;
    background: url('images/nav_bg.png');
}

div.nav ol {
    padding: 0;
    margin: 0;
    list-style-type: none;    
}

div.nav ol li {
    width: auto;
    height: auto;
    float: left;
}

div.nav ol li a {
    height: 22px;
    display: block;
    padding: 0 7px 0 6px;
} 

a.n1 {
    background: url('images/n_hem.gif') no-repeat center 40%; 
    width: 26px;
}
a.n2 {
    background: url('images/n_forum.gif') no-repeat center 40%; 
    width: 50px;
}

a.n3 {
    background: url('images/n_artiklar.gif') no-repeat center 40%;
    width: 53px;
}

a.n4 {
    background: url('images/n_recens.gif') no-repeat center 40%;
    width: 73px;
}

a.n5 {
    background: url('images/n_serier.gif') no-repeat center 40%;
    width: 35px;
}

a.n6 {
    background: url('images/n_butik.gif') no-repeat center 40%;
    width: 31px;
}

a.n7 {
    background: url('images/n_lankar.gif') no-repeat center 32%;
    width: 43px;
}

a.n8 {
    background: url('images/n_kontakt.gif') no-repeat center 40%;
    width: 52px;
}

/*NAV HOVER EFFECTS */

a.n1:hover { background: url('images/nh_hem.gif') no-repeat center 40%;}
a.n2:hover { background: url('images/nh_forum.gif') no-repeat center 40%;}
a.n3:hover { background: url('images/nh_artiklar.gif') no-repeat center 40%;}
a.n4:hover { background: url('images/nh_recens.gif') no-repeat center 40%;}
a.n5:hover { background: url('images/nh_serier.gif') no-repeat center 40%;}
a.n6:hover { background: url('images/nh_butik.gif') no-repeat center 40%;}
a.n7:hover { background: url('images/nh_lankar.gif') no-repeat center 40%;}
a.n8:hover { background: url('images/nh_kontakt.gif') no-repeat center 40%;}

/*BODY*/

img {
border: 0;
}

div.main {
    background: url('images/body.png');
    width: 711px;
    height: auto;
    margin: auto;
    font-family: verdana, arial;
    font-size: 10px;
}

div.mleft {
    padding: 0 1px 0 18px;
    width: 490px;
    height: auto;
}

div.mleftart {
    padding: 0 20px 0 20px;
    width: 670px;
    height: auto;
}

div.mleft img {
    padding-top: 10px;
}

div.news {
    width: 481px;
    height: auto;
    padding: 5px 0 10px 5px;
    float: left;
	border-bottom: 1px dashed #9AA;	
}

div.news img {
	max-width: 480px;
	float: right;
}

div.mright {
    width: 172px;
    height: auto;
    float: right;
    padding-top: 10px;
	padding-right: 11px;
}

div.latest_news {
    width: 155px;
    height: auto;
    border: 1px solid #9AA;
    margin: -3px 0 -10px 0;
    padding: 5px 0px 10px 5px;
    border-bottom: 0;
    border-top: 0;
}

div.ads {
    width: 162px;
    margin: 10px 0 0 0px;
    height: auto;
    float: left;
    background: url('images/reklam_v.gif') no-repeat center top;
    padding-top: 15px;
}

div.ads img {
    padding-top: 10px;
}

div.friends {
    width: 162px;
    margin: 10px 0 0 0px;
    height: auto;
    float: left;
    background: url('images/friends_v.gif') no-repeat center top;
    padding-top: 15px;
}

div.friends img {
    padding-top: 10px;
}

div.bottom {
    width: 711px;
    height: 35px;
    margin: auto; 
}

div.bottom div {
    width: 621px;
    height: 35px;
    background: url('images/bottom_bg.png');
    float: left;
}

div.bottom div div {
    margin: auto;
    float: left;
    width: 621px;
    height: 35px;
    background: url('images/copyright.gif') no-repeat center;
}

div.bottom img {
    float: left;
}

div.clear {
    padding-top: 40px;
    font-size: 10px;
    text-align: left;
    clear: both;
    padding-left: 20px;
}

/*FONTS AND STUFF*/

div.news h1, div.hotnews h1 {
    color: #596C8D;
    margin-bottom: 0px;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #5B6B8D;
}

a:hover {
    color: #C0CCE6;
}

b.news {
    color: #5c6b8c;
}
.gray {
    color: #b9b9b9;
}

img.puffart {
	border: 1px solid #000;
}
