@charset "UTF-8";
/* CSS Document */

Body {
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3C3C3C;
	background:url(../images/bg-main.jpg) repeat-x #EEEAD7;
	}


/* Main */

img {
	border:0;
	}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#6F6340;
	font-weight:normal;
	margin:0 0 10px 0;
	}

h2 {
	font-size:14px;
	color:#6F6340;
	margin:0 0 10px 0;
	}

h3 {
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 2px 0;
	}
	
h4 {
	font-size:12px;
	color:#6F6340;
	margin:0 0 10px 0;
	}

h5 {
	font-size:12px;
	color:#6F6340;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 2px 0;
	}	

hr {
	border: 0;
	height:1px;
	background-color:#C8C8C8;
	}
	
	
a {
	color: #632318;
	text-decoration:none;
	}
	
p {
	font-size:11px;
	margin:0 0 10px 0;
	}
	
	
	
.Brown {
	color:#6E633F;
	}	

#Wrapper {
	padding:0 15px 10px 15px;
	text-align:left;
	background:url(../images/bg-wrapper.png) repeat-y;
	}
	
#OuterWrapper {
	margin:0 auto;
	width:910px;
	text-align:left;
	}	
	

/* Header */

#Header {
	height:75px;
	text-align:right;
	position:relative;
	}
	
	#Header a {
		text-decoration:none;
		}

	#Header ul {
		list-style-type:none;
		}
		
		#Header li {
			display:inline;
			margin-left:10px;
			}
			
			
			#LanguageSelect {
				background-repeat:no-repeat;
				padding-left:20px;
				position:absolute;
				top:12px;
				left:814px;
				font-size:9px;
				}
			
			#LanguageSelect ul {
				margin:0;
				padding:0;
				}
				
				#LanguageSelect li {
					font-size:10px;
					}
			
			#NavMenu {
				position:absolute;
				width:880px;
				text-align:right;
				top:43px;
				left:0;
				z-index:10;
				}
			
			#NavMenu ul {
				margin:0;
				padding:0;
				}
				
				#NavMenu li {
					font-size:12px;
					}
			
	.Logo {
		float:left;
		}


.transNav {
	width: 665px;
	height: 30px;
	position:absolute;
	top: 270px;
	left: 0;
	opacity:0.8;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	background-image: url(../images/transnav_bg2.gif);
	background-repeat: repeat-x;
	z-index: 1;
	}

/* Left */

#Left {
	width:205px;
	float:left;
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-color: #FAF8F2;
	}
	.Left_footer2 {
	width:205px;
	height:100px;
	float:left;
	background-image: url(../images/bg-left-footer_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
#Left p {
	font-size:11px;
	color:#666;
	}

#Left h3 {
	margin:10px 0 4px 0;
	}
	
#Left h3 a {
	text-decoration:underline;
	}
	
	.Block {
	padding:10px;
	}
	.Block-index {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
		
	.LeftBlock {
	padding:10px;
	border-top:1px solid #ccc;
	background:url(../images/bg-left-sub.jpg) no-repeat #FAF8F2;
	}

ul#LeftNav {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:0;
	}
	
	#LeftNav li {
		margin-bottom:10px;
		}

ul#LeftList {
	font-size:11px;
	margin:0;
	padding:0 0 0 12px;
	}
	
	#LeftList li {
		margin-bottom:10px;
		}
		

#TravelHeading {
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:10px;
	color:#000;
	}
	
	#TravelHeading h2 {
		margin:0;
		}
	
#PDFHeading {
	background-repeat:no-repeat;
	padding-left:18px;
	margin-bottom:5px;
	color:#000;
	height: 14px;
	}
/* Right */

#Right {
	width:210px;
	height:300px;
	float:right;
	}
	
.RightBlock p {
	font-size:11px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:120%;
	}

.RightBlock h3 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6E633F;
	margin:0 0 10px 0;
	}
.RightBlock h3 a {
	text-decoration:none;
	color:#6E633F;
	}
	
.RightBlock h2 {
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin:3px 0 3px 0;
	}	
	
	.RightBlock{
		margin-bottom:20px;
		}
		
.ZoomMap {
		font-size:11px;
		text-align:center;
		margin-top:10px;
		margin-bottom:30px;
		}
		
.Sign {
	text-align:right;
	margin-top:5px;
	}		

.RightBlockInput {
	width:130px;
	border:1px solid #C7B978;
	background-color:#E7E1C7;
	color:#000;
	}
	
.RightBlockButton {
	border:1px solid #C7B978;
	background-color:#9B884E;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin:10px 0 15px 0;
	}	


/* Content */	

#ContentWide {
	width:655px;
	float:right;
	position:relative;
	min-height:350px;
	}

#Content {
	width:425px;
	margin-right:25px;
	float:right;
	display:inline;
	min-height:350px;
	}
	
#ContentBildgalleri {
	width:435px;
	margin-right:15px;
	float:right;
	display:inline;
	min-height:500px;
	}	
	
	#ContentWide a {
		text-decoration:underline;
		}
	
	#Content a {
		text-decoration:underline;
		}
	
	#Content h2 {
		margin:25px 0 10px 0;
		}

.ContentList {
	padding-left:0px;
	}
.ContentList ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
			
.ContentList li {
	width:140px;
	font-size:11px;
	float:left;
	margin-bottom:10px;
	display:block;
	}
	
	.HeadingOverlap {
	position:absolute;
	top: 187px;
	left: 10px;
	z-index: 2;
		}
	
	.HeadingImageLarge {
		margin-bottom:10px;
		position:relative;
		}
	
	.HeadingImage {
		float:right;
		position:relative;
		display:inline;
		margin-bottom:10px;
		z-index:1;
		}
		
	#HeadingImageLarge_slides {
	width: 880px;
	height: 300px;
	z-index:1;
		}

	.HeadingParagraph {
		font-size:14px;
		}
	
	.ReadMore {
		font-size:11px;
		text-align:right;
		}
	
	.ReadMore ul {
		list-style-type:none;
		}
		
	.ReadMore li {
		display:inline;
		margin-left:10px;
		}
		
		.ReadMore a {
			text-decoration:underline;
			}
		

#Resformer {
	}
			
			.ResformerItem {
				width:205px;
				float:left;
				margin-right:20px;
				display:inline;
				}
				
			.ResformerItemImage {
				margin-bottom:4px;
				height:150px;
				width:205px;
				overflow:hidden;
				}
				
			.ResformerItem h2 {
				height:26px;
				margin:0;
				padding:5px;
				text-indent:27px;
				background-repeat:no-repeat;
				}
				
			.ResformerItem p {
				margin:0 0 10px 0;
				}

#Indexnyheter {
	}
			
			.IndexnyheterItem {
				width:317px;
				float:left;
				margin-right:20px;
				display:inline;
				}
				
			.IndexnyheterItemImage {
				margin-bottom:4px;
				height:150px;
				width:317px;
				overflow:hidden;
				}
				
			.IndexnyheterItem h2 {
			font-size:12px;
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			margin:0 0 2px 0;
			}
			
			.IndexnyheterItem p {
			margin:0 0 10px 0;
				}
				
.ContentImage {
	margin-top: 20px;
	}	
	
	.ContentImage p {
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#3B3B3B;
		margin:5px 0 10px 0;
		}

.ContentImage_fr {
	padding-left:220px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	height: 150px;
	}

.ContentMeny_fr {
	padding-left:160px;
	background-repeat:no-repeat;
	height: 195px;
	}

		
#Guider {
	}	
	
	#Guider p {
		margin:0;
		}
		
	#Guider img {
		float:left;
		margin-right:8px;
		}	
		
	#Guider h3 {
		margin:0;
		font-size:11px;
		}
		
	#Guider a {
		text-decoration:underline;
		}	
		
	.GuiderReadMore {
		font-size:11px;
		text-align:right;
		margin-bottom:10px;
		}	
		
.Resor {
	padding-left:220px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
	
.Resor a {
	font-weight:bold;
	}	
	
	.Resor h4 {
		font-size:11px;
		}
		
		.Resor h5 {
			font-size:11px;
			color:#000;
			font-weight:normal;
			margin:0 0 15px 0;
			}
			
			.Resor ul {
				margin:0;
				padding:0;
				list-style-type:none;
				}
			
			.Resor li {
				width:190px;
				font-size:11px;
				float:left;
				margin-bottom:10px;
				display:block;
				}
				
				
.VaraResor {
	padding-left:220px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	}
	
.VaraResor a {
	font-weight:bold;
	}
	
a.normal{
	font-weight:normal;
	}	
	
	.VaraResor h4 {
		font-size:11px;
		}
		
		.VaraResor h5 {
			font-size:11px;
			color:#632318;
			font-weight:bold;
			margin:0 0 0 0;
			}
			
	.VaraResor ul {
	margin:0;
	padding:0;
	list-style-type:none;
				}
			
	.VaraResor li {
	width:122px;
	font-size:11px;
	float:left;
	margin-bottom:10px;
	display:block;
	padding-left: 20px;
	line-height: 16px;
				}				
			
ul#Punktlista {
	margin:30;
	padding:0 0 0 10px;
	}
	
	#Punktlista li {
	font-size:11px;
	margin-bottom:7px;
			}
		
.date {
	font-size:9px;
	margin:0 0 -7px 0;
	}		

#Share {
	background-repeat:no-repeat;
	padding-left:45px;
	width: 80px;
	float:left;
	
	}
#Mail {
	background-repeat:no-repeat;
	padding-left:20px;
	width: 78px;
	float:left;
	}
#Pdf {
	background-repeat:no-repeat;
	padding-left:20px;
	width: 100px;
	float:left;
	}

/* Bildgalleri */

#Bildgalleri {
	}
	
	#Bildgalleri img {
		border:0;
		}
	
	#Bildgalleri ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
	
		.BildRight {
			margin:0 0 10px 0;
			}
			
	#Bildgalleri li {
		border:1px solid #CCC;
		padding:3px 3px 20px 3px;
		display:block;
		margin:0 5px 10px 0;
		float:left;
		width:95px;
		}
		
	
		
		.Bild {
			height:63px;
			overflow:hidden;
			}
		
/* Form */


#Form fieldset { margin-top:10px; padding:10px 0 10px 0; clear:both; border-color:#C8C8C8 #CCCCCC #CCCCCC #EDECEC;
border-style:solid;
border-width:1px 2px 2px 1px; }

#Form legend {
	font-size:14px;
	color:#6F6340;
	margin:0 0 0 20px;
	padding:0 10px;
	font-weight: bold;
}
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-size:11px;
  color:#3C3C3C;
  font-weight:bold;
  }

#Form {}
.textinput {
	border: 1px solid #CACACA;
	background-image:url(../images/textinput.gif);
	padding:2px;
	height:17px;
	}
	
.textarea {
	border: 1px solid #CACACA;
	background-image:url(../images/textarea.gif);
	padding:5px;
	height:153px;
	width:330px;
	}
	
.formp {
	margin-bottom:5px;
	}	

.formp2 {
	margin-top:5px;
	margin-bottom:5px;
	}	

.FormButton {
	border:1px solid #C7B978;
	background-color:#9B884E;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin-left: 170px;
	}
.FormButtonKontakt {
	border:1px solid #C7B978;
	background-color:#9B884E;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin-left: 112px;
	}

/* SlowNews */

#SlowNews {
	margin-top:10px;
	background:url(../images/bg-slownews.jpg) no-repeat;
	height:150px;
	}
	
	#SlowNews h2 {
		color:#FFF;
		}
		
		#SlowNews p {
			color:#FFF;
			margin-bottom:10px;
			}
			
			#SlowNews dl {
				margin:0;
				}
			
			#SlowNews dd {
				float:left;
				font-size:11px;
				color:#FFF;
				margin:1px 0 2px 0;
				width:40px;
				}
				
				#SlowNews dt {
					margin-bottom:2px;
					text-align:right;
					}

.SlowNewsInput {
	width:130px;
	border:1px solid #C7B978;
	background-color:#E7E1C7;
	color:#000;
	}
	
.SlowNewsButton {
	border:1px solid #C7B978;
	background-color:#9B884E;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	}

/* IntresseanmSlim */

#IntresseanmSlim {
	margin:0 0 15px 0;
	background:url(../images/bg-intresseanm.jpg) no-repeat;
	height:160px;
	}
	
	#IntresseanmSlim h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6F6340;
		}
		
	#IntresseanmSlim p {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin-bottom:10px;
			}
			
	#IntresseanmSlim dl {
	margin:0;
	}
			
	#IntresseanmSlim dd {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#666;
	margin:1px 0 2px 0;
	width:50px;
	}
				
	#IntresseanmSlim dt {
	margin-bottom:2px;
	padding-left: 50px;
	}

.IntresseanmSlimInput {
	width:120px;
	border: 1px solid #CACACA;
	background-image:url(http://www.goslowtravel.se/images/textinput.gif);
	padding:2px;
	height:17px;
	}
	
.IntresseanmSlimButton {
	border:1px solid #C7B978;
	background-color:#9B884E;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	}
	
/* Footer */

#Footer {
	height:35px;
	background:url(../images/bg-footer.jpg) no-repeat;
	padding:15px 20px 0 20px;
	width:870px;
	}
	
	#Footer p {
		margin:0;
		color:#6E633F;
		}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* New */

#backlinks {
	position:absolute;
	top: 270px;
	width: 658px;
	height: 23px;
	left: 0;
	padding:7px 0 0 7px;
	z-index: 2;
	}

.backlinksNav {
	color:#fff;
	font-size: 11px;
	font-weight:bold;

}
.backlinksNav a {
	color:#fff;
	font-size: 11px;
	font-weight:bold;

}
.backlinksNav a:hover {
	color:#fff;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}

.Reselitteratur {
	padding-left:140px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:5px;
	height: 160px;
	}