/* CSS Document */
body {
	background: #000;
	/*background-image:url(../_grafika/tlo.jpg);*/
	background-repeat: no-repeat;
	background-position:center;
	font-family:Tahoma;
	font-size: 11px;
	color:#FFFFFF;
}

a:link {
	color: #00C800;;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C800;
}
a:hover {
	text-decoration: none;
	color: #008000;
}
a:active {
	text-decoration: none;
	color: #00C800;
}

#gora {
	height:250px;
}

#srodek {
	width:100%;
}

#lewo {
	text-align:center;
	margin-top:10px;
	width: 250px;
	float: left;
}

#prawo {
	background:#000000;
	width: 610px;
	margin-right: 20px;
	margin-top:10px;
	margin-left: 20px;
	float:right
}

#zawartosc {
	margin:auto;
	width:900px;
	background: #000000 url(tlo.png) repeat-y right;
}

#menu {
	text-decoration:none;
	color: #666666;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

#menu a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#menu a:hover {
	color:#999999;

}

* {
	margin:0;
	padding:0;
}

#stopka {
	clear:both;
	text-align:center;
	color: #666666;
	background:#000000;
}

.clear {
	clear:both;
}

h1 {
	padding:10px;
}

p {
	padding:7px;
}
.galTab {margin:0; padding: 0; }
.imgTab {text-align: center; vertical-align: middle; height: 135px; width: 135px; }

.imgTab img {
	border: 1px #fff solid;
}

#tresc_kontakt {
	padding-left: 47px;
}

.kontakt_input { width: 218px; height: 20px; padding: 5px 10px 0px 10px; font-family: Tahoma; font-size: 11px; color: #000; background: url('../_images/kontakt_input.gif') no-repeat; border: none; margin-bottom: 3px; }
.kontakt_input2 { width: 50px; height: 20px; padding: 5px 10px 0px 10px; font-family: Tahoma; font-size: 11px; color: #000; background: url('../_images/kontakt_input.gif') no-repeat; border: none; margin-bottom: 3px; }
.kontakt_textarea { width: 218px; height: 48px; padding: 5px 10px 5px 10px; font-family: Tahoma; font-size: 11px; color: #000; background: url('../_images/kontakt_textarea.gif') no-repeat; border: none; overflow: auto; }
.kontakt_submit { width: 63px; height: 20px; background: url('../_images/kontakt_submit.gif') no-repeat; border: none; margin-top: 7px; cursor: pointer; }