/* CSS Document */
body
	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #3A3A3A;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		margin: 0px;	}

/* Rubriker */
h1	{	font-family: "Myriad Web", sans-serif;
		font-size: 30px;
		font-style: italic;
		color: #960001;
		text-align: right;
		margin: 20px;	}

/* Huvudfönster */
#container
	{	width: 900px;
		height: 950px; 
		margin-top: 15px;
		background-image: url(images/top.gif);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;	}
		
/* Meny */
#menu
	{	width: 800px;
		height: 30px;
		padding-top: 5px;
		position: relative;
		top: 215px;
		left: -15px;	}

#navigation
	{	list-style-type: none;
		margin-top: 15px;	}

#navigation li
	{	display: inline;	}

#navigation li a
	{	color: #FFFFFF;
		padding-left: 0px;
		padding-right: 25px;
		height: 15px;
		float: left;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
	 	font-size: 10px;
		font-weight: bold;	}

#navigation li a:hover
	{	color: #E9C500;	}

/* Undermeny */
#submenu
	{   background-image: url(images/submenu/line.gif);
    	background-repeat: no-repeat;
    	width: 195px;
    	height: 700px;
        margin-top: 10px;
        padding-top: 15px;
        float: left;
		position: relative;
		top: 220px;	}

#submenu img
	{	margin-top: 10px;	}

#subnav
	{	list-style-type: none;
		margin-top: 15px;	}

#subnav li
	{	margin-top: 15px;
    		}

#subnav li a
	{	color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;	}

#subnav li a:hover
	{	color: #E9C500;	}

/* Innehåll */
#content
	{   background-color: #FFFFFF;
    	width: 460px;
    	height: auto;
    	_height: 650px;
		min-height: 650px;
        margin: 20px;
		padding-bottom: 20px;
        margin-top: 10px;
        float: left;
		position: relative;
		top: 220px;	}		

/* Högerfältet */
#right
	{	width: 195px;
    	height: 700px;
        margin-top: 10px;
		float: right;	}

/* Login */
#login
	{   background-image: url(images/login.jpg);
    	background-repeat: no-repeat;
    	width: 195px;
    	height: 102px;
		position: relative;
		top: 220px;	}

#login table
	{	widht: 180px;
    	color: #FFFFFF;
		font-size: 9px;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 15px;
		margin-bottom: 0px;	}

p.login
	{	text-align: right;
		margin-right: 24px;
		margin-top: -15px;	}

p.login a
	{	color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;	}

p.login a:hover
	{	color: #E9C500;	}
	
p.member a
	{	color: #FFFFFF;
	 	font-size: 11px;
		font-weight: bold;	}
