* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
			}

#top_nav {
	background-image: url(../images/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header {
	background-image: url(../images/n.jpg);
	height: 235px;
}

#main_nav {
	background-image: url(../images/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(../images/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em; display: inline;
}


#content {
	width:620px;
	margin-left: 20px;
	padding: 15px 0; float: left; display: inline;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 235px;
	clear: both;
	text-align: center;
	padding-top: 22px;
}
#footer p{
	text-align: center; padding-top: 200px;
}

/**************************************** text, images, lists ****************************/

img.float_left {
	float: right;
}


p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #9A0500; border-bottom: 1px dotted #9A0500;
	font-size: 130%; margin-bottom: 10px;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 30px; margin-top: 10px;
	padding-top: 3px;
	padding-left: 5px; overflow: hidden;
}
#content h2:first-child{
	margin-top: 0px;
}
h2 a{
	text-decoration: none; color: #9A0500;
}
h2 a:hover{
	text-decoration: underline; color: #9A0500;
}
h3 {
	background-image: url(../images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(../images/sidebar_heading_2.png);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
	margin-top: 10px;
}
#right h4:first-child{
	margin-top: 0px;
}
dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(../images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer{
	overflow: hidden;
}
#navcontainer #navlist
{
	color: White; display: block;
	width: 100%;
	height: 54px;
}

#navcontainer #navlist li { float: left }

#navcontainer #navlist li a
{
	padding: 18px 1em;
	height: 18px;
	color: #720201;
	text-decoration: none;
	float: left;
	background-image: url(../images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer #navlist li a:hover
{
	color: #fff;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}
.clear{
	clear: both; width: 100%; height: 0px;
}
a img{
	border: 0px;
}
a{
	color:#720201; text-decoration: none; font-weight: bolder;
}
a:hover{
	color:#720201; text-decoration: underline;
}
.avatar{
	padding: 2px;
	border: 1px solid #ff99cc;
}
.avatar_float{
	padding: 2px;
	border: 1px solid #a9a9a9;
	float: left;
	margin: 0 4px 4px 0;
}
.radio_list, .checkbox_list{
	padding: 0px; margin: 2px; list-style: none;
}
.error_list{
	list-style: none;
	padding: 0px;
	margin: 2px;
}
.error_list li{
	padding: 0px 2px 2px 20px;
	background-image: url(../images/stop.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: red;
	font-weight: bolder;
}
.error{
	padding: 2px; clear: both; color: red;
	background-color:#ffc6c6; display: block;
	font-weight: bold; margin-top: 2px; 
}
.good{
	background-color: #88ff89;
	padding: 2px;
	font-weight: bold;
	color: green; margin-top: 2px;
}
.inputText{
	width: 600px;
	font-size:90%;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #dcdcdc;
}
.inputText:hover{
	border: 1px solid silver;
}
.inputText2{
	width: 380px;
	font-size:90%;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #dcdcdc;
}
.inputText2:hover{
	border: 1px solid silver;
}
.inputText3{
	width: 190px;
	font-size:90%;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #dcdcdc;
}
.inputText3:hover{
	border: 1px solid silver;
}
.inputText4{
	width: 80px;
	font-size:90%;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #dcdcdc;
}
.inputText4:hover{
	border: 1px solid silver;
}
#shadow table td, .shadow table td{
	color: black;
	padding: 4px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#shadow table, .shadow table{
	width: 100%;
	top:-4px;
	left: -4px;
	position: relative;
	border: 1px solid black;
}
#shadow table th{
	color: white; background: black;
}
#shadow, .shadow{
	background-color: gray;
	margin-bottom: 5px;
}
.abc{
	background-color: #ff99cc;
}
.def{
	background-color: #ffbbdd;
}
.tr_hover{
	background-color: #ffe5f2;
}
.akcja a{
	display: block;
}
table th{
	background-color: #ff99cc;
	color: black; font-weight: bold; 
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid black; border-right: 1px solid black;
}
table.galeria_show{
	width: 100%; text-align: center;
}
table.galeria_show td{
	padding: 2px 4px; vertical-align: top;
}
table.galeria_show td span{
	font-size: 85%;
}
.tooltip{
	position: absolute; border: 1px dotted black; width: 400px; z-index: 20;
	background-color: white; padding: 3px;
}
.submenu, .tooltip2{
	display: none; position: absolute; z-index: 100; border: 1px solid #ff99cc;
	float: none; clear: both;  background-color: #dcdcdc; 
}
.submenu li{
	display: block; float: none !important; height: 20px; padding:4px; 
}
.submenu li:hover{
	background: #ff99cc;
}
.submenu li a{
	text-decoration: none; color:  #720201;
}
.submenu li a:hover{
	color: white;
}
.szk_small{
	list-style: none;
}
.usermenu{
	list-style: none; padding-left: 4px;
}
.delete{
	padding-left: 18px;
	background-image: url(../images/delete.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.back{
	padding-left: 20px;
	background-image: url(../images/lista.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.new{
	padding-left: 18px;
	background-image: url(../images/new.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.edit{
	padding-left: 18px;
	background-image: url(../images/edytuj.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.platnosc{
	padding: 2px 0 2px 18px;
	background-image: url(../images/utarg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
