@charset "utf-8";
/* CSS Document */

/* główne ustawienia */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* menu w portfolio */
.portfolio_menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	text-decoration: none;
}
.portfolio_menu:link {
	color: #404040;
	text-decoration: none;
}
.portfolio_menu:visited {
	color: #404040;
	text-decoration: none;
}
.portfolio_menu:hover {
	text-decoration: none;
	color: #FFF;
}
.portfolio_menu:active {
	color: #404040;
	text-decoration: none;
}
.menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #C8C8C8;
	padding: 10px;
	color: #404040;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.menu:hover {
	background-color:#C9C9C9;
	color: #FFF;
}


/* opis stron internetowych */
.strona_tytul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.strona {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C7998;
}


/* tekst na szarym polu na górze */
.na_szarym {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #4E4E4E;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
	padding-right: 30px;
}


/* tekst nad nagłówkiem */
.data_publikacji {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}

/* zwykły tekst */
.tresc_zwykla {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	line-height: 160%;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* tytuł strony */
.title {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	color: #032E63;
	font-weight: bold;
	margin-top: 15px;
}

/* link na dole do zobacz portfolio */
.link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #032E63;
}

/* tekst po prawej stronie treści */
.opis {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
	line-height: 160%;
	border-left-color: #E4E4E4;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
	padding-right: 15px;
}

/* podpis zdjecia po lewej */
.podpis_zdjecia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

/* style do galerii */
.a1 {
	border-bottom-color:#03397C;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#03397C;
	border-top-style:solid;
	border-top-width:1px;
}
.a2 {
	border-bottom-color:#03397C;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#03397C;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#03397C;
	border-right-style:solid;
	border-right-width:1px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #039;*/
	line-height: 150%;
	font-size: 11px;
}
select, input, textarea {
	font-size: 1em;
}
h2 {
 *margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px dotted #dedede;
}
h3 {
	margin-top: 1.2em;
	margin-bottom: 0;
	padding: 0;
}
.example {
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
ul {
	list-style-image:url(list-style.gif);
}
pre {
	font-family: "Lucida Console", "Courier New", Verdana;
	border: 1px solid #CCC;
	background: #f2f2f2;
	padding: 10px;
}
code {
	font-family: "Lucida Console", "Courier New", Verdana;
	margin: 0;
	padding: 0;
}
#gallery {
	background-image:url(identyfikacja/identyfikacja.jpg);
	background-repeat:no-repeat;/*padding: 30px;*//*background: #e1eef5;*/
}

