/*
	CSS Reset by Eric Meyer 
	http://meyerweb.com
*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	

/*
	Screen
*/

	html, body {
        margin: 0;
        padding: 0;
    }
    body {
        background: #fff;
        _text-align: center;
    }
    #container {
        _text-align: left;
        width: 980px;
        margin: auto;
    }
    #head {
        height: 185px;
        position: relative;
        background: url('../img/bg-head.jpg');
    }
    #topnavi {
        position: absolute;
        right: 60px;
        top: 70px;
        width: 340px;
        text-align: right;
        color: #476b9b;
    }

	#topnavi ul li {
		display: block;
		float: left;
		margin-right: 10px;
	}
	

    #topnavi a,
    #topnavi a:visited {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 15px;
        color: #476b9b;
    }
    #topnavi a:hover, #topnavi a:active { color: #f7941e !important; }

	#topnavi .active a {
		font-weight: bold;
		color: #f7941e;
	}

    #content {
        background: url('../img/bg-content.jpg') repeat-y;
    }
    #innerContent {
        min-height: 200px;
        padding-left: 76px;
        padding-right: 56px;
    }
	
		#innerContent ul {
			list-style-position: inside;
			list-style-type: disc;
			
			margin-left: 20px;
		}

    #leftCol {
        width: 555px;
        float: left;
    }
    #rightCol {
        width: 270px;
        float: right;
        text-align: center;
	}
	
		#rightCol ul {
			list-style-position: outside;
			list-style-type: none;
			
			margin-left: 0;
		}
		
		#rightCol h3 {
			margin-bottom: 15px;
		}
		
		a.olderarticles {
			display: block;
			width: 100%;
			padding-top: 10px;
			margin-top: 15px;
			
			border-top: solid 3px #cccccc;
		}


    img.right {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    img.left {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    h1, h2, h3 {
        margin-top: 0;
        margin-bottom: 25px;
        font-family: "trebuchet ms", tahoma, verdana;
        font-weight: normal;
        color: #476b9b;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

	h3 {
		font-size: 1em;
		line-height: 1.1em;
	}
	
    p {
        margin-top: 0;
        margin-bottom: 25px;
        font-family: arial;
        line-height: 1.5em;
        font-size: 12px;
        color: #476b9b;        
    }
	
		p.date {
			font-weight: bold;
			
			color: #8f8f8f;
			
			margin-bottom: 10px;
			
			border-bottom: solid 2px #c1c1c1;
		}

		p strong {
			font-weight: bold;
		}
	
    #leftCol p { padding-left: 50px;}
    a {
        font-family: arial;
        font-size: 12px;
        color: #bf1e2e;
        text-decoration: none;
    }
    a img { border: 0; }
    a#homelink {
        position: absolute;
        top: 55px;
        left: 55px;
        width: 234px;
        height: 75px;
    }
    a:hover, a:active, a:visited { color: #f7941e; }
    a:hover { text-decoration: underline; }
    #foot {
        height: 350px;
        position: relative;
        background: url('../img/bg-foot.jpg') no-repeat;
    }
    #copyright {
        position: absolute;
        bottom: 25px;
        left: 54px;
        font-family: arial;
        font-size: 12px;
        color: #476b9b;
    }
    div.clear { clear: both; height: 1px; }
    #newsF {
        width: 555px;
        margin-left: 65px;
        background: url('../img/newsbg.gif') no-repeat;
        padding-left: 60px;
        padding-top: 28px;
    }
    #newsF h3 {
        margin: 0;
        padding: 0;
        font-family: arial;
        font-size: 12px;
        color: #476b9b;
        font-weight: bold;
    }
    #newsF span {
        font-family: arial;
        font-style: italic;
        font-size: 12px;
    }
    #newsF div {
        margin-top: 8px;
    }
    #newsF div a {
        padding-left: 15px;
        background: url('../img/ball-orange.gif') no-repeat 0 50%;
    }

    #Etusivu #rightCol {
        width: 255px;
		padding-left: 10px;
        float: right;
        text-align: left;

		border-left: solid 5px #f0f0f0;
    }




	.red {
		padding: 3px;
		margin: 0 0 15px 50px;
		
		background: #bf1e2e;
	}
	
		.red .innerbox {
			padding: 15px;
			
			border: solid 1px #fff;
		}
	
		.red h3 {
			color: #fff;
		}
		
		.red .innerbox p {
			color: #fff;
			margin: 0;
			padding: 0;
		}
		
		.red a {
			color: #e0c6c8;
		}