body, td {
	color: black;
	font-family: Verdana;
}
body {
	background-color: #1C0B00;
}
.white {
	color:white;
}
a {
	color: white;
	text-decoration: none;
}
a.inw {
	color: black;
	font-family:Tahoma;
	font-size: 18px;
	font-weight:bold;
}
a.main {
	text-decoration: none;
	color: white;
	font-family: Verdana;
}
a.inw_proj {
	font-size:12px;
	color:white;
	font-weight:bold;

}
.main-text {
	font-size: 10px;
}
.head1 {
	font-family: Sans;
	font-size: 30px;
	font-weight:bold;
	color:white;
}
.head2 {
	font-size: 20px;
	color: white;
}

input, button, textarea {
	border: 1px #CC6600 solid;
	font-size: 12px;
	color: #CC6600;
	background-color: #1C0B00;
}
textarea.edit {
	width: 300px;
	height: 200px;
}
textarea.edit_art {
	width: 600px;
	height: 400px;
}
img {
	border-width: 0px;
}
img.black {
	border-width: 2px;
	border-color: black;
}
.semi-trans {
	background-image:url(img/trans.png);
	background-repeat:repeat;
}
.info {
	color: #CC6600;
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
}
.opis {
	color: white;
}
.click {
	cursor:pointer;
}

a.galeria:hover {
	position: relative;
}

a.galeria span.galeria {
	display: none;
}

span.galeria {
	border: solid #1C0B00;
	border-width: 10px;
	background-color:#1C0B00;
	color: #CC6600;
	z-index: 100;
	top: 0px; left: 0px;
}
a.galeria:hover span.galeria {
	display: block;
   	position: absolute;
	top: 0px; left: 0px;
}
