body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td
	{
	margin: 0;
	padding: 0;
}
* { padding: 0; margin: 0; }
img,abbr {
	border: 0;
}
	
div,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
blockquote {
	margin:0;
	padding:0;
	}
	
	div.text {
		width:50em;
		padding:2em 2em 0 2em;
		/*margin:auto;*/
		text-align:left;
		}
	
		h1, h2, h3, h4, h5, h6 {
			font-family:Georgia, "Times New Roman", Times, serif;
			line-height:1.2;
			}
		
		h1 {
			font-size:3.4em;
			margin-bottom:.8em;
			}
		
		h2 {
			font-size:2.4em;
			padding-bottom:.2em;
			border-bottom:1px solid #333;
			margin-top:1em;
			margin-bottom:.7em;
			}
		
		h3 {
			font-size:1.8em;
			margin-bottom:.7em;
			}
		
		p {
			font-size: inherit;			
			line-height: inherit;
			margin-bottom:1.3em;
			}
		
		ul, ol {
			font-size:1.3em;
			margin:0 0 1.3em 2em;
			}
		
			li {
				margin-bottom:.4em;
				}
			
		blockquote {
			padding-left:1em;
			border-left:3px solid #999;
			margin:2.5em 2em;
			}
			
			blockquote p {
				font:italic 1.2em/1.6 Georgia, "Times New Roman", Times, serif;
				}
				
/*
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var {
	font-style: normal;
	font-weight: normal;
}*/

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

a {
	text-decoration: none;
}

html {
	font-size: 100%
}


body {
 font-family: Times New Roman, Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 color: #333;
 background: #f5f5f5;
 text-align:center;
}

p a {
	font-weight: bold;
}

a {
	color: #666633;
	text-decoration: none;
}

a:hover {
	color: #555;
}

a.black {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

.tekst {
	clear: left;
	margin: 0;
	padding: 0;
}

#wrapper { 
 margin: 0 auto;
 padding: 0;
 /*width: 922px;*/
 width: 878px;

 /*border: 1px solid red;*/
}
#flags {
	/*float: left;*/
	padding: 0px 5px 10px 5px;
	position: absolute;
	left: 0px;
}
#toplinks {
	position: relative;
	text-align:right;
	padding: 0px 0px 3px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 876px;
}
#toplinks img, #footlinks img {
	vertical-align: bottom;
}
#footlinks a, #toplinks a
{
	font: normal 0.9em/1.1em Tahoma;
	color: #333;
	text-decoration: none;
}
#footlinks a:hover, #toplinks a:hover
{
	font: normal 0.9em/1.1em Tahoma;
	color: #333;
	text-decoration: underline;
}
#footlinks
{
padding: 0 0 5px 0;
}
#header {
 color: #333;
 width: 876px;
 float: left;
 padding: 10px 0px 5px 0px;
 /*border: 1px solid #ccc;*/
 /*height: 310px;*/
 margin: 10px 0px 0px 0px;
 /*background: #BD9C8C;
 background: #E7DBD5;*/
}
#top {
	background: url('images/top.jpg') no-repeat;
	width: 876px;
	height: 285px;
	border: 1px solid #ccc;
	
}
#navigation {
 float: left;
 width: 876px;
 height: 35px;
 color: #333;
 padding: 0px 0px 0px 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: url('images/przyciski-tlo.jpg') repeat-x;
}

#navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
display: table;
/*Just add the following properties and values*/
	width: 100%;
	table-layout: fixed;

}

/*Top level list items*/
#navigation ul li{
position: relative;
float: left;
height: 35px;
padding-right: 2px;
background: url('images/przyciski-sep.jpg') top right no-repeat;
}

/*Top level menu link items style*/
#navigation ul li a{
display: block;
/*width: 120px; Width of top level menu link items*/
padding: 0px 28px;
/*border: 1px solid #202020;*/
border-left-width: 0;
text-decoration: none;
color: #303030;
font: bold 15px/35px Times New Roman;

}
#navigation ul li a:hover {
	background: url('images/przyciski-akt.jpg') repeat-x;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: auto;
 min-height: 350px;
 width: 654px;
 float: left;
 background: #edf0f2;
 /*font-size: 1.2em;
 line-height: 1.5em;
 */
 text-align:left;
 font: normal 1.4em/1.8em Tahoma, sans-serif; 
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: auto;
 min-height: 350px;
 width: 215px;
 display: inline;
 background: #E7DBD5;
 text-align:left;
 font: normal 1.4em/1.8em Tahoma, sans-serif; 
}
div.pad10
{
	padding: 10px;
	}
#footer { 
 width: 876px;
 clear: both;
 color: #666;
 border: 1px solid #c8c8c8;
 background: #e1e1e1;
 margin: 0px 0px 10px 0px;
 padding: 10px 0px 15px 0px;
 font-size: 1.2em;
 font-family: Verdana;
 line-height: 1.5em;
 font-weight: bolder;
 text-align: center;
}


#ctm input,#ctm select,#ctm textarea {
	background: #ffffff;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #aaaabb;
	padding: 1px;
	margin: 0;
}

.button,#ctm input.button {
	font-weight: bolder;
	background: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #aaaabb;
	padding: 2px;
}

#ctm h1,.notesNag {
	font: bold 22px "Trebuchet MS";
	color: #9A0B00;
	padding: 6px 2px 1px 14px;
	margin: 6px 0 6px 0;
	border-bottom: 1px solid #9A0B00;
	display: block;
}

td.kontakt {
	text-align: right;
	padding: 3px 6px 1px 2px;
	font-weight: normal;
	vertical-align: top;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

#ctm input.inkontakt,#ctm textarea.inkontakt {
	width: 180px;
	font: 12px Tahoma, Helvetica, sans-serif;
	font-weight: bolder;
}
#oferta td {
	text-align: left;
	padding: 2px 1px 1px 1px;
	line-height: 1.3em;
	font-size: 0.95em;	
}
.bold {
	font-weight: bold;
}

.error {
	color: red;
}

.info {
	color: green;
}

fieldset { 
	/*border:2px groove #F7F7F8;
	border: 1px groove #232323;*/
	padding: 10px;
	padding-top: 0px;
	margin: -8px 5px 10px 5px;
	/*margin-top: -10px;*/
}

legend {
	font: 12px Tahoma, Helvetica, sans-serif;
	font-weight: bolder;
	color: #404040;
	padding: 10px 4px 10px 4px;
	margin: 0px 0px 0px 8px;
}
