/********************************************
*											*
*			layout by Rune Colin			*
*				November 2008				*
*-------------------------------------------*
*			http://rune.colin.nu/			*
*											*
********************************************/

html
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: "Arial Narrow", arial, helvetica, "sans serif";

	background-color: #d2cdbe;
	margin: 0px;
	padding: 0px;
	background-image: url('./gfx/bg.jpg');
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;

}
div.menu
{
	position: fixed;
	top: 110px;
	left: 50px;
}
div.logo
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 92px;
	width: 174px;
	background-image: url('./gfx/logo.png');
}
div.content
{
	position: absolute;
	top: 100px;
	left: 200px;
	padding: 20px;
	vertical-align:top;
}
div.header
{
	vertical-align: middle;
	margin-left: 200px;
	text-align: right;
	border-color: #37342F;
	border-bottom-style: inset;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 2px;
	height: 100px;
}

td, p
{
	font-family: "Arial Narrow", arial, helvetica, "sans serif";
	font-size: 14px;
	color: #37342F;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, td
{
	font-family: "Arial Narrow", arial, helvetica, "sans serif";

	color: #37342F;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5, h6
{
	font-size: 12px;
	font-weight: bold;
}


a
{
	color: #6B593D;
	font-weight: bold;
}
a.menu
{
	font-size: 14px;
	color:#6B593D;
	/*color: #d2cdbe;*/
	font-weight: bold;
	text-shadow: #d2cdbe 0px 0px 4px;

}
td.menutop
{
	padding: 5px;
}
td.menu
{
	color:#37342F;

	padding: 0px;
	margin: 0px;
	width: 150px;
	padding-right: 50px;
	vertical-align: top;
}
img.header
{
	position:relative;
	left: -50px;
	z-index: 1;
}
img.headerlogo
{
	position:relative;
	z-index: 3;
}

td.footer, td.header
{
	background-image: url('./gfx/header_tex.png');
	background-color: #333f69;
	text-align: center;
	padding: 5px ;
	color: #37342F;
	border-color: #202047;
	border-style: solid;
	border-width: 1px;

}
