@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../bilder/bgplanka.jpg);
	background-repeat: repeat
}

div.container {
	background-color: #c8b590;
	position: absolute;
	top: 25px;
	left: 50px;
	height: 850px;
	width: 850px;
	border-left: solid;
	border-left-color: #999;
	border-left-width:thick;
	border-bottom: solid;
	border-bottom-color: #000;
	border-bottom-width:thick;
	border-right: solid;
	border-right-color: #000;
	border-right-width: thick;
	border-top: solid;
	border-top-color: #999;
	border-top-width: thick;
	z-index: 500;
}

div.navigation {
	position:absolute;
	top: 235px;
	left: 60px;
	z-index:600;
}

div.loggan {
	position: absolute;
	background-color: #c8b590;
	background-image: url(../bilder/logga_800x175_c8b590.gif);
	background-position: center;
	background-repeat: no-repeat;
	top: 35px;
	left: 60px;
	height: 175px;
	width: 820px;
	z-index: 520;
}
	
div.huvudfonster {
	position: absolute;
	background-color: #ffffcc;
	top: 230px;
	left: 230px;
	height: 600px;
	width: 640px;
	padding: 5px;
	overflow: auto;
	border-left: solid;
	border-left-color: #999;
	border-left-width:medium;
	border-bottom: solid;
	border-bottom-color: #000;
	border-bottom-width:medium;
	border-right: solid;
	border-right-color: #000;
	border-right-width: medium;
	border-top: solid;
	border-top-color: #999;
	border-top-width: medium;
	z-index: 530;
}

div.copyright {
	position: absolute;
	top: 850px;
	left: 225px;
	background-color: #c8b590;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	z-index: 650;
	text-align:left;
}

div.bullets {
	position: absolute;
	top: 620px;
	left: 60px;
	z-index: 660;
}

table.stamtavla {
	border: thin;
	border-style:solid;
	border-color:#000; 
	margin: 0; 
	padding: 0;
}

table.stamtavla td.holder {
	border: thin; 
	border-style:solid; 
	border-color:#000; 
	margin: 0; 
	padding: 0;
	vertical-align:top;
}

a {

}

a:hover {
	font-weight: bold;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-size: 16px;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	}
