@import url("../../kaurismaki_template/css/common.css"); /*layout css file*/


div.center {
  text-align: center;
}

body {

	background-image:url(bg.gif);
	background-repeat:repeat-x;
	background-color:#b1b1b1;
	margin:0 20px 10px 20px;
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px YES! */ 
}


#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 750px;
		max-width: 980px;
		_width: expression(((document.body.clientWidth)) < 752? "750px": ((document.body.clientWidth)) > 1004? "1000px": "auto" );
		text-align:left;
		background-color:#222222;
}


#mainbox
{

	position:relative;
	background-image:url(../../kaurismaki_template/images/etusivu_pohja_01.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#222222;
	
	border-right:1px solid #666666;
	border-left:1px solid#666666;
	min-height:55em;	
	height:auto !important;
	height:55em;

}
ul
{list-style:none;}

ul li
{
margin-left:0;
padding-left:0;


}

#main_footer
{
	position:relative;
	
	background-color:#3d3d3d;
	color:#a0a0a0;
	padding:0.3em 1em 0.3em 1em;
	height:1.6em;
	clear:both;
}

#main_footer a
{
	color:#a0a0a0;
	text-decoration:none;
}

#main_footer a:hover
{

	text-decoration:underline;
}

#footer1
{
width:50%;
position:relative;
float:left;
text-align:left;
}

#footer2
{
width:50%;
position:relative;float:left;
text-align:right;
}

/*these relative to mainbox and to each other*/


#logotitle
{
	position:relative;
	color:#a0a0a0;
	font-style:oblique;
	padding-left:40px;
	padding-bottom:1em;
	font-size:1.4em;
	padding-top:1em;
	background-image:url(../../kaurismaki_template/images/header_bg.gif);
	background-repeat:repeat-y;

}

#logotitle a
{
	color:#a0a0a0;
	text-decoration:none;
}

#logotitle a:hover
{

	text-decoration:underline;
}



#mainlogo
{
	margin-top:15px;
	position:relative;
}



#menubox
{
	position:relative;
	margin-left:120px;


}


#main_content
{
	margin-top:1.5em;
	position:relative;
	width:50%;
	color:#aaaaaa;
	font-size:0.9em;

}






ul#mainlevel
{	
	list-style:none;
}

#mainlevel li{
line-height:2.2em;
padding-left:1.5em;
vertical-align:middle;

/* IE work-around for the bullet to align correctly. Again */
background-image:url(../../kaurismaki_template/images/bullet.gif);
background-repeat:no-repeat;
background-position:left;
}


#mainlevel a {
	color:#888888;
	color:#cdbca3;
	text-decoration:none;
	font-size:1.2em;
}

#mainlevel a:hover {
	color:#fff9f1;
	text-decoration:underline;
}



#main_content a
{
color:#cdbca3;
text-decoration:none;
}

#main_content a:hover
{

text-decoration:underline;
}

table.contentpaneopen
{
width:100%;
margin-bottom:2em;

}


h1.main
{
	font: normal 1.6em/1em Trebuchet MS,Arial,sans-serif; 
	color:#aaaaaa;
	background-image:url(../../kaurismaki_template/images/header_bg.gif);
	background-repeat:repeat-y;
	text-transform:uppercase;
	letter-spacing:0.7em;
	padding:0.2em 0 0.2em 2em;
	margin-bottom:0.5em;
	
	
}

h2, .dn-whole h1{
font-size: 1.2em;
font-weight:bold;
margin-top:0.2em;
color:#FFFFFF;
margin-bottom:0.3em;
margin-top:0.6em;
}




.dn-whole
{
margin:1.6em 0 1.6em 2.4em;
}


#main_content p
{
font-size: 1.2em; 
margin-bottom:0.2em;

}





