@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}
html, body {
	height:100%;
}
body {
	background:#2f8459 url(../images/_interface/bg.png) top left repeat-x;
}
*:focus {
	outline:none;
}
*::-moz-focus-inner {
	border:none;
}
.clear {
	clear:both;
}
noscript div.noscript {
	position:absolute;top:0;left:0;width:100%;height:30px;text-align:center;background:#1A1A1A;z-index:10;color:#FFFFFF;line-height:30px;
}
div.noscriptie {
	position:absolute;top:0;left:0;width:100%;height:30px;text-align:center;background:#1A1A1A;z-index:10;color:#FFFFFF;line-height:30px;
}
a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img.img_left {
    float:left;
}
img.img_right {
    float:right;
}
h1 {
    font-size:16px;
	color:#598452;
}