body {
	margin: 0;
	padding: 0;
	background: #510606;
	color: #eed6aa;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
}

a {
	border: none;
	text-decoration: none;
	color: #eed6aa;
}

a:hover {
	text-decoration: underline;
}

img {	
	border: none;
	margin: 0;
	padding: 0;
}

img.bordered {
	border: 2px solid #620505;
	margin-right: 4px;
}

ul {
	list-style: none;
}

ul.text {
	padding: 0;
	margin: 0;
}

ul.text li a {
	color: #efb347;
}

ul.left, img.left {
	float: left;
}


ul.menu {
	width: 300px;	
	overflow: hidden;
	margin: 7px 0 0 3px; 
	padding: 0;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

ul.menu li a {
	margin: 0;
	display: block;
	width: 80px;
	padding: 25px 0;	
	text-align: center;
}

ul.right {
	float: right;
}

ul.right li {
	float: right;
}

ul.menu li a#onas {
	width: 90px;
	background: url(../img/onas.png) no-repeat center center;	
}

ul.menu li a#onas:hover, ul.menu li a#onas-current {
	width: 90px;
	background: url(../img/onas-hover.png) no-repeat center center;	
}

ul.menu li a#oferta {
	width: 74px;
	background: url(../img/oferta.png) no-repeat center center;
}

ul.menu li a#oferta:hover, ul.menu li a#oferta-current {
	width: 74px;
	background: url(../img/oferta-hover.png) no-repeat center center;
}

ul.menu li a#kontakt {
	background: url(../img/kontakt.png) no-repeat center center;
}

ul.menu li a#kontakt:hover, ul.menu li a#kontakt-current {
	background: url(../img/kontakt-hover.png) no-repeat center center;
}

ul.menu li a#polski {
	width: 70px;
	background: url(../img/polski.png) no-repeat center center;
}

ul.menu li a#english {
	width: 77px;
	background: url(../img/english.png) no-repeat center center;
}


div#mainWrapper {
	width: 874px;
	margin: 40px auto 0 auto;
}

div#topMenu {
	position: relative;
	width: 874px;
	height: 337px;
	background: url(../img/topMenu.jpg) no-repeat;
}

a#logo {
	display: block;
	position: absolute;
	width: 143px;
	height: 102px;
	top: 0;
	left: 355px;
}

div#main {
	height: 240px;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: url(../img/mainRepeat.png) repeat-y;
	padding: 5px 0 5px 5px;	

}

div.smallBox {
	position: relative;
	padding: 6px 5px 0 5px;
	float: left;
	width: 303px;
	background: url(../img/borderSmallUnder.png) repeat-y;
}

div.mediumBox {
	position: relative;
	padding: 6px 5px 1px 6px;
	float: left;
	width: 538px;
	background: url(../img/borderMediumUnder.png) repeat-y;
}

div.largeBox {
	position: relative;
	padding: 6px 5px 1px 5px;
	width: 853px;
	background: url(../img/borderLargeUnder.png) repeat-y;
}


div.innerBox {
	position: relative;
	height: 210px;
	padding: 10px;
	border: 1px solid #6b0606;
        border-width: 0 0 1px 0;	
	background: #6b0606 url(../img/boxBackground.png) repeat-x top;

}

div.addPadding {
	padding: 20px 50px 10px 20px;
}

div.larger {
	height: 370px;
}

div.larger2 {
	height: 400px !important;	
}

div.smallBox div.innerBox {
}

img.borderTop {
	position: absolute;
	top: 0;
	left: 0;
}
	
img.borderBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

a.more {
	padding: 0 0 2px 12px;
	position: absolute;
	bottom: 40px;
	right: 10px;
	background: url(../img/arrow.png) no-repeat center left;
}

div#copyright {
	color: #740000;
	margin: 3px 0 0 5px;
	font-size: 90%;
	padding-bottom: 15px;
}

p {
	padding-top: 3px;
	text-align: justify;
}

p.margined {
	
}

img.bordered2 {
	padding: 3px;
	border: 1px solid #a51616;
}
