
/* common */

body {
	font-family: verdana;
}

h1 {
	font-family: verdana;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-family: verdana;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: verdana;
	font-size: 11pt;
	margin-top: 20px;
}

p {
	font-family: verdana;
	font-size: 10pt;
}

ul {
	font-family: verdana;
	font-size: 10pt;
}

table {
	font-family: verdana;
	font-size: 10pt;
}

a {
	color: #14b4e7;
}

a:hover {
	color: #14b4e7;
	text-decoration: none;
}


.link {
	color: #14b4e7;
}


/* used in every page */
.main {
	padding-right: 30px;
}

.transparentBox {
	background-color: #fbfdfe;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*
 * ========== global layout ===========
 */

#content {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f3fbfe;
}

/* content, top */
#top {
	background-color: #fff;
	display: inline-block;
	width: 820px;
	padding-top: 20px;
}

/* content, top, logoArea */
#logoArea {
	float: left;
	display: inline-block;
}

/* content, top, languageSelection */
#languageSelection {
	float: right;
	width: 640px;
	height: 45px;
	text-align: right;
	font-size: 9pt;
	color: #999;
	padding-right: 10px;
}

/* content, top, menuArea */
#menuArea {
	float: right;
	width: 640px;
	display: inline-block;
	text-align: right;
}

/* content, center */
#center {
	background-color: #f3fbfe;
	background-image: url(img/kuplat.jpeg);
	background-repeat: no-repeat;
	background-position: top center;

	display: inline-block;
}

/* content, center, left */
#left {
	float: left;
	display: inline-block;
	margin-top: 150px;
}

/* content, center, main */
#main {
	float: left;
	display: inline-block;
	margin-top: 150px;
}

/* content, bottomCorners */
#bottomCorners {
	background-color: #fff;
	background-image: url(img/bottom.jpeg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 50px;
}

/* content, bottom */
#bottom {
	color: #999;
	background-color: #fff;
	text-align: center;
	padding-top: 15px;
	font-size: 10pt;
}

#bottom a {
	color: #999;
	text-decoration: none;
}

#bottom a:hover {
	color: #999;
	text-decoration: underline;
}

#bottom a:visited {
	color: #999;
	text-decoration: none;
}

/*
 * ============== top containers ==============
 */

.left_default {
	width: 220px;
}

.main_default {
	width: 600px;
}

.left_frontpage {
	width: 320px;
}

.main_frontpage {
	width: 500px;
}

/*
link underline #83d7f2;
*/

/*
 * ========= frontpage ==========
 */

#frontpage {
	background-image: url(img/pursiheimo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#frontpage h2 {
	color: #555;
}

#pageTitleBox {
	float: left;
	margin-bottom: 20px;
	padding: 5px;
}

/* front, headlines */

.headlineBox {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(img/headline_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.headlineBox h2 {
	font-size: 13pt;
}

.headlineContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.headlineContent p {
	font-size: 9pt;
}

.readmore_link {
	color: #14b4e7;
	font-size: 8pt;
}


/*
 * ========= pages ========
 */

#service_support_contactBox {
	float: right;
	padding: 10px;
	margin-left: 30px;
}

#service_support_contactBox h3 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

.contact_column {
	float: left;
	width: 255px;
	margin-right: 30px;
}

#contact_main h2 {
	margin-top: 30px;
}

