﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #d5c59d;
	color: #614106;
	font-family: Verdana;
	font-size: 12px;
}
a 
{
	color: #614106;
}
/*
<CssItem 
	StyleClass="h1" 
	Name="Rubrik" 
/>
*/
h1
{
	font-size: 24px;
	font-weight:bold;
}
#containerOuter
{
	padding-top: 48px;
	padding-bottom: 48px;
}
#containerOuter #container
{
	width: 900px;
	margin: 0 auto;
}
#containerOuter #container #header
{
	height: 146px;
	background: url(Images/HeaderBg.jpg);
	text-align: center;
	font-size: 53px;
	font-weight: bold;
	line-height: 140px;
}
#hLine
{
	height: 0px;
	width: 100%;
}
#containerOuter #container #workarea
{
	height: 100%;
	padding: 17px 14px 0px 14px;
	background-color: #e9dab2;
	min-height: 400px;
}
#containerOuter #container #workarea #content
{
	min-height: 100px;
	width: 599px;
	overflow: hidden;
	padding: 20px 16px 20px 16px;
	background-color: #ede6d4;
}
#containerOuter #container #workarea #content img 
{
	border: solid 2px #d2b46b;
}
#containerOuter #container #workarea #menu
{
	min-height: 100px;
	width: 207px;
}
#containerOuter #container #workarea #menu div
{
	border: solid 2px #5f4304;
	background: url(Images/HeaderBg.jpg);
}
#containerOuter #container #workarea #menu .menuSpacer 
{
	height: 0px;
	border: none;
	border-bottom: solid 2px #d2b46b;
}
#containerOuter #container #workarea #menu div a
{
	border: solid 2px #d2b46b;
	line-height: 47px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
	color: #614106;
}
.left 
{
	float: left;
}
.right 
{ 
	float: right;
}
.clearer
{
	clear: both;
}
.outerboarder
{
	border: solid 2px #5f4304;
}
.bottomboarder
{
	border-bottom: solid 2px #5f4304;
}
.innerboarder
{
	border: solid 2px #d2b46b;
}




.stamtavla TABLE
{
	width: 200px;
}
.stamtavla TR
{
	height: 40px;
}
.stamtavla TD 
{
	padding: 2px 3px 3px 2px;
	border-color: #d2b46b; /* Färg på Stamtavlan */
	border-style: solid;
	border-collapse: separate;
}
