/* CSS Document */

.side {
width:960px;
}

.topp {
background-image:url(./jpg/vegarsheidrettopp.jpg);
background-repeat:no-repeat;
height:235px;
width: 960px;
}
.Content{
overflow: hidden;
position: relative;
background-image: url(./png/bakgrunn.png);
background-repeat: repeat-y;
width: 960px;
}

.venstrekolonne{
float: left;
background-color: #cccccc;
background-image:url(./png/vegarshei_mal_meny.png);
background-repeat: no-repeat;
width: 175px;
min-height: 439px;
}

.innh_venstrekolonne {
width: 175px;
}

.midtkolonne{
margin-left: 10px;
width: 595px;
float: left;

}


.innh_midtkolonne {
background-color: #FFFFFF;
width: 580px;
text-align:left;
}


.hoyrekolonne {
background-color: #cccccc;
float: right;
width:170px;
min-height: 50px;
}

.innh_hoyrekolonne {
width:170px;
}


.footer{
clear: both;
position: relative;
background-image:url(./png/bakgrunn.png);
background-repeat: repeat-y;
width: 960px;
height: 70px;

}

.logofelt{
float: left;
width: 175px;
height: 70px;
}

.logo{
background-image:url(./gif/vegarshei_logo_meny.gif);
background-repeat:no-repeat;
width: 175px;
height: 70px;
}

.midtbar{
float: left;
width: 595px;
height: 70px;
margin-left: 10px;
background-image:url(./png/vegarshei_mal_bunn2.png);
background-repeat:no-repeat;
}
.gratt_felt{
float: right;
width: 170px;
height: 70px;
}

.volumediv{
clear: both;
width: 960px;
height: 2px;
}

 