@charset "utf-8";

/* CSS Document */

body {
	background-color: #5da4be;
	background-image: url(../img/mainBack.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#top {
	background-image: url(../img/mainTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 320px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* -------------------------------------------------------------------------------------------- */

TD, #what2do_section{
	font-size: 13px;
}

#what2do_section{
	padding-bottom:5px;
	margin:auto;
	text-align:center;
}

.the_menu{
	background-color:#FFFFFF;
	padding:5px;
}

.the_menu a { 
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}

.the_menu a:hover{
	color:white;
	background-color:#5da4be;
}

#mid {
	min-height:490px;
	height:auto!important;
	height:490px;
	
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#5da4be;
	background-image: url(../img/mainBackMid.jpg)!important;
	background-repeat: repeat-y;
	background-position: center center;

}
#content {
	width:1100px;
	
	margin-left:auto;
	margin-right:auto;
	
}

#bottom_menu{
	width:1070px; 
	margin:auto;
	padding-top:20px;
	font-size:14px;

}



/* ------------------------------------------------------------------ left column ---*/
#leftColumn {
	width:364px;
	margin-left:15px;
	float:left;
	margin-top: 10px;
}
.header {
	display:block;
	height: 20px;
	margin-top:10px;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	text-align: left;
}
.archive {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#bottom_menu a {
	margin-left:35px;
	margin-right:35px;
	color:#b1b1b1;
	font-weight: bold;
}

.archive a {
	color: #f58220;
	font-weight: bold;
	text-decoration: none;
}
.archive a:hover, .archive a:hover .arIcon, #bottom_menu a:hover {
	color: #0099FF;
}

.arIcon {
	font-size: 16px;
	color: #999999;
}

.news_long{
	background-image: url(../img/news_big.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 126px;
	width: 362px;
	margin-bottom:3px;
	overflow: hidden;
}
.news_short{
	background-image: url(../img/news_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 125px;
	width: 182px;
	float:left;
	overflow: hidden;
}
.news_short  a  span {
	display: block;
	float: left;
	width: 155px;
	margin-left: 5px;
}
.news_long  a, .news_short a {
	display: block;
	padding: 7px;
	text-decoration: none;
	height: 111px;
}
.news_long a img {
	margin-right: 10px;
	float: left;
}
.news_long a span {
	display: block;
	float: left;
	width: 165px;
}
a span.data {
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
}
a  span.newsHeader {
	font-size: 16px;
	color: #f58220;
	font-weight: bold;
	line-height: 1.3em;
}
a   span.newsShort {
	font-size: 11px;
	color: #4e4e4e;
	font-weight: normal;
	margin-top: 5px;
	line-height: 1.2em;
}
a:hover    span.data, a:hover  span.newsHeader, a:hover span.newsShort {
	color: #0099FF;
}

/* ------------------------------------------------------------------ right column ---*/
#rightColumn {
	width:705px;
	margin-left:5px;
	float:left;
	margin-top: 10px;
}
.goracyTemat {
	background-image: url(../img/temat_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 450px;
	width: 705px;
	overflow: hidden;
}
.goracyTemat  a img    {
	margin-top: 8px;
	margin-left: 8px;
	float: left;
}
.goracyTemat  a:hover .orangeBack  {
	background-color: #0099FF;
	text-decoration: none;
}
.goracyTemat  a .orangeBack  {
	background-color: #f58220;
	display: block;
	height: 205px;
	float: left;
	width: 205px;
	position: relative;
	top: -205px;
	left: 493px;
}
.goracyTemat a .orangeBack .header {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
	width: 185px;
	height: 185px;
	letter-spacing: -1px;
	padding-top: 5px;
	padding-left: 5px;
}








/* -------------------------------------------------------------------------------------------- */

#follow {
    width: 1070px;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
}
#follow a#facebook {
    float: left;
    height: 45px;
    width: 145px;
    display: block;
    text-indent: -9999px;
    position: relative;
    left: 825px;
    top: 85px;
}

#bottom {
	height:665px;
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	padding-bottom:125px;
	

	background-image: url(../img/mainBackBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#credits {
	height: 210px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
.small {
	font-size: smaller;
}
.quo {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	height: auto;
	background-color: #F0EAE3;
	font-style: italic;
}


.kalendarz_note {
	font-size: 16px;
	color: #f58220;
	font-weight: bold;
	height: 2.5em;
	line-height: 1.3em;
	text-align:center; 
	padding-top:20px;
}
