/* Reset styles */
img {behavior: url("../images/iepngfix.htc")}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	background:url("../images/bg.gif");
}

body {
	font:0.75em Tahoma;
	color:#5A5A5A;
	background:url("../images/body-bg.png") repeat-y left top;
}

a {
	color:#D65EBF;
}

/* Titles */

h1 {
	text-transform:uppercase;
	font:normal 2.8em Tahoma;
	margin-bottom:30px;
}

	h1 span {
		background:#1AA1C9;
		color:#fff;
		padding:0 4px;
	}

	.header h1 {
		background:url("../images/h1.gif") no-repeat left top;
		padding-left:50px;
		font:normal 3.8em/37px Tahoma;
		margin-bottom:8px;
	}

h2 {
	font:normal 2em/1.1em Tahoma;
	margin-bottom:5px;
}

h3 {
	font:normal 2.5em/1.1em Tahoma;
	text-transform:uppercase;
	margin-bottom:10px;
}

	h3 span {
		background:#D65EBF;
		color:#fff;
	}

h4 {
	color:#000;
	font-weight:bold;
}

h5 {
	font:normal 1.4em/23px Tahoma;
	padding-left:36px;
	margin-bottom:10px;
	background:url("../images/h5.gif") no-repeat left top;
}

	h5 a {
		color:#1AA1C9;
		text-decoration:none;
	}
	
	h5 a:hover {
		text-decoration:underline;
	}

/* Form elements */

.textbox, textarea {
	font:normal 1em Tahoma;
	border:1px solid #ccc;
	background:#fff;
	color:#999;
}

select {
	font:normal 1em Tahoma;
	background:#fff;
}

.button {
	font:normal 1em Tahoma;
	border:1px solid #5a5a5a;
	background:#fff;
	cursor:pointer;
}

/* Structure */

.wrapper {
	width:997px;
	background:url("../images/bg.png") no-repeat left top;
}

#inner .wrapper {
	background:none;
}

/* Header */

.header {
	position:relative;
	background:#fff;
	padding:45px 20px 10px;
	color:#000;
	margin-bottom:15px;
}

	/* Language menu */

	.lang-menu {
		position:absolute;
		top:0;
		left:18px;
	}
	
		.lang-menu li {
			width:55px;
			height:38px;
			float:left;
			background:url("../images/lang-menu.png") no-repeat center top;
			text-align:center;
		}
		
			.lang-menu li a {
				color:#fff;
				font:bold 1.3em/30px Tahoma;
				text-decoration:none;
			}
			
		.lang-menu .act {
			background:url("../images/lang-menu.png") no-repeat center bottom;
		}
	
	/* Search */

	.searchbox {
		position:absolute;
		top:8px;
		right:10px;
	}
	
		.searchbox .button {
			background:url("../images/search-button.gif") no-repeat;
			width:24px;
			height:19px;
			border:0;
			vertical-align:top;
		}
		
		.searchbox .textbox {
			border:1px solid #1AA1C9;
			background:#CBD5D5;
			color:#fff;
			padding:1px 1px 2px;
			width:105px;
		}
		
		.header .searchbox p {
			font-size:12px;
		}
	
	/* Top menu */
	
	.top-menu {
		position:absolute;
		top:8px;
		left:142px;
		overflow:hidden;
	}
	
		.top-menu li {
			float:left;
			padding:0 13px 0 15px;
			border-right:2px solid #1AA1C9;
			margin-right:-2px;
		}
		
			.top-menu li a {
				color:#1AA1C9;
				font:normal 1.5em Tahoma;
				text-decoration:none;
			}
			
			.top-menu li a:hover {
				text-decoration:underline;
			}
	
	.header p {
		font-size:2.1em;
	}
	
		.header p span {
			color:#7F00A6;
		}
	
/* Content */

.container {
	float:right;
	margin-left:-249px;
	width:100%;
}

	.container .top-suggestions {
		margin-left:249px;
		font-size:0.9em;
		padding-bottom:20px;
		background:url("../images/body-bg.png") repeat-y right top;
	}
	
		.container .top-suggestions h2 {
			font-size:1.7em;
		}

#inner .content {
	background:url("../images/content-bg.png") repeat-y right;
}

	.top-suggestions, .bottom-suggestions {
		overflow:hidden;
	}
	
		.top-suggestions li, .bottom-suggestions li {
			float:left;
			width:219px;
			padding:0 15px;
		}
		
			.top-suggestions p, .bottom-suggestions p {
				margin-bottom:4px;
			}
			
				.top-suggestions a, .bottom-suggestions a, .left-menu a {
					color:#000;
					text-decoration:none;
				}
				
				.top-suggestions a:hover, .bottom-suggestions a:hover, .left-menu a:hover {
					color:#000;
				}
			
				.top-suggestions .details, .bottom-suggestions .details, .left-menu .details {
					color:#000;
					padding:2px 1px;
					text-decoration:none;
				}
		
		.yellow a {color:#FFF100}
			.yellow .details, .yellow a:hover {background:#FFF100}
		
		.green a {color:#8EC320}
			.green .details, .green a:hover {background:#8EC320}
		
		.orange a {color:#FF8C33}
			.orange .details, .orange a:hover {background:#FF8C33}
		
		.blue a {color:#00CFFF}
			.blue .details, .blue a:hover {background:#00CFFF}

	.flash {
		text-align:center;
		margin-bottom:10px;
	}
	
	.bottom-suggestions {
		font-size:0.9em;
		color:#fff;
		padding-bottom:20px;
	}
	
		.bottom-suggestions a {
			color:#fff;
		}
		
		.bottom-suggestions a:hover {
			color:#000;
		}
	
		.darkblue h2 a {color:#006ED4}
			.darkblue .details, .darkblue a:hover {background:#006ED4}
		
		.violet h2 a {color:#D65EBF}
			.violet .details, .violet a:hover {background:#D65EBF}
		
		.white h2 a {color:#fff}
			.white .details, .white a:hover {background:#fff}
			
		.red h2 a {color:#E8006E}
			.red .details, .red a:hover {background:#E8006E}
	
	/* News line */
	
	.news-line {
		position:relative;
		clear:both;
	}

		.news-line div.line{
			background:#fff;
			padding:10px 0 15px;
			overflow:hidden;
			font-size:0.9em;
			color:#999;
		}
		
			.news-line li {
				width:468px;
				padding:0 15px;
				float:left;
			}
			
					.news-line h4 a {
						color:#000;
						text-decoration:none;
					}
			
				.news-line p {
					margin-bottom:10px;
				}
				
					.news-line p a {
						color:#999;
						text-decoration:none;
					}
					
					.news-line h4 a:hover, .news-line p a:hover {
						color:#555;
					}
				
/* Main */
	
.main {
	margin:0 0 120px 249px;
     padding:20px 15px;
     width:715px;
}

	.right {
		text-align:right;
	}

	.main p {
		margin-bottom:12px;		
	}
	
	.main ul {
		margin-bottom:12px;
	}
	
		.main li {
			background:url("../images/bullet.gif") no-repeat left 4px;
			padding-left:12px;
			margin-bottom:3px;
		}
	
	.main ol {
		margin-left:25px;
		list-style:decimal;
	}
	
	.contact {
		background:url("../images/contact.png") no-repeat right bottom;
		padding:15px 130px 0 0;
		text-align:right;
		position:absolute;
		top:-135px;
		height:120px;
		right:0;
		width:618px;
	}
	
		.contact a {
			text-decoration:none;
			font:bold 1.1em Tahoma;
		}
		
		.contact a:hover {
			text-decoration:underline;
		}
		
		.contact .print {
			position:absolute;
			display:block;
			top:15px;
			right:300px;
			color:#1AA1C9;
			font:normal 2em Tahoma;
			white-space:nowrap;
			width:240px;
		}
		
			.print img {
				float:right;
				margin-left:10px;
			}

	/* Feedback */
	
	.feedback {
		margin-bottom:100px;
	}
	
		.feedback dl {
			overflow:hidden;
			margin-bottom:4px;
		}
		
			.feedback dt, .feedback .textbox, .feedback select {
				font:bold 1.25em Tahoma;
			}
		
			.feedback dt {
				float:left;
				width:154px;
				padding:0 4px;
				margin-right:8px;
				background:#fff;
				line-height:22px;
				color:#C8C8C8;
			}
			
			.feedback dd {
				margin-left:170px;
			}
			
				.feedback dd p {
					padding-left:12px;
				}
			
				.feedback .section dt {
					background:#1AA1C9;
					color:#fff;
					line-height:24px;
				}
				
				.main .feedback p {
					margin-bottom:3px;
				}
			
				.section select {
					background:#1AA1C9;
					color:#fff;
				}
				
				.obligatory dt, .obligatory .textbox, .feedback span {
					color:#1AA1C9;
				}
				
				.feedback .textbox {
					width:415px;
					padding-right:5px;
					padding-left:5px;
					font-weight:bold;
				}
				
				.feedback select {
					width:427px;
					padding-left:2px;
				}
				
				.feedback textarea {
					width:415px;
					padding:3px 5px;
					font:normal 1em Tahoma;
					height:140px;
				}
				
				.feedback img {
					vertical-align:top;
				}
				
				.code {
					font:normal 3em Tahoma;
					width:140px;
					background:#fff;
					border:1px solid #ccc;
					color:#999;
				}
				
				.feedback a {
					color:#999;
				}
				
				.feedback .button {
					background:url("../images/send-button.png") no-repeat;
					width:210px;
					height:31px;
					border:none;
					font:normal 1.4em Tahoma;
					text-align:left;
					color:#fff;
					padding-left:15px;
				}
				
				.feedback .right {
					padding-right:130px;
				}
	/* Tags cloud */
	
	.tags-cloud {
		margin-bottom:20px;
		font-size:16px;
	}
	
		.tags-cloud a {
			color:#00CFFF;
			text-decoration:none;
		}
		
		.tags-cloud a:hover {
			text-decoration:underline;
		}
	
		.tag-1 {font-size:xx-small}
		.tag-2 {font-size:x-small}
		.tag-3 {font-size:small}
		.tag-4 {font-size:normal}
		.tag-5 {font-size:large}
		.tag-6 {font-size:x-large}
		.tag-7 {font-size:xx-large}
	/* Question */
	
	.ask-a-question {
		display:block;
		background:url("../images/ask-a-question.gif") no-repeat left top;
		width:265px;
		font:normal 1.4em/23px Tahoma;
		color:#fff;
		text-decoration:none;
		padding:0 15px;
		margin-bottom:15px;
	}
	
	.ask-a-question:hover {
		color:#666;
	}
	
	.question {
		background:#fff url("../images/question.gif") no-repeat left 5px;
		margin:0 0 5px 40px;
		padding:10px 15px 7px 40px;
	}
	
		.main .question p, .main .answer p {
			margin-bottom:4px;
		}
		
		.question .signature {
			font-size:0.8em;
		}
	
	.answer {
		background:url("../images/h5.gif") no-repeat left top;
		padding:0 15px 10px 40px;
		margin-bottom:5px;
	}
	
		.answer .signature {
			padding-left:40px;
			color:#1AA1C9;
			font-size:0.8em;
		}
		
	/* Searchresult */
		
	.searchresult {
		margin-bottom:20px;
	}
	
		.retrieval-request {
			color:#1AA1C9;
		}
	
		.searchresult h2 {
			font-size:1.6em;
			margin-bottom:2px;
		}
		
			.searchresult h2 a {
				text-decoration:none;
				color:#5a5a5a;
			}
			
			.searchresult h2 a:hover {
				color:#333;
			}
			
		.searchresult dl {
			margin-bottom:10px;
		}
			
			.searchresult dt {
				margin-bottom:2px;
			}
			
				.searchresult dt span {
					background:#1AA1C9;
					padding:2px 3px;
					font:bold 1.3em Tahoma;
					color:#fff;
				}
		
		.main .searchresult .paging {
			padding-left:0;
		}
	
	/* Text page */
	
	.text-page {
		margin-bottom:20px;
	}
	
		.date {
			background:#1AA1C9;
			padding:2px 3px;
			font:bold 1.3em Tahoma;
			color:#fff;
		}
		
		.text-page h2 {
			font:normal 1.6em Tahoma;
			color:#1AA1C9;
		}
	
	/* News block */
	
	.news-block {
		margin-bottom:20px;
	}
	
		.news-block h2 {
			font-size:1.6em;
			margin-bottom:2px;
		}
		
			.news-block h2 a {
				text-decoration:none;
				color:#1AA1C9;
			}
			
			.news-block h2 a:hover {
				text-decoration:underline;
			}
			
		.news-block dl {
			margin-bottom:15px;
		}
			
			.news-block dt {
				margin-bottom:2px;
			}
			
				.news-block dt span {
					background:#1AA1C9;
					padding:2px 3px;
					font:bold 1.3em Tahoma;
					color:#fff;
				}
		
		.main .news-block .paging {
			padding-left:0;
		}
	
	/* Archive */
	
	.archive {
		overflow:hidden;
		padding-top:20px;
	}

		.archive li {
			float:left;
			padding:0 20px 0 0;
			height:190px;
			background:none;
		}
		
			.archive table {
				border-collapse:separate;
				border-spacing:2px;
			}
		
				.archive th {
					padding:2px 3px;
					text-align:center;
					font-weight:normal;
					color:#5a5a5a;
				}
				
				.archive td {
					width:18px;
					height:18px;
					padding:0;
					text-align:center;
					color:#fff;
					background:#C8C8C8;
					font-size:0.9em;
					font-weight:bold;
					line-height:18px;
				}
				
					.archive a {
						background:#1AA1C9;
						width:20px;
						display:block;
						text-align:center;
						color:#fff;
						text-decoration:none;
					}
			
				.archive li p {
					background:#1AA1C9;
					color:#fff;
					font:bold 1.3em/1.3em Tahoma;
					text-align:center;
					text-transform:uppercase;
				}
	
	.year-select {
		font:normal 2.8em Tahoma;
	}
	
		.year-select span {
			background:#C8C8C8;
			padding:2px 4px;
			color:#fff;
		}
		
		.year-select a {
			background:#1AA1C9;
			padding:2px 4px;
			color:#fff;
			text-decoration:none;
		}
	
	/* Map site */
	
	.sitemap {
		margin-bottom:20px;
	}
	
		.sitemap .first {
			margin-bottom:7px;
		}
	
			.sitemap .first a {
				color:#1AA1C9;
				font:bold 1.25em Tahoma;
				background:url("../images/mapsite-bullet.gif") no-repeat left 5px;
				padding-left:25px;
				text-decoration:none;
			}
			
			.sitemap .first a:hover {
				background:url("../images/mapsite-bullet-active.gif") no-repeat left 5px;
			}
			
			.sitemap .secondmenu {
				padding:7px 0 0 25px;
			}
			
				.sitemap .second {
					margin-bottom:7px;
				}
				
					.sitemap .second a {
						color:#777;
						font:bold 1.25em Tahoma;
						background:url("../images/mapsite-bullet-second.gif") no-repeat left 5px;
						padding-left:25px;
						text-decoration:none;
					}

	/* Error */
	
	.main .error {
		font-size:0.9em;
		margin-bottom:20px;
	}
	
		.error span {
			color:#1AA1C9;
		}
	
	/* Paging */
	
	.main .paging {
		margin-bottom:20px;
		overflow:hidden;
		padding-left:40px;
	}
	
		.paging li {
			float:left;
			margin-right:4px;
			background:#C8C8C8;
			text-align:center;
			padding:1px 3px;
		}
		
		.paging .act {
			background:#1AA1C9;
		}
		
			.paging a {
				font:normal 2em Tahoma;
				text-decoration:none;
				color:#fff;
			}
			
			.paging a:hover {
				color:#666;
			}
	
/* Leftside */
	
.leftside {
	float:left;
	width:249px;
}

	.leftside img {
		vertical-align:top;
	}
	
	.left-menu {
		background:url("../images/left-menu.gif") left top;
		font-size:0.9em;
	}
	
		.left-menu li {
			padding:10px 15px;
		}
	
		.left-menu .even {
			background:url("../images/left-menu-even.gif") left top;
		}
		
/* Footer */

.footer {
	clear:both;
	background:url("../images/footer.gif");
	padding:10px 15px 15px;
	font-size:0.85em;
	color:#CBD5D5;
}

	.footer ul {
		overflow:hidden;
		font:normal 1.7em/17px Tahoma;
	}
	
		.footer li {
			float:left;
			background:url("../images/footer-menu.gif") no-repeat left 2px;
			padding-right:9px;
		}
		
			.footer li a {
				color:#CBD5D5;
				padding-left:17px;
				text-decoration:none;
			}
			
			.footer li a:hover {
				color:#fff;
			}
.left-menu h2 {
               font:normal 1.6em/1.1em Tahoma;
          }
    