@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f3e8;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #515151;
}
html>body { font-size: 1em; }

h1 {
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	border-bottom: 1px dotted #d5d5ce;
	}

.blue {
	color: #0c549c;
	font-weight: bold;
	}

#container { 
	width: 820px; 
	margin: 0 auto; 
	text-align: left;
	font-size: .7em; 
} 
#header { 
	position: relative;
	width: 820px;
	height: 80px;
}
	#logo {
		position: absolute;
		left: 60px; top: 0;
		width: 160px;
		height: 80px;
		}
	#langmenu {
		position: absolute;
		top: 30px; right: 10px;
		
		}
#topImg {
	width: 820px;
	height: 320px;
	margin: 0; 
	padding: 0;
	font-size: .1em;
	}
 
#sidebar1 {
	float: left;
	margin: 0 0 0 50px;
	width: 205px;
	height: 300px;
	padding: 0 0 0 10px;
	background: #fdb546 url(../images/bgrmenu.jpg) no-repeat; 
	display: inline;
	
}
#mainContent { 
	margin: 0 0 0 280px; 
	width: 460px;
	padding: 0 20px; 
	line-height: 1.4em;
} 
#bottomcontact {
	width: 820px;
	height: 40px;
	line-height: 40px;
	background: url(../images/bgrbottomcontact.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	font-style:italic;
	text-align: center;
	}
#footer { 
	padding: 10px; 
	background: #ebeadf; 
	text-align: center;
	margin-bottom: 20px;
	color: #7a7a7a;
	border-top: 3px solid #fff;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#langmenu img { border: 3px solid #d8d8cc; }

.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }

.w120 { width: 120px; }
.w320 { width: 320px; }
.w100p { width: 98%; }
/* lists ----------------------- */

#sidebar1 ul { margin: 0; padding: 0; }
#sidebar1 ul li { margin: 0; padding: 0; list-style: none; }

a:link, a:visited {
	text-decoration: none;
	color: #0c549c;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
#sidebar1 a:link, #sidebar1 a:visited {
	display: block;
	width: 170px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	background: #e38a02;
	border-bottom: 1px solid #fdb546;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	font-size: 1.2em;
	}
#sidebar1 a:hover, #sidebar1 a:active {
	background: #d58100;
	}
#bottomcontact a:link, #bottomcontact a:visited { color: #fff;	}
#bottomcontact a:hover { text-decoration: underline; }

#footer a:link, #footer a:visited {
	color: #7a7a7a;
	font-weight: normal;
	}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}
#divform { 
	background-color: #edede5; 
	padding: 10px;
	}

td {
	padding: 4px;
	}
th { text-align: center; }

input, textarea {
	border: none;
	border-bottom: 1px solid #d5d5ce;
	padding: 2px;
	}
#plik {
	border: none;
	border-bottom: 1px solid #d5d5ce;
	padding: 2px;
	}
textarea {
	height: 80px;
	}
#wyslij {
	width: 80px;
	height: 25px;
	background: url(../images/bgrbutton.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	}

.cennik {
	width: 100%;
	}
.cennik th {
	padding: 4px;
	background: #fff;
	}
.cennik td {
	padding: 3px;
	background: #fff;
	}
.nazwa-pliku {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
