@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background:url(images/bg.png) repeat-x 0 0 #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001c47;
	text-align:center;
}
#container {
	width:911px;
	margin:0 auto;
	background:url(images/containerBg.png) 0 0 repeat-y;
	text-align:left;
	/*height:300px;*/
}

#header {
	width:911px;
	height:120px;
	background:url(images/headerBg.png) 0 0 no-repeat;
}
#preHeader {
	width:911px;
	height:19px;
	background:url(images/preHeaderBg.png) no-repeat 0 0;
}
#mainTextHeader {
	width:911px;
	height:54px;
	background:url(images/textHeaderBg.png) 0 0 no-repeat;
}
#mainMenu {
	float:right;
	margin-right:20px;
}
#mainMenu li {
	list-style:none;
	float:left;
	display:block;
	width:162px;
	height:120px;
}
#mainMenu li#strgl {
	background:url(images/homeBtnHover.png) 0 0 no-repeat;
}
#mainMenu li#strgl a {
	background:url(images/homeBtn.png) 0 0 no-repeat;
	display:block;
	height:120px;
	text-indent:-10000px;
}
#mainMenu li#strgl a:hover {
	background:none;
}

#mainMenu li#onas {
	background:url(images/onasBtnHover.png) 0 0 no-repeat;
}
#mainMenu li#onas a {
	background:url(images/onasBtn.png) 0 0 no-repeat;
	display:block;
	height:120px;
	text-indent:-10000px;
}
#mainMenu li#onas a:hover {
	background:none;
}

#mainMenu li#kontakt {
	background:url(images/dojazdBtnHover.png) 0 0 no-repeat;
}
#mainMenu li#kontakt a {
	background:url(images/dojazdBtn.png) 0 0 no-repeat;
	display:block;
	height:120px;
	text-indent:-10000px;
}
#mainMenu li#kontakt a:hover {
	background:none;
}
.mainTextLeft {
	width:628px;
	float:left;
}
.mainTextLeft p {
	color:#002166;
	margin:0 10px 12px 50px;
	line-height:19px;
}
.mainTextRight {
	width:282px;
	float:right;
}
.mainTextRight ul {
	margin-left:33px;
	list-style:square;
	line-height:19px;
}
#mainTextHeader h2, #mainTextHeader h3, .mainTextRight  h3 {
	color:#002166;
	font-size:18px;
	display:block;
	padding:22px 0 0 50px;
	
}
#mainTextHeader h3, .mainTextRight h3 {
	padding-left:20px
}
#footer {
	width:911px;
	height:56px;
	background:url(images/footerBg.png) no-repeat 0 0;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

