@charset "utf-8";
/* ------------------------------
HTML Redefine Tags
------------------------------ */

body{
	background-color: #FF9900;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 82%;
	padding:0;
	width: 1020px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:16px;
	margin:0px;
	height:30px;
	color: #5AA4AD;
	font-weight: bold;
}
h2{
	font-size:14px;
	color:#996600;
	font-weight: bold;
}
h3{
	font-size:11px;
	border-bottom:solid 1px #DEDEDE;
	padding:0px 0;
	margin-bottom:0px;
	color: #666;
}
h4{
	font-size:84%;
	padding:0px 0;
	margin-bottom:0px;
	color: #999999;
}
h5{
	font-size:90%;
	padding:0px;
	color: #969;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited{
	color:#FFFFCC;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color: #66FFFF;
}

span {
	font-size:14px;
	margin:0px;
	height:16px;
	color: #639;
	font-weight: bold;
}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (960 pixel) */
#bkg
{
	width: 1020px;
	height: 100%;
	margin-top: 0px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
}
#container
{
	width: 958px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#header{
	width:auto;
	display:block;
	height:274px;
	background-image: url(images/lelawadee-logo-small.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
}
#topbar{
	width:960px;
	display:block;
	height:30px;
	margin-left: 10px;
}
#navbar{
	width:948px;
	display:block;
	height:330px;
	margin-top: 20px;
	overflow: hidden;
	background-color: #87C8C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0D3CE;
}
#navbar ul 
{
	padding: 0px;
	margin-left: 18px;
	width: 940px;
	height: 195px;
	margin-top: 0px;
}

#navbar ul li 
{
	display: block;
	height: 180px;
	width: 270px;
	float: left;
	margin-right: 25px;
	list-style-type: none;
	border: 7px solid #000000;
}
#navbar ul li a
{
	display: block;
	height: 180px;
	width: 270px;
	float: left
}
#titlebar{
	width:auto;
	display:block;
	height:25px;
	margin-top: 10px;
	margin-left: 30px;
}

#main{
	width:auto;
	display:block;
	padding:0px;
	height:100%;
	background-color:#FFF;
}

#column_left{
	width:200px;
	padding: 0px;
	height:100%;
	overflow: hidden;
	bottom: auto;
	float: left;
}
#sitenav 
{
	width:170px;
	margin-bottom: 0;
	margin-left: 30px;
	overflow: hidden;
}
#sitenav ul 
{
	padding: 0px;
	list-style-type: none;
	vertical-align: baseline;
	margin: 0px;
}

#sitenav ul li 
{
	display: block;
	float: left;
	height: 20px;
	color: #999999;
	width: 170px;
}
#column_right{
	width:760px;
	height:100%;
	float: left;
}
#titlepic{
	width:760px;
	border-bottom-width: 1px;
}
#bodytext{
	width:735px;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 94%;
	margin-top:0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 80px;
	clear: both;
	background-repeat: no-repeat;
	padding: 0;
}
#formtext{
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 11px;
	background-color: #000;
	text-decoration: none;
	border: 1px solid #009999;
}
.formtext {
	border: 1px solid #EAEAEA;
	padding: 1px;
	margin-left: 3px;
	margin-right: 0px;
	text-align: left;
	font-size: 11px;
	color: #999999;
}
.formtext_value {
	border: 1px solid #EAEAEA;
	padding: 1px;
	margin-left: 3px;
	margin-right: 0px;
	text-align: left;
	font-size: 10px;
	color: #999999;
	font-style: italic;
}
a:link.bodylinks{
	color:#006666;
	text-decoration: none;
}
a:visited.bodylinks{
	color:#006666;
	text-decoration: none;
}
a:hover.bodylinks{
	color:#009999;
	text-decoration: underline;
}
.bodylinks {
	color: #999999;
}
.skicka_knapp {
	background-image: url(images/skicka.gif);
	height: 18px;
	width: 81px;
	background-color: transparent;
	border: none;
	margin-left: 0px;
	vertical-align: bottom;
}

div.spacer{clear:both; height:0px; display:block;}


#footer{
	width:958px;
	height:130px;
	display:block;
	font-size:12px;
	color:#FFFFFF;
	background-color:#333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #006699;
	background-image: url(images/footershade.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #535353;
	clear: both;
}
#footer ul{
	list-style-type: none;
	display: block;
	width: 940px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer ul li{
	width:172px;
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}


/* ------------------------------
CUSTOM CLASSES
------------------------------ */

#introduktion:hover 
{
	background-position: 0px -30px;
}
#introduktion 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	background-image: url(images/meny.gif);
	background-position: 0px 0px;
}
#introduktion_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	background-image: url(images/meny.gif);
	background-position: 0px -60px;
}
#omoss:hover 
{
	background-position: -105px -30px;
}
#omoss
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -105px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#omoss_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -105px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#omradet:hover 
{
	background-position: -210px -30px;
}
#omradet 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -210px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#omradet_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -210px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#husen 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -315px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#husen:hover 
{
	background-position: -315px -30px;
}
#husen_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -315px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#ostkusten:hover
{
	background-position: -420px -30px;
}
#ostkusten 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -420px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#ostkusten_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -420px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#golfbanor:hover 
{
	background-position: -525px -30px;
}
#golfbanor 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -525px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#golfbanor_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -525px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#aktiviteter:hover 
{
	background-position: -630px -30px;
}
#aktiviteter 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -630px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#aktiviteter_on 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -630px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#fotoblogg 
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -735px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#fotoblogg:hover 
{
	background-position: -735px -30px;
}
#kontakt:hover
{
	background-position: -840px -30px;
}
#kontakt
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -840px 0px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#kontakt_on
{
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -840px -60px;
	background-image: url(images/meny.gif);
	height: 30px;
	width: 100px;
}
#nathalie:hover , #nellie:hover , #isabell:hover , #naomi:hover , #om-oss:hover , #area:hover , #aktiv:hover , #golf:hover
{
	color: #FFFFFF;
	background-color: #66CCCC;
}

#nellie , #nathalie , #isabell , #naomi , #om-oss, #area, #aktiv , #golf
{
	display: block;
	width:170px;
	font-size: 14px;
	height: 20px;
	color: #006666;
	text-decoration: none;
	font-weight: lighter;
}
#bangkok:hover , #singapore:hover , #jakarta:hover , #beijing:hover 
{
	color: #F00;
}
#bangkok, #singapore, #jakarta, #beijing
{
	display: block;
	white-space: nowrap;
	font-size: 12px;
	color: #A658D0;
	text-decoration: none;
	font-weight: 200;
	height: 20px;
	border-bottom: none;
}
#copyright {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
	background-color: #000000;
	height: 20px;
	width: 960px;
}
#copyright a {
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration:underline;
}

/* ------------------------------
IMAGE CLASSES
------------------------------ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	right: -1000px;
	visibility: hidden;
	color: #999999;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0; /*position where enlarged image should offset horizontally */
	right: 10px;
}
#tt-logo {  
background-image:url(/wp-content/uploads/2009/11/email_logo.gif);  
display:block;  
height:67px;  
width:220px;  
text-indent:-9999px;
} 
