@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

html, body {
	height:100%;
}

body {
	background:#C5B6A1 url(../images/_interface/bg.jpg) top center repeat-y;
}

*: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:40px;text-align:center;background:#1A1A1A;z-index:10;color:#FFFFFF;line-height:40px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img.img_left {
    float:left;
	margin:0 20px 10px 0;
	border:1px solid white;
}

img.img_right {
    float:right;
}

h1 {
    font-size:12px;
	color:#2b170f;
	text-transform:uppercase;
}

h2 {
    font-size:12px;
	color:#2b170f;
	text-transform:uppercase;
}

h3{
	width:400px;
	float:left;
}