@charset "UTF-8";
/* Master CSS for pparkitekter.se */
/* top right bottom left */

@import "spry_tooltip.css";
@import "spry_sliding_panels.css";


/* body */

body {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/*background:#EDF2F5;*/
	background:#F2F5EF;
	margin:0px 0px 30px 0px;
	text-align:center;
}


/* links */

a:link, a:visited {
	color:#2A6883;
	text-decoration:none;
}
a:hover, a:active {
	color:#2A6883;
	text-decoration:underline;
}


a.mainLink, a.mainLink:visited {
	color:#2A6883;
	text-decoration:none;
	display:inline;
}
a.mainLink:hover, a.mainLink:active {
	color:#2A6883;
	text-decoration:underline;
	display:inline;
}


img {
	border:none;
}


/* main layout */

div.masterBg {
	background:#FFFFFF;
	padding:5px 20px 10px 20px;
	width:940px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
}
div.master {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
/* 2 cols */
div.layoutLeft2col {
	float:left;
	width:170px;
}
div.layoutRight2col {
	float:left;
	width:580px;
	padding-left:20px;
}
/* 3 cols */
div.layoutLeft3col {
	float:left;
	width:170px;
}
div.layoutMiddle3col {
	float:left;
	width:400px;
	padding-left:20px;
	padding-right:20px;
}
div.layoutRight3col {
	float:left;
	width:170px;
}

/* header layout */

div.header {
	margin:30px 0px 30px 0px;
}
div.headerLogo {
	float:left;
	width:95px;
	/*height:97px;
	position:absolute;
	left:10px;
	bottom:0px;*/
	padding-left:10px;
	/*padding:0px;*/
}






/* header menu */

div.headerMenu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:775px;
	/* -- */height:97px;
	text-align:right;
	position:relative;
}
.headerMenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	/*float:right;*/
	position:absolute;
	right:0px;
	bottom:3px;
}
.headerMenu li {
	margin:0px;
	padding:0px 10px 0px 15px;
	float:left;
}
.headerMenu a, a:visited {
	color:#A8B693;
	display:block;
	text-decoration:none;
}
.headerMenu a:hover, a:active {
	color:#2A6883;
	text-decoration:none;
	display:block;
}
a.headerMenuActive { /* Shows current page in menu */
	color:#2A6883;
	text-decoration:none;
	background:url(../images/header_menu_arrow.gif) no-repeat left bottom;
	margin-bottom:0px;
	padding-bottom:10px;
	display:block;
}

.headerMenuLine { /* 33 px / logo bottom - 3px + 30px div.header margin */
	position:absolute;
	bottom:3px;
	width:100%;
	left:0px;
	border-bottom:1px solid #E8EBE0; /* #9CAD81 */
}




/* four text boxes on start page */
 
div.fourBoxes {
	float:left;
	width:205px;
	color:#6D6D6D;
}
div.fourBoxesHeadline {
	/*font-size:19px;
	line-height:18px;
	color:#999999;*/
	margin-bottom:12px;
	height:25px;
}
p.fourBoxesParagraph {
	font-size:11px;
	line-height:15px;
}


/* news feed on start page */

div.shortNewsDate {
	font-weight:bold;
	margin-bottom:4px;
}
div.shortNewsHeadline {
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px;
	color:#2B6882;
}
p.shortNewsParagraph {
	font-size:11px;
	line-height:15px;
	margin:0px 0px 10px 0px;
}


/* news feed on news page */

div.fullNewsDate {
	font-weight:bold;
	margin-bottom:7px;
}
div.fullNewsHeadline {
	font-size:13px;
	font-weight:bold;
	color:#2B6882;
	margin:0px 0px 4px 0px;
}
p.fullNewsParagraph {
	font-size:11px;
	line-height:15px;
	margin:0px 0px 0px 0px;
}
img.fullNewsImage {
	float:right;
	margin-left:10px;
}



/* Start page misc */
.startSplash {
	width:900px;
	height:304px;
	margin:0px 0px 30px 0px;
	padding:0px;
	background:url(../images/page_splash_footer.gif) repeat-x bottom #E4ECF0;
}


.pageMenu {
	float:left;
	width:215px;
	height:274px;
	margin-left:11px;
	background:url(../images/page_splash_footer.gif) no-repeat bottom #2A6883;
	position:relative;
}
.pageMenu ul {
	position:absolute;
	top:20px;
	left:-8px;
	/*margin:20px 0px 0px 0px;*/
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:inherit;
	/*bottom:3px;*/
}
.pageMenu li {
	width:180px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 7px 0px;
}
.pageMenu a {
	display:block;
	padding-left:22px;
}
.pageMenu #pageMenuActive {
	background:url(../images/page_menu_arrow.gif) no-repeat left top;
}
.pageMenuDefault {
	position:absolute;
	bottom:22px;
	left:-8px;
}
.pageMenuDefaultD {
	height:30px;
	width:30px;
}



.pageSplash {
	position:relative;
	float:left;
	width:674px;
	height:274px;
	margin:0px;
	padding:0px;
	background:url(../images/page_splash_footer.gif) repeat-x bottom #E4ECF0;
}
.pageSplash #pageSplashImg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
.pageSplash #pageSplashDiv {
	position:absolute;
	top:0px;
	left:0px;
	width:674px;
	height:270px;
}
/*.pageSplashText {
	position:absolute;
	bottom:27px;
	left:20px;
	z-index:2000;
}*/
/*.pageSplash h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:lighter;
	margin:8px 0px 0px 0px;
	color:#FFFFFF;
}*/
/*.pageSplash p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	color:#FFFFFF;
}*/

.headerSplash {
	width:900px;
	height:74px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(../images/page_splash_footer.gif) repeat-x bottom #E4ECF0;
}

.pageLayout {
	padding-top:20px;
}
.pageLayoutLeft {
	float:left;
	width:674px;
}
.pageLayoutRight {
	float:left;
	width:215px;
	margin-left:11px;
}
.pageTitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#2B6882;
	margin:5px 0px 9px 10px;
}
.pageIngress {
	font-size:13px;
	line-height:17px;
	color:#949494;
	margin:0px 0px 12px 10px;
}
.pageContentLeft {
	float:left;
	width:329px;
}
.pageContentRight {
	float:left;
	width:329px;
	margin-left:16px;
}

h2 {
	font-size:14px;
	font-weight:normal;
	color:#2B6882;
	margin:20px 0px 0px 0px;
}
h3 {
	font-size:11px;
	font-weight:bold;
	color:#2B6882;
	margin:20px 0px -7px 0px;
}
p {
	font-size:11px;
	line-height:15px;
	color:#6D6D6D;
	margin:8px 0px 0px 0px;	
}


.rightBox {
	padding:20px 13px 15px 13px;
	background:#E4ECEF;
	/*background:url(../images/right_box_footer.gif) no-repeat bottom right #E4ECEF;*/
}
.rightBox h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px 0px 0px;
	color:#2B6882;
}
.rightBox p {
	font-size:11px;
	margin:10px 0px 15px 0px;
	color:#6D6D6D;
}
.rightBox a {
	color:#2A6883;
	text-decoration:none;
}
.rightList {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.rightList li {
	padding-bottom:4px;
	font-size:13px;
	text-align:right;
}
a.rightList {
	color:#6D6D6D;
	text-decoration:none;
}
a.rightList:visited {
	color:#6D6D6D;
	text-decoration:none;
}
a.rightList:hover {
	color:#2B6882;
	text-decoration:underline;
}

.rightListProjects {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.rightListProjects li {
	padding-bottom:5px;
	font-size:11px;
	text-align:left;
	color:#6D6D6D;
}

.projectSlideShow h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	margin:0px 0px 15px 0px;
	color:#2B6882;
}
.projectSlideShow p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 0px 15px 0px;
	color:#6D6D6D;
}
.projectSlideShowLeft {
	float:left;
	width:215px;
}
.projectSlideShowLeftP {
	padding:28px 20px 20px 20px;
}
.projectSlideShowRight {
	float:left;
	width:459px;
}
.projectThumbnail {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
}

.employePhoto {
	margin-right:4px;
	margin-bottom:4px;
	padding:0px;
	float:left;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

a.arrowLink {
	background:url(../images/arrow_link.gif) no-repeat left top;
	color:#2A6883;
	text-decoration:none;
	padding-left:11px;
}
a.arrowLink:visited {
	background:url(../images/arrow_link.gif) no-repeat left top;
	color:#2A6883;
	text-decoration:none;
	padding-left:11px;
}
a.arrowLink:hover {
	text-decoration:underline;
}

