/*
	Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	Helvetica, Calibri, Arial, sans-serif;
*/

.hide { display : none; }
.input500 { width : 500px; }
.input300 { width : 300px; }
.input250 { width : 250px; }
.input230 { width : 230px; }
.input210 { width : 210px; }
.input200 { width : 200px; }
.input180 { width : 180px; }
.input150 { width : 150px; }
.input120 { width : 120px; }
.input100 { width : 100px; }
.input80  { width : 80px;  }
.input70  { width : 70px;  }
.input60  { width : 60px;  }
.input50  { width : 50px;  }
.input40  { width : 40px;  }
.input30  { width : 30px;  }
.input15  { width : 15px;  }

	#wrap {
		text-align	: left;
		display		: table;
		width		: 100%;
		background  	: transparent url(../images/bg.png) repeat-x;
		}
	
	#header {
		margin		: 0;
		display		: block;
		float		: left;
		height		: 516px;
		width		: 100%;
		overflow	: hidden;
		background  	: transparent url(../images/header.png) no-repeat top left;
		}
		#gelsta {
			margin : 6px 0 0 0;
		}
	#main {
		float	: left;
		width	: 100%;
		display	: table;
		background  	: transparent url(../images/content.png) repeat-y top left;
		background-position: 168px 0;
		}
	#menu {
		margin		: 0;
		display		: block;
		float		: left;
		height		: 125px;
		width		: 100%;
		background  	: transparent url(../images/menu.png) no-repeat top left;
		}
	.menu {
		margin		: 15px 0 0 0;
		display		: block;
		float		: left;
		list-style 	: none;
		text-align	: right;
		width		: 570px;
		}
		.menu li {
			display : inline;
			margin	: 0 0 0 20px;
			background : none;
			padding : 0;
			}
			.menu li a,
			.menu li a:hover,
			.menu li a:visited {
				font	: normal 10pt Tahoma, Calibri, Arial, sans-serif;
				color	: white;
				text-transform : uppercase;
				text-decoration: none;
			}
			#menu-current {
				color	: #4d904b;
			}
	.language {
		margin		: 15px 0 0 230px;
		display		: block;
		float		: left;
		list-style 	: none;
	}
		.language li {
			display 	: inline;
			list-style 	: none;
			background 	: transparent;
			padding : 0;
			}
			.language li a,
			.language li a:visited {
				text-transform : uppercase;
				color	: white;
			}
			.language li a:hover {
				text-transform : uppercase;
				color	: white;
				text-decoration : underline;
			}
	#content {
		margin		: -25px 0 0 168px;
		display		: block;
		float		: left;
		width		: 700px;
		min-height	: 200px;
		overflow	: hidden;
		}
		#content div {
			margin	: 0 20px 20px 20px;
		}
	#footer {
		margin		: 0 0 0 168px;
		display		: block;
		float		: left;
		width		: 700px;
		height		: 34px;
		overflow	: hidden;
		background  	: transparent url(../images/footer.png) no-repeat;
		}
		#footer div {
			color	: white;
			font	: normal 8pt Tahoma, Calibri, Arial, sans-serif;
			margin : 13px 0 0 20px;
			}
	.news-list-date {
		text-align : right;
		color	: #9f4822;
		font	: normal 10pt Tahoma, Calibri, Arial, sans-serif;
		}
	.news-list-text {
		float	: left;
		font	: normal 10pt Tahoma, Calibri, Arial, sans-serif;
		text-decoration : none;
		}
	.news-list-title a {
		float	: left;
		color	: black;
		font	: bold 10pt Tahoma, Calibri, Arial, sans-serif;
		text-decoration : none;
		}
	.news-list-line {
		display		: block;
		height		: 20px;
		width		: 700px;
		background  	: transparent url(../images/news-hr.png) repeat-x top left;
		}
	.news-list-pic {
		display	: block;
		overflow : hidden;
		width	: 105px;
		height	: 105px;
		margin: 0 30px 30px 30px;
		}
	.news-item-txt {
		position: relative;
		display	: block;
		float	: left;
		clear	: both;
		}
	.arrow-right {
		float	: right;
		}
	.back {
		float	: left;
		display	: block;
		}

