@charset "utf-8";

#containerSite {
	min-height: 100%;
	width:auto;
	margin: 0 auto;
	background-color:#60bb46;
}

* html #containerSite {
	height: 100%;
}

#clearfooter {
	height: 130px;
}

#wrapperFooter {
	width:auto;
	height:140px;
	background:black;
	margin: -120px auto 0 auto;
}	

#wrapperHead {
	width:auto;
	height:116px;
	background-color:white;
}

#containerHead {
	width:970px;
	height:116px;
	clear:both;
	margin:0 auto;
}

#logotype {
	width:135px;
	float:left;
}

#tagline {
	float:left;
	width:350px;
	margin-top:36px;
}

#toolbox {
	float:right;
	width:400px;
	text-align:right;
	margin:12px 5px 0 0;
}

#followHsr {
	width:187px;
	height:16px;
	padding:10px 9px 9px;
	position:absolute;
	top:80px;
	left:50%;
	margin-left:272px;
	border:1px solid #D9D9D9;
	border-bottom:none;
}

#followHsr label {
	color:#888;
	padding:0 4px;
	position:absolute;
	top:-10px;
	left:5px;
	background:#FFF;
}

#followHsr a.rss,
#followHsr a.facebook,
#followHsr a.twitter {
	text-indent:-9999px;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 15px 0 0;
	background:url(/templates/www.hsr.se/_sysImages/iconRss.gif) left top no-repeat;
}

#followHsr a.facebook {
	background-image:url(/templates/www.hsr.se/_sysImages/iconFacebook.gif);
}

#followHsr a.twitter {
	background-image:url(/templates/www.hsr.se/_sysImages/iconTwitter.gif);
}

#followHsr a.newsletter {
	padding:0 5px 0 0;
	margin:0 6px 0 0;
	border-right:1px solid #0088CC;
}

#followHsr a.blog {
}

#wrapperNavigation {
	height:42px;
	margin:0;
	background:url(/templates/www.hsr.se/_sysImages/backgroundNavigation.gif) repeat-x;
}

#containerNavigation {
	width:960px;
	height:38px;
	margin:0 auto;
	border-right:1px solid #7ab9e0;
}

#wrapperContent {
	width:auto;
	margin:0 auto;
	padding-top:12px;
	background-color:#60bb46;
	border:solid 1px #60bb46;
}

#containerContent {
	width:970px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

#containerSubNavigation {
	width:190px;
	float:left;
	background:url(/templates/www.hsr.se/_sysImages/backgroundSubNavigation.gif) no-repeat left bottom;
	padding:0 5px 20x 0;
}

#wrapperBoxes {
	width:970px;
	height:auto;
	margin:0px auto 0 auto;
}

#contentBottom {
	width:775px;
	float:right;
	background:url(/templates/www.hsr.se/_sysImages/backgroundContentBottom.png) no-repeat bottom;
}

/* MAP */

.mapDiv {
	width:300px;
	float:left;
}

.TextDiv {
	width:200px;
	float:right;
}

.mapLinks {
	margin:15px 0 0 0;
	padding:0px;
	width:200px;
}

.mapLinks li.headline {
	background-color:#60bb46;
	border-bottom:solid 1px #50a538;
	color:white;
	font-weight:bold;
}

.mapLinks li {
	list-style-type:none;
	background-color:#eaeaea;
	border-top:solid 1px white;
	border-bottom: solid 1px #ddd;	
	padding:3px 0 3px 17px;
	margin:0px;	
}

.mapLinks li a {
	color:#000000;
	display:block;
}

p.boxNoteHeadline {
	background-color:#60bb46;
	border-bottom:solid 1px #50a538;
	color:white;
	font-weight:bold;
	font-size:13px;
	margin: 0;
	padding:5px 10px;
}

p.boxNote {
	background-color:#EAEAEA;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid white;
	list-style-type:none;
	margin:0;
	padding:5px 10px;
}

/* wide template */

#contentWideBottom,
#contentExtraWide {
	width:970px;
	float:right;
	background:url(/templates/www.hsr.se/_sysImages/backgroundContentWideBottom.gif) no-repeat bottom;
}

#contentWide,
#contentExtraWide {
	background:url(/templates/www.hsr.se/_sysImages/backgroundContentWideTop.gif) no-repeat;
	width:925px;
	min-height:400px;
	_height:400px;
	padding:10px 20px 60px 25px;
}

#contentWide #content {
	background:none;
	margin:0;
	padding:0;
	width:733px;
	float:left;
}

#contentWide #rightSide {
	margin:0;
	padding:0;
	width:165px;
	float:right;
}

contentExtraWide #content {
	background:none;
	margin:0;
	padding:0;
	width:933px;
	float:left;
}

/* Normal tamplate */

#contentNormal {
	background:url(/templates/www.hsr.se/_sysImages/backgroundContentWideTop.gif) no-repeat;
	width:720px;
	min-height:400px;
	_height:400px;
	padding:10px 20px 60px 25px;	
}

#contentNormal #content {
	width:530px;
	float:left;
}

#contentNormal #rightSide {
	width:165px;
	float:right;
}

#containerFooter {
	width:960px;
	padding:10px 5px;
	margin:0 auto;
	font-size:13px;
	color:#60bb46;
}

#containerFooter h3 {
	font-weight:normal;
	color:#60bb46;
	font-size:18px;
	margin:0 0 10px;
}

#containerFooter a {
	color:#60bb46;
}

/* Search form */

.searchForm {
	background-color:#99CC99;
	clear:both;
}

.searchForm input {
	background:url(/templates/www.hsr.se/_sysImages/backgroundSearchInputField.gif) no-repeat;
	border:0px;
	color:#888;
	width:140px;
	height:18px;
	font-size:11px;
	padding:5px 5px 3px;
	float:right;
	margin-right:5px;
}

.searchForm input.executeSearch_se {
	width:53px;
	height:27px;
	background:url(/templates/www.hsr.se/_sysImages/buttonSearch_se.gif);
	text-indent:-1000px;
	border:0px;
	float:right;
	margin-right:0;
	display:inline;	
}

.searchForm input.executeSearch_en {
	width:70px;
	height:27px;
	background:url(/templates/www.hsr.se/_sysImages/buttonSearch_en.gif);
	text-indent:-1000px;
	border:0px;
	float:right;
	margin-right:0;
	display:inline;	
}

/* Misc settings */

.clearAllFloat {
	clear:both;
}

.button {
	background:url(/templates/www.hsr.se/_sysImages/backgroundButton.png);
	border:0px;
	font-family:tahoma;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px 7px 10px;
	width:auto !important;
}

.table_hdr {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #E3EBF0;
color:#566C46;
font-size:12px;
font-weight:bold;
}

table.greenGrey th {
	background:#60BB46;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

table.greenGrey td {
	background:#EAEAEA;
	border-bottom:1px solid #FFFFFF;
	font-size:11px;
	vertical-align:top;
}

.address,
.phoneAndEmail,
.legalNotes {
	width:195px;
	display:block;
	float:left;
}

.navigationTop {
	background:url(/templates/www.hsr.se/_sysImages/backgroundSubNavigationTop.gif) no-repeat;
	padding-bottom:30px;
}

#introImageSecure {
	width:530px;
	height:auto;
	overflow:hidden;
}

#introImageWideSecure {
	width:733px;
	height:auto;
	overflow:hidden;
}

#introImageSecure img,
#introImageWideSecure img {
	margin-bottom:20px;
}

/* Boxes on startpage */

#wrapperBoxes .box {
	overflow:hidden;
	margin:0px;
}

#wrapperBoxes .box p {
	margin:0 0 10px 0;
}

#wrapperBoxes .box h1 {
	color:#60bb46;
}

#wrapperBoxes .box h2 {
	font-size:18px;
	color:#60bb46;
	margin:4px 0 5px 0;
}

#wrapperBoxes .main {
	width:570px;
	height:287px;
	padding:0 5px;
	float:left;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxMain.gif) no-repeat;	
}

#wrapperBoxes .press,
#wrapperBoxes .campaigns {
	width:335px;
	height:131px;
	padding:0px 20px 15px 30px;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxPress.gif) no-repeat;		
	float:right;
}

#wrapperBoxes .campaigns {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxCampaign.gif) no-repeat;
	height:126px;				
}

#wrapperBoxes .article {
	width:520px;
	height:182px;
	padding:0px 30px 15px 30px;	
	float:left;
	clear:left;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxArticle.gif) no-repeat;			
}

#wrapperBoxes .miscOne,
#wrapperBoxes .miscTwo {
	width:140px;
	height:177px;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxMisc.gif) no-repeat;	
	padding:0px 20px 15px 30px;
	float:right;
}

#wrapperBoxes .miscOne h2,
#wrapperBoxes .miscTwo h2 {
	margin-left:0px;
}

#wrapperBoxes .miscTwo {
	margin-right:5px;
}

/* Prevent box overflow */

#wrapperBoxes div.areaSecure {
	background-color:none;
}

#wrapperBoxes .main div.areaSecure {
	width:570px;
	height:272px;
	margin-left:0px;
	overflow:hidden;
}

#wrapperBoxes .press div.areaSecure {
	width:335px;
	height:126px;
	overflow:hidden;	
}

#wrapperBoxes .campaigns div.areaSecure {
	width:335px;
	height:121px;
	overflow:hidden;	
}

#wrapperBoxes .article div.areaSecure {
	width:520px;
	height:177px;
	overflow:hidden;
}	

#wrapperBoxes .miscOne div.areaSecure,
#wrapperBoxes .miscTwo div.areaSecure {
	width:140px;
	height:177px;
	overflow:hidden;
}

.wrapperContentTemplate {
	width:530px;
	margin-bottom:15px;
}

.twoEqual .left {
	width:250px;
	float:left;
}

.twoEqual .right {
	width:250px;
	float:right;
}

.wideLeft .left {
	width:350px;
	float:left;
}

.wideLeft .right {
	width:150px;
	float:right;
}

.wideRight .left {
	width:150px;
	float:left;
}

.wideRight .right {
	width:350px;
	float:right;
}




/* Boxes double */

.boxDoubleBottom {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGrayDoubleBottom.gif) no-repeat left bottom;
	width:733px;
}

.boxDoubleTop {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGrayDoubleTop.gif) no-repeat;
	min-height:40px;
	_height:40px;
	padding:0 0 15px 0;
}

.wrapperBoxDouble {
	margin-bottom:5px;
	margin-left:-4px;
}

.wrapperBoxDouble .left {
	width:320px;
	float:left;
	padding:10px 10px 10px 28px;
}

.wrapperBoxDouble .right {
	width:323px;
	float:right;
	padding:10px 10px 10px 26px;	
}

/* Box wide single */

.boxSingleWideBottom {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGraySingleBottom.gif) no-repeat left bottom;
	width:733px;
}

.boxSingleWideTop {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGraySingleTop.gif) no-repeat;
	min-height:40px;
	_height:40px;
	padding:5px 26px 15px 28px;
}

/* Blue box */

.boxBlueBottom {
	width:165px;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxBlueBottom.gif) no-repeat left bottom;
}

.boxBlueTop {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxBlueTop.gif) no-repeat;
	min-height:40px;
	padding:10px 10px 10px 26px;
	color:white;
}

.boxBlueTop h3 {
	color:#FFF;
}

.boxGrayBottom {
	width:165px;
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGrayBottom.gif) no-repeat left bottom;
}

.boxGrayTop {
	background:url(/templates/www.hsr.se/_sysImages/backgroundBoxGrayTop.gif) no-repeat;
	min-height:40px;
	padding:10px 10px 10px 26px;
	color:black;
}

/* .boxDoubleBottom a {

	background:url(/templates/www.hsr.se/_sysImages/button_LasMer.gif) no-repeat;
} */

#wrapperBoxes .article img,
.wrapperBoxDouble .left img,
.wrapperBoxDouble .right img,
.wrapperBoxDouble .boxSingleWideTop img {
}

/* Searchresult pages */


ul.horizontalListSearchResult {
	margin:0;
	padding:1em 0 0 0;
	list-style-type:none;
	border-top: solid 1px #E8E8E1;
	color:#b8b8b8;
}

ul.horizontalListSearchResult span {
	color:#333;
	font-weight:bold;
}

ul.horizontalListSearchResult li {
	display:inline;
}

ul.horizontalListSearchResult li a,
ul.horizontalListSearchResult li span {
	padding:0 2px 0 2px;
}

/* Newslist */

ol#newsList {
	list-style-type:none;
	margin-bottom:10px;
}

ol#newsList li {
	margin-bottom:3px;
	list-style-position:outside;	
}

ol#newsList li span {
	color:#8b8b8b;
}

.box ul li a,
.linkArrow {
	background:url(/templates/www.hsr.se/_sysImages/linkArrow.gif) no-repeat left center;
	padding-left:10px;
}


.table_sub_hdr {
	background:#E3EBF0;
	border-bottom:1px solid #FFFFFF;
	vertical-align:top;
	font-size:11px;
}

.table_body {
	background:#FFFFFF none repeat;
	border-bottom:1px solid #E3EBF0;
}

.pr_abstract_date {
color:#566C46;
font-size:10px;
}

.pr_abstract_title {
color:#566C46;
font-weight:bold;
}

.pr_abstract_paragraph {
color:#222222;
font-family:Arial,Sans-serif;
font-size:11px;
}

/* FORM TAGS
 ***************************/

.formset { 
	border: 1px solid #FFFFFF; 
	background-color:#eaeaea;
}

.formset td {
	padding:4px;
}

.formtitle {
	color:#FFFFFF; font-weight:bold; 
	background-color:#60bb46; 
	border-bottom:1px solid #FFFFFF;
}

.formheading { 
	font-weight:bold; 
	background-color:#e0e0e0; 
	padding-top:5px;
	border-bottom:1px solid #FFFFFF; 
}

.formcontent { 
	font-size: 11px;
	border-bottom:1px solid #FFFFFF;
	background: #eaeaea;
}

.mandatory { color:#BB4646; }
 
 /* Imagebank */

 table#imageBankNav td,
 table#imageBankPreview td {
 	padding:4px;
}

/* Newslist */

a.abstract_title {
	font-weight:bold;
}

.abstract_date {
	color:#728896;
	font-size:11px;
	font-weight:normal;
}

a.abstract_paragraph {
	color:#222222;
	font-size:11px;
}

/* Postcard */

#formPostcard {
	border:solid 1px black;
}

#formPostcard td {
	background-color:white;
}

#formPostcard textarea,
#formPostcard input {
	width:200px;
}

/* Boat form */

form#boatWash {
	margin:10px 0px;
	padding:0px;
	background:#EAEAEA;
	width:60%;
	text-align:left;
}

form#boatWash h2 {
	display:block;
	font-size:11px;
	background-color:#60BB46;
	color:#FFFFFF;
	padding:4px;
	margin: 0 0 5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

form#boatWash div#Lbl {
	display:block;
	font-size:11px;
	background-color:#60BB46;
	color:#FFFFFF;
	padding:4px;
	margin: 0 0 5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

form#boatWash label {
	width:130px;
	display:block;
	float:left;
	clear:left;
	margin: 3px 0 3px 4px;	
}

form#boatWash input,
form#boatWash select {
	clear:right;
	margin: 2px 0 2px 4px;
	width:250px;
}

form#boatWash span {
	height:1px; 
	display:block; 
	clear:both; 
	background-color:#FFFFFF; 
	margin:5px 0;
}

form#boatWash .buttonBackground {
	background:#EAEAEA;
}

form#boatWash .button {
	margin:4px 4px;
	width:auto;
}

/* SUBMENU TAGS
 **********************/
TR.breadcrumb { background-color:#60bb46; cursor:hand; }
TR.breadcrumb_over { background-color:#60bb46; cursor:hand; }
TD.breadcrumb { border-bottom: 1px solid #50a538; }
TD.breadcrumb a {display:block;}
A.breadcrumb, A.breadcrumb:hover { color: #ffffff; font-weight: bold; }

TR.siebling { background-color:#eaeaea; cursor:hand; }
TR.siebling_over { background-color:#dcdcdc; cursor:hand; }
TD.siebling { border-bottom: 1px solid #DDDDDD; border-top:1px solid #FFFFFF; }
TD.siebling a {display:block;}
A.siebling, A.siebling:hover { color: #333333; }

TR.selected { background-color:#5886A2; cursor:hand; }
TR.selected_over { background-color:#375A6F; cursor:hand; }
TD.selected { border-bottom:1px solid #DDDDDD; border-top:1px solid #FFFFFF; color:#FFFFFF;	font-weight:bold; border-top:1px solid #FFFFFF; }
A.selected, A.selected:hover { color: #FFFFFF; }
	
TR.child { background-color: #FFFFFF; cursor:hand; }
TR.child_over { background-color:#E3EBF0; cursor:hand; }
TD.child {border-bottom:1px solid #DDDDDD; border-top:1px solid #FFFFFF; }
A.child, A.child:hover { color:#333333; }

#containerProjectList ul {
	width:335px;
	list-style-type:none;
	padding-top:0px;
}

#containerProjectList ul li {
	width:49%;
	float:left;
	list-style-type:none;
}

ul#projectList {
	width:335px;
	list-style-type:none;
	padding-top:0px;
	margin:0;
	padding:0;
}

ul#projectList li {
	width:49%;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;	
}

#projectList li a {
	background:url(/templates/www.hsr.se/_sysImages/linkArrow.gif) no-repeat left center;
	padding: 1px 0 1px 10px;
	display:block;	
}

#projectList li a {
	display:block;
}

dl.definitionList {
	border-top: 1px solid #E3EBF0;
	padding-top:8px;
}

dl.definitionList dt {
}

dl.definitionList dd {
	border-bottom: 1px solid #E3EBF0;
	padding-bottom:8px;
	margin-bottom:8px;
}

dl.definitionList dd P {
	margin-bottom:0px;
}

/* SA-EDITABLE CLASSES
 ***************************/
 
.SAIntroduction,
P.SAIntroduction, SPAN.SAIntroduction, DIV.SAIntroduction {
	font-size: 13px; color: #777; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
}

.SASmalltext,
P.SASmalltext, SPAN.SASmalltext, DIV.SASmalltext { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
}

a.linkArrow { 
	background:url(/templates/www.hsr.se/_sysImages/linkArrow.gif) no-repeat left center;
	padding-left:10px;
}

a.linkArrowAfter { 
	background:url(/templates/www.hsr.se/_sysImages/linkArrow.gif) no-repeat right center;
	padding-right:10px;
}

font, 
span.sa_content span,
span.sa_content table {
	color:red !important;
}

/* Map plugin classes
 ***********************/
.map_hint,
.map_hint_empty { position: absolute; display: none; border: 1px solid white; padding: 2px;	background: #cecece; }
.map_result_row { border-bottom: 1px solid #FFFFFF;	background: #E3EBF0; }
	
/* Maps */

DIV.puff-gul-right .content span {
	FONT-SIZE: 12px; 
	MARGIN: 5px 0px; 
	COLOR: #42932b;
	display:block;
}

DIV.puff-gul-right A {
	COLOR: #00529c;
	text-decoration:none;
	background:transparent url(/templates/www.hsr.se/_sysImages/linkArrow.gif) no-repeat left center;
	padding-left:10px;
}

DIV.puff-gul-right .content {
	border:solid 1px #cecece;
	background: #eff0e9;
	padding:12px 14px 22px;
	margin: 0px 0px 10px;	
}

DIV.main-left DIV.puff-gul-right .content {
	BORDER-TOP: #cecece 0px solid; FONT-SIZE: 12px! important; BACKGROUND: #ffffff
}

