/*
 * CSS
 *
 * Structure: display; position; z-index; float; clear; width; height; overflow;
 * 						margin; padding; border; background; align; font;
 * 
 */


/****** BASIC STYLES **********************************************************/

body {
	background: url('../images/bg.gif') repeat-x;
	text-align: center;
	font: 11px Tahoma, sans-serif;
}

a {
	color: #204594;	
}

a:hover {
	text-decoration: none;	
}

strong {
	font-weight: bold;	
}

h2 {
	margin-bottom: 12px;
	font: 20px Arial Black, Arial, sans-serif;
	font-weight: bold;	
}

div#center {
	width: 940px;
	margin: auto;
	text-align: left;
}


/****** HELPERS ***************************************************************/

.blind {
  position:absolute;
  top:-4000px;
  left:-4000px;
  width:1px;
  height:1px;
  overflow:hidden
}

hr {
  display: none;
}

.dummy {
  clear: both;
  width: 100%;
  height: 1px;
}


/****** TOP *******************************************************************/

div#top {
	height: 100px;
}

div#top h1 a {
	display: block;
	position: relative;
	left: 10px;
	float: left;
	width: 360px;
	height: 100px;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -9999px;
}

div#top address {
	position: relative;
	right: 10px;
	float: right;
	height: 100px;
	padding-right: 80px;
	background: url('../images/heraldry.gif') right no-repeat;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.6;
}

div#top address span {
	display: block;
	padding-top: 23px;
}


/****** MENU ******************************************************************/

div#menu {
	position: relative;
	width: 940px;
	height: 36px;
	background: #1e4393 url('../images/bgMenu.gif') top no-repeat;
	z-index: 10;
}

div#menu li {
	float: left;
}

div#menu li a {
	display: block;
	padding: 11px 13px;
	border-left: 1px solid #4471b7;
	border-right: 1px solid #1e4393;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

div#menu li a:hover, div#menu li a.active {
	background: #1e4392 right repeat-y;
}

div#menu li.first a {
	border-left: none;
}

div#menu li.first a:hover {
	border-left: none;
	background: #1e4392 url('../images/bgMenuFirst.gif') top left no-repeat;
}

div#menu li.last a {
	border-right: none;
	background: url('../images/sepMenu.gif') right repeat-y;
}

div#menu li.last a:hover {
	border-right: none;
	background: #1e4392 url('../images/sepMenu.gif') right repeat-y;
}

div#menu fieldset {
	display: inline;
	float: right;
	height: 20px;
	padding: 0;
	margin: 5px;
}

.search input {
	width: 130px;
	margin-right: 3px;
}

.search button {
	border: 0;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	background: url('../images/loupe.gif') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.search button:hover {
	background: url('../images/loupeOver.gif') no-repeat;
}
div#menu li ul {
	position: absolute;
	visibility: hidden;
	background-color: white;
}

div#menu li ul li {
	float: none;
	display: inline;
}

div#menu li ul li a, div#menu li.last ul li a {
	width: auto;
	margin-top: 1px;
	padding: 8px 13px;
	border: none;
	background: #4572b8;
	color: #ffffff
}

div#menu li ul li a:hover, div#menu li ul li a.active {
	background: #1e4392;
}


/****** INFO MENU *************************************************************/

div#infoMenu {
	height: 27px;
	overflow: hidden;
	background: #c2d4f1 url('../images/bgInfoMenu.gif') bottom no-repeat;
}

div.nameDay {
	float: left;
	width: 290px;
	padding: 7px 0 7px 10px;
}

div#infoMenu ul {
	float: right;
	overflow: hidden;
	width: 600px;
}

div#infoMenu li {
	float: right;
}

div#infoMenu li a {
	display: block;
	margin-right: 14px;
	padding: 7px 0 7px 10px;
}

div#infoMenu li.infoBoard a {
	padding-left: 18px;
	background: url('../images/infoBoard.gif') left no-repeat;
}

div#infoMenu li.chatRoom a {
	padding-left: 22px;
	background: url('../images/chatRoom.gif') left no-repeat;
}

div#infoMenu li.mailRoom a {
	padding-left: 16px;
	background: url('../images/mailRoom.gif') left no-repeat;	
}

div#infoMenu li.writeMail a {
	padding-left: 18px;
	background: url('../images/writeMail.gif') left no-repeat;	
}

div#infoMenu li.webMap a {
	padding-left: 16px;
	background: url('../images/webMap.gif') left no-repeat;
}

div#infoMenu li.printWeb a {
	padding-left: 20px;
	background: url('../images/printWeb.gif') left no-repeat;
}

div#infoMenu li.rss a {
	padding-left: 16px;
	background: url('../images/rss.gif') left no-repeat;
}
div#infoMenu li.registration a {
	padding-left: 19px;
	background: url('../images/key.gif') left no-repeat;
}

div#infoMenu li.logout a {
	display: inline;
	padding: 0;
	margin: 0;
}

div#infoMenu li.logout {
	margin-right: 14px;
	padding: 7px 0 7px 17px;
	background: url('../images/user.gif') left no-repeat;
}
ul.navigation li.printWeb a {
	float: right;
	padding-left: 20px;
	padding-right: 0;
	background: url('../images/printWeb.gif') left no-repeat;
}

/****** CONTENT ***************************************************************/

div#content {
	width: 940px;
	margin: 20px 0 30px 0;
}

div#leftCol {
	float: left;
	width: 230px;
}

div#mainCol {
	float: right;
	width: 690px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}
div#mainCol .message{
  font-size: 22px;
  text-align:center;
  color:#416eb5;
}
div#mainCol table{
  font-size: 100%;
}
div#mainContent li{
  margin-left: 25px;
  list-style: square;
}
div#mainContent ol li{
  margin-left: 25px;
  list-style: decimal;
}
div#mainContent table td{
  padding: 2px 2px 2px 5px;
}
div#mainContent table {
  font-size: 100%;
}
div#mainContent span.autor {
  color: #416eb5;
  font-style: italic;
}
div#mainContent .reaciton {
  background-color: #EFEFEF;
  padding: 5px 10px 1px 10px;
  margin-bottom: 5px;
}
div#mainContent .record{
  background-color: #E1ECFF;
  padding: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #ABC2E8;
  border-bottom: 1px solid #ABC2E8;
}
div.slideshow {
  position: relative;
	margin-bottom: 8px;
}
div.big_mask1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 690px;
  height: 240px;
  background: url('../images/big_mask1.png') no-repeat left top;
  _background: url('../images/big_mask1.gif') no-repeat left top;
}
div.big_mask2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 690px;
  height: 240px;
  background: url('../images/big_mask2.png') no-repeat left top;
  _background: url('../images/big_mask2.gif') no-repeat left top;
}
span.small_mask {
  position: absolute;
  left: -71px;

  width: 62px;
  height: 62px;
  background: url('../images/small_mask.png') no-repeat left top;
  _background: url('../images/small_mask.gif') no-repeat left top;
  cursor: pointer;
  z-index: 1;
}
div#mainCol h3 {
	margin: 16px 0 4px 0;
	font: 16px Arial Black, Arial, sans-serif;
	font-weight: bold;
	color: #416eb5;
}
div#mainCol h4 {
	margin: 16px 0 4px 0;
	font: 14px Arial Black, Arial, sans-serif;
	font-weight: bold;
	color: #416eb5;
}
div#mainCol p {
	margin: 10px 0;
}


/****** FORUM *****************************************************************/

div.forum {
	border-top: 1px solid #abc2e8;
	background: #e1ecff;
}

div.subject {
	height: 50px;
	border-bottom: 1px solid #abc2e8;
}

.subject .name strong a {
	font-size: 13px;
}

.subject div.name {
	float: left;
	display: inline;
	width: 490px;
	margin: 5px 0 0 15px;
}

.subject div.info {
	float: left;
	display: inline;
	width: 170px;
	margin: 8px 0 0 15px;
	font-size: 11px;
}


/****** GALLERY ***************************************************************/

div.foto {
	float: left;
	width: 150px;
	height: 170px;
	margin: 0 10px 10px 0;
	border: 1px solid #dddddd;
	font-size: 11px;
	text-align: center;
}

div.foto a img {
	margin-top: 10px;
}

div.foto a {
	display: block;
	margin: auto;
}

/****** SUBMENU ***************************************************************/

div.submenu {
	margin-bottom: 10px;
	background: #c2d4f1 url('../images/bgSubmenuBottom.gif') bottom no-repeat;
	font-size: 12px;
}

div.submenu h3 {
	padding: 10px;
	background: #1e4392 url('../images/bgSubmenu.gif') top no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

div.submenu ul {
	padding-bottom: 10px;
}

div.submenu li a {
	display: block;
	width: 210px;
	margin-left: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #9bb2d7;
	background: url('../images/submenuArrow.gif') right no-repeat;
}

div.submenu li.selected {
	display: block;
	width: 210px;
	margin-left: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #9bb2d7;
	background: url('../images/submenuArrowSel.gif') right no-repeat;
}


/****** BANNERS ***************************************************************/

div.banners a {
  position: relative;
	display: block;
	margin-bottom: 8px;
}
span.banner_mask1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 230px;
  height: 60px;
  background: url('../images/banner_mask1.png') no-repeat left top;
  _background: url('../images/banner_mask1.gif') no-repeat left top;
  cursor: pointer;
}
span.banner_mask2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 230px;
  height: 60px;
  background: url('../images/banner_mask2.png') no-repeat left top;
  _background: url('../images/banner_mask2.gif') no-repeat left top;
  cursor: pointer;
}

/****** NAVIGATION ************************************************************/

ul.navigation {
	width: 690px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-size: 11px;
}

ul.navigation li {
	display: inline;
}

ul.navigation li a {
	margin-right: 3px;
	margin-left: 0px;
	padding-right: 10px;
	background: url('../images/navArrow.gif') right no-repeat;
}


/****** BOARD *****************************************************************/

div#board {
	float: left;
	width: 340px;
	margin-bottom: 10px;
	background: #c2d4f1 url('../images/bgInfoBottom.gif') bottom no-repeat;
	line-height: 1;
}

div#board h3 {
	margin: 0;
	padding: 10px;
	background: #1e4392 url('../images/bgInfo.gif') top no-repeat;
	font: 14px Tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

div#board ul {
	padding-bottom: 10px;
}

div#board li {
  position: relative;
	display: block;
	width: 320px;
	height: 85px;
	_height: 100px;
	overflow: hidden;
	margin-left: 10px;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #9bb2d7;
}
div#board li.more {
  height: 20px;
  text-align: center;
  }
div#board strong, div#board a {
	font-size: 11px;
	position: relative;
	font-weight: bold;
}

div#board a.more {
	padding-left: 17px;
	background: url('../images/infoIcon.gif') left no-repeat;
	font-weight: normal;
}

div#board img {
	float: left;
	margin-right: 10px;
}

div#board p {
	margin: 2px 0 5px 0;
	line-height: 1.2;
}


/****** NEWS ******************************************************************/

div#news {
	float: right;
	width: 340px;
	margin-bottom: 10px;
	background: #c2d4f1 url('../images/bgInfoBottom.gif') bottom no-repeat;
	line-height: 1;
	/*font-size: 11px;*/
}

div#news h3 {
	margin: 0;
	padding: 10px;
	background: #1e4392 url('../images/bgInfo.gif') top no-repeat;
	font: 14px Tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

div#news ul {
	padding-bottom: 10px;
}

div#news li {
  position: relative;
	display: block;
	width: 320px;
	height: 85px;/**********/
	_height: 100px;
	overflow: hidden;
	margin-left: 10px;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #9bb2d7;
}
div#news li.more {
  height: 20px;
  text-align: center;
  }
div#news strong, div#news a {
	font-size: 11px;
	position: relative;
	font-weight: bold;
}

div#news a.more {
	padding-left: 17px;
	background: url('../images/infoIcon.gif') left no-repeat;
	font-weight: normal;
}

div#news img {
	float: left;
	margin-right: 10px;
}

div#news p {
	margin: 2px 0 5px 0;
	line-height: 1.2;
}

p img.pic {
	float: left;
	margin: 3px 6px 3px 0;
}

div.paginator {
	margin-top: 20px;
}

div.paginator a.previous {
	padding: 0 3px 0 6px;
	background: url('../images/navLeftArrow.gif') left 5px no-repeat;
}

div.paginator a.next {
	padding: 0 7px 0 3px;
	background: url('../images/navArrow.gif') right 5px no-repeat;
}
/****** FOOTER ****************************************************************/

div#footer {
	width: 940px;
	height: 36px;
	margin: 30px 0 30px 0;
	background: url('../images/bgFooter.gif') no-repeat;
}

div#footer p {
	display: inline;
	float: left;
	width: 500px;
	margin-left: 10px;
	padding-top: 11px;
}
div#footer p a:hover {
  color: black;
}
div#footer #links a {
	float: right;
	width: 100px;
	margin-right: 10px;
	margin-top: 11px;
	text-align: right;
}
input{
margin: 0px;
}
.contact {
  position: relative;
  border-bottom: 1px solid #C2D4F1;
}
img.cLogo {
  position: absolute;
  right: 0px;
  top: 10px;
}