
@font-face {
  font-family: "gillsansreg";
  src: url(../Gill_Sans_MT.ttf) format("truetype");
}


body{ 
	
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	
	
	margin:0px;
	font-size: 0.70em;
	font-family: "gillsansreg", Arial;
	color:#6b5c47;
	line-height: 1.4em;
}

table{
	font-size: 1em;
	font-family: "gillsansreg", Arial;
	line-height: 1.3em;
}

h1{ 
	font-family: "gillsansreg", Trebuchet ms;
	text-transform: uppercase;
	margin:0px;
	font-size: 1.3em;
	color:#f5a302;
	margin-bottom: 7px;
}

h4{ 
	font-family: "gillsansreg", Trebuchet ms;
	font-size:1.5em;
	line-height:1.4em;
	margin:0px;
	color:#ffffff;
	margin-bottom: 7px;
}

h5{ 
	font-family: "gillsansreg", Trebuchet ms;
	text-transform: uppercase;
	margin:0px;
	font-size:1.2em;
	color:#746653;
	margin-bottom: 7px;
	line-height:1.8em'
}

a:link{
	color:#f5a302;
}

a:hover{
	text-decoration: none
}

h2{ 
	font-family: "gillsansreg", Trebuchet ms;
	text-transform: uppercase;
	margin:0px;
	font-size: 1.1em;
	color:#f5a302;
	
}

h2  a{
	text-decoration: none;
	color:#f5a302;
	
}

h2  a:hover{
	text-decoration: underline;
	color:#f5a302;
	
}

h3{
	font-family: "gillsansreg", Trebuchet ms;
	text-decoration: none;
	color:#f5a302;
	font-size: 1em;
	margin:0px;
	
}


img{
	border:0px;
}

.main{ 
	position:absolute;
	width:820px;
	
	height: 100%;
	left:50%;
	margin-left: -400px;

}



.header{ 
	position: relative;
	height:50px;
	margin-top: 20px;
	
}


.logo{ 
	margin-left: 10px;
	float:left;
	width: 400px;
	
}

.lang{ 
	margin-right: 20px;
	float:left;
	text-align: right;
	width: 380px;
}


.lang a{
	text-decoration: underline;
	color:white;
}


.nav{

}


.nav_item{ 
	padding:10px;
	padding-top:5px;
}

.nav_item_selected{ 
	padding:10px;
	padding-top:5px;
	color:white;
	background-color: #4a870c;
}

.nav_item_selected a{
	text-decoration: none;
	color:white;
}

.nav_item a{
	text-decoration: none;
	color:#4a870c;
}

.flash{ 
	position: relative;
	width: 100%;
	height:279px;
	margin-top:5px;
	
}





.footer{ 
	position: relative;
	
}

.box_bottom{ 
	position: relative;	
	height:20px;
	clear:both;
}

.page-title {
	font-family: Optimer;
	font-size: 30px;
	color: #808080;
}

.streep{ 
	position: relative;
	float:left;
	width: 799px;
	display: block;
	background-color: white;
	border-top:5px solid orange;
	width:799px;
	margin-left:11px;
	
}

.box1_middle{ 
	position: relative;
	float:left;
	width: 820px;
	display: block;

	background-image: url('../img/box_middle1.png');
}

.box2_middle{ 
	position: relative;
	float:left;
	width: 820px;
	display: block;
	background-image: url('../img/box_middle2.png');
}

.box3_middle{ 
	position: relative;
	float:left;
	width: 820px;
	background-image: url('../img/box_middle3.png');

}

.box_item_center{ 
	top:0;
	float:left;
	text-align: center;
	width: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 14px;
	display: inline;

	
}

.box_item_center_selected{ 
	top:0;
	float:left;
	text-align: center;
	width: 255px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 14px;
	display: inline;
	background-color: orange;
	color:white;
}

.box_item_center_text{ 
	top:0;
	float:left;
	text-align: center;
	width: 235px;
	
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 22px;
	display: inline;
	text-align: justify;

	
}

.box_item_left{ 
	float:left;
	text-align: left;
	width: 350px;
	margin-top: 5px;
	margin-left: 35px;
	display: inline;
	margin-bottom: 10px;

}

.box_item_right{ 
	float:left;
	text-align: left;
	width: 360px;
	margin-top: 5px;
	margin-left: 45px;
	display: inline;
	margin-bottom: 10px;

}

