body {
  margin: 0;
  padding: 0;
  background-color: White;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

}

div, img, p, table, h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

#globalContainter {
  background: White url(images/bgMain.png) repeat-x;
  width: 100%;
}

#footerContainter {
  background: White url(images/bgFooter.png) repeat-x;
  width: 100%;
  height: 45px;
  padding-top: 49px;
}

#mainContainter {
  margin: 0 auto;
  width: 798px;
}


#leftShadow {
  width: 9px;
  height: 530px;
  background: url(images/leftShadow.jpg) no-repeat;
  background-position: 0px 232px;
  float: left;
}

#rightShadow {
  width: 9px;
  height: 530px;
  background: url(images/rightShadow.jpg) no-repeat;
  background-position: 0px 232px;
  float: left;
}

#centerContainter {
  width: 780px;
  float: left;
}

#top {
  width: 780px;
  height: 23px;
}

#top #desc {
  width: 574px;
  text-align: left;
  padding: 4px 0px 0px 57px;
  background: url(images/topTynk.gif) no-repeat;
  float: left;
}

#top #machine{
  background: url(images/headerMachine.jpg) no-repeat;
  background-position: 0px 5px;
  width: 29px;
  height: 23px;
  float: left;
}

#top h1 {
  color: #868686;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#top #nav{
  padding: 4px 0px;
  text-align: right;
  width: 113px;
  float: left;

}

#top #nav a {
  color: #868686;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#top #nav a:hover {
  color: #ADADAD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#header {
  width: 780px;
  height: 159px;
  background: url(images/headerBg.jpg) no-repeat;
}

#header #logo {
  float: left;
  padding: 47px 0px 0px 17px;
}

#header #haslo {
  float: left;
  padding: 35px 0px 0px 52px;
}

#content {
  width: 780px;
  background-color: White;
}

#content a{
  color: #0F83CB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: url(images/dot.gif) no-repeat;
  background-position: right 4px;
  padding-right: 8px;
  border-bottom: 1px solid #0F83CB;
}

#content a:hover {
  color: #FF8335;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: url(images/dotOn.gif) no-repeat;
  background-position: right 4px;
  padding-right: 8px;
  border-bottom: 1px solid #FF8335;
}

#content a.no{
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border-bottom: 0;
}

#content a.no:hover {
  color: #F67821;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border-bottom: 0;
}

#content .readmore {
  height: 20px;
  text-align: right;
  padding-right: 4px;
  padding-top: 5px;
}


#contentLeft {
  width: 538px;
  float: left;
}

#contentShadow {
  width: 9px;
  height: 450px;
  background: url(images/centerShadow.jpg) no-repeat;
  float: left;
}


#contentRight {
  background: White url(images/menuBg.png) repeat-x;
  background-position: top;
  width: 233px;
  min-height: 450px;
  float: left;
}

#contentRight .box {
  width: 195px;
  margin: 0 auto;
  text-align: left;
}


#menuMachine {
  width: 233px;
  height: 62px;
  background: url(images/menuMachine.jpg) no-repeat;
}

#menu {
  width: 233px;
  padding-left: 6px;
  padding-bottom: 30px;
}

#menu a, #menu a:hover {
  text-decoration: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}


#contentText {
  width: 488px;
  margin: 20px 25px;
}

#contentText .textHeader {
  width: 488px;
}

#contentText .textBan {
  width: 488px;
}

#contentText .text {
  width: 488px;
}

#footerContainter #footerCenter {
  width: 780px;
  margin: 0 auto;
}

#footerContainter #footerMenu {
	color: #DEEEF7;
	text-align: center;
}

#footerContainter #footerCopyright {
    color: #A3D0E9;
	text-align: center;
	margin-top: 7px;
	font-size: 9px;
}

#footerContainter #footerMenu a {
	color: #DEEEF7;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

#footerContainter #footerMenu a:hover {
	color: White;
}

p {
  margin-bottom: 10px;
  line-height: 150%;
}

p span {
	color: #454545;
	font-weight: bold;
	margin-right: 5px;
}

b {
	color: #454545;
}


ul {
  margin: 5px 0px 10px 15px;
}

li {
  margin-bottom: 6px;
  line-height: 150%;
  list-style: none;
  background: url(images/dot.gif) no-repeat;
  background-position: left 6px;
  padding-left: 10px;
}

h2 {
  color: #0F83CB;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}

h3 {
  color: #2C91D0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
}

h4 {
   color: #2C91D0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0px 0px 6px 0px;
}

.photo {
  border: 1px solid #E5E5E5;
  padding: 4px;
  margin: 0px 0px 10px 0px;
}

.thumb {
  border: 1px solid #E5E5E5;
  padding: 4px;
  margin: 10px 0px 0px 0px;
}

.clear {
  clear: both;
}
