body {
	background-color: #2C4551;
	color: #a0a0a0;
	font-family: Calibri,Verdana,Arial;
	font-size: 18px;
	text-align: center;
}

a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#content a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #0000ff;
}
#content a:hover {
	color: #ff0000;
}

#container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	//height: 513px;
	height: 550px;
	width: 920px;
}

#header {
	height: 20px;
	margin-left: 40px;
	width: 35%;
	float: left;
	text-align: left;
}
#header h1 {
	font-family: 'Book Antiqua','Times New Roman';
	color: white;
	text-shadow: 0.05em 0.05em 0.2em black;
}
#menu {
	height: 20px;
	width: 65%;
	float: right;
	text-align: right;
}

#menu ul {
	display: inline;
	list-style-type: none;
}
#menu li {
	display: inline;
	padding-right: 20px;
}
#menu li a {
	font-size: 120%;
}
#menu li a:link {
	color: #404040;
}
#menu li a:visited {
	color: #404040;
}
#menu li a:hover {
	color: white;
}


#contentFrame {
	height: 513px;
	width: 900px;
	border: 10px solid white;
	background-color: #b0b0b0;
	background: url(content/sivukuvat/karjala.jpg) no-repeat;
	box-shadow: 0.1em 0.1em 0.2em black;
}

#content {
	width: 600px;
	height: 350px;
	overflow: auto;
	border-radius: 5px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
	background-color: white;
	color: black;
	margin-top: 80px;
	margin-left: 200px;
	box-shadow: 0.1em 0.1em 0.4em grey;
	visibility:hidden;
}
#closeLink {
	position: absolute;
	margin-top: 50px;
	margin-left: 807px;
	visibility: hidden;
}

#footer {
	text-align: right;
	font-size: 0.85em;
	margin-top: 20px;
	padding-bottom: 20px;
	color: grey;
}

p.sk_mietelause {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	padding: 7px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px dashed white;
	text-align: center;
	background-color: grey;
	color: white;
	font-family: Georgia,Times New Roman;
	font-size: 22px;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 10;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	cursor: normal;
}

/** SKCMS-tyylit -- ÄLÄ POISTA -- **/
/* Basic formats */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* Global align classes */

.left {
	text-align: inherit;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.full {
	text-align: justify
}

/* Image and table specific aligns */

img.left, table.left {
	float: left;
	text-align: inherit;
}

img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

img.center {
	display: block;
}

img.right, table.right {
	float: right;
	text-align: inherit;
}

