@CHARSET "UTF-8";

html, body{
	margin: 0px;
	padding: 0px;
	background: #f9f9f9 url(../img/bg.jpg) top repeat-x;	
}

body{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}

a{
	color: #000000;
}

#mainContainer{
	width: 675px;
	padding: 30px;
	padding-left: 195px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff url(../img/chopin.jpg) left 80px no-repeat;
}

#top{
	height: 60px;
}

div.leftCol{
	width: 410px;
	float: left;
}

div.rightCol{
	width: 200px;
	float: right;
}

div.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

div.left{
	float: left;
}

div.right{
	float: right;
	text-align: right;
}

img.logo{
	margin-top: 74px;
}

div.button{
	display: inline;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url(../img/buttonBg.jpg) repeat-x;
}

.bold{
	font-weight: bold;
}

div.field{
	width: 100%;
	margin-bottom: 12px;
}

div.fieldTitle{
	margin-bottom: 30px;
	line-height: 18px;
}

div.fieldContent{
	padding: 20px;
}

div.calendar{
	margin-top: -10px;
	margin-bottom: 20px;
}

#calendarNav{
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	font-weight: bold;
}

#calendarPrev{
	width: 30%;
	float: left;
	cursor: pointer;
}

#calendarCurrent{
	width: 39%;
	float: left;
	text-align: center;
}

#calendarNext{
	width: 30%;
	float: right;
	text-align: right;
	cursor: pointer;
}

div.calendarMain{
	width: 140px;
	margin: auto;
	margin-bottom: 20px;
}

div.calendarField{
	width: 18px;
	height: 17px;
	line-height: 16px;
	float: left;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
}

div.hasEvents{
	background: #f3001c;
	color: #ffffff;	
}

div.hasEvents a{
	display: block;
	width: 18px;
	height: 17px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;	
}

.more{
	font-weight: bold;
}

.more a{
	color: #000000;
	text-decoration: none;
}

.red{
	color: #ed1c22;
}

div.menuContainer{
	margin-top: -10px;
	margin-bottom: 20px;	
}

ul.menu{
	list-style: none;
	padding-left: 0px;
	padding-top: 10px;
}

li.menuItem{
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: #000000;
	color: #ffffff;
	margin-bottom: 2px;
}

li.menuItem a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem:hover{
	color: #000000;
	background: #ffffff;
}

li.menuItem:hover a{
	color: #000000;
	text-decoration: none;
}

li.menuItemWhite{
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
	color: #000000;
	margin-bottom: 2px;
}

li.menuItemWhite a{
	color: #000000;
	text-decoration: none;
}

li.menuItemWhite:hover{
	color: #ffffff;
	background: #000000;
}

li.menuItemWhite:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem2{
	padding-left: 45px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem2 a{
	color: #000000;
}

li.menuItem2:hover{
	color: #ffffff;
	background: #f3001c;
}

li.menuItem2:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.menuItem3{
	padding-left: 60px;
	height: 16px;
	line-height: 16px;
	background: #ffffff;
}

li.menuItem3 a{
	color: #000000;
}

li.menuItem3:hover{
	color: #ffffff;
	background: #f3001c;
}

li.menuItem3:hover a{
	color: #ffffff;
	text-decoration: none;
}

li.active{
	color: #000000;
	background: #ffffff;
}

li.active a{
	color: #000000;
	text-decoration: none;
}

div.news{
	padding-bottom: 25px;
}

div.newsImg{
	margin-bottom: 25px;
}

img.newsLabel{
	position: relative;
	margin-left: -7px;
	margin-top: -21px;
	margin-bottom: 20px;
}

div.boxes{
	margin-top: 20px;
	padding-top: 20px;
	width: 200px;
	float: right;	
}

div.box{
	width: 250px;
	margin-top: 10px;
	margin-bottom: 22px;
}

div.gallery{
	width: 460px;
	margin-left: -11px;
}

div.galleryItem{
	width: 81px;
	height: 81px;
	margin-left: 11px;
	margin-bottom: 11px;
	background: #c7c7c7;
	float: left;
}

form.sok{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}

input.topSearch{
	height: 12px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	width: 167px;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c7c7;
	margin-left: 1px;
	margin-right: 1px;
}

form.news{
	padding-left: 10px;
	margin-top: 45px;
	margin-bottom: 20px;
}

input.topNews{
	height: 12px;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	width: 90px;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c7c7;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 5px;
}

.white{
	color: #ffffff;
}

div.newsLinks{
	padding-left: 10px;
}

hr{
	background: #ffffff;
	border: none;
	border-top: 1px dotted #c7c7c7;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.newsSmall{
	margin-bottom: 10px;
}

div.nImgSmall{
	float: left;
}

div.nTextSmall{
	margin-left: 10px;
	float: left;
}

div.newsDateSmall{
	margin-top: 5px;
	margin-bottom: 3px;
}

div#backContainer{
	float: left;
	margin-top: 20px;
	width: 80px;
	text-decoration: underline;
	cursor: pointer;	
}

div#pagination{
	float: right;
	margin-top: 20px;
	width: 369px;
	text-align: center;
}

div#pagesContainer{
	padding: auto;
}

div.paginationItem{
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #c7c7c7;
	background: #ececec;
	margin-left: 3px;
	margin-bottom: 3px;
	float: right;
	text-align: center;	
}

div.paginationItem a{
	text-decoration: none;
}

div.paginationItem a:hover{
	text-decoration: underline;
	font-weight: bold;
}

div.pageActive{
	font-weight: bold;
}

div#footer{
	width: 840px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: 1px dotted #c7c7c7;	
	padding-top: 10px;
}

div#footerLogos{
	margin-top: 15px;
}

img.footerLogo{
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.capitalize{
	text-transform: capitalize;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

div#partners img{
	border: none;
}

a img{
	border: none;
}