@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #fff;
}
#start {
	background: #006030 url("images/start_bg.gif") repeat-x 0px 50px;
}
#outer {
	width: 980px;
	margin: auto;
}
#start #outer {
	margin-top: 50px;
	position: relative;
}
#starttext {
	color: #fff;
	position: absolute;
	top: 120px;
	left: 570px;
}
#starttext h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#head {
	height: 299px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f00;
}
#menu-top {
	width: 160px;
	height: 207px;
	padding: 20px 20px 0px 20px;
	background: #a3c6b4;
	border-bottom: 72px solid #c3dace;
	list-style: none;
}
#menu-top li {
	margin-bottom: 3px;
}
.menu li a {
	font-size: 14px;
	color: #004020;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
.menu li a:hover {
	color: #ed1c24;
}
#headimage {
	position: absolute;
	height: 299px;
	width: 700px;
	left: 200px;
	top: 0;
}
#logo {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
}
#menu-bg {
	position: absolute;
	bottom: 0px;
	left: 200px;
	background: #a3c6b4;
	opacity: 0.79;
	filter: alpha(opacity=79);
	height: 72px;
	width: 780px;
}
*html #menu-bg {
	bottom: -1px;
}
#menu {
	position: absolute;
	list-style: none;
	bottom: 0;
	left: 210px;
}
#menu li {
	float: left;
	padding: 10px;
}
#content {
	position: relative;
	width: 500px;
	min-height: 322px;
	margin-left: 200px;
	padding: 20px 10px 20px 190px;
	border-right: 80px solid #a3c6b4;
	background: #006030 url("images/content-bg-links.png") no-repeat;
	color: #fff;
	line-height: 140%;
}
*html #content {
	height: 322px;
}
#signet-big {
	position: absolute;
	top: 72px;
	left: -194px;
}
a {
	color: #c7ffe2;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}
#content h2{
	color: #c8f1dc;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content h3 {
	color: #c8f1dc;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
#content h3 {
	font-size: 14px;
}
#content p {
	margin-bottom: 10px;
}
#content .small, #content .small strong {
	font-size: 10px;
	line-height: 12px;
}

.clear {
	clear:both;
}

form .left {
	clear: both;
	width: 100px;
	float: left;
}
form .right {
	padding: 0px 0px 5px 10px;
	float: left;
	width: 300px;
}
form .captcha {
	clear: both;
	padding: 0px 0px 5px 110px;
}
input, textarea {
	width: 300px;
	padding: 3px;
	background-color: #c3dace;
	border: 1px solid #fff;
}
textarea {
	height: 100px;
}
form .button {
	width: auto;
	background-color: #3e8c64;
	color: #fff;
}

ul.error {
	margin-left: 15px;
	margin-bottom: 10px;
}