/* CSS Document
VERBiS, www.verbis.com.pl
Autor: Movemind, www.movemind.pl, e-mail: info@movemind.pl
*/

body {
	margin: 0px;
	background-color: #333;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	color: #ccc;
	line-height: 175%;
}

.clear {
	clear: both;
}

div#container {
	width: 985px;
	margin: 0 auto;
	
	padding-bottom: 10px;
}

div#header {
	height: 105px;
	background: #454545;
}

div#header_image_main {
	height: 250px;
	background: url("img/header_image_main.png") no-repeat;
	
}

div#content_main {
	height: 198px;
	background: #454545;
	padding: 10px 15px 0 25px;
}

	div#content_main_left {
	float: left;
	width: 470px;
	margin-top: 5px;
	}
	
	div#content_main_right {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 5px;
	}


div#footer {
	width: 985px;
	margin: 0 auto;
}
	
	div#created_by {
		float: left;
		padding: 5px;
		margin-left: 20px;
		font-size: 0.9em;
		color: #454545;
	}

	div#contact_information {
		float: right;
		padding: 5px;
		font-size: 0.9em;
		text-align: right;
		color: #727272;
	}

img {
	border: 0px;
}

img#logo {
	float: left;
	margin: 5px;
	margin-left: 20px;
}

span.button {
	font-size: 0.9em;
	font-weight: bold;
	color: #fe9d02;
	background-color: #333;
	/* background: #fe9d02; */
	/* border-bottom: solid 1px #000; */
	padding: 8px;
}

/* Menu górne */

#header_menu {
	float: right;
	margin-top: 30px;
	margin-right: -10px;
	width: 754px;
}

ul#menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	float: left;
	height: 75px;
	text-indent: -9999px;
}

a.start  {
	width: 121px;
	background: url("img/menu/start.gif") no-repeat;	
}

	a.start:hover {
		background: url("img/menu/start2.gif") no-repeat;	
	}
	
	a.start_selected {
		width: 121px;
		background: url("img/menu/start2.gif") no-repeat;
	}

a.kim_jestesmy {
	width: 121px;
	background: url("img/menu/kim_jestesmy.gif") no-repeat;	
}

	a.kim_jestesmy:hover {
		background: url("img/menu/kim_jestesmy2.gif") no-repeat;	
	}
	
	a.kim_jestesmy_selected {
		width: 121px;
		background: url("img/menu/kim_jestesmy2.gif") no-repeat;
	}

a.klienci {
	width: 121px;
	background: url("img/menu/klienci.gif") no-repeat;	
}

	a.klienci:hover {
		background: url("img/menu/klienci2.gif") no-repeat;	
	}
	
	a.klienci_selected {
		width: 121px;
		background: url("img/menu/klienci2.gif") no-repeat;
	}

a.oferta {
	width: 121px;
	background: url("img/menu/oferta.gif") no-repeat;
}

	a.oferta:hover {
		background: url("img/menu/oferta2.gif") no-repeat;	
	}

	a.oferta_selected {
		width: 121px;
		background: url("img/menu/oferta2.gif") no-repeat;
	}	
	
a.program_step {
	width: 130px;
	background: url("img/menu/program_step.gif") no-repeat;
}

	a.program_step:hover {
		background: url("img/menu/program_step2.gif") no-repeat;	
	}
	
	a.program_step_selected {
	width: 130px;
	background: url("img/menu/program_step2.gif") no-repeat;
}

a.kontakt {
	width: 93px;
	background: url("img/menu/kontakt.gif") no-repeat;
}

	a.kontakt:hover {
		background: url("img/menu/kontakt2.gif") no-repeat;	
	}
	
	a.kontakt_selected {
	width: 93px;
	background: url("img/menu/kontakt2.gif") no-repeat;
}

/* BEGIN: Podstrona */

div#header_image_sub {
	height: 169px;
	background: url("img/header_image_sub.png") no-repeat;
}

div#content_sub {
	float: left;
	width: 965px;
	padding-bottom: 20px;
	/* height: 289px; */
	padding-left: 20px;
	background: #454545;
}

	div#content_sub_left {
		float: left;
		width: 210px;
	}
	
	#sub_menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
	}
	
	#sub_menu li {
		margin: 0;
	}
	
	#sub_menu li a {
		display: block;
		padding: 10px 5px 10px 20px;
		text-decoration: none;
		width: 185px;
		font-weight: bold;
		border-bottom: solid 1px #333;
	}
	
	#sub_menu li a:hover {
		color: #fff;
		background: #333;
	}
	
	#sub_menu li.selected {
		display: block;
		padding: 10px 5px 10px 20px;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		background: #333;
		width: 185px;
		border-bottom: solid 1px #333;
	}

	div#content_sub_right {
	float: left;
	width: 680px;
	margin-left: 20px;
	padding-top: 18px;
	/* padding: 10px;
	margin: 10px 0 0 30px; */
	}

/* END: PODSTRONA */

#table_zespol {
	padding: 0;
	margin-top: 15px;
}

#table_zespol td {
	padding-right: 20px;
}

/* Tekst */

h1 {
	font-size: 1.1em;
	color: #fff;
	border-bottom: solid 1px #333;
}

h1 img {
	height: 22px;
}

div#content_sub_right h1 {
	margin: 0;
	padding: 0;
}

.verbis {
	letter-spacing: 2px;
}

/* Linki */

a {
	color: #fe9d02;
	text-decoration: none;
}

a:hover {
	color: #fe9d02;
	text-decoration: underline;
}

a.button {
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}

div#footer div#created_by a {
	color: #454545;
	text-decoration: none;
}

div#footer div#created_by a:hover {
	text-decoration: underline;
}

div#footer a {
	color: #727272;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

ul#konferencja_pliki {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul#konferencja_pliki li {
	padding-left: 30px;
	margin-bottom: 5px;
	background: url("img/ikona_pdf.gif") no-repeat 0;
}

span.bigger {
	font-size: 130%;
}

img#mapa {
	margin-top: 10px;
}
