/* GENERAL STYLES */
/* GENERAL STYLES

Author:		Musiclink AB - Andreas Larsson
Date:		2006-12-12

Changelog:	v0.1 / Develop / 2006-12-12 / Andreas Larsson
		v1.0 / Alpha version / 2006-12-18 / Andreas Larsson
		v2.0 / Beta version / 
		v3.0 / 1:st release / 2007-02-13 / Andreas Larsson
*/


/********************************************************************************
LAYOUT
*********************************************************************************/

body 
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/images/_.gif);
	background-repeat: repeat-x;
	margin: auto;
	text-align: left;
}

#page
{
	text-align:left;
	width: 950px;
	margin: 0 auto;			
}

#container
{
	width: 950px;
	background-image: url(/images/bgbody.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentContainer
{
	width: 950px;
	background-image: url(/images/bg02.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
}

#header
{
	float: left;
	width: 950px;
	height: 140px;
	background-image: url(/images/bgheader03.gif);	
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#menu
{
	float: left;
	width: 230px;
	margin: 15px 0px 0px 10px;
	padding: 0px 0px 50px 0px;
}


#content
{
	float: left;
	width: 700px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#EttanMain
{
	float: left;
	width: 420px;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#EttanPuffar
{
	float: right;
	width: 240px;
	height: 300px;
	background-color: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#EttanNyheter
{
	float: left;
	width: 700px;
	background-image: url(/images/bgettannyheter_.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.EttanNyhet
{
	float: left;
	width: 200px;
	background-image: url(/images/ikonnyhets.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#umbBreadcrum ul
{
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#umbBreadcrum ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: .7em;
}

#umbBreadcrum li a
{
	text-decoration: none;
	color: #999999;
}


/********************************************************************************
FOOTERS
*********************************************************************************/

#footer
{
	float: left;
	width: 950px;
	margin: 5px 0px, 100px, 0px;
	
}

#footer #adress, #footer #fax, #footer #epost
{
	float: left;
	margin: 5px 75px 100px 0px;
}

#footer #omwebb
{
	float: right;
	margin: 5px 0px 100px 0px;
}

#footer p
{
	font-size: .6em;
}

#footer a
{
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	border-bottom: 0px;
}




/********************************************************************************
TEXT GENERAL
*********************************************************************************/

p
	{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: .8em;
	color: #000000;
	background-color: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align:left;
	}

#EttanNyheter h2
{
	border-bottom: dotted 1px #000000;
}

.EttanNyhet h3
{
	margin: 1px 0px 0px 18px;
}

#EttanPuffar p
{
	font-family: "Century Gothic";
	font-size: 1.3em;
	background-image: url(/images/BGPuffar05.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 15px 5px 15px 15px;
	border-top: dotted 1px #000000;
	border-bottom: dotted 1px #000000;
}

h5
	{
	margin:0px;
	padding:2px 0px 2px 0px;
	font-family: "Verdana", SanSerif;
	font-size: 0.8em;
	}

h6
	{
	margin:0px;
	padding:2px 0px 2px 0px;
	font-family: "Verdana", SanSerif;
	font-size: 0.8em;
	}

hr
	{
	color:#000000;
	border:0px;
	background-color:#000000;
	height:1px;
	width:100%;
	text-align:center;
	}

img
{
	border: 0px;
}

.newsDate
{
	font-size:8pt;
	margin:0px;
	padding:0px;
}

.newsResume
{
	margin:0px;
	padding:0px;
}

.newsReadmore
{
	margin:0px;
	padding:0px 0px 20px 0px;
}

p a:link, p a:visited, td a:link, td a:visited {font-size: 1em; color: #000000; background-color: inherit; text-decoration: none; border-bottom: dotted 1px;}
p a:hover, p a:active, td a:hover, td a:active {font-size: 1em; color: #666666; background-color: inherit; text-decoration: none; border-bottom: dotted 1px;}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color: #000000; text-decoration: none; border-bottom: 0px;}
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {color: #666666; text-decoration: none; border-bottom: dotted 1px;}

.EttanNyhet p a:link, .EttanNyhet p a:visited, #EttanPuffar p a:link, #EttanPuffar p a:visited, h3 a:link, h3 a:visited {color: #000000; text-decoration: none; border-bottom: 0px;}
.EttanNyhet p a:hover, .EttanNyhet p a:active, #EttanPuffar p a:hover, #EttanPuffar p a:active,h3 a:hover, h3 a:active {color: #666666; text-decoration: none; border-bottom: dotted 1px;}

li a:link, li a:visited {font-size: 1em; color: #000000; background-color: inherit; text-decoration: none; border-bottom: dotted 1px;}
li a:hover, li a:active {font-size: 1em; color: #666666; background-color: inherit; text-decoration: none; border-bottom: dotted 1px;}


table
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: .8em;
	color: #000000;
	background-color: inherit;
	vertical-align: top;
}

table p
{
	font-size: 1.0em;
}



th
{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

td
{
	text-align: left;
	vertical-align: top;
}

#textContent ul li, #textContent ol li
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clearfix:after
{
 content: "."; 
 display: block; 
 height: 0px; 
 clear: both; 
 visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac */

html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */


/********************************************************************************
MENU
*********************************************************************************/

#menu #mainmenu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu #mainmenu li
{
	border: solid 0px #003399;
	background-image: url(/images/_.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu #mainmenu .selected
{
	border: solid 0px #003399;
	background-image: url(/images/_.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#menu ul #SecondLevel, #menu ul #ThirdLevel
{
	margin: 0px 0px 10px 20px;
	padding: 0px;
	list-style: none;
}

#menu #mainmenu #SecondLevel li, #menu #mainmenu #ThirdLevel li
{
	background-image: none;
	border: 0px;
}

#menu ul #SecondLevel li a, #menu ul #ThirdLevel li a
{
	font-weight: normal;
}


/********************************************************************************
MENU TEXT
*********************************************************************************/

#menu a:link,
#menu a:visited
{
	font-family:  Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.7em;
	color: #003399;
	background-color: inherit;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
}

#menu a:hover,
#menu a:active
{
	border-bottom: dotted 1px;
}


#SecondLevel li a:link,
#SecondLevel li a:visited
{
	font-size: .9em;
	border-bottom: 0px;
}

#SecondLevel li a:hover,
#SecondLevel li a:active
{
	border-bottom: dotted 1px;
}

#mainmenu li.selected a
{
	background-image: url(/images/ikondroppe_.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: dotted 1px;
}

#SecondLevel li.no a
{
	background-image: url(/images/no_droppe.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 0px;
}


/* EDITOR PROPERTIES */
p {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: .8em;
color: #000000;
background-color: inherit;
padding: 0px 0px 0px 0px;
margin: 0px 0px 15px 0px;
text-align:left;
}

h1 {
text-align: left;
font-family: "Century Gothic";
font-size: 1.4em;
font-weight: normal;
margin-bottom: 2px;
}

h2 {
text-align: left;
font-family: "Century Gothic";
font-size: 1.3em;
font-weight: normal;
margin-bottom: 2px;
}

h3 {
text-align: left;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: 1.0em;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
}

h4 {
text-align: left;
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: .8em;
font-weight: normal;
margin-bottom: 2px;
}

p class="fotnot" {
font-family: Verdana, Arial, Tahoma, Sans-Serif;
font-size: .5em;
color: #000000;
background-color: inherit;
padding: 0px 0px 0px 0px;
margin: 0px 0px 15px 0px;
text-align:left;
}

