@import "reset.css";
@import "columns.css";
@import "tx_hsslcalendar.css";
@import "wpmu.css";

@font-face {
	font-family: trebuc;
	src: ('fileadmin/templates/fonts/trebuc.ttf');
}

/*a, img, div {
	behavior: url('fileadmin/templates/styles/iepngfix.htc'); 
}*/

body {
	background-color: #f0f0f0;
	
	font: normal normal normal 0.75em/1.5em Georgia, serif;
}

a {
	/*color: #962d32;*/
	color: #bc2a12;

	text-decoration: none;
	outline-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font: normal normal bold 1em/1.5em "Trebuchet MS", sans-serif;
	/*font: normal normal bold 1em/1.5em "Arial", sans-serif;*/
}

h1 {
	font-size: 1.65em;
	text-transform: uppercase;
}

.content-body ol li,
.content-body ul li {
	margin-left: 1em;
}

.content-body ul {
	list-style-type: disc;
}

.content-body ol {
	list-style-type: decimal;
}

#hssl-header {
	left: 50%;
	margin: 0 0 0 -490px;
	position: absolute;
	width: 980px;
}

#wrapper {
	position: absolute;
	left: 50%;

	margin: 0 0 0 -490px;

	width: 980px;

	background-color: #fff;
}

	#header {
		padding: 16px 30px 16px 30px;

		height: 58px;

		background: rgb(251, 186, 0) url("../images/header_bg.png") repeat-x;*/
		/*background-color: rgb(251, 186, 0);*/
	}

		#logotype {
			float: left;
		}

		#header-first-column {
			float: right;

			padding-left: 10px;
		}

		#header-second-column {
			float: right;

			border-right: 1px solid #fff;
		}
		
		*+html #header-search {
			float: right;
		}

		.header-clear {
			clear: both;
		}

	#main-menu {
		padding: 0 0 0 30px;

		height: 38px;

		background: #bc2d12 url('../images/main_menu_no.png') repeat-x;

		border-top: 1px solid #fff;
	}

		#main-menu ul{
		}
		
		#header-font-size ul {
			float: right;
			margin-right: 10px;
		}

		#main-menu ul li{
			float: left;
			background-image: url('../images/main_menu_border.png');
			background-repeat: no-repeat;
		}
		
			#main-menu ul li.active a {
				float: left;
				background-image: url('../images/main_menu_act.png');
				background-repeat: repeat-x;
			}
		
		#header-font-size ul li {
			float: left;
		}
			#header-font-size ul li a {
				display: block;
				
				height: 38px;
				text-indent: -4096px;
				color: #fff;
				font-family: "Trebuchet MS";
				font-size: 16px;
				text-transform: uppercase;
				outline-style: none;
			}
			
			#main-menu ul li a {
				display: block;
				margin-left: 1px;
				padding: 10px 10px;
			/*	height: 38px;
				text-indent: -4096px; */
				color: #fff;
				font-family: "Trebuchet MS";
				font-size: 16px;
				text-transform: uppercase;
				outline-style: none;
			}

		.main-menu-clear {
			clear: both;
		}
		
		#main-menu ul  li#back-link {
			float: right;
		}

			/*#back-link a {
				background-repeat: no-repeat;
				display: block;
				
				height: 38px;
				width: 158px;
				
			/*	text-indent: -4096px; *
				outline-style: none;
			}*/

		/* Font-size slector */
		#header-font-size {
			float: right;
			margin-right: 10px;
		}
		
			#header-font-size #font-size-small,
			#header-font-size #font-size-medium,
			#header-font-size #font-size-large {
				color: #fff;
				height: 38px;
			}

			#font-size-small {
				background-image: url("../images/font_size_small.png");
				background-repeat: no-repeat;
				width: 12px;
			}

			#font-size-medium {
				background-image: url("../images/font_size_medium.png");
				background-repeat: no-repeat;
				width: 14px;
			}

			#font-size-large {
				background-image: url("../images/font_size_large.png");
				background-repeat: no-repeat;
				width: 14px;
			}
			
	#menu-container {
		float: left;
	}
	
	#menu-container ul li a {
		font-weight: bold;
	}

	#sub-menu,
	#user-menu {
		float: left;
		
		margin-right: 20px;

		width: 215px;
	}
	
		* html #sub-menu,
		* html #user-menu {
			margin-right: 15px;
			width: 180px;
		}
	
		#sub-menu .first a {
			font-size: 1.1em;
		}
		
		#sub-menu .second a {
			padding-left: 12px;
		}
		
			#sub-menu .second a {
				font-size: 1.0em;
			}
		
		#sub-menu .third a {
			padding-left: 24px;
		}
		
			#sub-menu .third a {
				font-size: 1.0em;
			}
	
		#sub-menu a,
		#user-menu a {
			font: normal normal normal 1.1em/1.5em "Trebuchet MS", sans-serif;
			text-transform: uppercase;
			color: #666;
		}
		
			#sub-menu a:hover,
			#user-menu a:hover {
				color: #000;
			}
			
			#sub-menu a.active {
				color: #962d32;
			}
		
		#user-menu {
			clear: both;
			margin-top: 1em;
		}

	#body {
		float: left;

		margin: 30px;
		
		width: 920px;
	}
	
	#left-wrapper {
		float: left;
		/*overflow: hidden;*/
		width: 705px;
	}
	
	#right-wrapper {
		float: right;
		width: 215px;
	}

	#panel_container {
		float: right;

		width: 215px;
	}
	
		#panel_container .single-container {
			margin: 0;
		}

		#panel_container .double-container {
			display: none;
		}
		
		#panel_container .triple-container {
			display: none;
		}
		
		#main_panel {
			float: left;
		}
		
		#user_panel {
			float: left;
			margin-bottom: 14px;
		}
		
	
	#footer {
		float: left;
		
		margin: 0 30px 0 30px;
		padding: 20px 0 20px 0;

		border-top: 1px solid #af292e;
	}

		#footer a {
			color: #666;
		}
		
			#footer a:hover {
				color: #000;
			}

/* Custom classes */

.big-input {
	float: left;

	margin-bottom: 3px;
}

	.big-input-text {
		float: left;

		padding: 6px 0 6px 0;

		height: 14px;

		border: 0;

		font-size: 10px;
	}

	.big-input-left {
		float: left;

		width: 8px;
		height: 26px;

		background: transparent url("../images/form/big_input_left.png") no-repeat;
	}


	.big-input-right {
		float: left;

		width: 8px;
		height: 26px;

		background: transparent url("../images/form/big_input_right.png") no-repeat;
	}



	.big-submit {
		float: left;

		width: 26px;
		height: 26px;

		border: 0;

		background: transparent url("../images/form/big_submit.png") no-repeat;

		text-indent: -4096px;
		
		/* IE6 text-indent fix*/
		font-size: 0px;
		display: block;
		line-height: 0px;
	}


.tx-felogin-pi1 {
	width: 166px;
}

#header .login-form {
}

	#login-again,
	#forgot-password,
	#logout {
		color: white;
		font: normal normal normal 1em/1.5em "Trebuchet MS", sans-serif;
		font-size: 1em;
		width: 166px;
	}

	#header .login-form .login-email {
		width: 150px;
	}

	#header .login-form .login-password {
		width: 120px;
	}

	#header .login-form .login-submit {
		margin-left: 3px;
	}
	
	#header .login-form .login-clear {
		clear: both;
	}

#header .search-form {
	float: right;

	padding-right: 10px;
}

	#header .search-form .search-input {
		width: 150px;
	}

	#header .search-form .search-submit {
		margin-left: 3px;
	}

/* */
.csc-header {
	margin-bottom: 10px;
}

/* LBR Select */
.tx-lbrselect-pi1 {
	margin-bottom: 10px;
}
	.tx-lbrselect-pi1 .content-header {
		margin: 0;
	}
	
	.tx-lbrselect-pi1 .header-wrapper {
		width: 170px;
	}
	
	.tx-lbrselect-pi1 .lbr-select-bottom {
		height: 3px;
		width: 220px;
		background: #fff url('../images/lbr_select_bottom.gif') no-repeat;
	}

	.tx-lbrselect-pi1 h3 {
		background-image: url('../images/lbr_select_header.png');
	}


	.tx-lbrselect-pi1 ul {
		background: #fff url('../images/lbr_select_bg.gif') repeat-y;
		padding-top: 5px;
	}

		.tx-lbrselect-pi1 ul li {
			list-style-type: none;
			margin: 0 0 0 1px;
			padding: 0px 0 0 0;
		}

			.tx-lbrselect-pi1 ul li.disabled,
			.tx-lbrselect-pi1 ul li a {
				display: inline-block;
				width: 213px;
				font: normal normal normal 1.0em/1.25em "Trebuchet MS", sans-serif;
				color: #000;
			}

			.tx-lbrselect-pi1 ul li.disabled {
				color: #707070;
			}

			.tx-lbrselect-pi1 ul li.disabled,
			.tx-lbrselect-pi1 ul li a {
				width: 200px;
				padding-left: 13px;
			}
			
			* html .tx-lbrselect-pi1 ul li.disabled,
			* html .tx-lbrselect-pi1 ul li a {
				padding-left: 13px;
			}
			
			.tx-lbrselect-pi1 ul li a:hover {
				background-color: #efd4d5;
			}
			
			.tx-lbrselect-pi1 ul li.indent a {
				width: 187px;
				padding-left: 26px;
			}
			
			* html .tx-lbrselect-pi1 ul li.indent a {
				padding-left: 26px;
			}

#search-results {
}

	#search-tabs {
		float: left;
		margin-bottom: 20px;
	}
	
		#search-tabs .active {
			background-color: #fff;
			border: 1px solid #666;
			border-bottom: none;
		}
	
		#search-tab-first,
		#search-tab-second,
		#search-tab-third {
			background-color: #fafafa;
			border-bottom: 1px solid #666;
			float: left;
			text-align: center;
			width: 144px;
		}
		
		#search-tab-first:hover,
		#search-tab-second:hover,
		#search-tab-third:hover {
		}
		
		#search-tab-first a,
		#search-tab-second a,
		#search-tab-third a {
			color: black;
			display: block;
			padding: 4px;
		}
	
		#search-tabs-first {
		}
		
		#search-tabs-second {
		}
		
		#search-tabs-third {
		}
		
	#search-results-first,
	#search-results-second,
	#search-results-third {
		clear: both;
	}

	#search-results-first {
	}
	
	#search-results-second {
	}
	
	#search-results-third {
	}

/*  */
h3 {
	padding: 0 0 0 10px;
	
	width: 206px;

	font-size: 1.2em;
	text-transform: uppercase;
}

.header-sub {
	font-size: 1.3em;
	text-transform: uppercase;
}

.header-black {
	background-image: url('../images/header_black.png');
	color: #fff;
}

.header-yellow {
	background-image: url('../images/header_yellow.png');
	color: #333;
}

.header-red {
	background-image: url('../images/header_red.png');
	color: #fff;
}

.header-small {
	background-position: 0 0;
	height: 22px;
}

.header-medium {
	background-position: 0 -22px;
	height: 25px;
}

.header-large {
	background-position: 0 -47px;
	height: 27px;
}

.header-box-clear {
	clear: both;
	height: 4px;
}

.header-wrapper {
	overflow: hidden;
	width: 195px;
	white-space:nowrap;
}

.csc-textpic-caption {
	font-size: 0.9em;
}

/* */
.csc-searchform {
	display: none;
}

	h3.csc-searchResultHeader,
	h3.csc-noSearchResultMsg {
		font-family: Georgia;
		font-size: 1.0em;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-transform: none;
	}
	
	.csc-searchResultInfo {
		display: none;
	}
	
	#search-results #search-form {
		margin-bottom: 1em;
	}
	
		#search-results #search-form input[type = "submit"] {
			background-color: #f6f6f6;
			border: 1px solid #e6e6e6;
			color: #666666;
		}
	
	.csc-searchResult {
		margin-bottom: 1em;
	}

/* */
.tx-hsslfeed-pi1 {
}

	.tx-hsslfeed-pi1 .info label {
		float: left;
		width: 100px;
	}
	
	.tx-hsslfeed-pi1 .info input {
		margin-bottom: 2px;
	}
	
	#mainNews {
	}
	
		#mainNews #article {
			margin-bottom: 1em;
		}
		
			#mainNews #article #articleHeader {
			}
			
			#mainNews #article #articleSources {
				font-size: 0.91em;
			}
			
				#mainNews #article #articleSources a {
					color: #000;
				}


.tx-srfreecap-pi2-cant-read {
	color: black;
	font-size: 1em;
	font-style: italic;
}

/* */
#body-layout-one {
	float: left;
}

.csc-bulletlist {
	padding-left: 40px;
	list-style-type: disc;
}

.advanced-search-box {
	background-color: #f4f4f4;
	border: 1px solid #cdcdcd;
	float: left;
	padding: 15px;
}

#advanced-search-login {
	margin-bottom: 20px;
	width: 650px;
}

	.advanced-search-box .left {
		float: left;
		margin-right: 25px;
		/*width: 300px;*/
	}
	
	.advanced-search-box .right {
		float: left;
		width: 270px;
	}
		.advanced-search-box label {
			 float: left;
			 text-transform: uppercase;
			 font-weight: bold;
		}
		
		.advanced-search-box .left label {
			width: 110px;
		}
		
			#advanced-search-login.advanced-search-box .left label {
				width: 150px;
			}
		
		.advanced-search-box .right label {
			width: 200px;
		}
		
		.advanced-search-box select,
		.advanced-search-box input {
			margin-bottom: 10px;
		}
		
		.advanced-search-box select,
		.advanced-search-box input[type = "text"] {
			width: 150px;
		}
		
			#advanced-search-login.advanced-search-box input[type = "text"],
			#advanced-search-login.advanced-search-box input[type = "password"] {
				width: 150px;
			}
		
			.advanced-search-box .left select,
			.advanced-search-box .left input[type = "text"] {
				width: 240px;
			}
		
		#advanced-search-results {
			margin-top: 20px;
		}
		
			#advanced-search-results .header {
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#advanced-search-results .village-action-group,
			#advanced-search-results .city,
			/*#advanced-search-results .municipality,*/
			#advanced-search-results .county,
			#advanced-search-results .website,
			#advanced-search-results .arrow-down,
			#advanced-search-results .contact {
				float: left;
				padding: 7px;
			}
	
			#advanced-search-results .village-action-group {
				width: 186px;
			}
			
				* html #advanced-search-results .village-action-group {
					width: 200px;
				}
			
			#advanced-search-results .city {
				width: 106px;
			}
			
				* html #advanced-search-results .city {
					width: 120px;
				}
			
			/*#advanced-search-results .municipality {
				width: 86px;
			}
			
				* html #advanced-search-results .municipality {
					width: 100px;
				}*/
				
			#advanced-search-results .county {
				width: 177px;
			}
			
				* html #advanced-search-results .county {
					width: 205px;
				}
			
			#advanced-search-results .website {
				width: 86px;
			}
			
				* html #advanced-search-results .website {
					width: 100px;
				}
			
			#advanced-search-results .arrow-down {
				width: 40px;
				text-align: right
			}
			
				* html #advanced-search-results .arrow-down {
					width: 50px;
				}

			#advanced-search-results .vag-details-wrapper {
				float: left;
			}
			
				#advanced-search-results .vag-details {
					background-color: #fefbf2;
					border-top: 1px solid #fff;
					float: left;
					padding: 10px;
					width: 655px;
				}
			
				* html #advanced-search-results .vag-details {
					width: 675px;
				}
				
					#advanced-search-results .vag-details dl {
					}
					
						#advanced-search-results .vag-details dl dt {
							float: left;
							width: 100px;
						}
				
				#advanced-search-results .vag-details .left {
					float: left;
					width: 50%;
				}
				
				#advanced-search-results .vag-details .right {
					float: left;
					width: 50%;
				}
				
				#advanced-search-results .vag-details p {
					margin: 1em 0;
				}
				

			#advanced-search-results .vag-row {
				float: left;
				width: 675px;
			}

				#advanced-search-results .even {
					background-color: #f4f4f4;
				}

#vag-details {
}

	#vag-details .left {
		float: left;
		margin-right: 20px;
		width: 200px;
	}
	
		#vag-details .left ul {
		}
		
			#vag-details .left ul li {
			}
			
				#vag-details .left ul li a {
					color: #666;
					/*display: block;*/
					font-size: 1.1em;
					font-family: "Trebuchet MS", sans-serif;
					text-transform: uppercase;
					/*padding: 8px 16px;
					padding: 0 0 0 10px;*/
					width: 168px;
				}
				
					* html #vag-details .left ul li a {
						width: 200px;
					}
				
				/*#vag-details ul li a.header {
					background-color: #007a43;
					color: #fff;
					display: block;
					font-weight: bold;
					padding: 12px 16px;
					text-transform: uppercase;
				}*/
				
				#vag-details ul li a.active {
					color: #bc2d12;
				}
		
	#vag-details .right {
		float: left;
		width: 450px;
	}
	
		#vag-details .right h2 {
			margin-top: 1em;
		}
		
		#vag-details .vag-details-basic-info{
			width: 215px;
			float: left;
		}
		
		#vag-details .vag-details-contact-info{
			width: 215px;
			float: right;
		}
		
		#vag-details dl {
			clear: both;
		}
		
		#vag-details dt {
			width: 100px;
			float: left;
			clear: left;
		}
		
		#vag-details dd {
			margin-left: 110px
		}
		
		#vag-details dl {
			clear: both;
		}
		
		#vag-details dl.tickOrCross dt {
			width: 20px;
			float: left;
			clear: left;
		}
		
		#vag-details dl.tickOrCross dd {
			margin-left: 20px
		}
		
		#vag-details #print {
			margin-right: 40px;
			float: right;
		}
		
		

#link-135 {
	display: block;
	margin-top: 1em;
}

/*#link-767,*/
/*#link-780 {
	display: block;
	margin-bottom: 1em;
}*/

#link-1029, #link-1115 {
	/* SPECIAL LÄNK FÖR FANNY, "international participants" PÅ LANDSBYGDSRIKSDAGEN SIDAN */
	display: block;
	margin-top: 15px;
}

.tx-wpmunews-lbr-list li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sub-menu .fb-text {
	color: #666;
	margin-top: 1em;
}

#sub-menu .fb-text a {
	text-transform: capitalize;
	color: #962d32;
}

.tx-hsslprojectroom-login label {
	float: left;
	width: 120px;
}

.tx-hsslprojectroom-login input {
	margin-bottom: 3px;
}

.tx-hsslprojectroom-login h3 {
	padding: 0;
}
