/* CSS Document */
body{
	background-image:url(/templates/img/templateimages/bg.jpg);
	background-repeat:repeat-x;
	background-color:#C7C7C7;
	margin:15px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background-image:none;
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:15px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
}
.mceContentBody a{
	color:#000000 !important; 
	text-decoration:underline;
}
 
.mceContentBody a:hover{
	color:#000000 !important; 
	text-decoration:none;
}
 
.mceContentBody table td{
	color:#000000 !important;
}

/* Rubriker och paragraf */
h1{
	margin:0px;
	padding:0px;
	color:#961c1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:100;
}
h2{
	margin:0px;
	padding:0px;
	color:#961c1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	text-transform:uppercase;
}
h3{
	margin:0px;
	padding:0px;
	color:#961c1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:100;
}
p{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
}

#container{
	margin:0 auto;
	width:969px;
}
	#header_1{
		width:969px;
		height:340px;
		background-image:url(/templates/img/templateimages/header_1.jpg);
	}
	#header_2{
		width:969px;
		height:340px;
		background-image:url(/templates/img/templateimages/header_2.jpg);
	}
	#header_3{
		width:969px;
		height:340px;
		background-image:url(/templates/img/templateimages/header_3.jpg);
	}
	#header_start{
		width:969px;
		height:420px;
		background-image:url(/templates/img/templateimages/header_start.jpg);
	}
		#flag{
			position:relative;
			top:-5px;
			left:909px;
		}
		#logo{
			position:relative;
			top:-30px;
			left:30px;
			float:left;
		}
		#headmenu{
			position:relative;
			left:35px;
			top:0px;
			float:left;
			width:710px;
			height:40px;
		}
			#headmenu ul{
				margin:0px;
				padding:0px;
				float:right;
			}
				#headmenu ul li{
					float:left;
					list-style:none;
					padding:0px 4px 0px 4px;
					height:30px;
				}
				#headmenu ul li.liOpen{
					background-image:url(../../img/templateimages/menu_current.jpg);
					background-repeat:no-repeat;
					background-position:center;
					background-position:top;
				}
				#headmenu ul li.liOpen a{
					text-decoration:none;
				}
				#headmenu ul li a{
					color:#AF3B3B;	
					text-decoration:none;	
					font-size:13px;
					font-weight:bold;
					text-transform:uppercase;
					position:relative;
					top:20px;	
				}
		#header_title{
			width:918px;
			height:60px;
			position:relative;
			top:29px;
			left:35px;
			clear:both;
			
			color:#fff;
			font-size:32px;
			margin:0px;
			padding:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:100;
		}
			#header_title p{
				color:#fff;
				font-size:28px;
				margin:0px;
				padding:0px;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:100;
			}
		#breadcrumb{
			float:left;
			position:relative;
			top:210px;
			left:-165px;
			color:#fff;
			font-size:14px;
			font-weight:normal;
			width:750px;
			height:20px;
		}
			#breadcrumb a{
				text-decoration:none;
				color:#fff;
			}
			#breadcrumb a:hover{
				text-decoration:underline;
			}
	
	#content{
		width:969px;
		background-image:url(/templates/img/templateimages/content.jpg);
		background-repeat:repeat-y;
		
		min-height:500px;
		height:auto !important;
		height:500px;
	}
	#content_start{
		width:969px;
		background-image:url(/templates/img/templateimages/content.jpg);
		background-repeat:repeat-y;
		
		min-height:145px;
		height:auto !important;
		height:145px;
	}
		#left{
			float:left;
			width:650px;
			padding:0px 0px 0px 0px;
			position:relative;
			left:40px;
			overflow:hidden;
		}
			#left h1{
				margin:0px 0px 5px 0px;
			}
			#left p{
				margin:7px 0px 7px 0px;
				padding:0px;
				line-height:24px;
			}
			#left a{
				color:#000;
				text-decoration:none;
			}
			#left a:hover{
				text-decoration:underline;
			}
		#left_start{
			float:left;
			width:880px;
			padding:0px 0px 0px 0px;
			position:relative;
			left:40px;
			overflow:hidden;
		}
			#left_start h1{
				margin:0px 0px 20px 0px;
				letter-spacing:3px;
			}
			#left_start p{
				margin:0px;
				padding:0px;
				line-height:20px;
			}
		#news_list_start a{
			color:#000;
			text-decoration:none;
		}
		#right{
			float:left;
			width:205px;
			position:relative;
			left:50px;
			top:15px;
			background-image:url(/templates/img/templateimages/separator.jpg);
			background-position:top left;
			background-repeat:no-repeat;
			padding:0px 0px 0px 30px;
			min-height:500px;
			height:auto !important;
			height:500px;
		}
	#footer{
		width:969px;
		height:80px;
		background-image:url(/templates/img/templateimages/footer.jpg);
		background-repeat:no-repeat;
		clear:both;
	}
		#footer_content{
			padding:0px 0px 0px 0px;
			position:relative;
			left:0px;
			top:40px;
		}	
			#footer_content p{
				color:#666666;
				text-align:center;
			}
			#footer_content a{
				text-decoration:none;
				color:#666666;
			}
			#footer_content a:hover{
				text-decoration:underline;
			}
	
/* Annat */
#admin_menu{
	position:absolute;
	margin:0px;
	top:25px;
	right:115px;
	height:20px;
	width:175px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:normal;
	color:#000000;
	text-transform:uppercase;
	z-index:5;
}
	#admin_menu ul{
		margin:0px; margin-left:10px; padding:0px;
	}
	#admin_menu ul li{ 
		float:left;
		padding:0px;
		padding-left: 15px;
		list-style: none;
	}
	#admin_menu ul li a{ 
		padding:0px;
		margin:0px;
		color:#000000;
		text-decoration:none;
	}
	
/* Tables and forms */
/*#skicka_epost table {border:1px solid #d8d8d8; border-collapse:collapse; line-height:1.3em; margin:10px 0px 16px 0px; padding:0;}
#skicka_epost caption {font-size:1.5em; font-weight:400; margin:0; padding:6px 0 8px; text-align:left;}
#skicka_epost th {background:#eaeaea; color:#505050; padding:7px; text-align:left;}
#skicka_epost td {background:#f4f4f4; color:#303030; font-size:0.9em; padding:7px; text-align:left;}
#skicka_epost input,textarea {border:1px solid #ccc; font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
#skicka_epost label {margin:2px 0 2px 0; font-size:1.2em;}
#skicka_epost input {width:200px;}
#skicka_epost textarea {width:400px;}*/

/* epostfel */
#epostfel p{
	color:#961c1c;
}
	
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	ul.mktree  li 					{ list-style:none; color:#AF3B3B; padding:2px 0px 2px 0px; margin:0px 0px 0px 0px;}
	
	ul.mktree  li ul li 			{ list-style:none; color:#AF3B3B; padding:5px 0px 0px 0px; border:none;}
	
	/*ul.mktree  li 					{ list-style:url(../../img/pil_streck.jpg); text-align:left; vertical-align:bottom;  color:#FFFFFF;  padding:0px 0px 7px 0px; background-image:url(../../img/redline_170.jpg); background-position:bottom; background-repeat:no-repeat;}*/
	ul.mktree  li a					{ text-decoration:none; color:#AF3B3B; vertical-align:middle;}
	ul.mktree  li a.active     		{ font-weight:normal; color:#AF3B3B; text-decoration:underline;}	 
	ul.mktree  li a:hover			{ text-decoration:underline; color:#AF3B3B; } 
	/* Control how "spaced out" the tree is */
	ul.mktree				   		{ margin:0px 0px 30px 0px; padding:0px; padding-left:0px; margin-top:0px; /*background:url(../../img/bg_content_menu.jpg) top left repeat-y;*/}
	ul.mktree ul			   		{ margin:0px 0px 0px 0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 20px;}
	ul.mktree  li.liBullet  .bullet { padding-left: 25px; background-image:url(/templates/img/templateimages/menu_current.jpg) center left no-repeat; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/templates/img/templateimages/menu_current.jpg) center left no-repeat; color:#AF3B3B;}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/templates/img/templateimages/menu_current.jpg) center left no-repeat; color:#AF3B3B;}
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/templates/img/templateimages/menu_current.jpg) center left no-repeat; color:#AF3B3B;}
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; padding:0px 0px 0px 20px; }
	ul.mktree  li.liClosed  ul { display: none; padding:0px 0px 0px 20px;}
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 14px; line-height:1.6em;}
	ul.mktree  li ul li { font-size: 14px; line-height:1.6em;}
	ul.mktree  li ul li ul li { font-size:12px; }
	ul.mktree  li ul li ul li ul li { font-size:12px; }
}
