/* CSS til web_arkeologi_sok */

body {
        margin: 0;
        padding: 0;
        font-size: 12px;
        text-align: left;
        font-family: helvetica, arial, sans-serif;
}


/* structure: */


div.wrapper
{
	position: absolute;
	left:0px;
	top: 0px;
}

div.heading
{
	position: relative;
        float: left;
}

div.lead
{
	position: absolute;
        top: 20px;
        right:200px;
}


div.maintable {
        position: relative;
        clear: both;
}


/* typo: */
h1, h2, h3 {
        font-family: verdana, helvetica, arial, sans-serif;
        color: #444;
        font-weight: bold;
        padding: 0;
        margin: 0;
        font-size: 80%;
}

h1 { font-size: 1.9em; margin: 0 0 1em 0; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.2em; }


a, a:visited {
        color: #0ae;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:active {
        color: #f50;
}

span.hjelp
{
	font-size: 110%;
	border-style: ridge;
}