@charset "UTF-8";
/* CSS Document */

/* LAYOUT*/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #99cc00;
}

img, div { behavior: url(iepngfix.htc); } /* png fix */


#maincontainer {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}

#languages {
	position: absolute;
	width: 200px;
	right: 10px;
	padding-top: 20px;
}

#logo {
	width: 210px;
	padding: 60px 0 20px 20px;
	
}

#container {
	background-color: #fff;
	width: 825px;
	height: 455px;
}

#kerkko {
	position: absolute;
	width: 200px;
	right: 200px;
	padding-top: 20px;
}

/*jos osioiden korkeutta pitää kasvattaa, lisää height*/
#container_ajankohtaista {
	background-color: #fff;
	width: 825px;
	height: 770px;
}

#container_kulkuyhteydet {
	background-color: #fff;
	width: 825px;
	height: 520px;
}

#container_yhteystiedot {
	background-color: #fff;
	width: 825px;
	height: 680px;
}

#header {
	float: left;
	padding: 0 10px 10px 10px;
	width: 603px;
}

#header_box {
	background-image: url(../images/bg_box.jpg);
	background-repeat: repeat-x;
	width: 168px;
	height: 242px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	float: right;
	border: solid 1px #e0e8b1;
}

#column1,
#column2,
#column3 {
	float: left;
	height: 135px;
	padding-left: 20px;
}

#column1 {
	width: 280px;
	margin-left: 10px;
}

#column2 {
	width: 280px;
	border-left: dotted 1px #e0e8b1;
}

#column2_english {
	width: 400px;
	float: left;
	padding-left: 20px;
	border-left: dotted 1px #e0e8b1;
}

#column3 {
	width: 180px;
	border-left: dotted 1px #e0e8b1;
}

.clear { clear:both }


#footer1 {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#footer2 {
	float: left;
	width: 350px;
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
}

#header_title {
	width: 450px;
	margin-left: 30px;
	padding-left: 15px;
	border-bottom: dotted 1px #e0e8b1;
}

#liikkeet_column1 {
	margin-left: 45px;
	padding-top: 10px;
	float: left;
	width: 280px;
}

#liikkeet_column2 {
	float: left;
	padding-top: 10px;
	width: 200px;
}

#liikkeet_box {
	background-image: url(../images/bg_box2.jpg);
	background-repeat: repeat-x;
	width: 200px;
	height: 180px;
	margin: 25px 45px 0 0;
	padding: 20px 10px 10px 20px;
	float: right;
	border: solid 1px #e0e8b1;
}

#content {
	float: left;
	width: 400px;
	margin-left: 30px;
	padding-left: 15px;
}

#content_kulkuyhteydet {
	float: left;
	width: 300px;
	margin-left: 30px;
	padding-left: 15px;
}

#image {
	float: left;
	width: 175px;
}

#image_ajankohtaista {
	float: right;
	width: 240px;
	margin: 50px 80px 0 0;
}

#image_kulkuyhteydet {
	float: right;
	width: 395px;
	margin: 50px 30px 0 0;
}

/* NAVIGATION*/

#navigation {
	padding-top: 15px;
	height: 40px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	letter-spacing: 1px;
}

#navigation li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #336600;
	font-size: 11px;
	padding: 0  0 0 25px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #99cc00;
}

#navigation li.current a {
	color: #99cc00;
	text-decoration: none;
}

/* TYOGRAPHY*/

p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-style: italic;
	font-size: 17px;
	color: #000;
	padding-top: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-style: italic;
	font-size: 14px;
	color: #000;
	padding-top: 5px;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

#footer1 p {
	font-size: 10px;
	letter-spacing: 1px;
	color: #669900;
}

#footer2 p {
	font-size: 9px;
	color: #669900;
}

#footer2 a {
	text-decoration: none;
	color: #669900;
}

#footer2 a:hover {
	text-decoration: underline;
}

#languages p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #99cc00;
}

#languages a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #99cc00;
}

#languages a:hover {
	text-decoration: underline;
}

#liikkeet_box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
	color:#CCC;
	padding-top: 30px;
}

 a.current_liike {
	text-decoration: none;
	color: #99cc00;
}

#logo img {
	border: none;
}

#header img {
	border: none;
}