/* navigation elements */ @import url("navi.css");

html{
	background: #492e58;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
body{
	background: #492e58 url(gfx/body_bg.jpg) repeat-x center top;
	height:600px;
	margin:0;
	min-width:950px;
	text-align:center;
}
img{
	border:0;
}
a,
a:visited,
a:active,
a:hover{
	color:#fff;
}
h1, h2, h3, h4, h5{
	font-size:14px;
	margin:0;
	padding:0;
}
h1{
	font-size:18px;
	margin-bottom:8px;

}
.column h1{
	margin-bottom: 18px;
}
.orangeBox h1,
.blueBox h1{
	padding: 10px 13px;
}
#mainwrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
}
/* header */
#header{
	height:325px;
}
#header #counter_fi{
	height:50px;
	background: url(gfx/hakuaika.gif) no-repeat right top;
	padding:0 52px 0 0;
	text-align:right;
}
#header #counter_se{
	height:50px;
	background: url(gfx/hakuaika_se.gif) no-repeat right top;
	padding:0 52px 0 0;
	text-align:right;
}
#header #logo{
	background: url(gfx/dia_fi.gif) no-repeat right top;
	height:276px;
}
#header #logo_se{
	background: url(gfx/dia_se.gif) no-repeat right top;
	height:276px;
}
/* general page content */
#contentwrapper .left{
	width:614px;
	float:left;
}
#contentwrapper .right{
	width:330px;
	float:right;
	position:relative;
}
/* frontpage elements */
.column{
	width: 202px;
	float:left;
	margin:19px 0 0 2px;
	height:360px;
}
.column a,
.column a:visited,
.column a:active
{
	TEXT-DECORATION:NONE;
}
.column .top{
	height: 230px;
}
.column .bottom{
	height: 128px;
	margin-top:2px;
}
.column#leftCol .top{
	background: url(gfx/yliopistot.jpg) no-repeat;
}
.column#leftCol .bottom{
	background: #241127;
}
.column#centerCol .top{
	background: url(gfx/hakeminen.jpg) no-repeat;
}
.column#centerCol .bottom{
	background: url(gfx/hakuaikataulu.jpg) no-repeat;
}
.column#rightCol .top{
	background: url(gfx/valintakokeet.jpg) no-repeat top right;
}
.column#rightCol .bottom{
	background: url(gfx/paasykoearkisto.jpg) no-repeat top right;
}
.column .text{
	padding: 10px 18px 18px;
	font-size:14px;
}
.column .text p{
	margin: 8px 0;
}
.column .text ul{
	padding: 0;
	margin:10px 0 0;
	list-style-type:none;
	font-size:11px;
}
.column .text ul li{
	padding: 0 0 3px 8px;
	background: url(gfx/column_li.gif) no-repeat 0 4px;
}
#contentwrapper .right .orangeBox{
	border-bottom: 4px solid #fff;
	background: url(gfx/orangeBox.jpg) no-repeat;
	width:203px;
	height:177px;
	margin-top:19px;
}
#contentwrapper .right .blueBox{
	border-bottom: 4px solid #fff;
	background: url(gfx/blueBox.jpg) no-repeat;
	width:203px;
	margin-top:1px;
	height:173px;
}
.blueBox a, .orangeBox a{
	text-decoration:none;
}

#contentwrapper .right .lang{
	width:41px;
	float:left;
	position:absolute;
	left:207px; 
	top:19px;
}
#contentwrapper .right .lang a{
	padding-bottom:3px;
	display:block;
}
/* subpage elements */
#content{
	font-size:14px;
	background: #371f41 url(gfx/content_bg.jpg) 0 -3px no-repeat;
	padding:25px 30px;

}
/* general */ 
.clear{
	clear:both;
}