@charset "iso-8859-2";

* {margin:0px;padding:0px}

body, html {
	background:url(bg4.png) 50% 0px repeat-y #3a3f41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em; /* 1em */
	line-height:1.4em;
	color:#444;
}
#w {
	width:940px; /* 960px */
	margin:0 auto;
	background:#FFF;
	padding-bottom:30px;
	border-bottom:2px solid #222;
}

/* Tam gdzie cała strona */
	#content {
		width:930px; /* 950px */
		margin-left:35px;
	}


/* Box z informacjami */
	#link_info_box {
		display:none;
		position:absolute;
		font-size:.8em;
		top:-20px;
		width:120px;
		margin-left:60px;
		height:20px;
		text-align:center;
		color:#008c9a;
	}

/* Biały pasek na samej górze strony */
	#top {
		height:15px;
		color:#303436;
		background:#F00;
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:normal;
		text-align:right;
		padding-right:22px;
		padding-top:3px;
	}
	#top a {
		color:#AAA;
	}

/* Logo */
	#logo {
		width:200px;
		text-align:center;
/*		height:54px;
		background:url(logo3.png) 0px 0px no-repeat;
*/
		margin:15px 30px 15px 67px;
	}

/* Kontakt, Godziny otwarcia, itd. */
	#menu_top {
		float:right;
		position:absolute;
		margin:20px 15px 0px 710px;
		padding:10px;
		background:#F8F8F8;
		border:6px solid #FFF;
		/*border-bottom:30px solid #008c9a;*/
		color:#303436;
		display:inline;
		width:173px;
	}
	#menu_top a {
		color:#FFF;
		text-decoration:none;
		text-transform:uppercase;
		background:#008c9a;
		font-size:.9em;
		display:block;
		text-align:right;
		padding:5px 5px 5px 30px;
	}
	#menu_top hr {
		margin:10px 0px;
		border:none;
		border-bottom:2px solid #CCC;
	}

/* Header - Image */
	.header_img {
		margin-bottom:15px;
	}
	
/* Menu - Duży pasek szary */

	#menu {
		background:url(bg3.png) 0px 0px no-repeat #303436;
		width:833px;
		margin-bottom:15px;
		padding:25px 20px 20px 20px;
		color:#AAA;
		text-align:right;
	}
	#menu a {
		color:#AAA;
		text-decoration:none;
		border-left:2px dotted #008c9a;
		margin:15px 100px 0px 20px;
		padding:0px 5px 10px 10px;
		font-size:2.6em;
		letter-spacing:-2px;
		line-height:normal;
	}
/*
	#menu {
		width:872px;
		margin-bottom:15px;
		font-size:1.4em;
		padding:11px 0px;
		text-align:right;
		border-bottom:2px solid #F6F6F6;
	}
	#menu a {
		letter-spacing:-1px;
		padding:5px 20px;
		margin-right:15px;
		text-decoration:none;
		color:#666;
	}
	#menu a:hover { */
		/*border-bottom:4px solid #ec008c;*/
/*	} */

/* Menu Small - Maly pasek szary */
	#menu_s {
		background:url(bg3.png) 0px 0px no-repeat #303436;
		background:#FFF;
		width:863px;
		margin-bottom:15px;
		padding:5px 10px 10px 10px;
		color:#AAA;
	}
	#menu_s a {
		color:#AAA;
		text-decoration:none;
		border-left:2px dotted #008c9a;
		margin:15px 45px 0px 50px;
		padding:0px 5px 10px 10px;
		font-size:1em;
		letter-spacing:-1px;
		line-height:normal;
	}


/* Featured - Duży box */
	.top_box {
		width:600px;
		padding:20px 200px 30px 70px;
		margin:auto 0;
		margin-bottom:15px;
		background:url(bg1.png) 0px 0px no-repeat #EEEEEE;
		border:1px solid #DDD;
	}
	
/* News - Lewy duży box na aktualności */
	.news {
		width:450px;
		padding:20px 20px 30px 70px;
		float:left;
		margin-bottom:15px;
		background:#EEEEEE;
		border:1px solid #DDD;
	}

/* Node na całą szerokość */
	.node {
		width:780px;
		padding:20px 20px 30px 70px;
		margin-bottom:15px;
		background:#EEEEEE;
		border:1px solid #DDD;
	}

/* Wrap na lewą kolumnę */
	#sidebar {
		float:left;
	}

/* Boxy dla lewej kolumny */
	.box {
		width:273px;
		padding:20px;
		background:#EEEEEE;
		border:1px solid #DDD;
		margin:0px 15px 15px 15px;
	}
	.box img {
		margin-right:14px;
	}

/* Footer */
	#footer {
		text-align:left;
		width:880px;
		margin:0 auto;
		letter-spacing:-1px;
		font-style:italic;
		color:#666;
		padding:20px 0px 50px;
	}
	
/* Boxy do footer */
	#footer .box {
		width:235px;
		margin:15px 15px 15px 0px;
		float:left;
		background:none;
		font-style:normal;
		color:#AAA;
		border:none;
		letter-spacing:normal;
	}

/* Tabele */
	table {
		border:none;
		width:100%;
	}
	td {
		padding:6px 6px;
		border-bottom:1px solid #CCC;
		border-right:1px dashed #CCC;
		vertical-align:top;
	}
	#plan0 td {
		border:none;
	}

	/* Plan Zajęć 2 */
	#plan, #zajecia {
		/*padding:30px 0px;*/
	}
	#plan th {
		font-weight:normal;
		text-align:left;
		padding:10px;
	}
	#plan td {
		overflow:hidden;
		padding-bottom:60px;
	}
	#plan .dni {
		width:140px;
		/*background:#E9E9E9;*/
	}
	#plan .godziny {
		width:50px;
	}
	.dni b a {
		font-weight:normal;
		color:#ec008c;
	}
	
/* Border for img */
	.border {
		padding:10px;background:#FFF;border:1px solid #CCC;
	}


/* top_site */
	#top_site, #top_site2, #top_site3 {
		display:none;
		background:#333;
		width:880px;
		margin:0 auto;
		padding:30px;
		border-bottom: 1px solid #333;
		color:#EEE;
	}
	#top_site, #top_site2, #top_site3 {
		background:url(bg5.png) 0px 0px no-repeat #333;
	}
		#top_site #plan td, #top_site2 #zajecia td {
			border:none;
		}

	#top_site3 input, #top_site3 textarea {
		background:#555;
		color:#FFF;
		border:none;
		font-size:12px;
	}
#top_site_content {
		width:940px;
		margin:0 auto;
	}
	#top_site_bar {
		letter-spacing:-1px;
		position:absolute;
/*		top:0px; left:0px; */
		margin-top:200px;
		margin-left:940px;
		background:#FFF;
	}
	#top_site_bar a {
		text-decoration:none;
		font-size:.9em;
		display:block;
		/*padding:0px 5px;
		margin:0px 5px;*/
	}

/* Forms */

input, textarea {
	width:350px;
	font-size:.8em;
	padding:5px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
textarea {
	height:200px;
	font-size:1.1em;
}
.btn {
	background:url(btn.png) 12px 10px no-repeat #F5F5F5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	color:#565656;
	padding:3px 10px 6px 30px;
	font-weight:bold;
	font-size:1.2em;
	width:auto;
	margin-right:5px;
}
.btng {
	background:url(btng.png) 12px 10px no-repeat #F5F5F5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	color:#60ac16;
	padding:3px 10px 6px 30px;
	font-weight:bold;
	font-size:1.2em;
	width:auto;
	margin-right:10px;
}
.clean {
	background:none;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	border:none;
}

/* CUSTOM SEARCH */

#cse-search-form {
	width:180px;
}

/* INPUT */
tr .gsc-input {
	padding:0px;
	margin-right:2px;
	border:none;
	width:150px;
}
td .gsc-input {
	padding:5px 8px;
	margin-right:5px;
}

/* BUTTON */
.gsc-search-button {
	border:none;
}
td .gsc-search-button {
	width:24px;
	height:25px;
	background:url(lupa.png) 0px 0px no-repeat;
}

/* USELESS */
.gsc-clear-button, .gsc-branding, .gsc-tabsArea {
	display:none;
}

.gsc-control-cse {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em; /* 1em */
	line-height:1.4em;
	color:#444;
}
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #008c9a;
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #008c9a;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #ec008c;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #ec008c;
  }
  .gsc-cursor-page {
    color: #008c9a;
  }
  a.gsc-trailing-more-results:link {
    color: #008c9a;
  }
  .gs-webResult.gs-result .gs-snippet {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #333333;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #666;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
	font-family:Georgia, "Times New Roman", Times, serif;font-size:1em;
    color: #666;
  }

.float_left {
	float:left;
}
.float_right {
	float:right;
}
/* ---------------------------------------------- */
p {
	padding-bottom:15px;
}
a { color:#008c9a; }
a img {
	border:none;
}
a:hover {
	color:#ec008c;
}
hr {
	margin-top:4px;
}
h1 {
	text-decoration:none;
	font-weight:normal;
	line-height:1em;
	margin-bottom:15px;
	font-size:2em;
	letter-spacing:-2px;
}
h2, h3 {
	font-weight:normal;
	font-size:1.4em;
	margin-bottom:15px;
	margin-top:5px;
	letter-spacing:-1px;
}
h4 {
	font-weight:normal;
	font-size:1em;
	margin-bottom:15px;
}

.w25 {
	width:24%;
	float:left;
}
ul {
	list-style:inside;
}
li {
	list-style:none;
	background:url(li_bg.png) 0px 0px no-repeat;
	padding:0px 0px 5px 10px;
}


.pink {
	color:#ec008c;
}

.gray {
	color:#CCC;
}
.clear {
	clear:both;
}

/* CONTACT FORM CSS */

	#contact_form .float_left {
		float:left;
		width:150px;
	}
	#contact_form .float_right {
		float:right;
		width:600px;
		padding-top:5px;
	}
	#contact_form .gray {
		color:#AAA;
	}
	#contact_form .clear {
		clear:both;
		padding-bottom:10px;
	}

	#contact_form {
		padding:30px 10px 10px 10px;
	}
	#contact_form input, #contact_form textarea {
		display:block;
		padding:3px 5px;
	}
	#contact_form input {
		width:50%;
	}
	#contact_form textarea {
		width:90%;
	}
	a.button {
		background:url('btn_bg_2.png') no-repeat scroll top right;
		color:#444;
		display:block;
		float:left;
		height:30px;
		margin:10px 6px 0px 0px;
		padding-right:18px; /* sliding doors padding */
		text-decoration:none;
	}
	a.button span {
		background:url('btn_bg_1.png') no-repeat;
		display:block;
		line-height:17px;
		padding:6px 0px 7px 18px;
	}
	a.button:active {
		background-position: bottom right;
		color: #000;
		outline: none; /* hide dotted outline in Firefox */
	}
	a.button:active span {
		background-position: bottom left;
		padding:7px 0px 6px 18px;
	}



#close_this {
	text-align:right;
	display:none;
	background:#FFF;
	padding:5px;
}
#page_nav {
	padding-top:50px;
}
#page_nav p, #page_nav b, #page_nav a {
	float: left;
	padding: 2px 3px;
	margin:3px;
	text-decoration:none;
}
.float_right2 {
	display:none;
}
#gplus {
	padding:10px 0px 0px 10px;
	margin-top:10px;
	position:absolute;
}
