html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

b, strong {
	font-weight: bold;
}

p {
	margin: 12px 0;
}

html, body
{
height:100%;
}

body {
	background: url("img/bg.png");
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	width: 100%;
}

#full {
	background: url("img/backgr.png");
	background-repeat: repeat-x;
	padding: 0;
	margin: auto;
	position: relative;
	width: 100%;
	height:100%;
	text-align: center;
}

#kontener {
	width: 910px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid black;
	position: relative;
}
	
#top {
	position: absolute;
	background: url("img/top.jpg");
	width: 766px;
	height: 178px;
}
	
#kontener_menu {
	position: relative;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
        height:38px;
	border: 0px solid black;
	top: 120px;
}

#menu {
    
    float: left;
}

#menu_form {
    
    float: right;
}

#spacer {
    position: relative;
    top:127px;
    margin-left:15px;
    font-family: Arial;
    font-size: 11px;
    color: #9bd5ed;
    text-align: left;
    clear:both;
}

#logo {
	position: absolute;
	background: url("img/logo.png");
	width: 125px;
	height: 98px;
	margin-top: 10px;
}

#slogan {
	position: absolute;
	background: url("img/slogan.png");
	width: 405px;
	height: 99px;
	left: 230px;
	top: 10px;
}

#top {
	position: absolute;
	background: url("img/top.gif");
	background-repeat: no-repeat;
	width: 230px;
	height: 98px;
	top: 10px;
	right: 0px;
}

#content_up {
	width: 950px;
        background: url("img/contentup.png");
        background-position:top;
        background-repeat:no-repeat;
        border: 0px solid black;
     }

#kontener_content {
	position: absolute;
	width: 950px;
        margin-left:-20px;
	top: 187px;
        background: url("img/contentbg.png");
        background-repeat:repeat-y;
	border: 0px solid black;
		  
}

#content_lewo {
   position:relative;
	width: 200px;
	float: right;
	border: 0px solid black;
	padding-right: 20px;
	padding-top: 35px;
}

#content_prawo {
        position:relative;
       	width: 660px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	border: 0px solid #d2d5d2;
}

#footer {
	margin-top: 5px;position: absolute;
	font-size: 11px;
	color: gray;
	margin-left: 30px; 
}

#footer a {
	text-decoration: none;
	color: gray;
}

ul.menu_item {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	float: left;
}

ul.menu_item li {
	float: left;
}
 
ul.menu_item li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px 0 0;
	margin-right: 8px;
	font: 900 15px "Arial", Helvetica, sans-serif;
}

ul.menu_item li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -10px;
	height: 34px;
}

ul.menu_item li a:hover, ul.menu_item li a.current {
 	color: #fff;
	background: url("img/button.png") no-repeat top right;
}
 
ul.menu_item li a:hover span, ul.menu_item li a.current span {
	background: url("img/button.png") no-repeat top left;
}

.form {
    
    background: url("img/button_form.png") no-repeat;
    width: 205px;
    height: 31px;
    margin-top: 7px;
    display: block;
    }
    
a.form {
    font: 900 15px "Arial", Helvetica, sans-serif;
    text-decoration: none;
    text-align:center;
    color: #fff;        
    padding-top: 6px;
    padding-top: 6px;
}