/*
	
	Yleiset värit:
	
	Harmaa tausta: #B2B2B2
	Väliviivat: #999999
	Perussininen: #4242CF
	Perusvioletti: #910099

*/

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

html, body {
	background-color: #BABABA;	
}
img {
	border: 0px;	
}
p, span {
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}
h3 {
	font-family: Arial;
	font-size: 16px;
	color: #910099;	
}

/* Main container */
#container {
	margin: 0px auto 10px;
	width: 65%;
	background-color: #FFFFFF;
	background-image: url('images/siluetti_eurooppa.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

/* Left column */
#leftbar {
	float: left;
	width: 157px;
}

#leftbar .header a {
	text-decoration: none;
	color: #910099;
}
#leftbar .header, .underline {
	padding: 14px 0px 0px;	
}
#leftbar .underline {
	border-bottom: 2px solid #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 14px;	
	font-weight: bold;
	color: #910099;
}

#leftbar .section {
	padding: 14px 9px;
	border-bottom: 2px solid #B2B2B2;
}

#months a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;	
}
#months a:hover {
	color: #910099;
}
#months .selected a {
	color: #910099;	
}

#newsfeed a {
	color: #910099;
	text-decoration: none;
}
#newsfeed a:hover {
	text-decoration: underline;	
}

/* Center column */
#maincolumn {
	margin-left: 157px;
	/* border-left: 1px solid #B2B2B2; */
}

#maincolumn .navigation {
	height: 90px;
	padding: 0px 0px;
	border-bottom: 1px solid #B2B2B2;
	background-image: url('images/navitausta.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	
	
}

#maincolumn h3 {
	padding: 40px 40px 0px;
}

#maincolumn .content {
	padding: 20px 40px 40px;
}
#maincolumn .whitespace {
	padding: 25px;	
}

/* MENU */
ul {
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
	marging: 0;
}
.menu_default, .menu_current {
	font-size: 14px;	
}
.menu_default a, .menu_current a {
	color: #910099;
	text-decoration: none;
}
.menu_default a:hover, .menu_current a:hover {
	text-decoration: underline;	
}
.menu_current {
	font-weight: bold;
}

