@charset "utf-8";

/* GENERAL */

p{
	padding:0 0 15px 0;
}

a{
	color:#99cc99;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

ul{
	display:block;
}

ul li{
	display:list-item;
	list-style-position:inside;
	list-style-type:inherit;
	color: #555;
}

div{
	float:none;
	position:relative;
	display:block;
}

#lang-1 a{
	margin:0 1px 0 1px;
	padding:6px 0 0 0px;
	display:block;
	float:left;
	width:22px;
	height:16px;
	text-align:center;
	text-decoration:none;
	color:#3399cc;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-transform:uppercase;
	background-image:url(../images/19.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#lang-1 a.current{
	background-image:url(../images/20.png);
}

#lang-1 a:hover{
	background-image:url(../images/20.png);
}

#lang-1 a.current:hover{

	color:#3399cc;
}

#lang-2 a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:0 3px 0 3px;
	text-transform:uppercase;
}

#lang-2 a.current{
	color:#99cc99;
}

#lang-2 a:hover{
	color:#99cc99;
}

#lang-2 a.current:hover{
	color:#99cc99;
}

#lang-2 span{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.content-2column{
	padding:25px 0 0 25px;
	text-align: left;
	overflow: hidden;
}

.content-1column{
	padding:25px 0 0 0;
	text-align: left;
	overflow: hidden;
}

#content h1{
	color:#99cc99;
	font-size:20px;
	line-height:22px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #9c9;
}

#content h2{
	color:#369;
	font-size:20px;
	line-height:22px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #369;
}

#content p{
	color:#555;
	line-height: 20px;
}


.spacer{
	width:1000px;
	margin:0 0 15px 0;
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
	float:none;
	border-bottom:0px solid #9c9;
}

#menu-3 h2{
	color:#336699;
	font-size:20px;
	line-height:22px;
	padding:0 0 10px 0;
	font-weight:bold;
	text-align:left;
	border-bottom:0px solid #c1d4ea;
}

#box h3{
	margin:10px 0 5px 10px;
	font-size:12px;
	line-height:12px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}

#box select {
	font-size:14px;
	width:220px;
	padding:3px 3px 3px 3px;
	margin:0 0 5px 10px;
	color:#369;
	text-align:left;
}

#box input {
	font-size:12px;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	margin:0 0 0 10px;
	color:#fff;
	background-color:#99cc99;
	text-align:center;
}

#copyright p{
	color:#fff;
	font-size:14px;
}

#website a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

#foot-top-left p,
#foot-top-right p,
#foot-bottom-left p,
#foot-bottom-right p{
	padding:0;
	color:#fff;
}

/* FORM */


.inp-text{
	border:1px solid #ccc;
	background-color:#f9f9f9;
	width:227px;
	height:26px;
	padding:0 5px 0 5px;
	text-align:left;
	color:#336699;
	font-size:12px;
	line-height:24px;
}

.inp-text-small{
	width:100px;
}

.inp-text-l{
	float:left;
	margin:0 2px 0 0;
}

.inp-text-r{
	float:right;
	margin:0 0 0 2px;
}

.inp-area{
	border:1px solid #ccc;
	background-color:#f9f9f9;
	width:988px;
	height:100px;
	padding:0 5px 0 5px;
	text-align:left;
	color:#336699;
	font-size:12px;
	line-height:24px;
	overflow:auto;
}

.inp-sel{
	border:1px solid #ccc;
	background-color:#f9f9f9;
	width:250px;
	height:28px;
	padding:3px 0 2px 0;
	text-align:left;
	color:#336699;
	font-size:12px;
}

.inp-button{
	background-color:#99cc99;
	padding:5px 10px 5px 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	cursor: pointer;
	float:right;
}

.img-captcha{
	margin:0 1px 0 1px;
	float:left;
}