/*Kemijoki Holiday CSS*/

body {
	background-color: #b4bf7b;
}

p {
	font-size: 12px;
 	font-family: Verdana, sans-serif;
	margin: 15px 20px 8px 0px;
	color: #333333;
	line-height: 140%;
}

h1 {
	/*This title is hidden*/
	font-family: Georgia, serif;
	font-size: 20px;
	color: #003366;
	letter-spacing: 0.8px;
	position: absolute;
	left: -1000px;

}

h2 {
	/*Main titles*/
	font-family: Georgia, serif;
	font-size: 36px;
	color: #003366;
	letter-spacing: 0.8px;
	font-weight: lighter;
	padding-top: 50px;
}

h3 {
	/*Subtitles*/
	font-family: Georgia, serif;
	font-size: 24px;
	color: #003366;
	letter-spacing: 0.8px;
	font-weight: lighter;
	padding-top: -10px;
}

a {
	color: #666666;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	border: none;
}


table.header {
	border-spacing: 0px;
	background-image: url(images/elements/header.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

table.flash {
	background-color: #FFFFFF;
	background-image: url(images/elements/content.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	height: 192px;
}

table.content {
	border-spacing:0px;
	background-color:#FFFFFF;
	background-image:url(images/elements/content.jpg);
	background-repeat:repeat-y;
	padding-left: 0px;
	padding-right: 50px;
}

#waves {
	background-image: url(images/elements/waves.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 11px;
	top: -8px;
	min-height: 500px;
}

/* This part can be removed when the different language versions will be published*/
.flags {
	visibility: hidden;	
}

.flags_visible {
	border: none;
}

/* Sets the current page text in menu blue */
.current {
	position: relative; 
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.currentsmall {
	position: relative; 
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


table.footer {
	background-image: url(images/elements/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height: 75px;
}

.footer a {
	color: #999999;
	text-decoration: none;
	border: none;
}

.navlist { /* Min-height of the content is 300 px */
	min-height: 300px;
}

ul.navlist {
	position: relative;
	top: 80px;
}

ul.navlist, ul.navlist ul {
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
	left: 20px;
	list-style-type: none;
}

ul.navlist li a {
	list-style-type: none;
	margin: 0px;
	position: relative; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

ul.navlist li li a {
	font-size: 11px;
	/*font-weight: normal;*/
}

ul.navlist li a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Thumbnail-images will be opened as lightbox-windows*/
#lightbox {
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #003366;
}
	
#lightboxDetails {
	font-family: Georgia, serif;
	font-size: 12px;
	color: 003366;
	padding-top: 0.4em;
}
	
#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#lightbox img {
	border: none;
} 

#overlay img {
	border: none;
}
