/*	about-us
-----------------------------------------------------*/	


#content p {
	/*margin-right: 140px;*/	
}
	
#content p a {
	background-color: inherit;
	color: #64b033;
	text-decoration: none;
}

#content p a:hover {
	background-color: #64b033;
	color: #fff;
}

#content h2 {
	margin: 30px 0 15px 0;
	font-size: 14px;
	font-weight: bold;	
}
#content h3 {
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: bold;	
}
#content ul {
	width: 335px;
	padding: 20px;
	margin: 15px 0 15px 0;
	background-color: #e3eef6;
	color: #0068b3;
	border-top: 2px #d7e8f4 solid;
	border-bottom: 2px #d7e8f4 solid;
	line-height: 18px
}

	#content ul li {
		padding: 0 0 0 20px;
		background-image: url("/i/lidot.png");
		background-position: 0 4px;
		background-repeat: no-repeat;
	}
	
	
div#formular {
	margin-top: 30px;
	background-color: #eee;
	padding: 20px;
}

	div#formular label {
		display: block;
		width: 200px;
		padding: 3px 10px 0 0;
		font-size: 14px;
		float: left;
		text-align: right;
	}
	
	div#formular input {
		width: 200px;
	}
	
	div#formular div {
		clear: both;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
	div#special-text-block-left{
	padding: 10px;
	background-color: #e3eef6;
	font-size:14px;
	}
	div#special-text-block-left  h2 {
		font-size: 14px;
		font-weight: bold;	
	}
	div#special-text-block-left h3 {
		font-size: 16px;
		font-weight: bold;	
	}
	div#special-text-block-left a{
	color: #0068b3;
	text-decoration:none;
	}
