@charset "ISO-8859-1";
/* CSS Document */

body, html
{
	height: 100%;
}

body {
	background-image: url(img/bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#header
{
	background-image: url(img/ljudbild_logotype.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 50px 10px;
}

#header-content
{
	position: relative;
	float: right;
}

#navigation
{
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

#navigation li
{
	
	font-size: 2em;
	line-height: 2em;
	width: 100px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: -3px;
	padding-left: 20px;
	/*
	min-height:2em;
	height: auto !important;
	height: 2em;
	*/
}

#navigation li a
{
	
	text-decoration: none;
	color: #000;
	font-family: inherit;
}

#navigation .last
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#navigation .selected
{
	/*width: 150px;
	//*margin-left: 32px;*/
	/*margin-left: 32px;*/
	
	
}

#navigation .selected .label
{
	
	font-size: 20px;
	padding-top:10px;
	/*
	text-align:left;
	
	padding-left:10px;
	*/
	line-height: 1em;
	
	/*float: left;*/
	/*position:relative;*/
	
}



#navigation .subnav
{
	margin: 0;
	padding: 0;
	
	padding-top: 10px;
	padding-bottom: 30px;
	list-style: none;
	text-align: left;
	
	
}

#navigation .subnav li
{
	border: 0;
	/*font-size: 0.5em;*/
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-bottom: 0.75em;
	line-height: 1.5em;
}

#navigation .subnav .selected-link
{
	font-weight: bold;
}

#navigation .subnav li a:hover
{
	background-color: #efefef;
}



* html #container {
height: 100%;
}

.container
{
	min-height: 100%;
	background-color: #fdfdfd;
	border: 10px solid #FFF;
}

.container h2
{
	
	margin-top: 0;
	font-weight: normal;
	font-size: 30px;
}


.container h3
{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
}

.container p
{
	
	line-height: 1.2em;
	font-size: 11.5px;
	
}

/****************************************
/* PAGE ELEMENTS, alignment of images
/****************************************/

.imageLeft
{
	float:left;
	margin-right: 15px;
}

.imageRight
{
	float:right;
	margin-left: 15px;
}

.imageCenter
{
	width: 100%;
	text-align:center;
}

