@import "footer_stick.css";
html, body {
margin: 0;
padding:0;
}
body {
color: #273F1B;
background: #F3F1EC;
font: 84%/1.3 verdana, arial, helvetica, geneva, sans-serif;
}

h1, h2, h3 {
font-family: "georgia", serif;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #aaa;
}
h1 {
font-size: 205%;
font-weight: normal;
}
h2 {
font-size: 150%;
font-weight: normal;
}

blockquote {font-style: italic;}

/*
a:link {}
a:visited {}
a:active {}
a:hover {}
*/

a.current, span.current {
color: #999;
background: transparent;
}



img {
border: 2px inset;
border-color: #eee #fff #fff #eee;
border-radius: 3px;
}

table {
border: 0;
border-collapse: collapse;
}
td {
border: 2px inset;
border-color: #eee #fff #fff #eee;
}



/* floated images */
div.image {
float: left;
width: 200px;
height: 180px;
line-height: 1.2em;
margin: 0 1.5em 2em 0;
font-size: 11px;
}
div.image a {text-decoration: none;} /* removes image link underline in Firefox */
div.image a span {text-decoration: underline;}

div.image ul {
list-style-position: inside;
margin-left: 1em;
padding-left: 0;
}


/* stamtavlor see also general table styles above */
body.popup {
margin: 2%;
}

body.popup h2 {
clear: both;
margin: 0;
}

body.popup ul { /* utmärkelser */
float: left;
/*width: 45%;*/
} 

body.popup div { /* bild */
text-align: right;
}

body.popup table { /* stamtavla */
width: 100%;
margin: 1em 0 1em -2px;
clear: both;
font-size: 100%; /*IE5 bugfix*/
}
body.popup td {border: 1px solid #000;}

body.popup td span {display: block;}
span.regNr {font-weight: bold;}
span.titles {font-family: mono-space;}


/* header with logo */
.logo_corner, .logo_text img, .sponsor img {border: 0;}
.logo_corner {float: left; }
.logo_text {
/*text-align: center;*/
margin: 0;
margin-left: 275px;
}

.sponsor {
float: right;
margin: 50px 10% 0 20px;
display: inline; /* IE bugfix for doubled float margin */
}



/* content including menu but excluding header, logo and footer */
#content, #footer {
margin-left: 15em;
margin-right: 10%;
clear: both;
}

#content h2 {
margin: 0 0 0.5em 0;
}


ul#nav_menu {
clear: both;
margin: 0;
padding: 0 0 1em 0;
position: absolute;
top: 240px;
left: 40px;
width: 8em;
}

ul#nav_menu li {
list-style: none;
margin: 0 0.5em 0 0;
}

ul#nav_menu a {
white-space: nowrap;
}

ul#nav_menu li#changes {
font-size: 11px;
margin: 2em 0 0 0;
font-style: italic;
}
ul#nav_menu li#changes ul, ul#nav_menu li#changes ul li {
font-style: normal;
margin: 0;
padding: 0;
list-style: circle inside;
}



#footer {
clear: both;
zoom: 1; /* IE6 bugfix, without it the border gets lost */
border-top: 1px solid #000;
padding-top: 1em;
line-height: 1.3em;
}

#footer dt {
font-weight: bold;
float: left;
clear: both;
width: 7em;
}

#footer dd {
margin-left: 7em;
}

div#last_modified {
position: absolute;
top: 0;
right: 0;
font-size: 10px;
}




