/* Startside stil */

#innhold { background:white; text-align:left; width:900px; height:333px; 
           overflow:hidden; margin-left:auto; margin-right:auto }

.innrykk1 { padding:10px 10px 10px 10px }

a.flipPrev { background: url('img/prev.png') no-repeat center center; 
             width:20px; height:333px; display:block }
a.flipPrev:hover { background: #DEDEDE url('img/prevH.png') no-repeat center center;
                   text-decoration:none; }
a.flipNext { background: url('img/next.png') no-repeat center center; 
             width:20px; height:333px; display:block }
a.flipNext:hover { background: #DEDEDE url('img/nextH.png') no-repeat center center;
                   text-decoration:none; }
