@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Wrapper ~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper
	{
		width: 900px;
		margin: 20px auto;
		text-align: left;
	}
	
#logotype
	{
		float: left;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Navigation ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
#navigation
	{
		list-style: none;
		margin-top: 20px;
		padding: 9px 0;
		float: left;
	}
	
#navigation li
	{
		padding: 9px 20px;
		display: inline;
		margin-left: 10px;
		zoom: 1;
		position: relative;
	}
	
#navigation #current
	{
		background: url('../images/navigationBg.png') repeat-x #e3e3e3;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 1px 1px 1px #d16729;
		-moz-box-shadow: 1px 1px 1px #d16729;
		box-shadow: 1px 1px 1px #d16729;
	}
	
#navigation #current a { text-shadow: 0 1px 0 white; }
	
#navigation li a
	{
		font-family: 'Cabin', arial, serif;
		color: #111;
		text-shadow: 0 1px 0 #f29f6f;
		text-decoration: none;
	}
	
#navigation li a:hover
	{
		text-decoration: underline;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Totalt antal registrarer ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
#totalRegs
	{
		width: 300px;
		float: right;
		font-size: 0.8em;
		font-style: italic;
	}
	
#totalRegs ul
	{
		list-style: none;
	}
	
#totalRegs ul li
	{
		display: block;
		float: left;
		margin-left: 5px;
		margin-top: 5px;
	}
	
#totalRegs .noColor
	{
		background: none;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Listan med detaljer på "showitem" ~~~~~~~~~~~~~~~~~~~~~~~~ 
	
#listDetail
	{
		width: 860px;
		border-top: 1px solid #ccc;
		margin-top: 10px;
		background:url('../images/listDetailBg.png') repeat-x;
		padding: 10px 0 10px 20px;
	}
	
#listDetail ul
	{
		list-style: none;
	}
	
#listDetail ul li
	{
		margin: 10px 0 0 10px;
		display: block;
		padding: 5px 20px;
	}
	
#listDetail img
	{
		vertical-align: baseline;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~~~~~~~~~~ */

#bottomLine_reg
	{
		width: 880px;
		height: 30px;
	}
	
#showAll
	{
		width: 200px;
		height: 26px;
		float: left;
		padding-top: 4px;
	}
	
#footer
	{
		width: 900px;
		height: 20px;
		margin-top: 10px;
		color: #843c15;
		text-shadow: 0 1px 0 #e07e48;
	}

#footer a
	{
		color: #843c15;
		text-decoration: underline;
	}