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

body, #sitePreview {
	margin:0px;
	color:#606060;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4;
	background:url(../images/bg.jpg) top center repeat-x #fff;
}

div#wrapper {
	width:900px;
	margin:0px auto;
	position:relative;
	z-index:1;
	/*
	border:1px solid #f00;*/
}

div.clearfix {
	clear:both;
	height:1px;
	/*
	border:1px solid #00f;*/
}

/** #logo	**/

div#header div#logo {
	width:370px;
	height:173px;
	float:left;
	text-align:left;
}

div#header div#logo a {
	width:370px;
	height:173px;
	display:block;
	background:url(../images/kuopion_omtkeskus_logo.png) top left no-repeat;
	_background:url(../images/kuopion_omtkeskus_logo.gif) top left no-repeat;	/* IE6 tweak	*/
}

/**	#logo /eof	**/

/**	#pageimage	**/

div#pageimage {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:106px;
	/*
	display:none;*/
}

/**	#pageimage /eof	**/


/**	#content	**/

div#content {
	padding:40px 0 20px 0;
	/*
	border:1px dotted #f0f;*/
}

div#content div.headerPic {
	width:556px;
	height:50px;
	background:url(../images/bg_title.png) top left no-repeat;
	_background:url(../images/bg_title.gif) top left no-repeat;	/* IE6 tweak	*/
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	font-weight:lighter;
	line-height:1.2;
	margin:0px;
	padding:10px 0 5px 0;
}

div#content h1.header {
	width:556px;
	font-size:28px;
}

div#content h2 {
	font-size:24px;
}

div#content h3 {
	font-size:14px;
	line-height:1.8;
	width:556px;
}

div#content h4 {
	font-size:20px;
}

div#content h5 {
	font-size:16px;
}

div#content h6 {
	font-size:12px;
}

div#content a {
	color:#68a21c;
	text-decoration:none;
}

div#content a:hover {
	text-decoration:underline;
}

/*---	.nostot listing		--*/

div#content ul.nosto, div#content ul.nosto_2col {
	list-style:none;
	list-style-type:none;
	display:inline-block;
	margin:0px;
	padding:0px;
	/*
	border:1px dotted #000;*/
}

div#content ul.nosto li {
	display:inline-block;
	float:left;
	clear:none;
	width:280px;
	padding:0px;
	margin:0 20px 0 0;
	/*
	border:1px dotted #f0f;*/
}

div#content ul.nosto_2col li {
	display:inline-block;
	float:left;
	clear:none;
	width:430px;
	padding:0px;
	margin:0 20px 0 0;
	/*
	border:1px dotted #f0f;*/
}

div#content ul.nosto li p {
	padding:0 8px 0 8px;
}

/*---	.nostot listing /eof		--*/

/**	#content /eof	**/

/**	#footer	**/

div#footer {
	color:#bbb;
	font-size:12px;
	background:url(../images/bg_footer.png) top center no-repeat;
	background:url(../images/bg_footer.gif) top center no-repeat;	/* IE6 tweak	*/
	text-align:center;
	padding:10px 0 10px 0;
}

div#footer a {
	color:#68a21c;
	font-size:12px;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

/**	#footer /eof	**/

/**	frontpage slideshow	**/

#slideshowImageContainer {
	width: 400px;
	height: 420px;
	margin:0px;
}

div#slideshowImageContainer div.pic {
	width: 400px;
	height:420px;
	position: absolute;
}

/**	frontpage slideshow /eof	**/

/**	#auron	*/

div#auron {
	width:80px;
	margin:0px auto;
	text-align:center;
}

div#auron a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-image: url("../images/auron.png");
	_background-image: url("../images/auron.gif");	/* IE6 tweak	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/**	#kiivi /eof	*/

/**	#kiivi	*/

div#kiivi {
	float:right;
	clear:none;
	
	/*
	border:1px solid #f00;*/
}

div#kiivi a {
	display: block;
	width: 44px;
	height: 24px;
	background-color: transparent;
	background-image: url("../images/adkiivi.png");
	_background-image: url("../images/adkiivi.gif");	/* IE6 tweak	*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}

div#kiivi a:hover {
	background-position: -64px 0px;
}

/**	#kiivi /eof	*/

/**	CMS TWEAKS	**/

#cms div #content_content {
	margin-left:0px;
}

/**	CMS TWEAKS /eof	**/

