/* ogólne ustawienia strony */

body
{
   behavior: url("/css/csshover3.htc"); 
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	color: #535353;
	text-align: justify;
}

a
{
   color: #1966b9;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

img
{
   border: 0;
}

h1
{
   font-size: 18px;
   color: #1d85bb;
}

h2
{
   font-size: 16px;
}

hr
{
   width: 70%;
   height: 1px;
   border-top: 1px solid #11aef3;
   border-bottom: none;
   border-left: none;
   border-right: none;
}


#master
{
	width: 1000px;
   position: absolute;
   left: 50%;
   margin-left: -500px;
}

#logo
{
   position: relative;
	margin: 0 0 0 0;
	padding: 0;
	width: 1000px;
	height: 36px;
	overflow:hidden;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}

#bluebox
{
   position: relative;
	margin: 0 0 0 0;
	padding: 0;
	width: 1000px;
	height: 286px;
	overflow:hidden;
	background-image: url(/images/bluebox.jpg);
	background-repeat: no-repeat;
}

#page
{
   position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	overflow:hidden;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
}

#content
{
   position: inherit;
   float: left;
   width: 692px;
   overflow:hidden;
   /*background-color: #555555;*/
}

#sidebar
{
   position: inherit;
   float: left;
   width: 308px;
   overflow:hidden;
   /*background-color: #888888;*/
}

#padding
{
   padding: 1px 15px 0px 15px;
}

#footer
{
   position: relative;
	margin: 0 0 0 0;
	padding: 0;
	width: 1000px;
	height: 31px;
	overflow:hidden;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}
