html, body {
	padding: 0;
	margin: 0;
	background: url(../img/bg.gif) no-repeat top center;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 1.4;
	min-width: 960px;
	height: 100%;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	border: none 0;
	margin: 0;
	padding: 0;
}

a {
	color: #ed1b31;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	border: 0;
}

p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

hr {
	border: none;
	background-color: #f3f3f3;
	height: 1px;
	margin: 30px 0 20px 0;
	line-height: 0;
	padding: 0px;
}

table tr td {
	vertical-align: top;
}

ul {
	padding: 10px 0;
	margin: 0 0 0 35px;
	list-style: outside square;
}

ul li {
	padding: 0 0 10px 0;	
}

/* ######################################################## */
/* ######################################################## */
/* STYLES */
/* ######################################################## */
/* ######################################################## */

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ed1b31;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
}

/* ######################################################## */
/* ######################################################## */
/* PAGE STRUCTURE */
/* ######################################################## */
/* ######################################################## */

.wrap-page {
	width: 960px;
	margin: 0 auto;
}

/* ######################################################## */
/* ######################################################## */
/* HEADER */
/* ######################################################## */
/* ######################################################## */

.header {
	height: 160px;
	position: relative;
	margin-bottom: 80px;
}

.header a.logo {
	display: block;
	padding: 25px 0;
	float: left;
}

/* SIDE NAVIGATION */

.header .side-navi {
	float: right;
	text-align: left;
	color: #AAAAAA;
	font-size: 12px;
	line-height: 26px;
	width: 180px;
}

.header .side-navi a {
	color: #AAAAAA;
	font-size: 12px;
}

.lang-si, .lang-en, .lang-si-active, .lang-en-active {
	float: right;
	width: 20px;
	height: 15px;
	background: url(../img/lang-selector.gif) bottom left;
	display: block;
	margin: 7px 0 0 5px;
}

.lang-en {
	background-position: bottom right;	
}

.lang-en-active {
	background-position: top right;
}

.lang-si-active {
	background-position: top left;
}

/* MAIN NAVIGATION */

.header .main-navigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #000000;
}

.header .main-navigation a {
	display: block;
	padding: 5px 20px;
	border-bottom: 3px solid #f3f3f3;
	float: left;
	font-size: 22px;
	text-decoration: none;
	color: #000000;
}

.header .main-navigation a:hover {
	border-bottom: 3px solid #ed1b31;
}

.header .main-navigation a.active {
	color: #ed1b31;
	border-bottom: 3px solid #ed1b31;
}

/* ######################################################## */
/* ######################################################## */
/* CONTENT */
/* ######################################################## */
/* ######################################################## */

.content {
	padding-bottom: 50px;	
}

.content .column-left {
	float: left;
	width: 600px;	
}

.content .column-right {
	float: right;
	width: 310px;	
}

/* LOGOS */

.content .column-right img {
	border: 3px solid #f3f3f3;
	margin: 0 0 50px 0;
}

/* NEWS */

.news h1 {
	font-size: 18px;
	color: #000000;
}

.news h1 a {
	color: #000000;
	text-decoration: none;
}

.news h1 a:hover {
	color: #ed1b31;
	text-decoration: underline;
}

.news .date {
	float: right;
	color: #888888;
	font-size: 12px;
	margin: 6px 0 0 0;
}

.news img {
	float: left;
	margin: 0 20px 10px 0;
}

.news p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
}

.news p a.more {
	background: url(../img/more.gif) no-repeat right 5px;
	padding-right: 8px;
}

/* MEMBERS */

.member img {
	float: left;
}

.member .member-info {
	float: left;
	width: 380px;
	padding: 0 0 0 20px;
	font-size: 12px;	
}

.member .member-info h2 {
	margin-bottom: 0px;
}

.member .member-info .job_title {
	margin-bottom: 10px;
	color: #888888;
}

/* CONTACT */

.space {
	float: left;
	width: 15px;
	height: 15px;	
}

.contact {
	float: left;
	padding: 20px 0 0 0;
}

.contact img {
	border: 3px solid #f3f3f3;
}

.contact .contact-info {
	padding: 20px 0 0 0;	
}

/* ######################################################## */
/* ######################################################## */
/* FOOTER */
/* ######################################################## */
/* ######################################################## */

.footer {
	border-top: 3px solid #f3f3f3;	
	padding: 10px 0 25px 0;
	color: #888888;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.footer a {
	color: #888888;
}

.footer {
	border-top: 3px solid #f3f3f3;	
	padding: 20px 0 25px 0;
	color: #bbbbbb;
}

.footer a.eu_finance {
	width: 232px;
	height: 53px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	background: url(../img/footer_eu_logo.jpg) no-repeat top;
}

.footer a.eu_finance:hover {
	background-position: bottom;
}

.footer .copyright {
	color: #bbbbbb;
	padding: 20px 0 0 0;
	text-align: center;
}

.footer .copyright a {
	color: #bbbbbb;
	float: none;
}