body	{
		background-color: #fff6dd;
		color: #000000;
		background-image: url("bg.gif"); 
		background-position: 160px 20%;
		background-repeat: repeat;
		background-attachment: fixed;
		margin-top: 0px;
		margin-left: 0px;
}

/**********************************************************************
* Tabeller
**********************************************************************/

table.normal  {
		position: absolute;
		top: 16px;
		left: 230px;
		width: 60%;
		height: 100%;
}

table.menu	{
		position: fixed;
		top: 0px;
		left: 0px;
		border-collapse: collapse;
		color: #000000;
		background: #fff6dd;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		width: 157px;
		margin-top: 0px;
		margin-left: 0px;
		border-left: none;
		padding-left: 0px;
}

td.menutop	{
		border: none;
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 0px;
}

td.menupunkt  {
		padding-left:  21px;
		padding-right:  0px;
		padding-top:    3px;
		padding-bottom: 4px;
}

td	{
		vertical-align: top;
		padding-left:   0px;
		padding-right:  0px;
		padding-top:    0px;
		padding-bottom: 0px;
}

/**********************************************************************
* Links
**********************************************************************/

a  {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
}

a.normal  {
		text-decoration: underline;
}

a.menu  {
		text-decoration: none;
}

a.menu:link, a.menu:visited  {
		color: #000000;
}

/*
a.menu:focus, a.menu:active	{
}
*/
a.normal:link, a.normal:visited, a.normal:active  {
		color:#000099;
}

a.menu:hover {
		color: #DD1111;
}

a.menuvalgt  {
		text-decoration: none;
		color: #008800;
}

/**********************************************************************
* Diverse
**********************************************************************/

h3	{
		font-size: 10pt;
		font-weight: bold;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


p	{
		font-size: 10pt;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr.menu	{
		width: 136px;
}

