* {margin: 0; padding: 0;}
body{ 
      background-color:black;
      text-align: center; /* wyjustowanie tekstu dla IE */
      font-family: arial;
      font-weight: normal;
      font-size: 14px;
		padding-top:20px;
		margin-bottom:20px;
		color:white;
}
#center{ 
      width: 980px;
		border: none;
      background-color: black;
      text-align: left; /*przywraca justowanie tekstu do lewej */
      margin: 0 auto; /*wysrodkuje strone w Firefox,Opera itd*/
		position:relative;
		border-top:1px solid #666666;
}
#top{
	background-color: transparent;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:120px;
}
#nawigacja{
	background-color: transparent;
	background-image: url(../images/nawigacja.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:40px;
	position:relative;
}
/* dystans pomiędzy nawigacją a tekstem */
#dystansik{
	height:40px;
}

#text_kontener{
	background-color: transparent;
	background-image: url(../images/text.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:920px;
}
#bottom{
	background-color: transparent;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:20px;
}
/* formatowanie nawigacji i linków */
#linkownia{
	width:980px;
	height:20px;
	position:absolute;
	left:40px;
	top:10px;
}
#linki,#linki li{
	display: inline;
	margin-left:36px;
}
#linki li a{
	font-size: 16px;
	font-weight: bold;
	color:#003333;
	text-decoration:none;
}
#linki a:hover,#linki a.active{
	color: #3399ff;
}
/* formatowanie części TOPOWEJ - Imię, Nazwisko, tytulatura */
/* wybór języka */
.language a,.english_language a{
	font-size: 15px;
	color: #33ccff;
	text-decoration: none;
}

.language a:hover,.english_language a:hover{
	color: silver;
}
/* wybór języka angielskiego - dystans lewy */
.english_language{
	margin-left:120px;
}
/* wybór języka polskiego - dystans lewy */
.language{
	margin-left:58px;
}
#dane{
	position:absolute;
	top:20px;
	left:20px;
}
#name{
	font-size:32px;
	color:white;
	font-style: italic;
	margin-left:15px;
}
.kreska_topowa{
   text-align:center;
   width:920px;
	height:1px; 
	padding:0;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px; 
	border:none;	
}
.kreska{
   text-align:center;
   width:630px;
	height:1px; 
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	border:none;
}
.personalia,.personalia_under{
	font-size:14px;
	font-style:italic;
	padding-left:10px;
	color: white; 
}
.personalia_under{
	color: InactiveBorder;
}
/* select english version */

/* link FOTOOKNO */
a#reklamka{
	font-size:12px;
	color:gray;
	text-decoration: none;
   margin-left:400px;
	padding-top:0;
	display:block;
	width:200px;
}
a:hover#reklamka{
	color:white;
}