/*  GLOBAL  */
*{padding:0; margin:0;}

body {
  background: #fff url(../img/site-bg.gif) top center;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/

#page-container {
  width: 930px;
  margin: 10px auto;
  padding:0;
}

/*HEADER*/
#header {
  width: 930px;
  margin:0;
  padding:0;
}

#header .top-line {
  /*width: 553px;*/
  margin:0 0 0 25px;
  padding:0;
  font-size: 10px;
}

#header .top-line .top-menu {
  float: left;
  margin:0;
  padding:3px 0 0 0;
  text-transform: none;
}

#header .top-line .top-menu ul {
  margin:0 0 10px 0;
  padding: 0;
}

#header .top-line .top-menu ul li {
  display:inline;
  list-style:none;
  margin:0 10px 0 0;
  padding:0 10px 0 0;
  /* background: transparent url(../img/top-menu-bg.gif) center right no-repeat; */
}

#header .top-line .top-menu ul li a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

#header .top-line .top-menu ul li a:hover {
  color: #CC0099;
  text-decoration: underline;
}

#header .top-line .language {
  float: right;
  width: 160px; 
  margin: 0;
  padding:3px 0 0 0;
  text-align: center;
}

#header .top-line .language a {
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #CC0099;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#header .top-line .language a:hover {
  text-decoration: underline;
}

#header .header-banner {
  clear: both;
  width: 930px;
  height: 200px;
  margin:0;
  padding: 0;
}

#header .header-banner img {
  border: none;
}

#header .header-banner a {
  display: block;
  width: 930px;
  height: 200px;
  text-decoration: none;
  border: none;
}

#header .header-banner span {
  display: none;
}

#header .header-banner-front {
  clear: both;
  width: 930px;
  height: 200px;
  background: transparent url(../img/banner-inspekt.jpg) left top no-repeat;
  margin:0;
  padding: 0;
}

#header .header-banner-front a {
  display: block;
  float: left;
  width: 796px;
  height: 200px;
  text-decoration: none;
  border: 0;
}

#header .header-banner-front span {
  display: none;
}

#header .header-banner-front .right-column-wraper {
  float: right;
  width: 160px;
  height: 200px;
  margin:0;
  padding:0;
  background: transparent url(../img/bgb.jpg) top center no-repeat;
}

#header .header-banner-front .right-column-wraper .right-info {
  width: 160px;
  color: #000;
  font-size: 11px;
}

#header .header-banner-front .right-column-wraper .right-info p {
  padding: 14px;
  color: #999999;
}

#header .header-banner-front .right-column-wraper .right-menu {
  width: 160px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

#header .header-banner-front .right-column-wraper .right-menu  ul {
  margin:0 14px 0 14px;
  padding: 0;
  list-style: none;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li.menu-sk {
  margin:0 0 17px 0;
  padding:0 0 0 0;
  background: transparent url(../img/sk.gif) top center no-repeat;
  height: 25px;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li.menu-uk {
  margin:0 0 17px 0;
  padding:0 0 0 0;
  background: transparent url(../img/uk.gif) top center no-repeat;
  height: 25px;
}

#header .header-banner-front .right-column-wraper .right-menu span {
  display: none;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li a {
  width: 105px;
  height: 25px;
  display: block;
  margin:0;
  padding:0;
  color: #002559;
  text-decoration: none;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li.menu-sk a {
  width: 105px;
  height: 25px;
  display: block;
  margin:0;
  padding:0;
  color: #002559;
  text-decoration: none;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li.menu-uk a {
  width: 105px;
  height: 25px;
  display: block;
  margin:0;
  padding:0;
  color: #002559;
  text-decoration: none;
}

#header .header-banner-front .right-column-wraper .right-menu  ul li a:hover {
  color: #CC0099;
  text-decoration: underline;
}

/*MAIN-MENU*/
#main-menu {
  margin:10px 0 20px 25px;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#main-menu ul {
  margin: 0;
  padding: 0;
}

#main-menu ul li {
  display:inline;
  list-style:none;
  margin:0 10px 0 0;
  padding: 0;
}

#main-menu ul li div {
  display:inline;
  margin: 0;
  padding: 0;
}

#main-menu ul li a.active {
  color: #CC0099;
}

#main-menu ul li a {
  color: #999999;
  text-decoration: none;
}

#main-menu ul li a:hover {
  color: #CC0099;
  text-decoration: underline;
}

/*BREADRUMBS*/
#breadcrumbs {
  margin:0 0 20px 243px;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
}

#breadcrumbs span a {
  color: #000;
  text-decoration: none;
}

#breadcrumbs span a:hover {
  color: #CC0099;
  text-decoration: underline;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
  display:inline;
}

#breadcrumbs ul li {
  display:inline;
  list-style:none;
  margin:0 0 0 0;
  padding:0 0 0 10px;
  background: transparent url(../img/left-menu-bullet.gif) top left no-repeat;
}

#breadcrumbs ul li a {
  color: #000;
  text-decoration: none;
}

#breadcrumbs ul li a:hover {
  color: #CC0099;
  text-decoration: underline;
}

/*LEFT-NAVIGATION-MENU*/
#left-navigation-menu, #left-navigation-menu-front  {
  float: left;
  width: 229px;
  margin: 0;
  padding: 0;
}

#left-navigation-menu-front h1 {
  font-size: 15px;
  height: 16px;
  font-weight: bold;
  color: #CC0099;
  margin: 20px 0 20px 0;
  padding: 0;
  text-align: center;
}

#left-navigation-menu-front h1.sk {
  background: transparent url(../img/left-navigation-menu-h1-bg-sk.gif) top center no-repeat;
}

#left-navigation-menu-front h1.en {
  background: transparent url(../img/left-navigation-menu-h1-bg-en.gif) top center no-repeat;
}

#left-navigation-menu-front h1 span  {
  display: none;
}

#left-navigation-menu-front ul {
  font-size: 15px;
  font-weight: normal;
  margin:0 0 0 14px;
  padding: 0;
  list-style: none;
}

#left-navigation-menu ul {
  font-size: 11px;
  font-weight: normal;
  margin:0 0 0 14px;
  padding: 0;
  list-style: none;
}

#left-navigation-menu-front ul li {
  margin:0 0 10px 0;
  padding:0 0 0 14px;
  background: transparent url(../img/left-menu-bullet.gif) top left no-repeat;
  line-height: 15px;
}

#left-navigation-menu ul li {
  margin:0 0 10px 0;
  padding:0 0 0 14px;
  line-height: 11px;
}

#left-navigation-menu ul li a, #left-navigation-menu-front ul li a {
  margin:0;
  padding:0;
  color: #000;
  text-decoration: none;
}

#left-navigation-menu ul li a:hover, #left-navigation-menu-front ul li a:hover {
  text-decoration: underline;
}

#left-navigation-menu ul li div a, #left-navigation-menu-front ul li div a {
  color: #000;
  font-weight: bold;
  padding:0 0 0 14px;
  background: transparent url(../img/left-menu-bullet.gif) top left no-repeat;
  display: block;
}

#left-navigation-menu ul ul {
  font-size: 11px;
  font-weight: normal;
  margin:10px 0 0 28px;
  padding: 0;
  list-style: none;
}

#left-navigation-menu ul ul li {
  margin:0 0 10px 0;
  padding:0;
  line-height: 11px;
  background: none;
}

#left-navigation-menu ul ul li a {
  margin:0;
  padding:0;
  color: #000;
  text-decoration: none;
}

#left-navigation-menu ul ul li a:hover {
  text-decoration: underline;
}

#left-navigation-menu ul ul li div a {
  color: #CC0099;
  font-weight: bold;
  padding:0 0 0 14px;
  background: transparent url(../img/left-menu-bullet.gif) top left no-repeat;
  display: block;
}

/*RIGHT-COLUMN*/
#right-column {
  float: left;
  width: 161px;
  margin: 0;
  padding: 0;
}

#right-column p {
  margin: 14px 0 0 14px;
  padding: 0;
}

#right-column img {
	border: none;
}

/*CONTENT*/
#content {
  max-width: 850px;
  width: 850px;
  float: left;
  margin:0 0 0 15px;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

#content .gallerie {
/*  width: 535px;*/
}

#content .gallerie-thumb {
  float: left;
}

#content .backlink {
  clear: left;
  margin: 14px 0 14px 0;
  padding: 0;
}

#content .backlink a {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

#content .backlink a:hover {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #CC0099;
  text-decoration: underline;
}

/*ARTICLES*/
#content .content-middle .article {
  margin: 0 0 30px 0;
  padding: 0;
}

#content .content-middle .article h2 {
  margin: 0 0 1.5em 0;
  padding: 0;
}

#content .content-middle .article p {
  margin: 0 0 1.5em 0;
  padding: 0;
}

#content .article ol, #content .article ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-position: inside;
}

#content .article a, #content .article li a {
  color: #CC0099;
  text-decoration: none;
}

#content .article a:hover, #content .article li a:hover {
  text-decoration: underline;
}

#content .files {
  margin: 0;
  padding: 0;
}

#content .files ul {
  margin: 0;
  padding: 0;
}

#content .files li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#content .files li a {
  /*width: 450px;*/
  /*display: block;*/
  font-size: 11px;
  margin: 0;
  padding: 5px 0 5px 20px;
  line-height: 16px;
}

#content .files li div {
  margin: 0 0 20px 22px;
  padding: 0;
}

#content .content-left .text-wraper .article h2, #content .content-right .text-wraper .reference h2 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

#content .content-right .text-wraper .reference h2 {
  font-weight: bold;
}

#content .content-left .text-wraper .article h2 a, #content .content-right .text-wraper .reference h2 a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

#content .content-left .text-wraper .article h2 a:hover, #content .content-right .text-wraper .reference h2 a:hover {
  text-decoration: underline;
}

#content .content-left .text-wraper .article p.info {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#content .content-left .text-wraper .article p.info span {
  margin:0 10px 0 0;
  padding:0 10px 0 0;
  background: transparent url(../img/top-menu-bg.gif) center right no-repeat;
  text-transform: uppercase;
}

#content .content-middle .article .source {
  margin: -1.5em 0 1.5em 0;
  padding: 0;
}

#content p.navlinks {
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
}

#content p.navlinks a {
  color:#CC0099;
  text-decoration: none;
}

#content p.navlinks a:hover {
  text-decoration: underline;
}

/*ARTICLE-LIST*/
#content .content-middle .article-list H2 {
  margin: 0;
  padding: 0;
}

#content .content-middle .article-list H2 a {
  color: #000;
  text-decoration: none;
}

#content .content-middle .article-list H2 a:hover {
  text-decoration: underline;
}

#content .content-middle .article-list p.info {
  margin: 0;
  padding: 0;
}

#content .content-middle .article-list p.description {
  margin: 0 0 20px 0;
  padding: 0;
}

#content .content-middle .article-list .description a {
  color: #CC0099;
  font-size: 11px;
  text-decoration: none;
}

#content .content-middle .article-list .description a:hover {
  text-decoration: underline;
}

table {
/*   width: 100%; */
  margin: 0 0 15px 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
/*  width: 320px;*/
}

th {
  padding: 0.5em;
  text-align: center;
}

td {
  padding: 0.5em;
  text-align: left;
}

/* ---------------------
td:first-child {
border: none;
text-align: left;
  width: 20%;
}

td+td {
  border-left: 1px solid #999;
  text-align: left;
}

tr.alt td {
  background-color: #CACADA;
}

tr.pink td, tr.pink-top td {
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: bold;
  color: #CC0099;
}

tr.pink-bottom td {
  border: none;
  font-weight: bold;
  color: #CC0099;
}
------------------------------- */


#history td:first-child {
  width: 100px;
  text-align: center;
  font-weight: bold;
  color: #CC0099;
}

#history td+td {
  text-align: left;
}

#history td strong {
  color: #CC0099;
}

.form table {
  width: auto;
  border-collapse: separate;
  font: 11px Arial, Helvetica, sans-serif;
}

.form th, .form td {
  padding: 1px;
}

.form th {
  text-align:center;
  background: #CCCCDD;
}

.form td+td {
  border: none;
  text-align: left;
}

.form label {
  float: left;
  width: 100px;
}

.form .mandatory {
  border: 1px solid red;
  border-width: 1px 1px 1px 1px;
  background-color: #ccc;
}

/*CONTENT-MIDDLE*/
#content .content-middle {
  margin: 0 0 0 10px;
  padding: 0 14px 0 14px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  width: 850px;
}

#content .content-middle h1 {
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
}

#content .content-middle h2 {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #000;
  margin: 20px 0 20px 0;
  padding: 0;
}

#content .content-middle h3 {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #000;
  margin: 20px 0 20px 0;
  padding: 0;
}

#content .content-middle p {
  margin: 0 0 15px 0;
  padding: 0;
}

#content .content-middle a {
  color: #CC0099;
  text-decoration: none;
}

#content .content-middle a:hover {
  text-decoration: underline;
}

#content .content-middle ul, .content-middle ol {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-position: inside;
}

#content .content-middle ul {
	list-style-type: square;
}

#content .content-middle ul li, #content .content-middle ol li {
  margin: 0 0 0 30px;
  padding: 0;
  text-indent: -15px;
}

#content .content-middle ul li span {
/*  float: left;
  display: block;
  border: 1px solid #400;
  width: 100px;*/
  font-weight: bold; 
}

#content .content-middle img {
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #999999;
}

#content .content-middle .structure .thumb {
  float: left;
}

#content .content-middle .structure .info {
  width: 370px;
  margin: 0 0 40px 10px;
  padding: 0 0 0 0;
  float: left;
}

#content .content-middle .structure h2 {
	margin: 20px 0 10px 0;
}

#content .content-middle .structure h3 {
	color: #002559;
	background: transparent url(../img/contact-icon.html) left top no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	height: 16px;
	cursor: pointer;
	cursor: hand; 
}

#content .content-middle .structure .contact {
	font-size: 11px;
	margin: 5px 0 20px 8px;
	padding: 0 0 0 20px;
	border-left: solid 1px #CC0099;
}

#content .content-middle .children h2 {
	color: #CC0099;
	background: transparent url(../img/info-icon.html) left top no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	height: 16px;
	cursor: pointer;
	cursor: hand; 
}

#content .content-middle .children p {
	font-size: 11px;
	margin: 5px 0 30px 8px;
	padding: 0 0 0 20px;
	border-left: solid 1px #CC0099;
}

#content .content-middle .agents h3 {
	color: #002559;
	background: transparent url(../img/contact-icon.html) left top no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	height: 16px;
	cursor: pointer;
	cursor: hand; 
}

#content .content-middle .agents p {
	font-size: 11px;
	margin: 5px 0 30px 8px;
	padding: 0 0 0 20px;
	border-left: solid 1px #CC0099;
}

#content .content-middle .contacts {
	margin: 0 0 0 11px;
}

#content .content-middle .contacts h2 {
	color: #CC0099;
	background: transparent url(../img/contact-icon.html) left top no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	height: 16px;
	cursor: pointer;
	cursor: hand; 
}

#content .content-middle .contacts h3 {
	color: #002559;
	background: transparent url(../img/contact-icon.html) left top no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	height: 16px;
	cursor: pointer;
	cursor: hand; 
}

#content .content-middle .contacts p {
	font-size: 11px;
	margin: 5px 0 20px 8px;
	padding: 0 0 0 20px;
	border-left: solid 1px #CC0099;
}

#content .content-middle .iframe-map {
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
	width: 425px;
	height: 350px;
}

#content .content-middle .references {
	margin: 10px 0 0 0;
	padding: 0;
}

#content .content-middle .references .references-info {
	background: transparent url(../img/info-icon.html) left top no-repeat;;
	width: 16px;
	height: 16px;
	display: block;
}

#content .content-middle .references .references-info span {
	display: none;
}

#content .content-middle .references-form {
	margin: 0;
	padding: 5px;
}

#content .content-middle .references-form select {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content .content-middle .references-form .button {
	margin: 0 0 0 0;
  	padding: 1px 2px 1px 2px;
  	background: #CC0099;
  	color: #fff;
  	font-size: 10px;
  	font-weight: bold;
  	text-align: center;
  	border: none;
}

#content .content-middle .searchform {
	margin: 0 0 20px 0;
	padding: 0;
}

#content .content-middle .searchform .button {
	margin: 0 0 0 0;
  	padding: 3px 2px 2px 2px;
  	background: #CC0099;
  	color: #fff;
  	font-size: 10px;
  	font-weight: bold;
  	text-align: center;
  	border: none;
}

#content .content-middle .searchresult .searchinfo {
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	color: #FF0000;
	font-size: 11px;
}

#content .content-middle .searchresult dl {
	margin: 0 0 20px 0;
	padding: 0;
}

#content .content-middle .searchresult dl dd {
	color: #333333;
	margin: 5px 0 0 0;
}

#content .content-middle .searchresult dl dd .searchfileinfo {
	font-size: 11px;
	color: #999999;
	margin: 5px 0 0 0;
}

#content #sitemap ul {
	font-size: 16px;
	font-weight: bold;
}

#content #sitemap ul ul {
	font-size: 13px;
	font-weight: bold;
}

#content #sitemap ul ul ul {
	font-size: 11px;
	font-weight: bold;
}

#content #sitemap ul ul ul ul {
	font-size: 11px;
	font-weight: normal;
}

/*CONTENT-LEFT*/
#content .content-left {
  float: left;
  width: 284px;
  margin: 0;
  padding: 0;
}

#content .content-left h1 {
  height: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #CC0099;
  margin: 20px 0 20px 14px;
  padding: 0;
  text-align: left;
}

#content .content-left h1.sk {
  background: transparent url(../img/content-left-h1-bg-sk.html) bottom left no-repeat;
}

#content .content-left h1.en {
  background: transparent url(../img/content-left-h1-bg-en.html) bottom left no-repeat;
}

#content .content-left h1 span {
  display: none;
}

#content .content-left .text-wraper {
  margin: 0;
  padding: 0 5px 0 14px;
  border-left: 1px solid #999999;
}

#content .content-left .text-wraper p {
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 13px;
}

/*CONTENT-RIGHT*/
#content .content-right {
  float: left;
  width: 283px;
  margin: 0;
  padding: 0;
}

#content .content-right h1 {
  height: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #CC0099;
  margin: 20px 0 20px 14px;
  padding: 0;
  text-align: left;
}

#content .content-right h1.sk {
  background: transparent url(../img/content-right-h1-bg-sk.html) bottom left no-repeat;
}

#content .content-right h1.en {
  background: transparent url(../img/content-right-h1-bg-en.html) bottom left no-repeat;
}

#content .content-right h1 span {
  display: none;
}

#content .content-right .text-wraper {
  margin: 0;
  padding: 0 14px 0 14px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

#content .content-right .text-wraper p {
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 13px;
}

#content .content-right .reference a {
  color: #CC0099;
  text-decoration: none;
}

#content .content-right .reference a:hover {
  text-decoration: underline;
}

/*FOOTER*/
#footer {
  clear: both;
  margin:20px 14px 20px 14px;
  padding:10px;
  text-align: center;
  font-size: 10px;
  color: #999999;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

#footer a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #CC0099;
  text-decoration: underline;
}

#validator {
  text-align: center;
}

/*GLOBAL*/
.clear {
  clear: left;
}

.button {
  margin: 0;
  padding: 1px 2px 1px 2px;
  background: #CC0099;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border: none;
  }

