/* CSS Document */
body{
	background:#d4c2a9;
	text-align:center;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
}

table, input, select, textarea, form{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
}

#flags{
	background:#d4c2a9;
	width:40px;
	float:right;
	margin:0 20px 0 0;
	border-left:1px solid #bcad98;	
	border-right:1px solid #bcad98;	
	border-bottom:1px solid #bcad98;
	padding:0 0 1px 4px;
	clear:both;
}

#content{
	background:#fff;
	width:1000px;
	margin:0px auto;
	margin-top:3px;
	text-align:left;
	border:1px solid #bcad98;
}

	#header{
		clear:both;
		margin:20px 0 0 0;
		width:1000px;
	}
	
		div.logo{
			width:170px;
			height:25px;
			margin:0 0 0 20px;
			float:left;
		}
		
		div.menu{
			float:right;
			margin:10px 20px 0 0;
		}
	
	#slideshow{
		height:200px;
		width:960px;
		margin:20px 0 20px 20px;
		position:relative;
		overflow:hidden;
	}
	
			#slideshow img {
				position:absolute;
				top:0;
				left:0;
				z-index:8;
				opacity:0.0;
			}

			#slideshow img.active {
				z-index:10;
				opacity:1.0;
			}

			#slideshow img.last-active {
				z-index:9;
			}

	
	#left{
		float:left;
		width:665px;
		margin:0 20px 20px 20px;
	}
		
		div.pakket1{
			width:200px;
			float:left;
			margin:10px 10px 0 0;
		}
		
		div.pakket{
			width:200px;
			float:left;
			margin:10px 10px 0 0;
			padding:0 0 0 10px;
			border-left:1px solid #d4c2a9;
		}
		
			div.pakket img, div.pakket1 img{
				border:1px solid #d4c2a9;
				width:198px;
				margin:0 0 10px 0;
			}
			
			div.pakket p, div.pakket1 p{
				margin:0 0 0 13px;
			}
			
			div.pakket ul, div.pakket1 ul{
				padding:0;
				margin:10px 0 0 10px;
			}
			
			div.pakket li, div.pakket1 li{
				background:url(../img/check.png) no-repeat;
				list-style:none;
				padding:0 0 0 18px;
				margin:0 0 3px 0;
			}

	#right{
		float:left;
		width:270px;
		margin:0 0 20px 0;
		overflow:hidden;
	}
	
#footer{
	text-align:left;
	width:980px;
	margin:0px auto;
	padding:10px 20px 10px 0px;
	font-size:11px;
}

	#footer span{
		margin:0 10px 0 20px;
		color:#fff;
	}
	
	div.fLinks{
		float:left;
	}
	
	div.fRechts{
		float:right;
	}

.clear{
	clear:both;
}

/* COMMON STYLE */
h1, h2, h3, h4{
	padding:0;
	margin:0;
	color:#333;
}

	h1{
		font-size:18px;
		margin:0 0 10px 0;
	}
	
	h2{
		font-size:14px;
	}
	
	h3{
		font-size:14px;
		color:#f60;
	}

p{
	padding:0;
	margin:0 0 8px 0;
	line-height:18px;
}

img{
	border:0;
}

img.callmeback{
 margin:5px 0px 5px 0px;
}

img.pakketform{
	width:80px;
	height:80px;
}

strong{
}

a, a:visited, a:active{
	color:#333;
}

a:hover{
}

#footer a, #footer a:visited, #footer a:active{
	text-decoration:none;
	color:#333;
}

#footer a:hover{
	text-decoration:underline;
}

#header div.menu a, #header div.menu a:visited, #header div.menu a:active{
	text-decoration:none;
	color:#333;
	margin:0 0px 0 10px;
}

#header div.menu a:hover{
	text-decoration:none;
}

#header #active{
	font-weight:bold;
	color:#f60;
}

#image-switch{
	 height:225px;
	 width:323px;
	 overflow:hidden;
	 margin-bottom:3px;
}

/* FORMS */
form{
	padding:10px;
	margin:0;
	border-left:1px dotted #bcad98;
	color:#5d503e
	text-align:left;
}

	form table{
		padding:0;
		margin:0;
		color:#5d503e;
		text-align:left;
	}
	
	form input, select, textarea{
		border:1px solid #bcad98;
		padding:1px;
		width:245px;
		text-align:left;
	}
	
		form textarea{
			height:100px;
		}
	
		form select.small{
			width:60px;
		}
		
		form select.month{
			width:89px;
		}
	
	form .submit{
		padding:5px;
		border-bottom:1px solid #968a79;
		border-right:1px solid #776e61;
		border-top:1px solid #c4b7a5;
		border-left:1px solid #e2dcd3;
		cursor:pointer;
		text-align:center;
	}

/* TABLE RESULTS */
table{
	text-align:left;
}

table.w_normal{
 color:#5d503e;
 border-bottom:1px dotted #bcad98;
}

table.w_color{
 color:#5d503e;
 background:#f4e8d8;
 border-bottom:1px dotted #bcad98;
}

tr.w_normal{
 background-color:#ffffff;
}

tr.w_color{
 background:#f4e8d8;
}

td{
 padding:2px;
}

p.divider{
	font-size:11px;
	text-align:center;
}

#right a.infobutton, #right a.infobutton:visited{
 background-image:url(../img/info-button-hover.png);
 color:#ffffff;
 border:0;
 font-weight:normal;
 display:block;
 width:215px;
 height:24px;
 text-align:center;
 margin-top:10px;
 margin-bottom:10px;
 padding-top:6px;
}

#right a.infobutton:hover, #right a.infobutton:active{
 background-image:url(../img/info-button.png);
 color:#ffffff;
 border:0;
 font-weight:normal;
 display:block;
 width:215px;
 height:24px;
 text-align:center;
 margin-top:10px;
 margin-bottom:10px;
 padding-top:6px;
}

#right #tick_img_pakket-a{
	background:url(../img/pakket-1off.jpg);
	width:80px;
	height:80px;
	display:block;
cursor:pointer;
}

#right #tick_img_pakket-b{
	background:url(../img/pakket-2off.jpg);
	width:80px;
	height:80px;
	display:block;
cursor:pointer;
}

#right #tick_img_pakket-c{
	background:url(../img/pakket-3off.jpg);
	width:80px;
	height:80px;
	display:block;
cursor:pointer;
}

#easyTooltip{
}

#easyTooltip2{
	width:200px;
	border:1px solid #bcad98;
	text-align:left;
	padding:10px;
	background:#fff;
}
#easyTooltip2 h4, #easyTooltip2 p{
margin:.25em 0;
}

#link, #link2, #link3{
	cursor:pointer;
}

ol li, ul li{
	margin-bottom:8px;
	line-height:18px;
}
