@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999;
}
iframe {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#container {
	background-image: url(img/content-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#index {
	background-image: url(img/content-bgr-index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
}
#content p {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content p.justify {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
#content p.loose {
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content b, strong {
	color: #2e8230;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#content i, em {
	color: #900;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#content ul {
	font-size: 12px;
	margin: 0px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content ul li {
	background-repeat: no-repeat;
	background-position: left 8px;
	display: list-item;
	list-style-type: none;
	background-image: url(img/reddot.png);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#content ol {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
}
#content ol li {
	background-image: url(img/reddrop.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	display: list-item;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content ol li a {
	color: #333;
	text-decoration: none;
}
#content ol li a:hover {
	text-decoration: underline;
}
#content a {
	color: #333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 24px;
	color: #2e8230;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content h2 {
	font-size: 16px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content h3 {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content img {
	border: 1px solid #F00;
	padding: 2px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: right;
}
#content img.left {
	border: 1px solid #F00;
	padding: 2px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: left;
}
#content img.center {
	border: 1px solid #F00;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	clear: both;
	float: none;
}

#content dl {
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content dt {
	font-size: 14px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content dt a {
	text-decoration: underline;
}
#content dt a:hover {
	text-decoration: none;
}
#content dd {
	font-size: 12px;
	color: #333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url(img/greenarrow.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content dd a {
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#content dd a:hover {
	color: #333;
	text-decoration: underline;
}
#content .eee {
	background-color: #eee;
}
#content table#financeContacts, #content table#adminContacts, #content table#transportContacts{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	padding: 0px;
	margin: 5px;
	background-color: #dddddd;
}




#menue {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#menue a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #333;
}
#menue a:hover {
	text-decoration: underline;
	color: #333;
}

#menue dl {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menue dt {
	font-size: 14px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menue dd {
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(img/greenheart.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#menue ol {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
#menue ol li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-size: 12px;
	list-style-position: outside;
	margin: 0px;
	background-image: url(img/reddrop.png);
	background-repeat: no-repeat;
	background-position: -2px top;
	display: list-item;
}




#contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#contacts th {
	background-color: #ccc;
}
#contacts tr.eee {
	background-color: #eee;
}



#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#news p {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
#news p.title {
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #900;
	text-decoration: underline;
}
#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #900;
	text-align: left;
	font-weight: bold;
	font-variant: normal;
}
#news b, strong {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #900;
}
#news h2 a {
	color: #900;
	text-decoration: none;
}
#news h2 a:hover {
	color: #2e8230;
	text-decoration: underline;
}

#news a {
	color: #2e8230;
	text-decoration: underline;
}
#news a:hover {
	text-decoration: none;
	color: #900;
}
#news .devider {
	background-image: url(img/news/botline.gif);
	background-repeat: repeat-x;
}
#news .devider-l {
	background-image: url(img/news/botline-l.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#news .date {
	margin: 0px;
	text-align: right;
	color: #2e8230;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news .date img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#news .year {
	color: #2E8230;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 18px;
	background-color: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#news p.data {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #666;
}


#news .month {
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
}
#news ul, ol {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
}
#news ul.li, ol.li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/greenarrow.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
	list-style-type: none;
	margin: 0px;
}
#news #doclist ol {
	list-style-type: decimal;
	text-align: left;
	background-image: none;
	padding-left: 50px;
	padding-right: 20px;
}
#news #doclist ol li {
	background-image: none;
	list-style-type: decimal;
	padding-left: 5px;
}
#content .back {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}






#footer {
	background-color: #999;
	background-image: url(img/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fff;
}
#footer img {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer dl {}
#footer dt {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#footer dt a {
	text-decoration: underline;
}
#footer dt a:hover {
	text-decoration: none;
}
#footer dd {
	font-size: 11px;
	color: #ddd;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer dd a {
	color: #ddd;
	text-decoration: none;
}
#footer dd a:hover {
	color: #ddd;
	text-decoration: underline;
}
#footer p.designed {
	text-align: right;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ccc;
}
#footer p.designed a {
	color: #666;
	text-decoration: none;
}
#footer p.designed a:hover {
	color: #ccc;
	text-decoration: none;
}


.bgr-repeat-x {
	background-color: #999;
	background-image: url(img/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgr-side-repeat-x {
	background-color: #FFF;
	background-image: url(img/content-side-bgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgr-head-repeat-x {
	background-color: #FFF;
	background-image: url(img/header-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bgt-line-top {
	background-image: url(img/line-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgt-line-bottom {
	background-image: url(img/line-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgr-menue {
	background-image: url(img/navigation/navigation-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#indexnews {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#indexnews .newsitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#indexnews h1 {
	font-size: 24px;
	color: #2e8230;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#indexnews h2 {}
#indexnews h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
#indexnews p.loose {
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#indexnews p.data {
	color: #900;
	font-weight: bold;
	font-size: 12px;
}

#indexnews i, em {
	color: #900;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#indexnews p {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#indexnews a {
	color: #333;
	text-decoration: none;
}
#indexnews a:hover {
	text-decoration: underline;
}

