
/*
Denne filen styrer grunnleggende oppsett for forsiden. 
Den vil inneholde minst mulig typografisk informasjon.

standard.css  vil inneholde grunnleggende typografisk informasjon knyttet til html-tagger.

Hver <div> som er plassert direkte under <html> eller rett under <div id="container"> får egen bolk i denne filen
*/



/* 
--------------------------------------------------------------------------------------------------
container  ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#container
{
width:791px;
}



/* 
--------------------------------------------------------------------------------------------------
topmenu       ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/

#topmenu
{
position:absolute;
left:0px;
top:0px;
width:791px;
z-index:100;
}


/* 
--------------------------------------------------------------------------------------------------
left       ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#left
{
position:absolute;
top:0px;
left:0px;
width:170px;
z-index:90;
overflow:visible;

}

#leftContent
{
float:right;
clear:both;
width:147px;
margin-top:95px;
margin-bottom:10px;
}

#leftContent .search
{
float:left;
clear:both;
margin-top:0px;
height:30px;
background-image:url(/design/www_adventist_no/images/soek2.gif); 
background-repeat:no-repeat; 
}

#leftContent .search form.frmToppSok
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px
}

#leftContent .search input.frmToppSokInput
{
border:0px solid #FFFFFF;
margin:3px 0px 0px 4px;
font-size:10px;
height:13px;
width:91px; 
background-color:transparent;
}

#leftContent .search input.frmToppSokSubmit
{
height:12px;
width:35px;
border:0px solid #FFFFFF
}


#leftContent #sidemenu
{
float:left;
clear:left;
width:100%;
background-color:#FFFFFF;
margin-top:10px;
}

#leftContent .sidemenuTop
{
background-image:url(/design/www_adventist_no/images/gronn.gif);
background-repeat:repeat-x;
width: 147px;
height:29px;
}

#leftContent .sidemenuContent
{
width:127px;
margin: 13px 0px 13px 10px;

}

#leftContent .sidemenuContent p
{
color:#808080;
}


#promo
{
float:left;
clear:both;
margin-top:11px;
width:129px;
}





/* 
--------------------------------------------------------------------------------------------------
header     ---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#header
{
position:absolute;
top:29px;
left:170px;
width: 611px;
}

#topbar
{
float:left;
width:100%;
height:25px;
margin-left:5px;
background-image:url(/design/www_adventist_no/images/stiplet.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#topbar .topbarLeft
{
float:left;
}


#topbar .topbarLeft #topbarLeftIcons
{
float:left;
}


#topbarLeftMail, #topbarLeftEmail, #topbarLeftPhone
{
float:left;
margin-left:10px;
margin-top:3px;
color:#808080;
}

#topbarLeftMail .mark, #topbarLeftEmail .mark, #topbarLeftPhone .mark
{
font-weight:bold;
}

#topbar .topbarRight
{
float:right;
}



#header #logo
{
float:left;
clear:both;
height:81px;
width:624px;
margin-left:4px;
background-image:url(/design/www_adventist_no/images/logo.gif);
background-repeat:no-repeat;
background-position:left;
}


#header #datebar
{
float:left;
clear:both;
width:612px;
height:29px;
margin-left:4px;
background-image:url(/design/www_adventist_no/images/gronn_blomst.gif);
background-position:left; 
background-repeat:no-repeat;/**/

}

#datebar .date
{
float:right;
margin-top:15px;
margin-right:0px;
color:#808080; 
text-transform:uppercase;
text-align:right;
}

/* 
--------------------------------------------------------------------------------------------------
contentContainer----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
*/
#contentContainer
{
position:absolute;
top:170px;
left:180px;
width:611px;
}

#contentMain
{
float:left;
width:369px;
}

#contentMain .commercial
{
float:left;
width:366px;
padding-top:13px;
padding-bottom:12px;
background-image:url(/design/www_adventist_no/images/stiplet.gif);
background-position:top;
background-repeat:repeat-x;
}


#contentSidebar
{
float:right;
width:232px;
}



#footer
{
float:left;
clear:both;
width:366px;
background-image:url(/design/www_adventist_no/images/stiplet.gif);
background-position:top;
background-repeat:repeat-x;
margin-bottom:15px;
padding:5px;
text-align:center;
font-size:9px;
}


