﻿/* reset marginesów oraz dopełnień */
html, body, ul, li { margin: 0; padding: 0; }

/* reset wysokości linii i fontu */
h1, h2, ul, li, p { margin:0; padding: 0; font-size: 1em; line-height: 1.5em; }

/* ustawienia globalne */
body { font: 0.625em/1.5em tahoma, verdana, arial, sans-serif ; }

/* szerokość strony */
.content { width: 1025px; margin: 0 auto;}

#header {
	height: 136px;
	}
	
#header .content {width: 1025px; height: 79px; margin: auto; background-color: RGBA(233,233,233,1) ;}
#header h1 {
	position: absolute;
	top: 16px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 170px;
	height: 78px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -666em;
	margin-top: 50px;
}



/* main */
#main {
	position: relative;
	margin-top: 80px;
}

#main .column {
	height: 140px;
	

}

#main .column2 {
	height: 140px;
	width: 340px;

}



#main .box h2 {
	font: 1.9em century gothic, arial, tahoma, sans-serif;
	font-weight: bold;
	color: #bbca00;
	position: relative;
	margin: 0px 0px 20px;
}

#main .box p{
	font: 1.2em century gothic, arial, tahoma, sans-serif;
	color: #1e3d88;
	margin: 20px ;
	position: relative; top: 10px;
	text-align: justify;
}





