 html, body
         {
             height: 100%;
         }
         body
         {
             margin: 0 auto;
             text-align: center;
             font-family: Arial, Verdana, Helvetica, sans-serif;
             font-size: 11px;
             background-color: #272727;
             background-image: url(http://www.autoprofit.sk/seat/img/bodyBackground.gif);
             background-repeat: repeat-x;
         }
         /* content Articles */
         .articlesHome
         {
         }
         #articlesContainer
         {
             width: 960px;
             float: left;
             margin-top: 46px;
             position: relative; 
			 .height:604px;
         }
         #article0, #article1
         {
             width: 960px;
             height: 604px;
             margin-top: -46px;
             position: relative;
             overflow: visible;
         }
         /* mainDIV */
         .mainDiv
     {
             text-align: left;
             width: 960px;
             height: auto;
             margin-right: auto;
             margin-left: auto;
             position: relative;
             overflow: hidden;
             background-color: #transparent;
             padding-bottom: 50px;
         }
		 	#hlavnyDIV {
			text-align:left;
			width:960px;
			height:auto;
			margin-right:auto;
			margin-left:auto;
			position:relative;
			overflow:hidden;
			padding-bottom:50px;
			background-color:transparent;
			border-bottom: 1px solid #000000;
	}

         /* NAVIHEAD */
         
         .mainNavigationTitles
         {
             font-size: 11px;
             font-weight: normal;
             font-family: Tahoma;
         }
         .mainNavigationTitles a
         {
             color: #666666;
             padding-left: 7px;
             text-decoration: none;
         }
         .headerDIV
         {
             width: 960px;
             height: 46px;
             position: top;
             float: left;
             background-color: #ffffff;
         }
         .naviHeadContainerDIV
         {
             width: 100%;
         }
         .logoSEATDIV
         {
             float: left;
             padding-left: 15px;
             margin-top: 8px;
         }
         .languageDIV
         {
             float: right;
             padding: 5px 0 5px 5px;
             margin-top: 8px;
             display: none;
         }
         .navigationMenuDIV
         {
             float: right;
             padding: 8px 8px 8px 0;
             margin-top: 8px;
             margin-right: 10px;
         }
         .headerDIV img
         {
             position: relative;
             overflow: hidden;
         }
		 
		 
		 /* BOTTOM MENU */
		 
		 
 
		 .bMenuDIV table
		 {
		 color: white;
		 margin-top: 30px;
		 }

		 .bMenuDIV tr
		 {
			
		 }
		 
		 .bMenuDIV td
		 {
			
			text-align:center;
			text-decoration:none;
			font-size:18px;
			font-weight:normal;
			font-family:arial;
		 }
		 
		.bMenuDIV a:link {color:#646464;}      /* unvisited link */
		.bMenuDIV a:visited {color:#646464;}  /* visited link */
		.bMenuDIV a:hover {color:white;}  /* mouse over link */
		.bMenuDIV a:active {color:#646464;}  /* selected link */
