html {
	height: 100%;
	width: 100%;
}
body{
    font: normal 12px/20px "Arial";
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
body.flex {
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}

a, a:visited {
	text-decoration: underline;
    color: #5B5B5B;
}
a:hover {
	text-decoration: none;
}
a.email{
	padding: 0 0 1px 2px;
    text-decoration: none;
    border-bottom: 1px dashed #CCC;
}
legend {
    font: bolder 14px/20px "Arial";
}
label {
	vertical-align: middle;
}
/*--------------------------------------------------------*/
.top_menu_1 {
	background: url(../img/topmenu_left.png) no-repeat top left;
	margin: 2px 0 0 0;
	padding: 0 0 0 12px;
}
.top_menu_2 {
	background: url(../img/topmenu_right.png) no-repeat top right;
	padding: 0 12px 0 0;
}
.top_menu_3 {
	background: url(../img/topmenu_bg.png) repeat-x center;
	padding: 0 12px 0 12px;
	text-align: center;
	height: 29px;
}
.all {
	background: url(../img/top_bg.jpg) repeat-x top left;
	padding: 0 0 0 0;
	position: relative;
}
.wrap {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1004px;
}
.top {
	background-image:url(../img/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 81px;
	width: 643px;
}

/*---------------------------------------------------*/
.content {
	width: 1004px;
	position: relative;
	margin: 0 12px 0 0;
	padding: 5px 5px 5px 5px;
}

/*---------------------------------------------------*/
.footer {
	border-top: 4px solid #2c6c28;
	background: url(../img/footer_bg.jpg) repeat-x bottom left;
	bottom: 0px;
	clear: both;
	position: relative;
}
.bottom {
	height: 46px;
	margin: 0 0 0 0;
	padding: 3px 0 2px 3px;
	width: 99%;
}
a#about {
	background: url(../img/about.png) no-repeat top left;
	cursor: pointer;
	display: block;
	float: right;
	height: 34px;
	text-decoration: none;
	width: 100px;
}
.contact {
	float: left;
	/*background: url(../img/flag_euro.jpg) no-repeat 8px left;
	padding: 0 0 0 55px;*/
	padding: 0 0 0 0;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	width: 80%;
	height: 44px;
	vertical-align: middle;
}



