/* navigation elements */ @import url("navi.css");
/* page elements */ @import url("page.css");
body{
	font-family: "Arial", "Helvetica", sans-serif;
	background: #fefff0 url(../gfx/body_bg.gif) top center;
	margin:0 auto;
	font-size:11px;
}
table, td{
	font-size:11px;
	font-family: "Arial", "Helvetica", sans-serif;
}
img{
	border:none;
}
a, a:visited{
	color:#83871b;
}
a:hover{
	color:#5c6002;
}
h1, h2{
	margin:0;
	padding:0;
	font-size:12px;
	padding:0 0 5px;
}
#admin{
	background: #a8ad00 url(../gfx/greenHeading.gif) repeat-x;
	line-height:25px;
	height:25px;
	border-bottom: 1px solid #5c6002;
}
#mainwrapper{
	width:100%;
	min-height:500px;
	background: transparent url(../gfx/main_bg.gif) top center repeat-x;
	text-align:center;
}
.tId_5 #mainwrapper{
	background: url(../gfx/mainFP_bg.gif) top center repeat-x;
}
#pagewrapper{
	width:830px;
	margin:auto;
	text-align:left;
}
/* HEADER **************************************/
#header{
	height:204px;
	width:830px;
	margin:auto;
}
.tId_5 #header{
	height:304px;
}
#header #logo{
	height:70px;
}
#header #imageplace{
	margin-top:1px;
	height:100px;
	background-color: #000;
	background-position: bottom;
}
/* CONTENT **************************************/
#contentwrapper{
	margin-top:10px;
	width:830px;
}
#content_top{
	background: url(../gfx/content_top.gif) no-repeat bottom left;
	height:10px;
	width:830px;
}
#content{
	background:#fff url(../gfx/content_bg.gif) repeat-y;
	min-height:400px;
	width:830px;
	position:relative;
	height:auto;
}
.tId_7 #content{
	background-image:none;
}
#content_bot{
	background: url(../gfx/content_bot.gif) top left no-repeat;
	height:10px;
	width:830px;
}
.leftContent{
	width:260px;
	margin-left:10px;
	float:left;
	background-color: #dde047;
}
.rightContent{
	float:right;
	width:549px;
	margin-right:10px;
}
/* NEWS READER: */
.tId_7 #content .leftContent{
	width:0px;
}
.tId_7 #content .rightContent{
	width:809px;
}
.rightContent #caption.text{
	padding:20px 30px 5px;
	margin:0;
	font-style:italic;
}
.rightContent #bodytext {
	padding:5px 30px 20px;
	margin:0;
}
.rightContent #bodytext img{
	float:right;
	margin:0 0 10px 10px;
}
/* -- */

.rightContent .text{
	padding:20px 10px 10px 30px;
}
.tId_10 .rightContent .text{
	padding:20px 0px 30px 30px;
}
.tId_8 .rightContent .text{
	padding:20px 0px 0px 20px;
}
.greenHeading{
	background: #a8ad00 url(../gfx/greenHeading.gif) repeat-x;
	line-height:25px;
	height:25px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0px 15px;
	border-bottom:1px solid #fff;
}
.rightContent .greenHeading, .rightContent .greenHeading a{
	font-size:11px;
	color:#000;
	font-weight:normal;
}
.rightContent .inlineRight{
	float:right;
	margin:30px 0 10px 10px;
	text-align:center;
}
.rightContent .inlineRight img{
	max-width:250px;
	display:block;
	margin-bottom:3px;
	/*border:1px solid #83871b;*/
}

/* using the prototab header from the newslooper [LRP] */
.redHeading,
.columnRight .tabs10 .tabList{
	background: url(../gfx/redHeading.gif) repeat-x;
	line-height:25px;
	height:25px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0px 15px;
}
.columnRight .tabs10 .tabList a{
	color:#fff;
	text-decoration:none;
}
.columnRight .tabs10 .heading{
	margin:0;
	padding-left: 5px;
	padding-bottom:8px;
	display:block;
}
.columnRight .tabs10 .date{
	margin-left:5px;
	margin-right:5px;
	padding-right:5px;
	/*border-right:1px solid #000;*/
	display:block;
	/*float:left;*/
}
.columnRight .news.panel{
	padding:5px 10px;
}
.breadcrumbs{
	color:#000;
	font-weight:normal;
	font-size:11px;
}
/* SIDEMENU COLUMN */
.leftContent .banner img{
	border-bottom:1px solid #fff;
}
.leftContent .text{
	padding:20px 30px;
}

/* RIGHT COLUMN */
.rightContent .columnLeft{
	width:289px;
	float:left;
}

.tId_7 #content .rightContent .columnLeft{
	width:549px;
}

.rightContent .columnRight{
	width:259px;
	float:right;
}
.tId_10 .rightContent .columnRight,
.tId_18 .rightContent .columnRight{
	width:200px;
}
.tId_10 .rightContent .columnLeft,
.tId_18 .rightContent .columnLeft{
	width:348px;
}


/* FOOTER **************************************/
#footer{
	background: #5c6002 url(../gfx/footer_bg.png) repeat-x;
	height:25px;
	margin:10px 0 15px;
	width:100%;
}

#footerCont{
	width:830px;
	margin:auto;
	text-align:right;
	color:#fff;
	line-height:25px;
	background: url(../gfx/footerCont_bg.jpg) top center no-repeat;
}
/* YLEISET **************************************/
.clear{
	clear: both;
}
.hide{
	display: none;
	height: 0;
}
