/* Global Resetting */
#divbg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
} 
	 
#maincontent {
	z-index:2;
	position:relative;
}


html{
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5% !important;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: arial, verdana,sans-serif;
	list-style:none;
}
#main {
}


a img{
	border:0;
}

.clear{
	clear:both;
}
/* Grid layout */
#maincontent {
	margin-top: 10px;
	margin-bottom: 0px;
}
.container_12 {
	background: #fff !important;
	margin-bottom: 20px;
}
.grid_12 {margin-bottom: 10px;}
.grid_6 {margin-bottom: 20px;}
/* Layout CSS */
#Header {
	background: #ccc;
	overflow: hidden;
	height: 158px;
	margin: 10px 0 10px 10px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
 
#ContentContainer {
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background: #fff !important;
	text-align:right;
}
	#Footer span {
		color:#000;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-right:20px;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}
/* Widgets */
ul.ChildrenPagesWidget {
	padding: 0 0 15px 0;
	}
ul.ChildrenPagesWidget li {
	padding: 0 0 0 -10px;
	}
.ChildrenPagesWidget li a:link,.ChildrenPagesWidget li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 5px 0;

	}

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background: #b7d3e2;
	border:1px dotted #ccc;
	padding: 0 10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		
/* common styling */
			#menu #nav {
				list-style-type: none;
			}


			#menu #nav ul {list-style-type: none; margin: 0 0 0 0px;}
				#menu #nav li {
					background: url(../images/nav-left.gif) no-repeat left top;
					float: left;
					margin: 0;
				}
				#menu #nav li.red {
					background: url(../images/nav-red-left.gif) no-repeat left top;
					float: left;
					margin: 0;
				}
					#menu #nav li a {
						background: url(../images/nav-right.gif) no-repeat right top;
						display: block;
						padding: 14px 15px 13px 15px;
						font: 13px/1.3 Arial;
						font-weight: bold;
						text-decoration: none;
						color: #fff;
						outline: 0;
					}
					#menu #nav li.red a {
						background: url(../images/nav-red-right.gif) no-repeat right top;
						display: block;
						padding: 14px 15px 13px 15px;
						font: 13px/1.3 Arial;
						font-weight: bold;
						text-decoration: none;
						color: #fff;
						outline: 0;
					}

				
				#menu #nav li:hover {
					background-position: left -48px;
				}
				
					#menu #nav li:hover a {
						background-position: right -48px;
						color: #333;
					}
				
				#menu #nav li.selected, #menu #nav li.selected:hover {
					background-position: left -200px;
				}
				
					#menu #nav li.selected a, #menu #nav li.selected:hover a {
						background-position: right -200px;
						color: #fff;
					}


#menu { 
	background: url(../images/menubg.png);
	background-repeat: no-repeat;
	height: 45px;
}
/* Form */
#Form_Form fieldset  {border: none;}
#Form_Form input {font-size: 1.4em; font-family: arial, sans-serif;}
#Form_Form textarea {font-size: 1.4em; font-family: arial, sans-serif; width: 300px;}
#Form_Form label {font-size: 1.4em; font-family: arial, sans-serif;}

/* Kolumner */
.sidebarBox h3, .WidgetHolder h3, #block h3 {
	background: url(../images/col-header.gif) repeat-x;
	margin: 0;
	padding: 9px 0 0 10px;
	height: 37px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	font-weight: bold;
}
a:link,a:visited {color: #000; text-decoration: none; font-weight: bold;}
#block,#block1 {
	text-align: left;
	background: #b7d3e2;
}
#block p,#block1 p {padding: 0 10px 10px 10px; font-size: 1.2em;}
#block h4,#block1 h4 {
	padding: 0 10px 10px 10px;
	margin: 0;
	line-height: 1em;
}
/* SL */
iframe #hittahit {width: 220px; height:150px; border: none;}
#sl #input input { 
	background: url(http://staylong.se/assets/Uploads/grafik/input-sl.gif) no-repeat; 
	border: 0px; 
	width: 142px; 
	height: 28px; 
	float: right; 
	margin: 0 0 10px 5px; 
	padding: 6px 4px; 
	font-size: 15px; 
	font-weight: bold;
}
span.col-white-text {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 2px 0 0 0;
}
.knappar {float: right; margin: 0;}

ul.translations li{margin: 0;}