body
{
  background-color: #00384c;
  margin: 0;
  padding: 0;
  font-family: Century Gothic,sans-serif;
}

p
{
  margin-top: 0;
}

a
{
  text-decoration: none;
}

#mainDiv
{
  width: 985px;
  height: 100%;
  margin: 0 auto;
}

#line
{
  height: 10px;
  width: 985px;
  background-color: #e0ef1a;
}

/*MENU LEWE*/

#top
{
  width: 985px;
  height: 280px;
  clear: both;
}

#leftMenu
{
  width: 274px;
  height: 280px;
  float: left;
}

.menu
{
  color: #757d23;
  clear: both;
  font-family: Century Gothic,sans-serif, bold;
  font-size: 10pt;
}

ul.menu
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.menu a
{
	display: block;
	height: 40px;
	width: 274px;
	background-image: url(../grafika/button.jpg);
	background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
}

.menu a:hover 
{
	background-position: bottom;
	color: #e0ef1a;
}

.menuLink
{
  position: relative;
  left: 52px;
  top: 12px;
} 

/*BANNER*/

#baner
{
  width: 711px;
  height: 240px;
  background-color: #ef8d1a;
  float: right;
}

.space
{ 
  width: 985px;
  height: 15px;
  background-color: #FFF;
  clear: both;
}

/*INTRO*/

.intro
{
  width: 985px;
  height: 200px;
  background-color: #e0ef1a;
  clear: both;
}

.introBox
{
  width: 785px;
  height: 200px;
  float: left;
  color: #00384c;
}

.introBigTitle
{
  font-weight: bold;
  font-size: 18pt;
  margin-left: 4px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.introTitle
{
  font-weight: bold;
}

.introTxt
{
  font-size: 10pt;
  margin-left: 24px;
  margin-bottom: 10px;
}

/*KALENDARZ*/

.calendar
{
  width: 200px;
  height: 200px;
  float: right;
}

.main 
{
  width:200px;
  height: 188px;
  background-image: url(../grafika/tloCalendar.jpg);
  border: 0;
}

.month 
{
  height: 46px;
  background-image: url(../grafika/tloMonth.jpg);
  border: 0;
  color: #FFF;
}

.daysofweek 
{
  background-color: #e0ef1a;
  color: #00384c;
  border: 0;
}

.days 
{
  font-size: 11px;
  color: #FFF;
  padding: 2px;
  border: 0;
}

.days #today
{
  background-color: #e0ef1a;
  color: #00384c;
  border: 0;
}

/*CONTENT*/

#content
{
  width: 985px;
  height: auto !important;
  overflow: auto;
  background-image: url(../grafika/tlo.jpg);
  background-repeat: repeat-y;
  background-color: #FFF;
  clear: both;
}

.contentBox
{
  background-color: #FFF;
  float: left;
  width: 785px;
}

.contentTitle
{
  font-weight: bold;
  font-size: 13pt;
  margin-left: 4px;
  margin-bottom: 15px;
}

.contentText
{
  font-size: 10pt;
  margin-left: 24px;
  margin-bottom: 10px;
  text-align: justify;
}

.contentPhoto
{
  background-color: #FFF;
  float: right;
  width: 200px;
}

