/* Screen.css */
body
{
	font-family: "Trebuchet MS", Arial, Verdana;
	background: #F7F7F7; /**/
	margin: 0; padding: 0;
}
*
{
	margin: 0;padding: 0;
}
.submenu a:hover
{
	text-decoration: none;
}
.submenu
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
}
.submenu a
{
	margin-right: 11px;
	font-weight: bold;
}
body.blue
{
	xbackground: #F7F7F7 url(../gfx/bg_blue.gif) center repeat-y;
}
body #wrapper
{
	width: 840px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	
}
body.blue #wrapper
{
	background-color: #0F2269;
	xbackground-color: green;
}
#header
{
	xheight: 200px;
	width: 100%;
	clear: both;

}
	#header #logotyp
	{
		float: left;
		clear: both;
		height: 130px;
	}
	#header #slogan
	{
		float: left;
		font-size: .9em;
		margin-top: 80px;
		margin-left: 17px;
		width: 400px;
		color: white;
		font-weight: bold;
	}
		#slogan small
		{
			color: #94A2AB;
			margin-top: 10px;
			display: block;
			font-size: .7em;
		}
	#nav-bar
	{
		background: white url(../gfx/meny_bakgrund.gif) repeat-x center;
		height: 65px;
		clear: both;
		margin-bottom: 0px;
		padding-top: 3px;
		padding-bottom: 0px;
	}
	body.blue #nav-bar
	{
		background: url(../gfx/meny_bakgrund_blue.gif) repeat-x center;
		
	}
	#menu, #languages
	{
		list-style: none;
		list-style-position: outside;
		font-size: 12px;
		
	}
	#menu a
	{
		color: white;
		padding: 5px;
		height: 30px;
	}
	#menu 
	{
		float: left;
		padding: 0; margin: 0;
		margin-top: 17px;
		margin-left: 18px;
		
	}
	.startsida
	{
		font-weight: bold;
		padding-top: 15px;
	}
	#languages 
	{
		float: right;
		margin-top: 21px;
		margin-right: 15px;		
	}
	#languages li a
	{
		width: 37px;
		height: 20px;
		text-indent: -9000px;
		overflow: hidden;
		display: block;
		
	}
	#languages a.de
	{
		background: url(../gfx/flagga_de.gif);
	}
	#languages a.uk
	{
		background: url(../gfx/flagga_uk.gif);
	}
	#languages a.se
	{
		background: url(../gfx/flagga_se.gif);
	}
	#menu li, #languages li
	{
		float: left;
		margin-right: 15px;
	}
	#menu li a
	{
		height: 20px;
		display: block;
		float: left;
		text-decoration: none;
		font-weight: bold;
		xborder-bottom: #ccc solid 1px;
	}
	#menu li a:hover
	{
		text-decoration: underline;
	}

	
body.blue #content
{
	color: #94A2AB;
}
body.blue #content a
{
	color: #94A2AB;
}
#content
{
	xclear: both;
	margin: 0px 18px;
	line-height: 1.6em;
	font-size: .8em;
	color: #0F2269;
	padding-top: 3px;
	
}
	#content ul
	{
		margin: 20px;
	}
	#content h1
	{
		font-size: 18px;
		margin-top: 6px;
		margin-bottom: 0px;
	}
	

#footer
{
	background: url(../gfx/logotyp_liten.gif) left center no-repeat;
	padding-left: 80px;
	padding-top: 20px;
	height: 40px;
	margin: 30px 38px;
	font-size: 12px;
	clear: both;
	color: #0F2269;
	display: block;
	width: auto;
}
body.blue #footer
{
	background: url(../gfx/logotyp_liten_blue.gif) left center no-repeat;
	color: #FFDE00;
}
	#footer address
	{
		
	}
div
{
	clear: none;
}
#content a
{
	color: #0F2269;
}
.prodomr small a
{
	clear: both;
	display: block;
	width: 100%;
	
}
#content>small a
{
	color: #94A2AB;
	font-weight: bold;
	margin-right: 10px;
}
hr
{
	border: 1px solid #ccc;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.smaller
{
	font-size: 11px;
	line-height: 1.3em;
}




.madeby
{
	background: #F7F7F7;
	margin: 0; padding: 0;
	line-height: 1.6em;
	font-size: 11px;
	color: #9c9c9c;
}
.madeby a
{	color: #9c9c9c;
	text-decoration: none;}
.madeby a:hover
{	text-decoration: underline;}
