/**********************************************************************************************

	Multitrans
	
***********************************************************************************************
		
	1. BASE
			1.1 Reset
			1.2 Accessibility Navigation & Hide
			1.3 Clearfix
			1.4 Default Styles
	
	2. LAYOUT
      2.1 Structure
			2.2 Header
      2.3 Navigation
			2.4 Content
			2.5 Sidebar
			2.6 Footer		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }

/* 1.2	Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/	

ol#accessibility-nav, .hide { position: absolute; top: -999em; left: -999em; height: 1px; width: 1px; }


/* 1.3	Clearfix
-----------------------------------------------------------------------------------------------*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* 1.4	Default Styles
-----------------------------------------------------------------------------------------------*/	

body { background: #a1adc1 url(../images/bg.png) repeat-x top center; color: #333; font: 62.5%/1.8 Arial, Helvetica, sans-serif; text-align: center; }
hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
li { list-style: none; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
input, textarea, select { font-family: Arial, Helvetica, sans-serif; }
a, a:visited { color: #00f; text-decoration: none; }
a:hover, a:active { color: #f00; text-decoration: underline; }


/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#large_box {width:800; height:600;}

#dzialy {
	text-align: center;
	margin: 50px 0;
}
	#dzialy a {
		padding: 15px 30px;
		background: #506586;
		color: #fff;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#dzialy a:hover {
		background: #41526C;
		text-decoration: none;
	}

/* 2.1	Structure
-----------------------------------------------------------------------------------------------*/	

.container { width: 960px; position: relative; margin: 0 auto; text-align: left; font-size: 1.4em; padding-top: 3px; }
#content { background: url(../images/bg-content.png) no-repeat 0 0; margin: 0 auto; padding: 30px 50px 170px; height: auto !important; min-height: 450px; height: 450px; }
#footer { background: url(../images/bg-footer.png) no-repeat 0 0; height: 66px; text-align: center; padding: 20px 0 0; clear: both; }


/* 2.2	Header
-----------------------------------------------------------------------------------------------*/	

#header { background: url(../images/bg-header.png) no-repeat top center; text-align: center; height: 201px; padding-top: 30px;}


/* 2.3	Navigation
-----------------------------------------------------------------------------------------------*/


/* 2.4	Content
-----------------------------------------------------------------------------------------------*/	

.tresc { width: 600px; float: left; }
#content p { margin: 0 0 1.2em; }
.zjecia-prawa { float: right; }

/* 2.5	Sidebar
-----------------------------------------------------------------------------------------------*/	


/* 2.6	Footer
-----------------------------------------------------------------------------------------------*/