
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-weight: inherit;
  font-style: inherit;*/
  font-size: 100%;
  font-family: inherit;
  /*vertical-align: baseline;*/
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


body {
  font: normal 76% "trebuchet ms";
  color: #333;
	background: url('/images/background.jpg');
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}


/* text */
.text p {
  margin: 0 0 5px;
}
  .text h1, .text h2, .text h3 {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 5px 0 0;
  }
  .text h1 { font-size: 1.5em; }
  .text h2 { font-size: 1.33em; }
  .text h3 { font-size: 1.16em; }
  .text ul {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 5px;
  }
  .text ol {
    list-style: decimal;
    list-style-position: inside;
    margin: 0 0 5px;
  }
  .text table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 0 5px;
  }
  .text table td, .text table th {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 2px;
  }



#wrapper {
  width: 984px;
  margin: 20px auto;
}
#wrapper-mid {
	width: 964px;
	padding: 0 10px;
	background: url('/images/shadow-M.png') repeat-y;
}

.shadow-T {
	background: url('/images/shadow-T.png') no-repeat top;
	height: 20px;
}





#middle {
	background-color: #fff;
  padding: 10px 0 0;
}

#mid-left {
	width: 314px;
	float: left;
	background: #eee url('/images/mid-left-B.png') no-repeat bottom;
	margin: 0 20px 10px 12px;
  display: inline;
}
#mid-left .top-bg {
  background: url('/images/mid-left-T.png') no-repeat top;
	height: 21px;
}
#mid-right {
	float: right;
	width: 592px;
	margin: 0 26px 0 0;
  padding: 20px 0;
  display: inline;
}
#mid-left .midCont {
	padding: 0 16px 25px;
}

#mid-right h2.mTitle {
	font-size: 1.66em;
	font-weight: normal;
}


.startpage #header {
	background-image: url('/images/header-bg-startpage.png');
}
#header {
	background: url('/images/header-bg.png') repeat-x 0 top;
	height: 116px;
}
	#header .logo {
		float: left;
	}
	#header .logo img {
		margin: 4px 0 0 38px;
	}


.languages {
	float: right;
	margin: 0 0 25px;
}
	.languages li {
		display: inline;
		background: url('/images/lang-sepe.gif') no-repeat left;
		padding: 0 14px 0 15px;
		float: left;
    text-transform: uppercase;
	}
  .languages li.first {
    background: none;
  }
	.languages a {
		color: #000;
		text-decoration: none;
	}
	.languages a:hover {
		text-decoration: underline;
	}
	.languages .active a {
		text-decoration: underline;
	}


#menu {
	clear: right;
	float: right;
	margin: 0 12px 0 0;
  width: 643px;
  display: inline;
}
	#menu li {
		display: inline;
		padding: 0 0 0 8px;
		font-size: 1.16em;
	}
	#menu a {
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
	}
  #menu a:hover {
    text-decoration: underline;
  }
	#menu .active a {
		text-decoration: underline;
	}


.introCont {
	background: #000 url('/images/intro-bg.gif') repeat-x bottom;
  display: inline-block;
}
.introCont {
  display: block;
}
	.introCont .intro {
		width: 280px;
		padding: 0 15px 0 0;
		margin: 32px 0 0 27px;
		float: left;
		color: #fff;
		display: inline;
	}
	.introCont .intro .title {
		font-size: 1.33em;
		font-weight: normal;
		margin: 0 0 10px;
	}
	
	
	.terps {
		background: url('/images/home-terps.png') no-repeat;
		width: 580px;
		height: 290px;
		padding: 20px 25px;
		float: left;
		margin: 14px 0 37px;
	}
	.terps .descr {
		float: left;
		width: 282px;
		margin: 0 48px 0 0;
	}
	.terps .descr .title {
    font-size: 1.33em;
    font-weight: normal;
    margin: 0 0 10px;
		color: #000;
	}

/*
#slideshow {
  float: left;
  width: 250px;
  height: 267px;
  position: relative;
}
  #slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  #slideshow img.active {
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #slideshow img.last-active {
    z-index: 9;
  }
*/
#slideshow {
  float: left;
  width: 250px;
}
#slideshow img {
  display: none;
}
#slideshow .active img {
  display: block;
}



#mid-left h2.title {
  font-size: 1.66em;
	font-weight: normal;
  color: #000;
	padding: 0 0 2px;
	margin: 0 0 2px;
	background: url('/images/h2-line.gif') repeat-x bottom left;
}
#mid-left h3.title {
  font-size: 1.1em;
}

.morenews {
  float: left;
  margin: 15px 0 10px;
}

.work-time {
	font-size: 1.16em;
  margin: 0 0 8px;
}
	.work-time th {
		padding: 1px 7px 1px 0;
	}
	.work-time td {
		text-align: center;
	}


/* gallery */
.albums {
	background: url('/images/gallery-B.png') no-repeat bottom;
	float: left;
	color: #333;
	margin: 0 10px 14px 0;
}
  .albums .top {
    background: url('/images/gallery-T.png') no-repeat top;
    width: 150px;
    padding: 17px;
  }
  .albums img {
  	display: block;
  	margin: 0 auto;
  }
  .albums .atitle {
    font-size: 1.16em;
    text-decoration: none;
  }

.alb_back {
  clear: left;
  padding: 10px 0 10px 12px;
}
  .alb_back a {
    color: #333;
  }
  .alb_back a:hover {
    text-decoration: underline;
  }
.album_title {
	font-size: 1.66em;
	font-weight: normal;
  margin: 0 0 10px;
}


/* doc */


.doclist {
  /*margin: 0 22px 0 0px;*/
}
	.doclist li {
		margin: 10px 0 0;
	}
	.doclist h2.title, .docOpen h2.title {
		font-size: 18px;
		font-weight: normal;
		color: #333;
	}
	.doclist .date {
		font-size: 11px;
		color: #999;
	}
	.doclist .text {
		font-size: 12px;
		color: #333;
	}
	.doclist .more {
		text-decoration: underline;
		font-size: 12px;
		color: #333;
	}

  h3.fl {
		font-size: 15px;
		font-weight: normal;
		color: #1C2D72;
		display: inline;
	}
	.dodlLinks, .dodlFiles {
		display: inline;
	}
	.dodlLinks li, .dodlFiles li {
		display: inline;
		font-size: 12px;
		background: none !important;
		padding-left: 0 !important;
	}
	.dodlLinks a, .dodlFiles a {
		text-decoration: underline;
		color: #1C2D72;
	}
	.dodlLinks a:hover, .dodlFiles a:hover {
		text-decoration: none;
	}

	.docOpen {
    /*margin: 8px 22px 0 16px;*/
  }
  .docOpen h1.title {
    font-weight: normal;
    font-size: 1.66em;
    margin: 0 0 5px;
  }
  .docOpen .text {
		font-size: 12px;
		color: #333;
		padding-bottom: 10px;
  }
  .docOpen .text p {
    padding: 0 0 5px;
  }
  .docOpen .lead {
    font-weight: bold;
    padding-bottom: 5px;
  }
  .docOpen .print {
    float: right;
    background: url('/images/printer.png') no-repeat left;
    padding: 0 0 2px 20px;
    margin: 4px 0 0 0;
    color: #1C2D72;
    text-decoration: none;
  }
  .docOpen .print:hover {
    text-decoration: underline;
  }
  .docOpen ul {
    list-style-type: none;
    margin: 0 0 5px;
  }
  .docOpen ul li {
    background: url('/images/bullet.gif') no-repeat left 6px;
    padding-left: 12px;
  }
  .docOpen ol {
    list-style-position: inside;
    margin: 0 0 5px;
  }
  .docOpen h1 {
    font-size: 24px;
  }
  .docOpen h2 {
    font-size: 18px;
  }
  .docOpen h3 {
    font-size: 14px;
  }


.doc_back {
  clear: left;
  padding: 10px 0 10px 0px;
}
  .doc_back a {
    color: #333;
  }
  .doc_back a:hover {
    text-decoration: underline;
  }








#footer {
	background: url('/images/shadow-B.png') no-repeat bottom;
	height: 25px;
	padding: 2px 10px 3px 47px;
	color: #534a2f;
}
#footer a {
	color: #534a2f;
}
#footer span {
	padding: 0 0 0 40px;
}


.clear {
	clear: both;
}
