/*
	Author: Thomas Skaflem <ts@macsimum.no>
	Site: ssmm.no
	
	Categories:
		- Basic stuff
		- Main wrappers
		- Top header
		- Navigation
		- Content

*/
/*
	Basic stuff
-----------------------*/
html, body {text-align: center;}

h1, p, ul {
    font-family: Verdana;
    color: #000;
}
/*
	Wrappers
-----------------------*/
div#top {
    width: 1005px;
    height: 120px;
    background: #c1d72f url(/static/gfx/top_bg.gif) repeat-x;
    margin: 0 auto;
}
div#wrapper {
    width: 1005px;
    height: auto;
    margin: 30px auto;
}
div#footer {
    width: 1005px;
    height: 46px;
    background: #c1d72f url(/static/gfx/footer_bg.gif) repeat-x;
    margin: 50px auto 0 auto;
    clear: both;
} #footer p { font-size: 11px; padding-top: 20px;}

/*
	Top header
-----------------------*/
div#top h4 {
    text-indent: -9999px;
    width: 222px;
    height: 57px;
    background: transparent url(/static/gfx/logo.gif) no-repeat;
    float: left;
    margin: 25px 0 0 30px;
}
div#top h5 {
    text-indent: -9999px;
    width: 646px;
    height: 68px;
    float: right;
    background: transparent url(/static/gfx/top_text.gif) no-repeat;
    margin: 20px 50px 0 0;
}

/*
	Navigation
-----------------------*/
ul#menu {
    width: 265px;
    height: auto;
    float: left;
    display:block;
    list-style: none;
    margin-top: 55px;
    margin-bottom: 100px;
}

ul#menu li a {
    width: 265px;
    height: 44px;
    text-indent: -9999px;
    display: block;
    margin-top: 8px;
}
    a.om-oss        {background: #c1d72f url(/static/gfx/menu_1.gif) no-repeat;}
    a.tilbud        {background: #c1d72f url(/static/gfx/menu_2.gif) no-repeat;}
    a.kontakt       {background: #c1d72f url(/static/gfx/menu_3.gif) no-repeat;}
    a.litteratur    {background: #c1d72f url(/static/gfx/menu_4.gif) no-repeat;}
    a.kurs          {background: #c1d72f url(/static/gfx/menu_5.gif) no-repeat;}
    a.lenker        {background: #c1d72f url(/static/gfx/menu_6.gif) no-repeat;}
    a.english       {background: #c1d72f url(/static/gfx/menu_7.gif) no-repeat;}
    a.presse        {background: #c1d72f url(/static/gfx/menu_8.gif) no-repeat;}
/*
	Content
-----------------------*/
div#content {
    width: 642px;
    height: auto;
    float: right;
    margin-right: 50px;
    text-align: left;
}
    div#left, 
    div#right   {width: 305px;height:auto;}
    div#left    {float: left;}
    div#right   {float: right;}

#content p {font-size: 13px; margin-bottom: 10px;}
#content ul, #content ul li {font-size: 13px;}
#content ul {margin-bottom: 10px;}
#content h1 {
    font-size: 35px;
    font-weight: bold;
}

#content img {
    width:642px;
    height: 234px;
    margin-top: 10px;
}
