@charset "utf-8";
/* CSS Document */
a:link {color:#b13d3a;}      /* unvisited link */
a:visited {color:#b13d3a;}  /* visited link */
a:hover {color:#b13d3a;}  /* mouse over link */
a:active {color:#B13D3A;}  /* selected link */
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none}

#body		{
			background-color:#999999;
			}

#wrapper	{
			margin:-10px auto;
			width:600px;
			}
			
#header		{
			background-image:url(img/header.gif);
			width:600px;
			height:204px;
			background-repeat:no-repeat;
			}

#container	{
			background-image:url(img/background.gif); 
			background-repeat:no-repeat;
			height:800px;
			width:600px;
			margin: -32px 0 0 0;
			background-repeat:no-repeat;
			background-color:#FFFFFF;
			}

#meny		{
			/*background-image:url(img/meny.gif);
			background-repeat:no-repeat;*/
			width:170px;
			height:474px;
			margin: -15px 0 0 10px;
			}

#fill		{
			height:3px;
			/*margin: 0 10px 0 0;*/
			background-image:url(img/menytop.gif);
			height:10px;
			width:160px;
			background-repeat:no-repeat;
			}
			
#fill2		{
			background-image:url(img/filler.gif);
			width:154px;
			height:4px; /*6px*/
			}
			
#menyright	{
			background-image:url(img/sidemenytop.gif);
			width:6px;
			height:48px;
			margin: -405px 14px 0 0; /*-460px 14px 0 0*/
			float:right;
			} 
			
#menyright2	{
			background-image:url(img/sidemeny.gif);
			background-repeat:repeat-y;
			width:6px;
			height:398px;
			margin: -398px 14px 0 0; /*-460px 14px 0 0*/
			float:right;
			}

.noborder	{
			border-width:0px;
			}

#container2	{
			width:410px; /*250px*/ 
			height:600px;
			float:right;
			margin:-480px 0px 0 0;
			}
						

#dist		{
			height:10px;
			}
			

#lankar		{
			width:250px;
			margin: 40px auto;
			width:auto;
			}			