@charset "utf-8";

/*------------GENERAL STYLES----------------------*/ 
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #C4DBFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border:0;
	}
	
h1  {
	display:block;
	background:url(../layoutimages/bullet_h1.jpg)   no-repeat;
	padding-left: 30px;
	font-size: 22px;
	font-weight: normal;
	color:#CE1A00;
	}

h2  {
	display:block;
	font-size: 18px;
	font-weight: normal;
	color:#666;
	color: #CC0000;

	}

a	{
	color: #FF3300;
	text-decoration:none;
}	
a:hover {
	color:#006633;
	text-decoration:underline;
	}
	
/*------------LAY OUT STYLES----------------------*/ 

#container {
	width: 892px; 
	background: #FFFFFF url(../layoutimages/container_shadow.jpg) right repeat-y;
	margin: 0 auto 20px auto;
	text-align: left; 
}
#header {
	height:316px;
	z-index:5;
	background:url(../layoutimages/koh-kood-boat-siriwhite-header.jpg) no-repeat;
}

#logo	{
	float:left;
	margin-top:30px;
	padding:10px 0 0 80px;
	height:30px;
	width:800px;
	z-index:100;
	opacity:.90;-moz-opacity: 0.90;
	background:#FFFFFF;
	}
	
	
#mainContent {
	width:880px;
	line-height:1.9em;
	padding: 30px 0;
	}
	
#photopage	{
	margin:0 20px 0 50px;
	}


#content_breed{
	margin-left:50px;
	margin-right:150px;
	}
	
.fotofloat {
	position:absolute;

	float:right;
	margin-left:520px;
	}
	
#content_breed p {
	width:480px;
	}
	
#contentleft {
	display:block;
	margin:0 0 0 50px;
	width:480px;
	}

#right	{
	float:right;
	width:300px;
	height:100%;
	}
#right h3 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:2px 6px;
	background: url(../layoutimages/h3_back_groen.jpg) repeat-x;
	margin: 0;
	}

		
.right_box {
	/*border:1px solid #4987C4;*/
	background-color:#DEEBE4;
	border-bottom:2px solid #006633;
	padding:6px 10px;
	margin:0 30px 20px 0;
	}
.right_box ul li{
	margin-left:-24px;
	}	
	
.right_box_foto {
	width:250px;
	font-size:11px;
	}
.right_box_foto img {
	margin-bottom:2px;
	}	
		
		
/*------------FOOTER STYLES----------------------*/ 
		

#footer {
	background: url(../layoutimages/footer_bg.jpg)  bottom no-repeat;
	width:892px;
	height:30px;
	}
#footermenu {

	}	
#footer ul {
	margin-left:20px !important;
	margin-left:70px;
	list-style:none;
	}
#footer ul li {
	float:left;
	}	

#footer a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 12px;
	border-right: 1px solid #FFF;
	color:#FFF;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}	

/*------------TOP MENU STYLES----------------------*/ 
	
#menu	{
	width:880px;
	height:23px;
	background:url(../layoutimages/menu_bg.jpg) repeat-x;
	margin:0;
	padding:0;
	border-top:1px solid #FFF;
	border-bottom: 1px solid #666;
	
	}	
	
#menu ul {
	list-style:none;
	margin:0 0 0 0px;
	background:url(../layoutimages/button_right.gif) left no-repeat;
	}
	
#menu ul li {
	float:left;
	clear:right;
	height:23px;
	background:url(../layoutimages/button_right.gif) right no-repeat;
	}
			
#menu a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;

	padding:4px 12px;
	text-align:center;
	}	
#menu a:hover {
	color: #fff;
	background-color:#666666;
	
	}	

	
/*------------EXTRA STYLES----------------------*/ 

.normalheight {
	line-height:normal;
	}
	
.specialrate h3{
	color:#CE1A00;
	display:block;
	border:#CC0000 0px solid;
	background-color: #E0E0E0;
	padding:3px 12px;
	margin-bottom:0;
	font-weight:normal;
	font-size:12px;
	}
.perperson	{
	margin:0;
	text-align:right;
 	color:#CC0000;
	}

.rates {
	border: #006633 1px solid;
	padding:0;
	line-height:normal;
	}
.rates td {
	border-bottom:#999999 dotted 1px;
	}
h3.balk {
	font-weight:bold;
	color:#000;
	display:block;
	padding: 2px 8px;
	background-color:#CCC;
	font-size:12px;
	}		

.boldgreen {
	color: #006633; 
	font-weight: bold; 
	}
#contact		{
	text-align:center;
	color: #333333;
	}
	
.floatright {
	float:right;
		}	
		
#thai	{
	display:block;
	background-color:#eeeee7;
	height:26px;
	float:right;
	margin:0px 12px -30px 0;
	font-size: small;
	padding:4px 2px 0 4px;
	}		
