@charset "ISO-8859-1";
/* Beckmans.se 2006 */


/* 

Innehåll:

1.  Generell formatering
	- Typografi (rubriker, ingress, brödtext, em, blockquote etc)
	- Länkar
	- Tabeller 
2. Layout
3. Specifik formatering

*/

/* 1) Generell formatering */
		 
		 
	* {
		margin: 0;
		padding: 0;
	}

	body {
		line-height: 1.2em;
		color: #000;
		background-color:#eee;
		color:#444;
		font:11px/1.5em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	}
	body#intra {
		line-height: 1.2em;
		color: #000;
		background-color:#ccff77;
		color:#444;
		font:11px/1.5em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	}
	
	/* Rubriker */

	h1 {
		font-size: 26px;
		line-height: 1.3em;
		font-weight: normal;
		}
	
	h2 {
		font-size: 16px;
		line-height:1.3em;
		font-weight: normal;
		margin-bottom:0.2em;
		}
	.col h2 {
		font-size:12px;
		font-weight:bold;
		line-height:1.3em;
		}

	h3, h4 {
		font-size: 14px;
		font-weight: normal;
		line-height:1.3em;
		font-weight:bold;
		margin:10px 0 0.5em 0;
	}
	h5 /* Vinjett */ {
		border-top:3px solid #999;
		font-size:14px;
		padding:5px 5px 5px 0;
		margin:15px 0 0.5em 0;
		color:black;
	}
	
	/* Links */
	a:link {
		color: #FF3300;
		text-decoration:none;
	}
	a:visited {
		color:black;
		text-decoration:none;
		background: url(visited.gif) right center no-repeat;
	}
	a:hover {
		text-decoration:underline;
	
	}
	a:active {
	
	}
	
blockquote {
	border:3px dotted gray;
	padding:10px;
	margin-bottom:1em;
}
#bread blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.2em;
	color:#CCCC00;
}
#bread blockquote p em {
	font-size:12px;
}
	
	
/* 2) Layout */
	
	#bread {
	width:688px;
	float:left;
	padding:0px;
	margin:12px 0 12px 12px;
	}
/*	#intra #bread {
		width:676px;
		margin:20px 12px 0 12px;
		padding:0;
		qbackground:#00CCFF;
	} */
	#new #bread {
	width:676px;
	float:left;
	padding:0px;
	margin:12px;	
		
	}
	
	#container {
		width: 900px;
		background-color: #eee;
		background-image: url(/pix/bg.gif);
		margin: 0 auto;
		text-align:left;
	}
	#intra #container {
		width: 900px;
		background-color: #ccff77;
		background-image: url(/pix/bg_intra.gif);
		margin: 0 auto;
		text-align:left;
	}
	
	#content {
		clear: both;
		font-size:11px;
		margin-top:0px;
	}
	
	#footer {
		clear: both;
		padding:0px;
		margin:0;
		background-image:none;
		background-color:transparent;
	}
	
	#header {
		position: relative;
		background-color: #eee;
		color: white;
		border-bottom: 0px solid black;
		margin:0;
		padding:0;
	}

	#localNav {
		width: 190px;
		float: right;
		margin:20px 0 0 0px;
		padding:0;
		line-height:1.2em;
		display:none;
	}
	
	.modul {
	background-color:transparent;
	margin: 0 0 10px 0;
	padding:0;
	border-top:0px solid green;
	border-bottom:0px solid red;
	clear:both;
	qbackground:yellow;
	}
	
	#sidebar {
		width: 160px;
		float: right;
		margin:0 10px 0 0;
		padding:0;
		background:yellow;
	}
	


	
	
	
	
	/* Moduler */

	.col, .twocol, threecol, fourcol {
		width:160px;
		float:left;
		margin:0 12px 12px 0;
		padding:0;
		background:transparent;
	}

	.twocol {
		width:332px;
	}
	#bread .modul .col p {
		font-size:10px;
		line-height:1.5em;
	}
	#bread .modul .twocol p {
		font-size:10px;
		line-height:1.5em;
	}
	.threecol {
		width:504px;
	}
	.fourcol {
		width: 676px;
		margin:0 0 12px 0;
	}
	.colLast {
		margin:0;
	}



/* 3) Specifik formatering */
	
h5 a:link, h5 a:visited, #bread h5 a:link, #bread h5 a:visited {
	color:#000;
	text-decoration:none;
}
#bread h5 a:hover {
	color:red;
	text-decoration:underline;
}
h2 a:link, h2 a:visited, #bread h2 a:link, #bread h2 a:visited {
	color:#000;
	text-decoration:none;
}
h2 a:hover {
	color:red;
	text-decoration:underline;
}


#bread p {
		margin:0 0 1em 0;
		padding:0;
		color:black;
		font-size:12px;
		line-height:1.7em;
	} 

	#bread a {
		text-decoration:none;
		color:#FF3300;
	}
	#bread a:hover {
		text-decoration:underline;
		color:black;
	} 
	#menu ul {
	margin: 0;
	padding: 0;		
	list-style-type: none;
	white-space: nowrap;
} 

#menu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

 #menu a {
	color: #333;
	height: 17px;
	padding: 6px 8px 0 6px;
	margin: 0;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	border-bottom: none;
	background-color: #e8e8e8;
}  

#menu a:link {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}
#menu a.selected {
	color: #555;
	text-decoration: none;
	background:#fff;
	border-bottom: none;
}

#menu a:hover, #menu a:active, #menuselected {
	color: #fff;
	background: #666;
	border-bottom: none;
}
#menu #person a:link {
	background-color:transparent;
}
/* #menuselected {
	color: #fff;
	background: #666;
	height: 17px;
	padding: 6px 8px 0 6px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: none;
} */

#menu small { 
	color: #fff; 
	font: 10px Verdana, Helvetica, Verdana, sans-serif;
}
#menu img { 
	vertical-align:-20%;
}
#menu a img:hover {
	border:none;
	text-decoration: none;
}

		#localNav h5 {
		border-top:3px solid #eee;
		font-size:14px;
		padding:5px 5px 5px 0;
		margin:15px 0 0 0;
	}
	
	
	
	#header h2 {
		margin:10px 0 10px 0;
		padding:5px 0 5px 0;
		color:#bbb;
		font-size:20px;
	}




	#footer p {
		border-top: 0px solid gray;
		margin:10px 0 10px 0;
		padding:6px;
		font-size:10px;
	}





	#localNav h2, #sidebar h2  {
		/*background-color: #000; */
		font-size: 11px;
		padding: 4px 3px 3px 0px;
		margin-bottom: 0px;
		margin-top: 12px;	
		font-weight:bold;
		line-height:1.3em;
		color:black;
        padding-left: 0px;
		border:0;
		text-decoration:none;	
	}	

	#localNav .modul h3, #sidebar .modul h3  {
		font-size: 11px;
		margin: 12px 0 0 0px;
		color:black;
		font-weight:bold;
	}

	
	#localNav p {
		font-size: 10px;
		margin: 0 0 1em;
		padding:0;
	}
	
	#localNav ul {
	list-style-type: none;
	font-size: 10px;
	padding-left:10px;
	}
	
	#localNav li {
	padding: 0 0 0 10px;
	}
	
	#localNav ul ul {
	padding: 0 0 0 10px;
	}

	#localNav a {
	color: #000;
	text-decoration: none;
	border:0;
	}
	
	#localNav a.selected {
	font-weight: bold;
	}
	
	

#localNav .modul ul {
margin: 0;
padding: 0;
}
*/

/*
	Modul
*/

#sidebar .modul {
	background-color:transparent;
}


#bread h1 {
margin: 0;
}

#bread .modul ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type:none;
}

.modul ul li {
	margin-top: 3px;
}

ul span {
	width: 8em;
	float: left;
}

/*
	modul utan tonat huvud
*/
.modul.noBackground {
	background-image: none;
}
.fancylink {
	background: url(/pix/link_black.gif) no-repeat 0 3px;
		color:#000;
        padding-left: 9px;
		border:0;
		text-decoration:none;
}

.tdTxt {
	margin:10px;
	padding:20px;
}
#bread .date, #bread .date a:link {
	font-size:9px;
	font-color:black;
	text-decoration:none;
}
td, th {
	border-bottom:1px solid #eee;
	padding:3px;
	font-weight:normal;
	margin:0;
	vertical-align:top;
}
.tableCal td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:3px;
	font-size:9px;
}
.tableList td {
	padding:10px 10px 10px 0;
	margin:0;
	border-bottom:1px dotted gray;
}
dt {
	font-size:14px;
}
td.selected {
	background-color:yellow;
}
th {
	background:#eee;
}

#bread img {
	margin:0 0 10px 0;
	padding:0;
}
#bread img a:link {
	border:none;
	margin:0;
	padding:0;
}
#bread ul {
	margin: 0 0 0 16px;
	padding:20px;
}
#bread ul li {
	margin: 0;
	padding:0;
	line-height:1.2em;
}

.modul.search {
	margin: 10px 0 0 0;
}
.modul.search #s_image {
	position: relative;
	top: 4px;
}

a img {
border: 0;
}

a.pdf {
background-image: url(/pix/icon-pdf.gif);
background-repeat: no-repeat;
height: 40px;
display: block;
padding: 0 0 0 40px;
text-decoration: none;
border: 0;
}
img, img a:link {
	border:0;
}
.thumb {
	width:160px;
	height:102px;
}
.thumb, #bread a:link.thumb, a:visited {
	border:0;
	padding:0;
	margin:0;
}
.thumbMod {
	border:0px solid green;
	padding:0;
	border:0;
	float:left;
}
#bread .thumbMod a:link {
	border:0;
}
#bread .thumbMod img {
	padding:0;
	margin:0;
}
.project {
	margin:20px 0 20px 0;
	padding:10px 0 10px 0;
	background:transparent;
}
a.nostyle img {
	border:0 solid red;
}
#bread p.ingress {
	font-size:16px;
	line-height:1.5em;
	margin-top:0.5em;
	margin-bottom:0.7em;
}

.selected, .selected a:link {
	font-weight:bold;
	color:black;
}

	
	
	.aboutMeCol1 {
		float: left;
		width: 110px;
	}

	.aboutMeCol2 {
		width: 490px;
		float: left;
	}
	#bread .aboutMeCol2 h1, #bread .aboutMeCol2 p {
		margin: 0;
		padding: 0;
	}


.hidden  {
height: 0;
overflow: hidden;
}
#bread p.bildtext {
	font-size:9px;
	color:#999;
	float:right;
	margin:0 10px 0 0;
}
#bread .col p {
	font-size:10px;
	margin:0;
	padding:0;
	line-height:1.3em;
}

.byline {
	font-size:9px;
	color:#999;
	margin:0;
}
#mainmenu {
	list-style-type: none;
	width:700px;
	margin: 0px 0 0 0px;
	padding: 0;
	background: #eee;
	font-size: 11px; /* lite udda v?rde, annars blir det en "rand" i Safari */
	line-height:1em;
	height: 3em;
	overflow: hidden;
	position:fixed;
	clear:both;
}

#mainmenu li {
	float: left;
	margin: 0;
	padding: 0;
	padding: 1em 1em 0em 1em;
	list-style-type:none;
}

#mainmenu li a {
	display: block;
	float: left;
	color: #666;
	font-weight: normal;
	margin: 0;
	/* padding-bottom: .5em; */
}

#mainmenu li a:hover {
	color: #f60;
	text-decoration: underline;
	/*border-bottom: .5em solid white;*/
}

#mainmenu li a:active {
	background: #fff;
	color: #000;
}

.nedtonad {
	color:#CCCCCC;
}

h2 img, h3 img {
	position: relative;
	top: 9px;
}

table {
	margin: 0 0 0 0;
	width: 100%;
}
.tableCal {
	border:1px solid gray;
	padding:0;
	margin:0;
}
/*
ul ul {
background-color: white;
position: relative;
left: -20px;
border-bottom: 1px solid #aaa;
}

ul ul li {

position: relative;
left: 25px;
}
ul li a.active {
background-color: #fff;
} */




#theForm {
	border:1px solid red;
	padding:20px;
	margin:20px;
}
.devNote {
	border:3px solid black;
	background-color:yellow;
	margin:15px 0 15px 0;
	padding:5px;
}
.devNote h3 {
	margin:0 0 0.5em 0;
	padding:0;
}
.bodyCopy {
	margin:10px 60px 10px 60px;
	padding:0;
	background-color:transparent;
}


/* Ny meny  */
.transparentlight    { 
	sbackground-image: url(/pix/menu/bg2.gif); 
	sbackground-image: url(/pix/bg.gif);
	background-repeat:no-repeat;
	background-color:white;
	margin: 0 auto;
	position: fixed; 
	z-index: 7; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 80px
}

.transparentdark    { 
	sbackground-image: url(/pix/menu/bg_dark.png);
	background-color:yellow; 
	position: fixed; 
	z-index: 7; 
	top: 60px; 
	left: 0px; 
	width: 100%; 
	height: 23px
}

.transparentshadow    { 
	background-image: url(/pix/menu/shadow.png); 
	position: fixed; 
	z-index: 7; 
	top: 80px; 
	left: 0px; 
	width: 100%; 
	height: 10px
}

#sitetitle  {
	z-index : 110;
	width : 90%;
	position : fixed;
	height : 36px;
	top : 0px;
	left : 19px;
	text-align:left;
}
#subtitle  {
	z-index : 110;
	width : 90%;
	position : fixed;
	height : 36px;
	top : 17px;
	left : 19px;
	text-align:left;
}

/* Fixed-menyn på personsidor */

#menu {
	font-size:11px;
	position: fixed; 
	z-index: 10; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 60px;
}
#person {
	position:fixed;
	z-index:40;
	top:10px;
	left:90px;

}
.personNamn {
	margin:30px 0 0 12px;
	padding:0;
	font-size:24px;
}
#personsida h1 {
	color:green;
	left:90px;
	float:left;
	display:inline;
	clear:both;
}
#personsida .squareThumb {
	float:left;
	top:10px;
	left:10px;
	}

#person h1 span {
	
}
#person h1 {
	font-size:26px;
	font-weight:normal;
	margin-left:0;

}
#person h1 span {
	font-weight:normal;

}
#person h1 span a:link, #person h1 span a:visited {
	color:#999;
}
#person h1 span a:hover {
	color:black;
}
#person h1 span a.selected:link, #person h1 span a.selected:visited {
	color:black;
	font-weight:normal;
}
#person .breadCrumbs {
	font-size:14px;
}
#logo {
	position:fixed;
	z-index:50;
	top:10px;
	right:20px;
}




/* stilar för den dynamiska menyn */
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	background-image: url(/2005/pix/nav3.gif);
	background-repeat:repeat-x; 

}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background-image:none;
	background-color:#CCCCCC;
	top: 23px;
	left: 0;
}
#nav li ul li { /* second level li */
	background-image:none;
}

#nav li.over ul, #nav li:hover ul { /* lists nested under hovered list items */
	display: block;
	width: 200px;
	/*background-image: url(/2005/pix/nav.gif); */
	background-color:#eee;
	padding: 5px;
}

#nav li.over ul li, #nav li:hover ul li { /* lists nested under hovered list items */
	clear: left;
}

#nav li.over ul li a {
	display: block;
	width: 200px;
	background-image:none;
}



/* Formulär */

.snabbmeddelande {
	width:180px;
	height:100px;
	background-color:white;
	margin-bottom:10px;
	padding:3px;
	background-image:url(/pix/bgField.gif);
	background-repeat:repeat-x;
	border:1px solid #ccc;
}
.textYta {
	width:400px;
	height:200px;
	background-color:white;
	margin-bottom:10px;
	padding:3px;
	background-image:url(/pix/bgField.gif);
	background-repeat:repeat-x;
	border:3px solid #ccc;
}
.textField {
	width:178px;
	background-color:white;
	margin-bottom:10px;
	padding:3px;
	background-image:url(/pix/bgField.gif);
	background-repeat:repeat-x;
	border:1px solid #ccc;

}
.searchField {
	width:130px;
	background-color:white;
	margin-bottom:10px;
	padding:3px;
	background-image:url(/pix/bgField.gif);
	background-repeat:repeat-x;
	border:1px solid #ccc;

}
#localNav .localMenu {
	margin:0;
	padding:0;
}
#localNav .localMenu ul {
	margin:0;
	padding:0;
}
.localMenu li {
/*	font-size:14px; */
	padding:0;
	margin:0;
}
#localNav .localMenu li a {
	color:#000;
	padding:0px;
	display:block;
	padding-left:11px;
}
#localNav .localMenu li a:visited {
	color:black;
	padding-left:11px;
	/* background: url(/pix/visited2.gif) left center no-repeat; */
}
#localNav .localMenu li li a:visited {
	color:#999;
	padding-left:11px;
	background: url(/pix/visited.gif) left center no-repeat;
}

#localNav .localMenu li a:hover, #localNav .localMenu li ul li a:hover {
	background-color:white;
	color:black;
	text-decoration:none;
}
#localNav .localMenu li a.active {
	color:black;
	text-decoration:none;
	background: url(/pix/youarehere.gif) left center no-repeat;
}
#localNav .localMenu li li a.active {
	color:red;
	text-decoration:none;
	background: url(/pix/youarehere.gif) left center no-repeat;
}
#localNav .localMenu li a.active em {
	background-color:transparent;
	font-style:normal;
	color:red;
	text-decoration:none;
}
.fineprint {
	font-size:9px;
	color:#999;
}
hr {
	margin:15px 0 15px 0;
	padding:0;
}
.faktaruta {
	float:right;
	border-top:3px solid black;
	border-bottom:3px solid black;
	margin:0 0 20px 20px;
	padding:10px;
	width:160px;
	background-color:#fff;
}
.bigImg {
	width:676px;
	height:422px;
}
#bread h2 span {
	font-size:11px;
}
#bread img.portrait {
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
}
#bread .newslist {
	margin:0;
	padding:0;
}
#bread .newslist ul {
	padding:0 0 0 15px;
	margin:0;
}
#bread .newslist ul li {
	list-style-type:square;
	line-height:1.4em;
	padding:0 0 3px 0;
}
#bread .newslist ul li a:link, .newslist ul li a:visited {
	padding:0px;
	margin:0;
}
.pdf, a.pdf {
	background: url(/pix/pdf2.gif) no-repeat 0 0px;
        padding: 0 0 0 12px;
		border:0;
}
a.extLink {
	background: url(/pix/external_link.gif) no-repeat 0 0px;
        padding: 0 0 0 12px;
		border:0;
}
a.email {
	background: url(/pix/email.gif) no-repeat 0 0px;
        padding: 0 0 0 12px;
		border:0;
}
