@charset "utf-8";
/* CSS lucas.lviv.ua */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
#intro {
	width: 100%;
	margin-top: 220px;
}
#home {
	width: 100%;
}
#logolarge {
	color: #999999;
	text-align: center;
}
#logomedium {
	color: #999999;
	text-align: center;
	margin-top: 40px;
}
#menu {
	text-align: center;
}
#submenu {
	text-align: center;
	font-size: small;
}
#menu p{
	color: #999999;
	font-size: small;
}
#menu a{
	color: #666666;
	text-decoration: none;
}
#menu a:hover{
	color: #666666;
	text-decoration: underline;
}
#submenu a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#submenu a:hover{
	color: #666666;
	text-decoration: underline;
}
#contentintro {
	margin-top: 40px;
	text-align: center;
}
#content {
	margin-top: 40px;
	width: 920px;
	margin: 0 auto;
	border-top: solid 1px #CCCCCC;
	display: block;
}
#firstcolumn {
	float: left;
	width: 560px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 4px;
	height: auto;
	/*width: 500px;*/
}
#secondcolumn {
	padding: 20px;
	/*display: block;*/
	float: left;
	padding-left: 40px;
	width: 295px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border-left: 1px solid #CCCCCC;
}
#content h2 {
	color: #666666;
	font-size: large;
}
#content p {
	color: #666666;
}
#footer {
	font-size: x-small;
	color: #666666;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	clear: both;
	border-top: 1px solid #CCCCCC;
	width: 920px;
	padding-top: 20px;
}
#partners {
	margin-top: 60px;
	text-align: center;
	margin-bottom: 40px;
}
#partners img{
	margin-left: 20px;
	margin-right: 20px;
}
#footer a {
	color: #666666;

}
/* TYPO3 */
p.bodytext {
	font-size: small;
}
p.bodytext a {
	color: #666666;
	font-weight: bold;
}
/* news */
.news-list-item {
	border-top: 1px dotted #CCCCCC;
	margin-top: 8px;
	padding-top: 4px;
}
.news-list-item a {
	text-decoration: none;
	color: #999999;
}
.news-list-item a:hover {
	text-decoration: underline;
}
.news-list-item h3 {
	font-size: small;
	color: #666666;
}
.news-list-date {
	font-size: x-small;
	display: block;
}
.news-list-category, .news-list-morelink {
	text-align: right;
	font-size: x-small;
}
hr.clearer {
	display: none;
}
.news-single-item a{
	text-decoration: none;
	color: #999999;
}
.news-single-item a:hover {
	text-decoration: underline;
}
.news-single-category, .news-single-timedata {
	text-align: right;
	font-size: xx-small;
}
.news-single-author {
	display: none;
}
.news-single-backlink {
	text-align: right;
	font-size: x-small;
}
.news-single-img {
	float: left;
	padding-right: 20px;
}
.tx-ttnews-browsebox {
	border-top: 1px solid #999999;
	margin-top: 4px;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
.tx-ttnews-browsebox p {
	font-size: x-small;
	margin-top: 3px;
}
.tx-ttnews-browsebox a{
	color: #666666;
}
.tx-ttnews-browsebox-SCell {
	background-color: #FFFFFF;
}
/* LNG */
.lng td {
	font-size: small;
}
.lng a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
