﻿
a img {border: none; }

form{
	margin:0 0 0 5px;
}

.art, p {
	font-size:14px;
	font-family:trebuchet ms;
	text-align: justify;
}

#tresc{
	float:left;
	width:568px;
	margin:0;
}
.kolumna{
	float:left;
	width:200px;
	margin:0 0 0 1px;
}
.spis{
	width:200px;
	overflow:hidden;
	background-color:#efefef;
	padding:4px 0 0 0;
	text-align:left;
}
.spis ul{
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #ffffff;
}
.spis ul li{
	padding:4px 5px 4px 19px;	
	border-bottom:1px solid #ffffff;
	background-image:url('/Content/i/decor_2.gif');
	background-repeat:no-repeat;
	background-position: 6px 4px;
	background-color:#f7f7f7;
}
.spis ul li.alternate{
	background-color:#f1f0f0;
}
.alternate { background-color:#d9d9d9 }

.ramka{
	font-size:13px;
	line-height:19px;
	padding:4px 25px 12px 8px;
	margin-bottom:3px;
}
.ramka h1{
	margin:10px 0 12px -2px;
}
.fota{
	float:right;
	padding:10px;
	/*margin:-4px -25px 10px 10px; */
	text-align:right;
	background-color:#f7f7f7;
}
.fota .spacer{
	height:6px;
	line-height:1px;
	font-size:1px;
}
.komentarz{
	padding:5px;
	border-bottom:1px solid #f7f7f7;
	line-height:18px;
}
.komentarz .plain{
	color:#9b9b9b;
}
input.tekst{
	display:block;
	border:1px solid #b1b1b1;
	padding:3px 5px;
	margin:1px;
	width:160px;
}
textarea{
	border:1px solid #b1b1b1;
	padding:3px 5px;
	margin:1px;
}
#dodajKomentarz textarea{
	float:left;
	width:504px;
	height:34px;
	overflow:auto;
}
#dodajKomentarz  .dodaj{
	float:left;
	margin:1px 0 0 2px;
	border-width:0px;
	background:url('/Content/i/submit.gif') 0 0 no-repeat;
	width:41px;
	height:42px;
	cursor:pointer;
	cursor:hand;
}

div.foto_opis{
	color: #666666;
	font-style: italic;
	text-align: left;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
th 
{
	border-bottom: solid 2px black;
}
.rightColBox 
{
    width: 300px;
    float: right;
    padding: 15px;       
}
