/* CSS Document */
body
 {margin:auto}
 
/*Panes begin.*/
/*	Equial panes propery 	*/
	/* Left : 1. Logo, L1, L2 			=   0px	float:left
			: 2. Header, Map, Content	= 140px
			: 3. GPSTag, Search			= 655px float:right
	 */
	 
				.logo_pane_ip, .L1_pane_ip, .L2_pane_ip { position:absolute; float:left }
		.header_pane_ip, .map_pane_ip, .content_pane_ip { position:absolute; left:200px }
					   .gpstag_pane_ip, .search_pane_ip { position:absolute; left:785px }

	/* Top : 1. Logo, Heder			=   0px
		   : 2. L1, Map, GPSTag		=  45px
		   : 3. L2, Content, Search	= 431px
	 */
	 
	     .L1_pane_ip, .map_pane_ip, .gpstag_pane_ip { top: 35px}
	 .L2_pane_ip, .content_pane_ip, .search_pane_ip { top:441px}
	 
	 
	/* Width : 1. Logo, L1, L2, GPSTag, Search = 135px
		     : 2. Map, Content				   = 640px
			 : 3. Header					   = 800px
			 space = 2 x 5px
	 */
	 
	 .logo_pane_ip, .L1_pane_ip, .L2_pane_ip, .gpstag_pane_ip, .search_pane_ip { width:195px }
	 										    .map_pane_ip, .content_pane_ip { width:580px }
															   .header_pane_ip { width:780px }
	
	/* height : 1. Logo, Header			=  40px
		      : 2. L1, Map, GPSTag		= 371px
		      : 3. L2, Content, Search	= 260px
	 */

					.logo_pane_ip, .header_pane_ip { height: 30px}
		.L1_pane_ip, .map_pane_ip, .gpstag_pane_ip { height:401px}
	.L2_pane_ip, .content_pane_ip, .search_pane_ip { height:260px }




 /*Index_Pane*/
  .CenterPosition, .Index_Pane 
   {
	 width:980px;
	height:734px;
	margin: auto;
   }
   
  .Index_Pane { position:absolute; } 
	
	/*.Header_Pane_IP (IP=Index_Page)*/
	.header_pane_ip
		{ 
			background-image:url("../png/pix.png");
		}
		/*	bootom (b) corners left (l) and right (r) corners (c) 	*/
		.b_l_c_ip, .b_r_c_ip { position:absolute; width:15px; height:15px; top:16px; background-repeat:no-repeat; }
			.b_l_c_ip { background-image:url("../png/Navigation_c_bl.png"); left:0px }
			.b_r_c_ip { background-image:url("../png/Navigation_c_br.png"); right:-1px }
   
   /* Logo pane */
     .Logo_Text_Pane 
	  {
	position:relative;
	text-align: center;
	  }   
   
   /*Map_Content_Pane*/
     .Map_Content_Pane
	 {
	  position:relative;
	  left: 0px;
	  top: 135px; 
	  width: 590px; 
	  height: 650px;
	 }
       
     /*Map_Pane*/
     .map_pane_ip
 	   {
		position:absolute;
		top:55px;
		height:381px;
		}
		
		/* Lines and Corners */
		/*Bottom*/
		 	/*Line*/
				.Map_BottomLine_Index_Page, .Map_BootomLeftCorner_Index_Page, .Map_BottomRightCorner_Index_Page
					{
						position:absolute; 
						margin:0px; 
						padding:0px; 
						height:14px;
						top:366px;
						}
						
				.Map_BottomLine_Index_Page
					{
						width:99%; 
						background-repeat:repeat-x;
						background-image:url("../png/b_b_b_l.png");
						}
			/* Corner */
				.Map_BootomLeftCorner_Index_Page, .Map_BottomRightCorner_Index_Page
					{
						width:14px;
						background-repeat:no-repeat;
						}
						
				.Map_BootomLeftCorner_Index_Page
					{
						left:0px;
	 					background-image:url("../png/b_c_bl.png");
						}
		 		.Map_BottomRightCorner_Index_Page
					{
						right:0px;
	 					background-image:url("../png/b_c_br.png");				
						}
				
				
	 /* Vkladky */
	 .VkladkaLeft, .VkladkaRight
	  { position:absolute; top:-20px; width:133px; height:25px; background-repeat:no-repeat;}
	 
	   .VkladkaLeft	 { left:0px;  background-image:url("../png/Vkladka_Left.png") }
	   .VkladkaRight { Right:-1px; background-image:url("../png/Vkladka_Right.png")}	
	  
	  .Map_Options	{
	position:absolute;
	left:35px;
	top: 3px;
	width: 88px;
		}
		
		
		

    /*Google Map*/
     .GoogleMap
     {
	position:absolute;
	width:572px;
	height:398px;
	top: 70px;
	left: 7px;
	
	 }
  
     /*Content_Pane*/
     .Content_Pane
       {
		position:absolute;
		width:100%;
		height:260px;
		top:400px;
		}
		
	/* Users_Pane  Photos_Pane */
	 /* Photos_Pane */
	   .Photos_Pane
	    {
		 position:absolute;
		 top:auto;
		 height:130px;
		 width:100%;
		 border-bottom:1px #3399FF dashed;
		}
		
	    .Photos_Pages
		 {
		   position:absolute;
		   width:575px;
		   height:auto;
		   left:5px;
		   top:5px;
		 }	
		 
		/* Avatar_Name_Pane */
		.Avatar_Name_Pane
		 {
	      position:absolute;
	      left:5px;
	      top:23px;
	      height: 105px;
		  width:115px;
		 }
		
		
		/* Photo's Avatar */
		.Photo_Avatar_Pane
		 {
		  position:relative;
		  top:0px;
		  margin:auto;
		  width:100px;
		  height:85px;
		  background-color:#FF9933;
		 }
		 
		 /* Name */
		 .Photo_Name
		  {
		   position:relative;
		   text-align:center;
		  }		 
		 
		 
	 /* Users_Pane */
	   .Users_Pane
	    {position:absolute;
		 width:100%;
		 height:50%;
		 top:50%;
		}
        
		/* Avatar_Login_Pane */
		.Avatar_Login_Pane
		 {
	      position:absolute;
	      left:5px;
	      top:23px;
	      height: 97px;
		  width:107px;
		 }
		
		
		/* User's avatar */
		.Users_Avatar_Pane
		 {
		  position:relative;
		  top:0px;
		  margin:auto;
		  width:75px;
		  height:75px;
		  background-color:#0033CC;
		 }
		 
		 /* Login */
		 .Users_Login
		  {
		   position:relative;
		   text-align:center;
		  }
		
	   .Users_Pages
		 {
		   position:absolute;
		   width:575px;
		   height:auto;
		   left:4px;
		   top:5px;
		 }
		
		.Pages
		 {
	position:absolute;
	width:198px;
	right:0px;
	top:0px;
	text-align: right;
		 }
		 
  /*Logo_Services_Pane*/  


	  
	/* GPS pane */
	 .gps_pane_ip
	  { position:absolute;
		width: 100%;
		height: 65px;
	  }	  
  
   /*Services_Pane*/
     .tags_pane_ip
		{
			position:absolute;
			width:100%;
			height:330px;
			top:70px;
		}
	.Services_Form
		{
		position:absolute; 
		left: 8px; 
		top: 8px; 
		width: 90%; 
		height: 295px;
		}
	
	  /* Tags */ 
	   .tag_pane_ip {
	     position:relative;
        }	   
	   

  
  /* Search_Pane */
  .search_pane_ip
   {
    float:right;
   }
   
   	.Search_Work_Space_Pane
    	{
		margin:auto; 
		height:50%; 
		width:75%; 
		top:40px;
		}
    
	
   .Search_Form
	    { 
		position:absolute;
		Top:50%;
		height:50%;
		width:100%;
		border-top:1px /*#3399FF*/ #FFFFFF dashed;
		}
	
	/* Search header text */
	.Search_header
	 {
	  position:absolute; 
	  top:25px; 
	  width:auto;
	 }
	
	/* Search Button*/
	.Search_Button
	 {
		position:absolute;
		left:40px;
		top: 33px;
		line-height:12px;
		width: 30px;
		height: 24px;
	 } 
	
	.List_Pane_Search 	{position:absolute; width:auto; top:20%; height: 67px;}
/*Panes end*/

  
?