/* Body */

body {
	background-color:rgb(240, 208, 21);
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:15px;
	font-family:Tahoma, Arial, sans-serif;
	color:rgb(200, 0, 0);
	text-align:center;
	}
	
/* Header */

h1 {
	font-weight:120;
	font-size:150%;
	/*font-size:15px; */
	line-height:19px;
	padding:12px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
	
h1.first {
	margin-top:-15px;
}
	
h2 {
	font-weight:120;
	font-size:115%;
	/*font-size:13px;*/
	line-height:17px;
	padding:12px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
	
h3 {
	font-weight:120;
	font-size:100%;
	line-height:17px;
	padding:2px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
	
/* Img */

img {
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	}
	
img.tekst {
	float:left;
	padding:0px 0px 0px 0px;
	margin:5px 10px 10px 0px;
	}

/* Link */

a:link {
	color:rgb(200, 0, 0);
	font-weight:normal;
	}
	
a:visited {
	color:rgb(200, 0, 0);
	font-weight:normal;
	}
	
a:hover {
	color:rgb(234, 74, 0);
	font-weight:normal;
	}
	
a:active {
	color:rgb(121, 0, 0);
	font-weight:normal;
	}
	
	
a.button {
	background-color:rgb(200, 0, 0);
	color:white;
	font-weight:bold;
	text-decoration: none;
	padding:4px;
	}
	
/* Span */

#biuro_misyjne span, a span {
	display:none;
	}
	
span.kursywa {
	font-style: italic;
	font-family: Times New Roman, Helvetica;
	font-size: 13px;
	}

/* Paragraph */

p {
	padding:0px 0px 0px 0px;
	margin:3px 0px 7px 0px;
	}
	
p.prawy {
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	}	

p.cytat {
	margin:3px 20px 7px 20px;
	font-style: italic;
	font-family: Times New Roman, Helvetica;
	font-size: 13px;
}
/* Table */

table {
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	border-collapse:collapse;
	}
	
th {
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	font-size:12px;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	}
	
th.l {
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	font-size:10px;
	line-height:13px;
	text-align:left;
	font-weight:bold;
	}
	
td {
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	text-align:right;
	font-weight:100;
	}
table.blank {
	border-width:0px;
	margin:0px;
}
table.blank td {
	border-width:0px;
	padding:0px;
	text-align: left;
	vertical-align: middle;
}
table.dane {
	border-width:0px;
	margin:0px;
}
table.dane td {
	border-width:0px;
	padding:3px 6px 3px 0px;
	text-align: left;
	vertical-align: middle;
}

/* List */
        
ul {
        margin:-3px 0px 0px 0px;
        padding:0px 0px 5px 30px;
	line-height:17px;
	}
        
/* Form */

form {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
div.in-form {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
div.in-form label {
	float:left;
	width:140px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	text-align:left;
	font-weight:100;
	}
		
input.text {
	padding:2px 2px 2px 2px;
	margin:0px 0px 5px 0px;
	color:rgb(200, 0, 0);
	/*background-color:white;*/
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	font-size:12px;
	line-height:15px;
	font-family:Tahoma, Arial, sans-serif;
	}
	
input.radio {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	border:none;
	background:none;
	height:11px;
	width:11px;
	}
	
input.checkbox {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	border:none;
	background:none;
	height:11px;
	width:11px;
	}

input.submit {
	padding:2px 2px 2px 2px;
	margin:5px 0px 5px 0px;
	border-style:none;
	background-color:rgb(200, 0, 0);
	cursor:pointer;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma, Arial, sans-serif;
	color:rgb(240, 208, 21);
	font-weight:100;
	}
	
select {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	background-color:rgb(240, 208, 21);
	cursor:pointer;
	font-size:10px;
	line-height:15px;
	font-family:Tahoma, Arial, sans-serif;
	color:rgb(200, 0, 0);
	}
	
textarea {
	padding:2px 2px 2px 2px;
	margin:0px 0px 5px 0px;
	color:rgb(200, 0, 0);
	background-color:rgb(240, 208, 21);
	border-style:solid;
	border-width:1px;
	border-color:rgb(200, 0, 0);
	font-size:10px;
	line-height:14px;
	font-family:Tahoma, Arial, sans-serif;
	width:300px;
	height:150px;
	}
	
div.choice0 {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	}
	
div.choice1 {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	}
	
div.choice2 {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
div.choice3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	}

.small {
	font-size:90%;
	}
/* Div */


#gora {
	clear:both;
	width:900px;
	height:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
	
#galeria {
	position:absolute;
	top:0px;
	left:auto;
	width:381px;
	height:250px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(grafika/galeria.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
#biuro_misyjne {
	position:absolute;
	top:0px;
	left:auto;
	width:519px;
	height:210px;
	margin:0px 0px 0px 381px;
	padding:0px 0px 0px 0px;
	background-image:url(grafika/biuro_misyjne.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
#flagi {
	position:absolute;
	top:0px;
	left:auto;
	width:50px;
	height:20px;
	margin:210px 0px 0px 381px;
	padding:0px 0px 0px 0px;
	background-image:url(grafika/flagi.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	visibility: hidden;
	}
	
#menu_gorne {
	position:absolute;
	top:0px;
	left:auto;
	width:419px;
	height:20px;
	margin:210px 0px 0px 431px;
	padding:0px 0px 0px 0px;
	}
	
#kolumny {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:250px 0px 0px 0px;
	text-align:left;
	}
	
#lewa {
	float:left;
	width:200px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 15px 50px;
	}
	
#prawa {
	float:left;
	width:573px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 27px;
	text-align:justify;
	vertical-align:bottom;
	}
	
#dol {
	clear:both;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(grafika/dol.jpg);
	background-position:50px 30px;
	background-repeat:no-repeat;
	}
	
/* Button */

#polish {
	float:left;
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#polish a:link, #polish a:visited, #polish a:hover, #polish a:active {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:14px;
	height:9px;
	background: url(grafika/polski.jpg) 0px 0px no-repeat;
	}
	
#english {
	float:left;
	margin:7px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}

#english a:link, #english a:visited, #english a:hover, #english a:active {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:14px;
	height:9px;
	background: url(grafika/angielski.jpg) 0px 0px no-repeat;
	}

#start {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#start a:link, #start a:visited {
	display:block;
	width:58px;
	height:20px;
	background: url(grafika/start.jpg) 0px 0px no-repeat;
	}

#start a:hover {
	background-position:0px -20px;
	}
	
#start a:active {
	background-position:0px -40px;
	}
	
body#body_start #start a:link, body#body_start #start a:visited {
	display:block;
	width:58px;
	height:20px;
	background: url(grafika/start.jpg) 0px -20px no-repeat;
	}

body#body_start #start a:hover {
	background-position:0px -20px;
	}
	
body#body_start #start a:active {
	background-position:0px -40px;
	}
	
#o_nas {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#o_nas a:link, #o_nas a:visited {
	display:block;
	width:60px;
	height:20px;
	background: url(grafika/o_nas.jpg) 0px 0px no-repeat;
	}

#o_nas a:hover {
	background-position:0px -20px;
	}
	
#o_nas a:active {
	background-position:0px -40px;
	}
	
body#body_o_nas #o_nas a:link, body#body_o_nas #o_nas a:visited {
	display:block;
	width:60px;
	height:20px;
	background: url(grafika/o_nas.jpg) 0px -20px no-repeat;
	}

body#body_o_nas #o_nas a:hover {
	background-position:0px -20px;
	}
	
body#body_o_nas #o_nas a:active {
	background-position:0px -40px;
	}
	
#aktualnosci {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#aktualnosci a:link, #aktualnosci a:visited {
	display:block;
	width:126px;
	height:20px;
	background: url(grafika/aktualnosci.jpg) 0px 0px no-repeat;
	}

#aktualnosci a:hover {
	background-position:0px -20px;
	}
	
#aktualnosci a:active {
	background-position:0px -40px;
	}
	
body#body_aktualnosci #aktualnosci a:link, body#body_aktualnosci #aktualnosci a:visited {
	display:block;
	width:126px;
	height:20px;
	background: url(grafika/aktualnosci.jpg) 0px -20px no-repeat;
	}

body#body_aktualnosci #aktualnosci a:hover {
	background-position:0px -20px;
	}
	
body#body_aktualnosci #aktualnosci a:active {
	background-position:0px -40px;
	}
	
#projekty {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#projekty a:link, #projekty a:visited {
	display:block;
	width:94px;
	height:20px;
	background: url(grafika/projekty.jpg) 0px 0px no-repeat;
	}

#projekty a:hover {
	background-position:0px -20px;
	}
	
#projekty a:active {
	background-position:0px -40px;
	}
	
body#body_projekty #projekty a:link, body#body_projekty #projekty a:visited {
	display:block;
	width:94px;
	height:20px;
	background: url(grafika/projekty.jpg) 0px -20px no-repeat;
	}

body#body_projekty #projekty a:hover {
	background-position:0px -20px;
	}
	
body#body_projekty #projekty a:active {
	background-position:0px -40px;
	}
	
#kontakt {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#kontakt a:link, #kontakt a:visited {
	display:block;
	width:81px;
	height:20px;
	background: url(grafika/kontakt.jpg) 0px 0px no-repeat;
	}

#kontakt a:hover {
	background-position:0px -20px;
	}
	
#kontakt a:active {
	background-position:0px -40px;
	}
	
body#body_kontakt #kontakt a:link, body#body_kontakt #kontakt a:visited {
	display:block;
	width:81px;
	height:20px;
	background: url(grafika/kontakt.jpg) 0px -20px no-repeat;
	}

body#body_kontakt #kontakt a:hover {
	background-position:0px -20px;
	}
	
body#body_kontakt #kontakt a:active {
	background-position:0px -40px;
	}
	
#design {
	padding:30px 0px 0px 689px;
	margin:0px 0px 0px 0px;
	}
	
#design a:link, #design a:visited {
	display:block;
	width:161px;
	height:30px;
	background: url(grafika/newstory.jpg) 0px 0px no-repeat;
	}

#design a:hover {
	background-position:0px -30px;
	}
	
#design a:active {
	background-position:0px -60px;
	}
	
div.menu1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom-style:solid;
	border-bottom-color:rgb(240, 208, 21);
	border-bottom-width:1px;
	}
	
div.menu1 a:link, div.menu1 a:visited {
	display:block;
	width:200px;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	text-indent:10px;
	color:rgb(240, 208, 21);
	font-weight:bold;
	background-color:rgb(200, 0, 0);
	}
	
div.menu1 a:hover {
	background-color:rgb(234, 74, 0);
	}
	
div.menu1 a:active {
	background-color:rgb(121, 0, 0);
	}
	
div.menu2 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom-style:solid;
	border-bottom-color:rgb(240, 208, 21);
	border-bottom-width:1px;
	}
	
div.menu2 a:link, div.menu2 a:visited {
	display:block;
	width:190px;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	text-indent:10px;
	color:rgb(240, 208, 21);
	font-weight:bold;
	font-size:90%;
	border-left-style:solid;
	border-left-color:rgb(234, 74, 0);
	border-left-width:10px;
	background-color:rgb(200, 0, 0);
	}
	
div.menu2 a:hover {
	background-color:rgb(234, 74, 0);
	}
	
div.menu2 a:active {
	background-color:rgb(121, 0, 0);
	border-left-color:rgb(121, 0, 0);
	}

#komunikat{
  display:none;
  height:20px;
  background-color:green;
  padding: 5px;
  padding-bottom: 0px;
  color:black;
}
#turingTable{
  border:0;
}
#turingTable td{
  border:0;
  text-align:left;
}
#turingTable img{
  margin:0;
}
.error {
  display:none;
  height:17px;
  background-color:red;
  padding:2px;
  padding-left: 5px;
  padding-bottom: 0px;
  color:black;
}
