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

body  {
	background:#e9e9e9;
	font: 12px Verdana, Arial, Geneva, sans-serif;
	/*font: 17px Garamond, Georgia, "Times New Roman", Times, serif;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

a {
	color:#000000;
}

#mainContent h1 {
	font-size:20px;
	color: #993333;
}

#mainContent h2 {
	font-size:16px;
}

#mainContent h3 {
	font-size:14px;
}

#mainContent p {
	line-height:140%;
	font-size:12px;
}



#mainContent table {
	font-size:12px;
}


#container { 
	width: 980px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:#FFF;

} 

#header { 	
	position: relative;
	top:0px;
	left:0px;
	height:200px;
	margin:0;
	padding:0;
	border:none;
	overflow:hidden;
} 

#header img.logo {	
	position: absolute;
	/*
	top: 20px;
	left: 5px;
	*/
	top: 0;
	left: 0;
	z-index:50;
	/*
	display:block;
	margin-top:20px;
	margin-left:5px;*/
}

#bs {
	height:200px;
	width:750px;
	padding:0;
	margin:0 0 0 230px;
	overflow:hidden;
}

#footer {
	background:url(images/footer_left_bg.png) repeat-y #FFF;
	height:60px;
	margin-top:-1px;
	padding:0;
	text-align:center;
}

#footer p {
	display:block;
	margin:25px;
	font-size:10px;
	color:#666;
}

#footer a {
	color:#888;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
}

#topplankar { 
	height:50px;
	border:none;
	background:url(images/topplankar_bg4.png) #95142f;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#lang {
	float:left;
	border:0px solid black;
	width:190px;
	margin:0 0 0 40px;
	padding:0;
}

#lang img {
	margin:14px 10px 0 0;
	border:0px none #75091f;
}

#lankar {
	float:left;
	border:0px solid black;
	width:740px;
	height:32px;
	margin:0;
	padding:0;
}

/*
#topplankar p {
	display:block;
	border:0px solid black;
	font-size:20px;
	margin:0;
	padding:0;
}

#topplankar a {
	display:inline-block;
	color:#FFF;
	margin-top:13px;
	margin-left:10px;
	margin-right:10px;
	border:0px solid green;
	text-decoration:none;
}

#topplankar a:hover {
	text-decoration:underline;
}

*/

#main {
	background:url(images/main_left_bg.png) repeat-y #FFF;
	height:900px;
	margin-top:-1px;
}

html>body #main {
	height:auto;
	min-height:900px;
}

#leftMeny {
	float:left;
	margin-left:40px;
	margin-top:20px;
	width:200px;
	border:0px solid green;
}

#mainContent {
	float:left;
	margin-left:10px;
	margin-top:20px;
	width:490px;
	border:0px solid blue;
	overflow:hidden;
}

#rightContent {
	float:right;
	margin-right:20px;
	margin-top:20px;
	width:180px;
}

#rightContent h3 {
	font-size:14px;
}

#rightContent p {
	font-size:12px;
}

#rightContent a {
	color:#333;
	text-decoration:none;
}

#rightContent a:hover {
	color:#993333;
	text-decoration:none;
}




#leftMeny ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 0;
}

#leftMeny ul li {
}

#leftMeny ul li.sub {}
#leftMeny ul li.subsub {}

#leftMeny a {
	font-size:14px;
	display:block;
	width:190px;
	margin: 8px 0 8px 0;
	color:#333333;
	text-decoration:none;
	border:0px solid black;
}

#leftMeny a:hover {
	color:#993333;
	text-decoration:none;
}

#leftMeny a.sub {
	font-size:12px;
	display:block;
	color:#333333;
	border-top:none;
	text-transform:none;
	margin: 1px 0 4px 0px;
	width:175px;
	border:0px solid black;
	
}

#leftMeny a.subsub {
	font-size:12px;
	display:block;
	color:#333333;
	border-top:none;
	text-transform:none;
	margin: 1px 0 4px 20px;
	width:160px;
}

#leftMeny a.sub:hover    {color:#993333;}
#leftMeny a.subsub:hover {color:#993333;}

#leftMeny a.vald {
	font-weight:bold;
	color: #993333;
}





table.foretag {
	font-size:12px;}

table.foretag td.memberlist {
	padding:10px 5px;
}


























#mn
{	padding: 0;
	margin: 0;
}

	#mn li
	{	float: left;
		list-style: none;
	}

	#mn li a {		
		display:block;
		color:#FFF;
		text-decoration:none;

		font-size:14px;
		font-weight:bold;
		padding:5px;
	margin-top:8px;
	margin-left:15px;
	margin-right:15px;
	}
 	
	#mn li a:hover, #mn li a.vald  {
	text-decoration:none;
	color: #CCCCCC;
	}

		#mn li ul
		{	position: absolute;
			visibility: hidden;
			/*border-top: 1px solid white;*/
			margin: 0;
			padding: 0;}
		
			#mn li ul li
			{	float: none;
				display: inline}
			
			#mn li ul li a
			{	display: block;
				background: #95142f;
				width: 185px;
				margin:0;
				/*
				height:20px;
				*/
				font-size:13px;
				color:#FFF;
				padding-top:4px;
				padding-left:15px;
				margin-left:10px;
				/*
				opacity:1.0;
				filter:alpha(opacity=100);*/
			}
			
			#mn li ul li a:hover
			{
	text-decoration:none;
	color: #CCCCCC;
}
















.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
