@import url(editor.css);

/* Layout */

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	}
	
/* Global Content */
	
#contentCont {
	float: left;
	}
	
#leftCol {
	float: left;
	width: 132px;
	border-top: 3px solid #0062C8;
	border-right: 3px solid #0062C8;
	}
	
#rightCol {
	float: right;
	text-align: left;
	width: 640px;
	padding: 25px 0 40px 25px;
	border-top: 3px solid #0062C8;
	}
	
/*
Top Navigation
*/

#navigation {
	float: left;
	width: 800px;
	background: #0062C8;
	}

ul#langSelection {
	float: right;
	list-style: none;
	margin: 0;
	padding: 2px 8px;
	}
	
ul#langSelection li {
	float: left;
	}
	
ul#langSelection a,
ul#langSelection a:active,
ul#langSelection a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 4px;
	}
	
body.FI #selectLang-FI,
body.EN #selectLang-EN {
	display: none;
	}
	
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(..img/img/top_nav_bg.gif) top left repeat-x;
	}
	
#topNav li {
	float: left;
	}
	
#topNav li a,
#topNav li a:active,
#topNav li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 8px;
	display: block;
	}
	
#topNav li a:hover,
#topNav li.current a {
	background: #85B8DC;
	}
	
#topNav li.current li a {
	background: #FFFFFF;
	}
	
#topNav li ul {
	position: absolute;
	left: 0;
	list-style: none;
	width: 810px;
	margin: 0;
	height: 20px;
	padding: 7px 0px 3px 0;
	background: #FFFFFF;
	}
	
#topNav li ul li {
	float: left;
	border-left: 1px solid #4795CB;
	background: #FFFFFF;
	}
	
#topNav li ul li.first {
	border: 0;
	}
	
#topNav li ul li.first a {
	padding-left: 0;
	}
	
#topNav li ul a,
#topNav li ul a:active,
#topNav li ul a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 0 5px;
	display: block;
	background: #FFFFFF;
	}
	
#topNav li ul a:hover,
#topNav li ul li.current a {
	color: #A6A6A8;
	background: #FFFFFF;
	}
	
/*#topNav li.current {
	padding: 0 0 6px 0;
	background: #FFFFFF url(../img/current_arrow.gif) bottom center no-repeat;
	}*/
	
#topNavLinks ul {
	float: left;
	list-style: none;
	width: 800px;
	margin: 0;
	padding: 5px 0px;
	background: #FFFFFF;
	}
	
#topNavLinks li {
	float: left;
	border-left: 1px solid #4795CB;
	}
	
#topNavLinks li.first {
	border: 0;
	}
	
#topNavLinks li.first a {
	padding-left: 0;
	}
	
#topNavLinks a,
#topNavLinks a:active,
#topNavLinks a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 0 4px;
	display: block;
	background: #FFFFFF;
	}
	
#topNavLinks a:hover {
	color: #A6A6A8;
	}
	
#topNavLinks li.current a {
	color: #A6A6A8;
	}
	
/*
Left Navigation
*/

#leftNav, #leftNav ul {
	float: left;
	list-style: none;
	width: 132px;
	margin: 0;
	padding: 0;
}

#leftNav a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: 122px;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	display: block;
	background: #0062C8;
}

#leftNav ul li ul a {
	margin: 0;
	}

#leftNav li.level1 span.nav4 a,
#leftNav li.level1 span.nav5 a,
#leftNav li.level1 span.nav6 a,
#leftNav li.level1 span.nav7 a,
#leftNav li.level1 span.nav8 a,
#leftNav li.level1 span.nav9 a {
	background-image: url(../img/left_nav_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	}
	
#leftNav li.level1 ul li.level2 a,
#leftNav li.current ul li.level2 a {
	background-image: none;
	}

#leftNav li.level1 a:hover,
#leftNav li.current a {
	background: #549CCE;
	}
	
#leftNav li.current li.level2 a {
	background: #0062C8;
	}

#leftNav li.current li.level2 a:hover,
#leftNav li.current li.current a {
	background: #549CCE;
	}

#leftNav li {
	float: left;
	width: 100%;
	padding: 0;
}

#leftNav li ul {
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding: 0;
}

#leftNav li li {
	width: 200px;
}

#leftNav li li a {
	width: 200px;
	}

#leftNav li ul {
	margin-top: -25px;
	margin-left: 132px;
}

#leftNav li:hover ul ul,
#leftNav li:hover ul ul ul,
#leftNav li.sfhover ul ul,
#leftNav li.sfhover ul ul ul {
	left: -999em;
}

#leftNav li:hover ul,
#leftNav li li:hover ul,
#leftNav li li li:hover ul,
#leftNav li.sfhover ul,
#leftNav li li.sfhover ul,
#leftNav li li li.sfhover ul {
	left: auto;
}
	
/*Content */

#flash {
	float: left;
	margin-bottom: 20px;
	}

.frontpageAjankohtaista,
.frontpageTiedotteet {
	float: left;
	width: 300px;
	}

.frontpageAjankohtaista {
	padding: 0 30px 0 0;
	}

.gallery {
	float: left;
	width: 640px;
	}	

.painting {
	float: left;
	text-align: center;
	width: 150px;
	margin: 0 10px 20px 0;
	}

.painting span {
	font-weight: bold;
	color: #0062C8;
	height: 40px;
	margin: 5px 0 0 0;
	display: block;
	}

.pollContainer {
	font-size: 11px;
}
.pollQuestion {
	padding-bottom: 5px;
}
.pollChoice {
	clear: left;
	float: left;
	margin-bottom: 3px;
}

/*For the new form "valtatie-6-lappeenranta-imatra"*/
.second-level span, .first-level span{
        display:inline-block;
        width:150px;
}
.currency input{
        width:30px;
}
.title{
        font-weight:bold;
        padding-top:10px;
}


