@charset "UTF-8";
/* CSS Document */


/*----------------- Global-------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
		color:#fff;
}
p {
	margin-bottom:15px;
}
ul {
	margin:10px 0;
	list-style:none;
}
li {
	margin-bottom:10px;
}


.left {
	float:left;
}

.right {
	float:right;
}
.img-left {
	float:left;
	margin-right:10px;
}

.img-right {
	float:right;
	margin-left:10px;
}

.clear {
	clear:both;
}

img {
	border:0;
}

h1, h2, h3{
	font-family:'DINMedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:140%;
	color:#adcb2a;
	text-transform:uppercase;
}
h4 {
	line-height:140%;
	color:#adcb2a;
	text-transform:uppercase;
}
a {
		color:#adcb2a;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:focus, a:active {
		color:#fff;
		outline:none;
}

.footer {
	clear:both;
	width: 100%;
}

/*--------- forms ------------*/
label {
	display:block;
}
form div {
	margin:9px 0;
	width:100%;
	overflow:auto;
}
textarea {
	border:1px solid #999;
	padding:5px;
	background-color:#d3d7e3;
}
input.text {
	border:none;
	padding:5px;
	line-height:15px;
	background-color:#d3d7e3;
}
textarea:focus {
	background-color:#fff;
}
input.text:focus {
	background-color:#fff;
}
