html, body, div, span, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p, form, input, select, table {
	margin: 0;
	padding: 0;
}

body, html, table {
	width: 100%;
	height: 100%;
}

body, table {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #fff;
}


h1, h2, h3, h4, h5 {
	color: #333;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	padding: 8px 15px 5px 15px;
}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 10px;
}


a {
	color: #13599e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img, table {
	border: none;
}

p {
	padding: 7px 0;
}

ol li {
	list-style: inside;
}

li {
	list-style: none;
}

.hspacer, 
.spacer, 
.line {
	font-size: 1px;
	height: 1px;
	clear: both;
}

.texticon {
	position: relative;
	top: 2px;
}

.comment {
	font-size: 10px;
	color: #606060;
}

.searchquery {
	background-color: #13599e;
	color: #fff;
}

.wrapper {
	width: 99%;
}


.maincontainer {
	width: 100%;
	min-width: 775px;
	height: auto;
	position: relative;
	min-height: 100%;
}

/* <breadcrumbs> */
.breadcrumbs {
	width: 100%;
	background-color: #f7f7f7;
	font-size: 10px;
	color: #606060;
	margin-bottom: 10px;
}

.breadcrumbs .content {
	float: left;
	padding: 5px 10px;
}
.breadcrumbs .date {
	float: right;
	padding: 5px 10px;
	text-align: right;
}

.breadcrumbs .lang {
	float: right;
	padding: 0 5%;
}

.breadcrumbs .lang .indent {
	float: left;
	padding: 5px 10px;
}

.breadcrumbs img {
	margin: 0 2px;
}
/* </breadcrumbs> */


/* <mainpart> */
.mainpart {
	width: 100%;
	margin-left: -25%;
	float: right;
	
}

.mainpart .container {
	margin-left: 25%;
}

/* </mainpart> */

/* <leftpart> */
.leftpart {
	width: 25%;
	float: left;
}

.leftpart .indent {
	padding-left: 12px;
}
 
/* </leftpart> */

/* <middlepart> */
.middlepart {
	width: 100%;
	margin-right: -33%;
	float: left;
}

.middlepart .indent {
	margin-right: 33%;
}
/* <middlepart> */

/* <rightpart> */
.mainpart .rightpart {
	width: 33%;
	float: right;
}

.mainpart .rightpart .indent {
	padding-right: 12px;
}
/* </rightpart> */


/* <header> */
.header {
	height: 111px;
}




/* <middlepart> */

.header .middlepart .indent {
	background: none;
	height: 111px;
}
.pmain .header .middlepart .indent {
	background: transparent url(imgs/books1.jpg) no-repeat 50% 100%;
	height: 111px;
}

/* <logo> */
.header .logo {
	position: absolute;
	top: 36px;
	left: 9px;
}
.header .logo img {
/*	background: transparent url(imgs/logo.gif) no-repeat 0 0; */
}

/* </logo> */

/* <logo2> */
.header .logo2 {
	float: right;
	padding: 5px 12px 0 0;
	
}

.header .logo2 img {
/*	background: transparent url(imgs/logo2.gif) no-repeat 0 0;*/
	height: 84px;
	width: 43px;
}
/* </logo2> */

/* </middlepart> */

/* <rightpart> */

.header .rightpart .indent {
	padding-left: 12px;
}

/* <icons> */
.header .rightpart .icons {
	padding-left: 13px;
}

.header .icons .iconbutton {
	float: left;
	width: 20%;
	padding: 19px 0 17px 0;
}

.header .icons .iconbutton img {
	display: block;
	width: 21px;
	height: 21px;
	background: url(imgs/icon_home.gif) 0 0 no-repeat transparent;
}

.pmain .header .icons .home img,
.psitemap .header .icons .sitemap img,
.header .icons .active img {
	width: 21px;
	height: 21px;
	background-position: 0 -21px;
	cursor: default;
}

.header .icons .mail img {
	background-image: url(imgs/icon_mail.gif);
}

.header .icons .sitemap img {
	background-image: url(imgs/icon_map.gif);
}
/* </icons> */
.header .rightpart .line {
	height: 3px;
	clear: both;
	background-color: #ebebeb;
}
/* <search> */
 .search {
 	padding-top: 20px;
 }
 .search input,
 .subscribe input {
 	font-size: 10px;
	height: 18px;
	width: 100%;
 }
 
 .search .button {
 	display: block;
	width: 50px;
	line-height: 12px;
 }
 
 .search form {
	width: 95%;
}


 .subscribe form {
	width: 100%;
}

 .search td {
	padding-right: 9px;
}

.search .buttoncontainer {
	width: 55px;
	padding-bottom: 2px;
}
/* </search> */
/* </rightpart> */

/* </header> */


/* <maincontent> */
.maincontent {
	clear: both;
}

/* <leftpart> */


/* <leftmenu> */
.leftmenu {
	padding: 28px 0 0 0;
}

.leftmenu dl {
}

.leftmenu dt {
	text-transform: uppercase;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background: transparent url(imgs/bullet_big.gif) no-repeat 0 0;
}
.leftmenu dt.expand {
	background: transparent url(imgs/bullet_big_active.gif) no-repeat 0 0;
}

.leftmenu dd {
}

.leftmenu dd {
	padding: 3px 0 16px 0;
}

.leftmenu li {
	clear: both;
	display: block;
	height: 12px !important;
	height: auto;
	padding-left: 19px;
	padding-bottom: 6px;
}


.leftmenu li span {
	display: block;
	float: left;
	height: 17px;
}

.leftmenu li span span {
	height: auto;
	padding: 0 9px 2px 6px;
	line-height: 15px;
}

.leftmenu li.active span {
	background: url(imgs/menubutton_decoration.gif) no-repeat 100% 0 #13599E;
}

.leftmenu li.active span span {
	height: auto;
	background: url(imgs/button_decoration.gif) no-repeat 0 0 transparent;
}

.leftmenu dt a
{
	color: #13599E;	
}

.leftmenu li a {
	background: url(imgs/bullet.gif) 0 6px no-repeat transparent;
	display: block;
	padding-left: 9px;
	white-space: nowrap;
	color: #222;
}

.leftmenu .active a {
	background-image: url(imgs/bullet_active.gif);
	color: #fff;
}
/* </leftmenu> */

.maincontent .leftpart .vote {
	padding: 20px 12px 0 0;
	color: #222;
}

.maincontent .leftpart .vote .answer {
	padding-bottom: 2px;
}

.maincontent .leftpart .vote form {
	padding-top: 10px;
}

.maincontent .leftpart .vote input {
	font-size: 10px;
	margin: 0 2px;
}

.maincontent .leftpart .vote .line {
	background-color: #f7f7f7;
	height: 3px;
	
}

.maincontent .leftpart .vote h2 {
	padding: 7px 0 10px 0;
}

.maincontent .leftpart .vote .info {
	font-size: 10px;
	padding: 5px 0 0 9px;
	background: url(imgs/bullet.gif) 0 8px no-repeat transparent;
	display: block;
}



.maincontent .leftpart .banner {
	text-align: center;
	padding: 80px 0;
}

/* </leftpart> */


/* <rightpart> */

.maincontent .rightpart .indent {
	background: transparent url(imgs/shadow.gif) no-repeat 0 28px;
	padding-top: 45px;
	padding-left: 12px;
}

.pmain .maincontent .rightpart .indent {
	background-position: 0 112px!important;
}



/* <promos> */
.maincontent .rightpart .promos {
	padding-bottom: 20px;
	font-size: 10px;
}

.projects {
   padding-bottom: 20px;
}
.projects  .block {
   font-size: 10px;
}

.maincontent .rightpart .promos .block {
	padding: 15px 0 8px 0;
	width: 100%;
}

.maincontent .rightpart .promos .image,
.projects .image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 85px;	
}

.maincontent .rightpart .promos .image img,
.projects .image img {
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;	
}

.maincontent .rightpart .promos .block p,
.projects p {
	padding: 8px 0 0 3px;
}

.maincontent .rightpart .promos .spacer {
	background-color: #ebebeb;
}
/* </promos> */
.maincontent .rightpart .line {
	background-color: #13599E;
	height: 3px;
	
}

/* <contacts> */
.maincontent .rightpart .contacts {
	padding: 7px 0 30px 1px;
	font-size: 10px;
	color: #606060;
}
.contacts img {
	margin: 10px 0 8px 0;
} 


/* </contacts> */


	
/* </rightpart> */

/* <middlepart> */


/* <pcmain> */
.maincontent .middlepart .indent {
	
}

.maincontent .middlepart .books {
	height: 28px;
	background: none;
}

.pmain .maincontent .middlepart .books {
	height: 115px;
	background: transparent url(imgs/books2.jpg) no-repeat 50% 0;
}

.maincontent .middlepart .content {
	background: none;
}
.maincontent .middlepart .welcome {
	background-color: #F7F7F7;
}

.pmain .maincontent .middlepart .welcome {
	background: #F7F7F7 url(imgs/books3.jpg) no-repeat 50% 0;
}



.maincontent .middlepart .welcome .content {
	background: transparent url(imgs/welcome_border.gif) repeat-y 0 0;
	padding: 8px 12px 19px 16px;
}

.maincontent .middlepart .welcome h1 {
	 padding: 0 0 5px 0;
	
}

/* <news> */
.pcmain .news,
.pcnews .news {
	padding: 0 15px 20px 15px;
}

.pcmain .news .hspacer,
.pcnews .news .hspacer {
	height: 15px;
}

.pcmain .news .date,
.pcnews .news .date {
	color: #acacac;
	padding-bottom: 2px;
	font-size: 10px;
}

.pcmain .news h3 a,
.pcnews .news h3 a {
	font-size: 12px;
	color: #13599E;	
}


.pcmain .news .image img,
.pcnews .news .image img {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 3px 0 0 0;
	width: 54px;
	height: 51px;
}

.pcmain .news .new,
.pcnews .news .new {
	float: right;
	width: 100%;	
	margin-left: -74px;
}

.pcmain .news .text,
.pcnews .news .text {
	font-size: 11px;
	margin-left: 74px;
	color: #606060;
	
}

.pcmain .news .image,
.pcnews .news .image {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	float: left;
	width: 74px;
}
/* <news> */
/* </pcmain> */

/* <pcaction> */
.actions {
	padding: 0 15px 20px 0;
}


.actions thead td {
	padding: 0 15px;
	border-bottom: 3px solid #f7f7f7;
	height: 29px;
}
.actions td.first {
	width: 40%;
}

.actions td.second {
	width: 15%;
}

.actions td.third {
	width: 18%;
}

.actions tbody {
	
}
.actions tbody td {
	height: 50px;
	padding: 5px 0 5px 15px;
}

.actions td.line {
	padding: 0 3px 0 6px;
	height: 1px;
}

.pollresult td.line {
	padding: 5px 5% 5px 0;
	height: 1px;
}
.pollresult td.line .spacer,
.actions td.line .spacer {
	background-color: #f7f7f7;
}
/* </pcaction> */


/* <pccontent> */
.news .content,
.pccontent .content,
.pcphotothemes .content,
.pcphotos .content {
	padding: 0 0 20px 0;
}

.contentpage {
	padding-top: 0;
}

.contentpage .text,
.pccontent .content .text,
.pcphotothemes .content .text,
.pcphotos .content .text {
	padding: 0 5px 0 15px;
}

.contentpage p, .contentpage ul, .contentpage ol,
.maincontent .content p, .content ul, .content ol {
	padding-bottom: 15px;
}

.contentpage ul li,
.maincontent .content ul li {
	background: url(imgs/bullet.gif) 2px 5px no-repeat transparent;
	display: block;
	padding-left: 12px;
}

.contentpage .text ul li {
	padding-bottom: 4px;
}

.contentpage ol li,
.maincontent .content ol li {
	list-style: decimal;
	list-style-position: inside;
	color: #898989;
}

.contentpage ol li span,
.maincontent .content ol li span {
	position: relative;
	left: -2px;
	color: #000;
}

.contentpage .image,
.maincontent .content .image {
	margin-left: 5px;
/*	width: 180px;*/
	float: right;
	background: #f0f0f0 url(imgs/welcome_border.gif) repeat-y 0 0;
}

.contentpage .image .indent,
.maincontent .content .image .indent {
	padding: 7px 8px 4px 11px;
	font-size: 10px;
	color: #222;
	margin: 0;
}

.contentpage .image img,
.maincontent .content .image img {
	margin-bottom: 5px;
}


/* </pccontent> */

/* <pcphotothemes> */
/* </pcphotothemes> */

/* <pcphotos> */

.pcphotos .content .text {
	padding: 0 5px 0 15px;
}


.pcphotos td.oneof3 {
	width: 120px;
}

.pcphotos td div {
	text-align: center;
	
}



.map,
.pcphotos .content .image {
	width: 120px;
	background-color: #f0f0f0;
	background-image: none;
	float: none;
	text-align: left;
	margin: 0px auto 5px auto;
}

.map {
	width: 80%;
	float: left;
	clear: both;
}

.map .indent,
.pcphotos .content .image .indent {
	padding: 5px;
	font-size: 10px;
	color: #222;
	margin: 0;
	text-align: left;
}

.map .indent {
	font-size: 11px;
}

.map .indent p {
	padding: 7px 0;
}

.map img {
	width: 100%;
	height: 412px;
	background-image: url(imgs/map.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.pcphotos .content .image img {
	width: 110px;
	height: 76px;
}

.pcphotos .content td {
	padding-bottom: 25px;
}

.pcphotos .content .extend {
	text-align: left;
	width: 120px;
	margin: 0px auto;
}

.pcphotos .content .extend a {
	line-height: 11px;
	font-size: 10px;	
}
.pcphotos .content .extend img {
	position: relative;
	top: 3px;
	
}


.maincontent .pages,
.maincontent .pages a {
	float: left;
}

.maincontent .pages {
	 width: 80%;
	 padding-top: 3px;
}


.maincontent .pages a {
	margin: 0 1px;
	display: block;
}

.maincontent .pages a.active {
	text-decoration: none;
	color: #fff;
	background: transparent url(imgs/navig_bg.gif) no-repeat 50% 50%;
	
}

.maincontent .pages span {
	padding: 5px 5px 6px 6px;
	display: block;
}

.maincontent .pages img {
	margin-top: 2px;
}

.maincontent .active span {
}

/* </pcphotos> */


/* <pcnews> */
.pcnews .welcome {
	font-size: 10px;
	color: #606060;
}


.year {
	float: left;
	width: 15%;
	padding-bottom: 10px;
	color: #606060;
}

ul.categories {
	float: left;
	width: 45%;
}

ul.month {
	float: left;
	width: 20%;
}

ul.categories li,
ul.month li {
	background: url(imgs/bullet.gif) 0 3px no-repeat transparent;
	padding-left: 8px;
}

.welcome .active {
	font-weight: bold;
}

.pcnews .welcome .line {
	background-color: #dfdfdf;
	position: relative;
	left: -3px;
}


.pcnews h2 {
	padding: 10px 0 5px 0;
}


.subscribe div {
	width: 49%;
	float: left;
}
 
 
 
.subscribe .button {
 	display: block;
	width: 85px;
	line-height: 12px;
 }
.subscribe td {
	padding-left: 9px;
	font-size: 10px;
	color: #222;
	width: 100%;
	
}

.subscribe td.buttoncontainer {
	width: 85px;
	padding-bottom: 2px;
}

.pcnews .news {
	padding-top: 18px;
}


/* </pcnews> */

/* <pcpilot> */
.projects {
	padding: 0 15px 20px 15px;
}
.projects .block {
	padding-top: 44px;
	width: 49%;
	display: block;
	float: left;
}

.projects .image {
	height: 160px;
}


/* </middlepart> */

/*.contentpage h1,*/
.news h1 {
	padding-left: 0;
}

.sitemap .line {
	background-color:  #ebebeb;
}


/* </maincontent> */

/* <footer> */
.footer {
	width: 100%;
	clear: both;
	color: #ACACAC;
	font-size: 9px;
	
}

.footer .leftpart {
	
}

.footer .line {
	height: 3px;
	background-color:  #ebebeb;
	width: 100%;
}

.footer .middlepart .indent {	
	padding-bottom: 24px;
}





.footer .middlepart .copy {
	width: 100%;
	margin-right: -103px;
	float: left;
}

.footer .middlepart .copy .indent {
	margin-right: 103px;
	padding: 11px 0 0 15px;
}

.footer .banner {
	width: 103px;
	float: right;
}
.footer .banner .button {
	padding: 7px 15px 0 0;
	margin-right: 0;
}



.footer .rightpart .indent .created {
	padding: 11px 0 0 11px;
}
/* </footer> */







					
