body
	{
	font-family:arial;
	background:url(images/start.jpg) center top no-repeat;
	text-align:center;
	padding:0;
margin:0;

	}

h1
	{
	font-size:25px;
	color:#FFF;
	}

a
	{
	color:#b4df47;
	text-decoration:none;
	}

form
	{
	padding:0;
	margin:0;
	}

table
	{
		color:#FFF;
	font-size:12px;
	}

#container
	{
	margin:0 auto;
	width:914px;
	border:0px solid #000;
	margin-right:10px;
	margin-top:112px;
	background:#FFF;
	display:table;
	}

#inlogg
	{
	width:411px;
	margin-top:100px;

	}

#inlogg_head
	{
	height:28px;
	background:url(images/inlogg_head.jpg);
	}

#inlogg_content
	{
	background:url(images/inlogg_bg.jpg) center top no-repeat;
	background-color:#525353;
	padding:10px;
	color:#FFF;	
	}

#shadow
	{
	height:80px;
	background:url(images/shadow.jpg);
	}

/*********** Menu **********/

.indentmenu{
font: bold 13px Arial;
width: 914px; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background:url(images/menubg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #393939; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(media/indentbg2.gif) center center repeat-x;
}

